-
Notifications
You must be signed in to change notification settings - Fork 0
/
concrete-driveways.html
318 lines (264 loc) · 11.9 KB
/
concrete-driveways.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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Concrete Driveways Installation - Advanced Paving and Masonry</title>
<link rel="icon" type="image/x-icon" href="./images/main-logo.png">
<!--font awesome link-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" />
<!--custom css file link-->
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./about-us-style.css">
<link rel="stylesheet" href="./services-style.css">
<link rel="stylesheet" href="./paving-style.css">
<link rel="stylesheet" href="./concrete.css">
<style>
.bg {
background-image: url(./images/con-bg.jpg) !important;
background-repeat: no-repeat;
background-position: top center !important;
overflow: hidden;
background-color: hsl(205, 36%, 37%);
background-blend-mode: multiply;
}
@media (max-width: 768px) {
.bg h1{
margin-top: 10rem;
}
.bg h1{
font-size: 2.7rem;
}
.bg .desc{
font-size: 1.2rem;
}
.breadcrumb{
font-size: 1.3rem !important;
}
}
</style>
</head>
<body>
<!--header section starts-->
<header>
<h1 class="logo"><span><img src="./images/logo-trans.png"></span></h1>
<div id="menu-bar" class="fas fa-bars"></div>
<nav class="navbar">
<ul class="main-ul" id="main-ul">
<li><a href="./index.html">Home</a></li>
<li><a href="./about-us.html">About Us</a></li>
<!--Services starts here-->
<li class="dropdown">
<a href="./services.html">Services</a>
<i class="fas fa-angle-down" id="drop-btn"></i>
<!--Paving start here-->
<!-- <div class="sub-menu-wrap" id="subMenu"> -->
<ul class="main-dropdown-content">
<li class="paving-dropdown">
<i class="fas fa-angle-right" id="submenu-drop-btn"></i>
<a href="./paving.html">Paving</a>
<ul class="dropdown-content">
<li><a href="./asphalt-paving.html">Asphalt Paving</a></li>
<li><a href="./brick-block.html">Brick and Block Paving</a></li>
<li><a href="./cobblestones.html">Steps and Cobblestones</a></li>
</ul>
</li>
<!--Concrete start here-->
<li class="concrete-dropdown">
<i class="fas fa-angle-right" id="submenu-drop-btn"></i>
<a href="./concrete.html">Concrete</a>
<ul class="dropdown-content">
<li><a href="./concrete-driveways.html">Concrete Driveways Installation</a></li>
<li><a href="./patios.html">Concrete patios</a></li>
<li><a href="./con-walkways.html">Concrete Walkways</a></li>
</ul>
</li>
<!--Masonry start here-->
<li class="masonry-dropdown">
<i class="fas fa-angle-right" id="submenu-drop-btn"></i>
<a href="./masonry.html">Masonry</a>
<ul class="dropdown-content">
<li><a href="./mas-contractors.html">Masonry Contractors</a></li>
<li><a href="./basement.html">Basement</a></li>
<li><a href="./chimney.html">Chimney Works</a></li>
<li><a href="./waterproofing.html">Basement Waterproofing</a></li>
<li><a href="./roofing.html">Roofing Works</a></li>
<li><a href="./damp.html">Damp Proofing</a></li>
</ul>
</li>
<!--Driveways start here-->
<li class="driveways-dropdown">
<i class="fas fa-angle-right" id="submenu-drop-btn"></i>
<a href="./driveway.html">Driveways</a>
<ul class="dropdown-content">
<li><a href="./asphalt-driveways.html">Asphalt Driveways</a></li>
<li><a href="./apron.html">Apron Driveways</a></li>
<li><a href="./milling.html">Milling</a></li>
<li><a href="./sealcoating.html">Sealcoating</a></li>
<li><a href="./striping.html">Line Striping</a></li>
</ul>
</li>
</ul>
<!-- </div> -->
</li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<!--header section ends-->
<!--main bg section starts-->
<section class="bg">
<h1 class="heading">Concrete Driveways Installation</h1>
<p class="desc">Advanced Paving and Masonry stands out among other paving and masonry
companies for their <br> extraordinary concrete driveway installation services. </p>
<p class="breadcrumb">Home / Concrete Driveways Installation</p>
</section>
<!--main bg section ends-->
<!--Intro Section starts-->
<section class="intro">
<div class="box-container" style="padding-top: 5rem">
<div class="image">
<img style="height: 400px;" src="./images/slideshow-img6.jpg" alt="">
</div>
<div class="content">
<p>Advanced Paving and Masonry stands out among other paving and masonry companies for their extraordinary
concrete driveway installation services. With over 25 years of experience in the industry, they are experts at
installing structures that are not only visually appealing but also highly durable. They take pride in
providing superior quality results with precision and accuracy while ensuring that every job is completed with
the utmost care and attention.
</p>
<p style="margin-top: 1.5rem;">
Their team of highly skilled professionals use only the best materials available to ensure that your driveway
is built to last for decades, providing you with years of worry-free performance. With their strong commitment
to customer satisfaction, Advanced Paving and Masonry offers excellent workmanship at competitive prices. This
combination of service quality and affordability sets them apart in the industry.
</p>
</div>
</div>
<div class="box-container" style="padding-top: 5rem">
<div class="content">
<p>
Advanced Paving and Masonry also emphasizes safety when it comes to installing concrete driveways. They have a
strong understanding of all relevant regulations, so you can feel confident knowing that your driveway
installation project is being completed with the highest standards of safety in mind. All their technicians
are trained on proper safety protocol and use the latest safety equipment available.
</p>
<p style="margin-top: 1.5rem;">
Whether you are looking for a new driveway or just need to repair or replace an existing one, Advanced Paving
and Masonry has everything you need to make sure your project is completed correctly. With their expertise and
commitment to quality, you can rest assured that your concrete driveway will be installed properly and provide
years of worry-free performance. Contact them today to learn more about their extraordinary Concrete Driveway
Installation services!
</p>
</div>
<div class="image">
<img src="./images/con-intro-1.jpg" alt="" style="margin-left: 8rem; height: 400px;">
</div>
</div>
</section>
<!--Intro Section ends-->
<!--gallery section starts-->
<section class="gallery" id="gallery">
<h1 class="heading" style="margin-bottom: 4rem">Concrete Driveways<span>Gallery</span></h1>
<div class="box-container">
<div class="box">
<img src="./images/slideshow-img6.jpg" alt="" />
<div class="content">
<h3>Concrete Driveways</h3>
<p>
Advanced Paving and Masonry stands out among other paving and masonry companies for their extraordinary services.
</p>
</div>
</div>
<div class="box">
<img src="./images/con-bg.jpg" alt="" />
<div class="content">
<h3>Concrete Driveways</h3>
<p>
Advanced Paving and Masonry stands out among other paving and masonry companies for their extraordinary services.
</p>
</div>
</div>
<div class="box">
<img src="./images/con-intro-1.jpg" alt="" />
<div class="content">
<h3>Concrete Driveways</h3>
<p>
Advanced Paving and Masonry stands out among other paving and masonry companies for their extraordinary services.
</p>
</div>
</div>
<div class="box">
<img src="./images/con-ser-1.jpg" alt="" />
<div class="content">
<h3>Concrete Driveways</h3>
<p>
Advanced Paving and Masonry stands out among other paving and masonry companies for their extraordinary services.
</p>
</div>
</div>
<div class="box">
<img src="./images/con-img.jpg" alt="" />
<div class="content">
<h3>Concrete Driveways</h3>
<p>
Advanced Paving and Masonry stands out among other paving and masonry companies for their extraordinary services.
</p>
</div>
</div>
<div class="box">
<img src="./images/con-g-1.jpg" alt="" />
<div class="content">
<h3>Concrete Driveways</h3>
<p>
Advanced Paving and Masonry stands out among other paving and masonry companies for their extraordinary services.
</p>
</div>
</div>
</div>
</section>
<!--gallery section ends-->
<div class="call-to-action">
<p>Rely on the professionals at Advanced Paving and Masonry to offer you with the highest quality paving and
masonry services available in the area. Call us today at <span>+1 610-994-0288</span> </p>
</div>
<!--footer section starts-->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Advanced Paving and Masonry</h3>
<p>You are looking for asphalt paving or masonry work, Advanced Paving and Masonry has you covered.
</p>
<div class="share">
<a class="fab fa-facebook-f"></a>
<a class="fab fa-twitter"></a>
<a class="fab fa-instagram"></a>
<a class="fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<h3>Contact Info</h3>
<a href="#" class="links"><i class="fas fa-phone"></i> +1 610-994-0288</a>
<a href="#" class="links"><i class="fas fa-envelope"></i>info@advancedpaving.com</a>
<a href="#" class="links"><i class="fas fa-map-marker-alt"></i>USA, Pennsylvania</a>
</div>
<div class="box">
<h3>Quick links</h3>
<a href="./index.html" class="links"><i class="fas fa-arrow-right"></i> Home</a>
<a href="./about-us.html" class="links"><i class="fas fa-arrow-right"></i> About Us</a>
<a href="./services.html" class="links"><i class="fas fa-arrow-right"></i> Services</a>
<a href="./gallery.html" class="links"><i class="fas fa-arrow-right"></i> Gallery</a>
<a href="./contact.html" class="links"><i class="fas fa-arrow-right"></i> Contact Us</a>
</div>
</div>
<div class="credit">
<p>Copyright© 2023 Advanced Paving and Masonry-All Rights Reserved. Design by <span>|
zohaibulhassan</span></p>
</div>
</section>
<!--footer section ends-->
<script src="index.js"></script>
</body>
</html>