forked from DustinBooyah/da_brinkman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
74 lines (61 loc) · 2.24 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Brinkman Surveying & Mapping, Inc.</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="style.css" media="screen" rel="stylesheet">
<style media="screen" type="text/css">
/*<![CDATA[*/@import 'style.css';/*]]>*/
</style>
<link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel=
'stylesheet' type='text/css'>
<script src="https://www.google.com/jsapi" type="text/javascript"></script>
</head>
<body>
<header>
<div class="container">
<a class="floatleft" href="index.html"><img src="img/logo.png"></a>
<nav>
<a href="index.html">Main</a>
<a href=
"services.html">Services</a>
<a href=
"estimates.html">Estimates</a>
<a class="selected" href=
"contact.html">Contact</a>
</nav>
</div>
</header>
<section>
<div class="inner" style=
"background:url(img/contact.jpg) top center no-repeat">
<div class="hero">
<h1>Contact Us</h1>
</div>
<div class="column_3qtr">
<li><h5 class="orange">Information</h5>
<h6 class="floatright">[email protected]</h6></li>
<li><h5 class="orange">Jim Brinkman</h5>Professional Surveyor and Mapper
<h6 class="floatright">[email protected]</h6></li>
<div class="border"></div>
<h3>4607 NW 6th Street, Suite C</h3>
<h4>Gainesville, FL 32609</h4>
<div class="border"></div>
<h3>Phone:<strong class="orange"> (352) 374-7707</strong></h3>
<h3>Fax:<strong class="orange"> (352) 374-8757</strong></h3>
</div>
<div class="clr"></div><br>
</div>
</section>
<footer>
<div class="border"></div><a href=
"http://www.dustinaguilar.com"><img class="floatright" src=
"img/logo_f.png"></a> <small class="floatright">©2013 Brinkman
Surveying and Mapping, Inc.</small>
<h5>Phone: <small><strong class="orange">(352)
374-7707</strong></small> | Fax: <small><strong class="orange">(352)
374-8757</strong></small></h5>
</footer>
</body>
</html>