43 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-09-20 12:17:29 -07:00
<cfset pagetitle = "Home Page">
<cfinclude template="../templates/Header.cfm">
2021-04-09 21:28:49 -07:00
<link href="/assets/XpIcons.css" rel="stylesheet">
2020-09-20 12:17:29 -07:00
<table cellpadding="10" border="0">
<tbody>
<tr>
2020-09-21 17:41:51 -07:00
<td valign="top" width="50%">
2020-09-20 12:17:29 -07:00
<h4><a href="/Events.cfm">New Company Events</a></h4>
2021-04-09 21:28:49 -07:00
<span class="sprite s26"></span>
2020-09-20 12:17:29 -07:00
<span>See what happened while FemboyFinancial was at the World Banking Summit 2020!</span>
</td>
2020-09-21 17:41:51 -07:00
<td valign="top" width="50%">
<h4><a href="/About">About Us</a></h4>
2021-04-09 21:28:49 -07:00
<span class="sprite s119"></span>
<span>Find out about our history and how we came to be. Subsidiary and other useful information is here too!</span>
2020-09-20 12:17:29 -07:00
</td>
</tr>
<tr>
2020-09-21 17:41:51 -07:00
<td valign="top" width="50%">
2020-09-20 12:17:29 -07:00
<h4><a href="/Products.cfm">Our Products</a></h4>
2021-04-09 21:28:49 -07:00
<span class="sprite s327"></span>
<span>Check out deposit accounts, loans, and software! Banking for the 21st century.</span>
2020-09-20 12:17:29 -07:00
</td>
2020-09-21 17:41:51 -07:00
<td valign="top" width="50%">
2020-09-20 12:17:29 -07:00
<h4><a href="/Contact.cfm">Contact Us</a></h4>
2021-04-09 21:28:49 -07:00
<span class="sprite s112"></span>
2020-09-20 12:17:29 -07:00
<span>Business address, phone numbers and more.</span>
</td>
</tr>
<tr>
2020-09-21 17:41:51 -07:00
<td valign="top">
2020-09-20 12:17:29 -07:00
<h4><a href="/Help.cfm">Help</a></h4>
2021-04-09 21:28:49 -07:00
<span class="sprite s130"></span>
2020-09-20 12:17:29 -07:00
<span>Stuck? Click here to get connected to our world-class customer service desk!</span>
</td>
</tr>
</tbody>
</table>
<cfinclude template="../templates/Footer.cfm">