forked from james/femboyfinancial.jp
added more pages
This commit is contained in:
parent
9e78fad20a
commit
0cadc8e3f0
37
public/About/Default.cfm
Normal file
37
public/About/Default.cfm
Normal file
@ -0,0 +1,37 @@
|
||||
<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">
|
@ -1,5 +1,5 @@
|
||||
<cfset pagetitle = "Words from our Founder">
|
||||
<cfinclude template="../templates/Header.cfm">
|
||||
<cfinclude template="../../templates/Header.cfm">
|
||||
|
||||
<style>
|
||||
.content {
|
||||
@ -40,4 +40,4 @@
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
<cfinclude template="../templates/Footer.cfm">
|
||||
<cfinclude template="../../templates/Footer.cfm">
|
@ -4,31 +4,31 @@
|
||||
<table cellpadding="10" border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign="top" width="50%">
|
||||
<h4><a href="/Events.cfm">New Company Events</a></h4>
|
||||
<img width="59" height="39">
|
||||
<span>See what happened while FemboyFinancial was at the World Banking Summit 2020!</span>
|
||||
</td>
|
||||
<td>
|
||||
<h4><a href="/About.cfm">About Us</a></h4>
|
||||
<td valign="top" width="50%">
|
||||
<h4><a href="/About">About Us</a></h4>
|
||||
<img width="65" height="42">
|
||||
<span>Find out about our history and how we came to be. Subsidiary and other useful information is here to!</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign="top" width="50%">
|
||||
<h4><a href="/Products.cfm">Our Products</a></h4>
|
||||
<img width="47" height="46">
|
||||
<span>Check out deposit accounts and loans! Banking for the 21st century.</span>
|
||||
</td>
|
||||
<td>
|
||||
<td valign="top" width="50%">
|
||||
<h4><a href="/Contact.cfm">Contact Us</a></h4>
|
||||
<img width="53" height="65">
|
||||
<span>Business address, phone numbers and more.</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign="top">
|
||||
<h4><a href="/Help.cfm">Help</a></h4>
|
||||
<img width="29" height="42">
|
||||
<span>Stuck? Click here to get connected to our world-class customer service desk!</span>
|
||||
|
@ -7,6 +7,7 @@
|
||||
<style>
|
||||
body {
|
||||
background-image: url('/assets/Downloads.gif');
|
||||
background-color: #1600FF;
|
||||
background-repeat: no-repeat;
|
||||
color: #EE2D24;
|
||||
}
|
||||
@ -23,9 +24,6 @@
|
||||
.dllist h6 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.dllist img {
|
||||
image-rendering: crisp-edges;
|
||||
}
|
||||
.dllist a {
|
||||
color: #EE2D24;
|
||||
font-size: 9px;
|
||||
@ -36,7 +34,7 @@
|
||||
<img width="177" height="112" src="/assets/DownloadCentre.gif">
|
||||
<div class="dllist">
|
||||
|
||||
<cfset filename = expandpath("./downloads/FemboyBanking.exe")>
|
||||
<cfset filename = expandpath("FemboyBanking.exe")>
|
||||
<cftry>
|
||||
<cffile file = "#filename#" action = "read" variable = "content">
|
||||
<cfset sizeKb = Round(Len(content) / 1000)>
|
||||
@ -52,4 +50,4 @@
|
||||
<p><img width="16" height="16" src="/assets/DownloadIcon.gif"> <a href="/downloads/FemboyBanking.exe">Download (<cfoutput>#sizeKb#</cfoutput> KB)</a></p>
|
||||
</div>
|
||||
|
||||
<cfinclude template="../templates/Footer.cfm">
|
||||
<cfinclude template="../../templates/Footer.cfm">
|
BIN
public/Live/Thumb.gif
Normal file
BIN
public/Live/Thumb.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
33
public/Products.cfm
Normal file
33
public/Products.cfm
Normal file
@ -0,0 +1,33 @@
|
||||
<cfset pagetitle = "About Us">
|
||||
<cfinclude template="../templates/Header.cfm">
|
||||
|
||||
<table cellpadding="5" border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="50%">
|
||||
<h4>FemBanking Desktop Application</h4>
|
||||
<span>
|
||||
Easily access balances, credit limits and crypto currency wallets!<br>
|
||||
<a href="/Downloads">Download</a>
|
||||
</span>
|
||||
</td>
|
||||
<td valign="top" width="50%">
|
||||
<h4>Fem-Pay UnionPay bankcard</h4>
|
||||
<span>Whether you have a line of credit or a checking account, take joy in the day-to-day convenience of our UnionPay bankcard. Use for withdraws and deposits at our branchs and ABMs as well as all over the world fee free at any PoS that accepts VISA cards.</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="50%">
|
||||
<h4>Easy Interest Checking</h4>
|
||||
<span>Is our highest rated interest checking account for consumers. Make the most of your hard earned wages with this Premier Checking Account. Opening an account over two thousand Dollars will make you eligable for our promotion! When you activate your ABM card you will receive three hundred dollars! See a branch for details.</span>
|
||||
</td>
|
||||
<td valign="top" width="50%">
|
||||
<h4>Easy Credit Line</h4>
|
||||
<span>Gone are the days of credit score based decision making regarding extending credit! Using a revolutionary personality testing software we make a decision based soley on your characteristics as a person. This has tailored a 89% approval rating among adults.</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<cfinclude template="../templates/Footer.cfm">
|
@ -1,7 +1,10 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
height: 480px;
|
||||
}
|
||||
img {
|
||||
image-rendering: crisp-edges;
|
||||
}
|
||||
body {
|
||||
background-image: url('/assets/ice.gif');
|
||||
@ -41,7 +44,9 @@ td img {
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
}
|
||||
td span {
|
||||
td {
|
||||
color: #3A7FF1;
|
||||
}
|
||||
td span {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user