forked from DustinBooyah/da_brinkman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
99 lines (86 loc) · 4.46 KB
/
services.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!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 class="selected" href=
"services.html">Services</a> <a href=
"estimates.html">Estimates</a> <a href=
"contact.html">Contact</a>
</nav>
</div>
</header>
<section>
<div class="inner" style=
"background:url(img/services.jpg) top center no-repeat">
<div class="hero">
<h1>Services</h1>
<p class="white">Brinkman Surveying has prospered since being established in 1997 by James Brinkman. We provide second to none, quality ,service to Gainesville and Alachua County, along with the neighboring Putnam County, Bradford County, Clay County, Levy County and Gilchrist County.</p>
</div>
<div class="column_3qtr">
<h3>Boundary Survey</h3>
<p>A Boundary Survey is a procedure by which Brinkman Surveying will establish corners and boundaries of a piece of land before someone purchases it. It's useful not only for development, but in situations in which the owner builds a shed or a fence, landscaping, remodeling/rennovating or replacing damaged markers.</p>
</div>
<div class="column_1qtr">
<img src="img/serv1.jpg" class="servimg">
</div>
<div class="clr"></div>
<div class="column_3qtr">
<h3>Topographic Survey</h3>
<p>This type of survey provides data about elevated points on a piece of land. Basically, how far something reaches above or below ground level. Trees, hills, fences and buildings are all included. The data can be used for digging drainage ditches, planning development or figuring out how the land itself has shaped over time.</p>
</div>
<div class="column_1qtr">
<img src="img/serv2.jpg" class="servimg">
</div>
<div class="clr"></div><div class="column_3qtr">
<h3>Construction Layout</h3>
<p>Construction Layouts (also known as stake-out or setting-out) consist of surveying conditions of future worksites. Elements such as buildings, underground infrastructure (sewers, manholes,etc.) and topography (hills, trees etc.) are all measured and marked to guide construction. Upon completion of the project, another survey will follow to make sure everything went smoothly.</p>
</div>
<div class="column_1qtr">
<img src="img/serv3.jpg" class="servimg">
</div>
<div class="clr"></div><div class="column_3qtr">
<h3>Subdivision Survey</h3>
<p>This type of survey, as the name suggests, divides a piece of land into sub-parcels, which are then sold individually. They may also include data for effective utility layouts, street layouts and drainage. This type of survey typically follows Boundary and Topographic surveys.</p>
</div>
<div class="column_1qtr">
<img src="img/serv4.jpg" class="servimg">
</div>
<div class="clr"></div><div class="column_3qtr">
<h3>Wetland Survey</h3>
<p>Brinkman Surveying will draw a map to reference boundaries of plots/parcels of land that may surround a wetland. They can be helpful in managing resources, assessing environmental impact, determining natural resource inventory and detecting trends in the wetland itself.</p>
</div>
<div class="column_1qtr">
<img src="img/serv5.jpg" class="servimg">
</div>
<div class="clr"></div>
<center>
<button class="cta"><a href="estimates.html">Request an
Estimate</a></h5>
</button>
</center>
</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>