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,80 +1,59 @@
<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> <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 --> <!-- no blue background-->
<div> <div class="no-blue">
<h2>Main Office</h2>
<p>
8600-D Jersey Court <!-- main office -->
<br/> <div>
Raleigh, NC 27617 <h2>Main Office</h2>
<br/> <p>
<a href="tel:+19194801075">919-480-1075</a> 8600-D Jersey Court
<br/> <br/>
<a href="mailto:info@jdsconsulting.net">info@JDSconsulting.net</a> Raleigh, NC 27617
<br/> <br/>
<a href="https://www.jdsconsulting.net">www.jdsconsulting.net</a> <a href="tel:+19194801075">919-480-1075</a>
<br/> <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> </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 --> </body>
<table border="1">
<tr>
<td>one</td>
<td>two</td>
</tr>
<tr></tr>
<tr></tr>
</table>
</body>
</html> </html>

Loading…
Cancel
Save