forked from james/femboyfinancial.jp
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
|
<cfset pagetitle = "About Us">
|
||
|
<cfinclude template="../../templates/Header.cfm">
|
||
|
|
||
|
<table cellpadding="10" border="0">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td valign="top" width="50%">
|
||
|
<h4><a href="/About/OurStory.cfm">Our Story and background</a></h4>
|
||
|
<span>Founded in Ningbo, PRC</span>
|
||
|
</td>
|
||
|
<td valign="top" width="50%">
|
||
|
<h4><a href="/Live">Development team live feed</a></h4>
|
||
|
<img width="75" height="75" src="/Live/Thumb.gif">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top" width="50%">
|
||
|
<h4><a href="/About/MeetTheTeam.cfm">Meet the team</a></h4>
|
||
|
<span>Find out who makes our business run, their contribution and their story.</span>
|
||
|
</td>
|
||
|
<td valign="top" width="50%"></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top" width="50%">
|
||
|
<h4><a href="/About/Founder.cfm">About our founder</a></h4>
|
||
|
<span>Learn about our founder, his vision for FemboyFinancial and the world.</span>
|
||
|
</td>
|
||
|
<td valign="top" width="50%">
|
||
|
<h4><a href="/About/Subsidiaries.cfm">Our subsidiaries</a></h4>
|
||
|
<span>Find out about the several companies we own and what they do.</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
|
||
|
<cfinclude template="../../templates/Footer.cfm">
|