forked from james/femboyfinancial.jp
added contact page, icons on homepage
This commit is contained in:
parent
8e578e6b38
commit
d1dc1142ad
@ -36,5 +36,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<cfinclude template="../../templates/Footer.cfm">
|
||||
|
28
public/Contact.cfm
Normal file
28
public/Contact.cfm
Normal file
@ -0,0 +1,28 @@
|
||||
<cfset pagetitle = "Contact Us">
|
||||
<cfinclude template="../templates/Header.cfm">
|
||||
|
||||
<table cellpadding="10" border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="50%">
|
||||
<h3>How to get in contact with us</h3>
|
||||
<span>You can kindly reach us via post at the following address:</span><br>
|
||||
<br>
|
||||
<span>1198 South Sixth Street, Suite J, San Jose, California, United States</span><br>
|
||||
<br>
|
||||
<span>By telephone:</span><br>
|
||||
<span>+1 925-765-8478</span><br>
|
||||
<br>
|
||||
<span>By webmail:</span><br>
|
||||
<span>mylesl@howfeed.biz</span><br>
|
||||
<span>vincentmiannelli@howfeed.biz</span><br>
|
||||
<span>webmaster@howfeed.biz</span>
|
||||
</td>
|
||||
<td valign="top" width="50%" style="float: right;">
|
||||
<img src="/assets/ringring.gif" height="100">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<cfinclude template="../templates/Footer.cfm">
|
@ -1,36 +1,38 @@
|
||||
<cfset pagetitle = "Home Page">
|
||||
<cfinclude template="../templates/Header.cfm">
|
||||
|
||||
<link href="/assets/XpIcons.css" rel="stylesheet">
|
||||
|
||||
<table cellpadding="10" border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" width="50%">
|
||||
<h4><a href="/Events.cfm">New Company Events</a></h4>
|
||||
<img width="59" height="39">
|
||||
<span class="sprite s26"></span>
|
||||
<span>See what happened while FemboyFinancial was at the World Banking Summit 2020!</span>
|
||||
</td>
|
||||
<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>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<span class="sprite s327"></span>
|
||||
<span>Check out deposit accounts, loans, and software! Banking for the 21st century.</span>
|
||||
</td>
|
||||
<td valign="top" width="50%">
|
||||
<h4><a href="/Contact.cfm">Contact Us</a></h4>
|
||||
<img width="53" height="65">
|
||||
<span class="sprite s112"></span>
|
||||
<span>Business address, phone numbers and more.</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<h4><a href="/Help.cfm">Help</a></h4>
|
||||
<img width="29" height="42">
|
||||
<span class="sprite s130"></span>
|
||||
<span>Stuck? Click here to get connected to our world-class customer service desk!</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -2,6 +2,7 @@
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-image: url('./XpIcons.png');
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.s1 {
|
||||
|
BIN
public/assets/ringring.gif
Normal file
BIN
public/assets/ringring.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user