fleshed out footer

master
dtookey 4 years ago
parent 7e4ee96649
commit 8890733601

@ -3,12 +3,22 @@
src: url('../fonts/Roboto-Black.ttf')
}
.title-banner{
.blue-background{
background: #103171;
}
.no-blue{
background: #FFF;
}
.title-banner{
color: #FFF;
font-family: 'DirectoryFontFamily', serif;
}
.footer{
background: #efeff1;
}
.section-header{
font-size: 24px;
}

@ -1,80 +1,59 @@
<html lang="en">
<meta charset="UTF-8">
<head>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
</head>
<body class="blue-background">
<div class="title-banner">
<div class="title-banner blue-background">
CONTACT US
<br />
<img src="img/Logo_02-24-21b_NO-SUBHEAD-white-on-transparent-01.png" width="300" height="auto" alt="JDS Consulting Company Logo">
<br />
<div>How can we help? Please select an e-mail address or phone number from the key contacts below. If you don't find what you need, fill out our contact form.</div>
</div>
<br/>
<img src="img/Logo_02-24-21b_NO-SUBHEAD-white-on-transparent-01.png" width="300" height="auto"
alt="JDS Consulting Company Logo">
<br/>
<div>How can we help? Please select an e-mail address or phone number from the key contacts below. If you don't find
what you need, fill out our contact form.
</div>
</div>
<!-- main office -->
<div>
<h2>Main Office</h2>
<p>
8600-D Jersey Court
<br/>
Raleigh, NC 27617
<br/>
<a href="tel:+19194801075">919-480-1075</a>
<br/>
<a href="mailto:info@jdsconsulting.net">info@JDSconsulting.net</a>
<br/>
<a href="https://www.jdsconsulting.net">www.jdsconsulting.net</a>
<br/>
<!-- no blue background-->
<div class="no-blue">
<!-- main office -->
<div>
<h2>Main Office</h2>
<p>
8600-D Jersey Court
<br/>
Raleigh, NC 27617
<br/>
<a href="tel:+19194801075">919-480-1075</a>
<br/>
<a href="mailto:info@jdsconsulting.net">info@JDSconsulting.net</a>
<br/>
<a href="https://www.jdsconsulting.net">www.jdsconsulting.net</a>
<br/>
</p>
</div>
</div>
<!-- footer -->
<div class="footer">
<h2>Contact Form</h2>
<p>
If you haven't found the contact you need, please fill out the form available at the link below, and we will get
in touch with you as soon as possible.
<br/>
<a href="https://www.jdsconsulting.net/contact/">Contact us through our website.</a>
</p>
</div>
<!-- main office with table -->
<div>
<table>
<tr>
<td class="section-header">
Main Office
</td>
</tr>
<tr>
<td>
8600-D Jersey Court
</td>
</tr>
<tr>
<td>
Raleigh, NC 27617
</td>
</tr>
<tr>
<td>
<a href="tel:+19194801075">919-480-1075</a>
</td>
</tr>
<tr>
<td>
<a href="mailto:info@jdsconsulting.net">info@JDSconsulting.net</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.jdsconsulting.net">www.jdsconsulting.net</a>
</td>
</tr>
</table>
</div>
</div>
<!-- contacts table -->
<table border="1">
<tr>
<td>one</td>
<td>two</td>
</tr>
<tr></tr>
<tr></tr>
</table>
</body>
</body>
</html>

Loading…
Cancel
Save