-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (173 loc) · 9.13 KB
/
index.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Complete lawncare and landscaping services.">
<meta name="author" content="[email protected]">
<link rel="icon" href="media/favicon.png">
<title>YardTechs</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<link href="custom.css" rel="stylesheet">
</head>
<body>
<header>
<div class="container" style="text-align: right">
<a href="#" title="Call or Email" data-toggle="popover" data-placement="bottom" data-html="true" data-trigger="hover" data-content="614.496.6921<br/>[email protected]">Contact Us</a>
|
<a href="#" title="Not Available" data-toggle="popover" data-placement="bottom" data-html="true" data-trigger="hover" data-content="Online payment is not yet available. Please contact us.">Payment</a>
</div>
<h1 class="display-3" style="text-align: center">YardTechs</h1>
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
</script>
</header>
<main role="main">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="first-slide" src="media/grassBanner.jpg">
<div class="container">
<div class="carousel-caption text-left">
<h1>Expert Lawn Care</h1>
<p>Mowing, weed control and fertilization.</p>
<br>
</div>
</div>
</div>
<div class="carousel-item">
<img class="second-slide" src="media/landscapeBanner.jpg">
<div class="container">
<div class="carousel-caption">
<h1>Beautiful Landscaping</h1>
<p>Landscape design, tree care and mulch installation.</p>
<br>
</div>
</div>
</div>
<div class="carousel-item">
<img class="third-slide" src="media/snowBanner.jpg">
<div class="container">
<div class="carousel-caption text-right">
<h1>Winter Saftey</h1>
<p>Snow plowing, ice removal, and salting.</p>
<br>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="container marketing">
<div class="row">
<div class="col-lg-4">
<img src="media/lawnCareIcon.png">
<br><br>
<h2>Lawn Care</h2>
<p>Relax and let us take care of your lawn. Our services are tailored to your specific needs.</p>
<p><a class="btn btn-secondary" href="#lawncare" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<img src="media/installation_icon.png">
<br><br>
<h2>Landscaping</h2>
<p>We offer an array of services from fall cleanup to tree removal and everything in between.</p>
<p><a class="btn btn-secondary" href="#landScaping" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<img src="media/plowIcon.png">
<br><br>
<h2>Snow Removal</h2>
<p>Our snow removal services can keep your business’s and home's pathways safe.</p>
<p><a class="btn btn-secondary" href="#winter" role="button">View details »</a></p>
</div>
</div>
<hr class="featurette-divider">
<div id="lawncare" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Lawn Care<p class="text-muted">Relax, we'll take care of it.</p></h2>
<br>
<h4>Lawn Mowing</h4>
<p class="lead"> On a regularly scheduled, weekly basis, we tend your lawn with properly trained personnel, and appropriate and well-maintained equipment. This service includes weekly mowing and trimming of all grass areas as well as edging along concrete walks, driveways, and patios every two weeks.</p>
<h4>Grounds Keeping</h4>
<p class="lead">We offer several things under our grounds keeping category to include leaf raking, bush trimming, bed cleaning, etc. In addition, we can offer re-mulching, sod, some rock work, edging, etc.</p>
<h4>Weed control</h4>
<p class="lead"> We can help you keep weeds at by with regular removal and treatments to keep your lawn looking its best at all times.</p>
</p>
</div>
<div class="col-md-5 yardImage">
<img class="featurette-image img-fluid mx-auto img-thumbnail" src="media/lawnService.jpg">
</div>
</div>
<hr class="featurette-divider">
<div id="landScaping" class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Landscaping<p class="text-muted">Make your dream a reality.</p></h2>
<br>
<p class="lead">We offer many services that can help you get your yard looking how you've always wanted it. Need help planing? Finishing a project that started long ago? We're here to help.</p>
<h4>Summary</h4>
<ul class="lead">
<li>Weekly Mowing and trimming</li>
<li>Annual Flowers (Spring, Summer, and Fall)</li>
<li>Fertilization</li>
<li>Aeration</li>
<li>Bed Detail and Weed Control</li>
<li>Pruning</li>
<li>Fall and Spring Clean Up</li>
<li>Plant Health Care</li>
<li>Enhancements</li>
</ul>
</div>
<div class="col-md-5 order-md-1 landImage">
<img class="featurette-image img-fluid mx-auto img-thumbnail" src="media/landscaping.jpg">
</div>
</div>
<hr class="featurette-divider">
<div id="winter" class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Snow Removal<p class="text-muted">Keep everyone safe.</span></h2>
<p class="lead">Stay warm this winter and let us pick up the shovel. We offer snow removal for residental and commercial customers. We keep very close track of weather reports and clear your area so you don't have to.</p>
<h4>Our Services</h4>
<ul class="lead">
<li>Salting and Presalting</li>
<li>Clearing Sidewalks</li>
<li>Plowing Driveways</li>
<li>Plowing Parkinglots</li>
</ul>
</div>
<div class="col-md-5 snowImage">
<img class="featurette-image img-fluid mx-auto img-thumbnail" src="media/snowPlow2.jpg">
</div>
</div>
<hr class="featurette-divider">
</div>
<footer class="container">
2017 Yardtechs, Inc.
<div class="float-right">
<a href="#" title="Call or Email" data-toggle="popover" data-placement="top" data-html="true" data-trigger="hover" data-content="614.496.6921<br/>[email protected]">Contact Us</a>
|
<a href="#" title="Not Available" data-toggle="popover" data-placement="top" data-html="true" data-trigger="hover" data-content="Online payment is not yet available. Please contact us.">Payment</a>
|
<a href="#">Back to top</a>
</div>
</footer>
</main>
</body>
</html>