fleshed out footer

master
dtookey 4 years ago
parent 7e4ee96649
commit 8890733601

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

@ -1,19 +1,26 @@
<html lang="en"> <html lang="en">
<meta charset="UTF-8"> <meta charset="UTF-8">
<head> <head>
<link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="css/main.css">
</head> </head>
<body> <body class="blue-background">
<div class="title-banner"> <div class="title-banner blue-background">
CONTACT US CONTACT US
<br /> <br/>
<img src="img/Logo_02-24-21b_NO-SUBHEAD-white-on-transparent-01.png" width="300" height="auto" alt="JDS Consulting Company Logo"> <img src="img/Logo_02-24-21b_NO-SUBHEAD-white-on-transparent-01.png" width="300" height="auto"
<br /> alt="JDS Consulting Company Logo">
<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> <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>
</div>
<!-- no blue background-->
<div class="no-blue">
<!-- main office -->
<!-- main office -->
<div> <div>
<h2>Main Office</h2> <h2>Main Office</h2>
<p> <p>
@ -27,54 +34,26 @@
<br/> <br/>
<a href="https://www.jdsconsulting.net">www.jdsconsulting.net</a> <a href="https://www.jdsconsulting.net">www.jdsconsulting.net</a>
<br/> <br/>
</p> </p>
</div> </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>
<!-- contacts table -->
<table border="1"> </div>
<tr>
<td>one</td>
<td>two</td>
</tr> <!-- footer -->
<tr></tr> <div class="footer">
<tr></tr> <h2>Contact Form</h2>
</table> <p>
</body> 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>
</body>
</html> </html>

Loading…
Cancel
Save