meet the team page
This commit is contained in:
parent
e5595b895d
commit
b59ba8c370
@ -15,7 +15,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="50%">
|
||||
<h4><a href="/About/MeetTheTeam.cfm">Meet the team</a></h4>
|
||||
<h4><a href="/About/Team.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%">
|
||||
|
41
public/About/Team.cfm
Normal file
41
public/About/Team.cfm
Normal file
@ -0,0 +1,41 @@
|
||||
<cfset pagetitle = "Meet the Team">
|
||||
<cfinclude template="../../templates/Header.cfm">
|
||||
|
||||
<style>
|
||||
.content {
|
||||
margin: 40px;
|
||||
color: #3A7FF1;
|
||||
}
|
||||
table {
|
||||
margin: 0;
|
||||
}
|
||||
td img {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
td.howfeed img {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
td.law {
|
||||
position: relative;
|
||||
}
|
||||
td.law img {
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
}
|
||||
td.law span {
|
||||
position: absolute;
|
||||
left: 75px;
|
||||
top: 70px;
|
||||
width: 300px;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="content">
|
||||
<h3>Meet the Team</h3>
|
||||
<img src="/assets/MVC-353F.JPG">
|
||||
</div>
|
||||
|
||||
|
||||
<cfinclude template="../../templates/Footer.cfm">
|
BIN
public/assets/MVC-353F.JPG
Normal file
BIN
public/assets/MVC-353F.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
Loading…
x
Reference in New Issue
Block a user