-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
553 lines (496 loc) · 23.6 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
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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
<!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>Home</title>
<!-- <link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css"> -->
<script defer src="node_modules/@popperjs/core/dist/umd/popper.min.js"></script>
<script defer src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script defer src="node_modules/@fortawesome/fontawesome-free/js/fontawesome.js"></script>
<script defer src="node_modules/@fortawesome/fontawesome-free/js/solid.js"></script>
<script defer src="node_modules/@fortawesome/fontawesome-free/js/fontawesome.js"></script>
<!-- <link rel="stylesheet" href="/assets/css/home.css"> -->
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/home.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" />
<!-- My Scripts -->
<script defer src="js/home.js"></script>
<!-- <script defer src="js/global_components.js"></script> -->
<!-- <link rel="stylesheet" href="/assets/css/global.css"> -->
</head>
<body class="bg-light">
<header>
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="">
<img src="assets/img/logo-154x149.png" alt="ArtWay Construction painting company" />
</a>
<button class="navbar-toggler navbar-custom" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link nav-link-custom active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-custom" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-custom" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-custom nav-link-contact" href="contactus.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="container container-fluid">
<div class="row row-1">
<div class="background"></div>
<div class="col col-sm-9 col-md-7 col-lg-6 col-xl-5">
<div class="row">
<div class="title">
<h1 class="text-secondary bilbo-font">
ARTWAY <br />
Construction
</h1>
<i class="title_decoration"> </i>
<h6 class="title-quote">We are proud to be your painters</h6>
</div>
</div>
<div class="row form-row">
<div class="col-10">
<form>
<div class="form">
<input type="email" class="form-control" id="input" placeholder="[email protected]" />
<label for="input"></label>
</div>
<div class="form">
<input type="text" class="form-control" id="name" placeholder="Name" />
<label for="name"></label>
</div>
<div class="form">
<input type="tel" class="form-control" id="phone" placeholder="Phone number" pattern="[0-9]{1}" />
<label for="phone"></label>
</div>
<button class="btn col-12 btn-block btn-secondary text-light" type="submit">
GET ESTIMATE
</button>
</form>
</div>
</div>
</div>
</div>
<div class="row about">
<div class="col">
<h2 class="section-title">Welcome To Artway Construction</h2>
<div class="content">
<h5> Who We are</h5>
 ARTWAY construction is a family owned and operated company. From the beginning of our foundation we have
done residential and commercial projects with different levels of complexity at the top quality! The key
goal of our work is to achieve high levels of customer satisfaction.
<br />
<br />
<h5>Why Us</h5>
<p>
 Our company offers a wide range of painting services and we have dedicated and experienced team of
painting
experts to handle your residential and commercial painting needs.</p>
<p>
 We transform our customer’s homes and businesses by providing expert painting service.
You deserve to enjoy your refreshed space!
</p>
<p> For the best painting service available, contact ARTWAY Construction today.
We are fully licensed, insured and bonded and offer FREE estimates.
Free Estimates!
Call (206) 123 4567 Today!</p>
</div>
</div>
</div>
<div class="row services">
<div class="col">
<h2 class="section-title">Services we provide</h2>
<ul class="nav nav-pills align-self-center nav-fill nav-pills-custom" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-interior-tab" data-bs-toggle="pill"
data-bs-target="#pills-interior" type="button" role="tab" aria-controls="pills-interior"
aria-selected="true">
<i class="fas fa-paint-roller fa-2x"></i>
<span>Interior</span>
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-exterior-tab" data-bs-toggle="pill" data-bs-target="#pills-exterior"
type="button" role="tab" aria-controls="pills-exterior" aria-selected="true">
<i class="fas fa-home exteior-icon fa-2x"></i>
<span>Exterior</span>
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-commercial-tab" data-bs-toggle="pill" data-bs-target="#pills-commercial"
type="button" role="tab" aria-controls="pills-commercial" aria-selected="true">
<i class="fas fa-city fa-2x"></i>
<span>Commercial</span>
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-multi-family-tab" data-bs-toggle="pill"
data-bs-target="#pills-multi-family" type="button" role="tab" aria-controls="pills-multi-family"
aria-selected="true">
<i class="fas fa-building fa-2x"></i>
<span>Multi-Family</span>
</button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-interior" role="tabpanel"
aria-labelledby="pills-interior-tab">
<div class="description">
<div class="description-container">
<h5>Interior painting</h5>
OUR INTERIOR SERVICES INCLUDED:
<ul>
<li>
Preparation: caulking, filling and spackling, sanding,
masking and covering surfaces
</li>
<li>Minor drywall repair</li>
<li>Brush & roll, spray finish</li>
<li>Painting walls & ceilings</li>
<li>Painting trims and doors</li>
<li>Paint kitchen and bathroom cabinets</li>
</ul>
</div>
</div>
<div id="carouselInterior" class="carousel slide carousel-fade " data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item one active">
</div>
<div class="carousel-item two">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-exterior" role="tabpanel" aria-labelledby="pills-exterior-tab">
<div class="description">
<div class="description-container">
<h5>Exterior Painting</h5>
OUR EXTERIOR SERVICES INCLUDED:
<ul>
<li>Preparation: caulking, scraping, sanding, priming</li>
<li>Pressure wash</li>
<li>Paint hardie, wood, vinyl, aluminum siding, stucco</li>
<li>Paint exterior trim and door</li>
<li>Apply solid, semi-solid and semi-transparent stain</li>
</ul>
</div>
</div>
<div id="carouselExterior" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item one active">
</div>
<div class="carousel-item two">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-commercial" role="tabpanel" aria-labelledby="pills-commercial-tab">
<div class="description">
<div class="description-container">
<h5>Commercial Painting</h5>
OUR COMMERCIAL PAINTING SERVICES:
<ul>
<li>
Exterior painting of commercial buildings, warehouses, etc
</li>
<li>Interior tenant improvements painting service</li>
<li>Interior painting of restaurants and retail stores</li>
</ul>
</div>
</div>
<div id="carouselCommercial" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item one active">
</div>
<div class="carousel-item two">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-multi-family" role="tabpanel" aria-labelledby="pills-multi-family-tab">
<div class="description">
<div class="description-container">
<h5>Multi-family Painting</h5>
WE ARE SKILLED IN MANY TYPES OF SPECIALTY PAINT JOBS, INCLUDING:
<ul>
<li>Townhomes</li>
<li>Condos</li>
<li>Apartment complexes</li>
<li>Multi-unit facilities</li>
<li>Multi-story building</li>
</ul>
</div>
</div>
<div id="carouselMulti" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item one active">
</div>
<div class="carousel-item two ">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="licenses" class="row licenses">
<div class="col">
<h2 class="section-title">We are licensed and inssured</h2>
<ul class="nav nav-pills nav-fill" id="pills-tab-licenses" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-license-tab" data-bs-toggle="pill" data-bs-target="#pills-license"
type="button" role="tab" aria-controls="pills-license" aria-selected="true">
<i class="license-icon"></i>
<span>License</span>
</button>
</li>
<li class="nav-item d-flex align-items-center" role="presentation">
<button class="nav-link" id="pills-insurance-tab" data-bs-toggle="pill" data-bs-target="#pills-insurance"
type="button" role="tab" aria-controls="pills-insurance" aria-selected="true">
<i class="license-icon"></i>
<span>Insurance</span>
</button>
</li>
<li class="nav-item d-flex align-items-center" role="presentation">
<button class="nav-link" id="pills-bonded-tab" data-bs-toggle="pill" data-bs-target="#pills-bonded"
type="button" role="tab" aria-controls="pills-bonded" aria-selected="true">
<i class="license-icon"></i>
<span>Bonded</span>
</button>
</li>
</ul>
<div class="tab-content bg-white" id="pills-tabContent-licenses">
<div class="tab-pane fade show active" id="pills-license" role="tabpanel" aria-labelledby="pills-license-tab">
<div class="description">
<h5>VERIFIED LICENSE</h5>
License # ARTWAC830D2 <br />
Status <span style="color: green">Active</span><br />
State Washington<br />
<a href="#" style="color: blueviolet">Verify</a> this license's
status for Artway Construction at the Washington State
Department of Labor & Industries.
</div>
<div class="d-flex">
<img class="m-auto" src="assets/img/licenses/license.png" alt="" />
</div>
</div>
<div class="tab-pane fade" id="pills-insurance" role="tabpanel" aria-labelledby="pills-insurance-tab">
<div class="description">
<h5>INSURED</h5>
Insurer Ohio Security Ins Co Insured up to $1,000,000
</div>
<div class="d-flex">
<img class="m-auto" src="assets/img/licenses/insurance.png" alt="" />
</div>
</div>
<div class="tab-pane fade" id="pills-bonded" role="tabpanel" aria-labelledby="pills-bonded-tab">
<div class="description">
<h5>BONDED</h5>
Bonded Agent Philadelphia Indemnity Ins Co Bond Value $6,000
</div>
<div class="d-flex">
<img class="m-auto" src="assets/img/licenses/bound.png" alt="" />
</div>
</div>
</div>
</div>
</div>
<div class="row reviews">
<div class="col">
<h2 class="section-title">What our customers say</h2>
<div id="carouselExampleCaptions" class="carousel slide reviews-carousel" data-bs-ride="carousel"
data-bs-interval="false">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="item-container">
<div class="review-container">
<div class="review-header">
<img src="assets/img/reviews/image1.jpeg" alt="">
<div>
<span class="name">Dima Savchenko</span>
<br>
<span class="stars"> ★★★★★</span>
<br>
</div>
</div>
<div class="review-body">
<span class="text">Seriously, take my advice and benefit from the hard research and quoting I did.
Artway Construction is as good as painting company in Seattle area. They are excellent
communicators, prompt, efficient, and their paint job is exceptional. They painted the ceiling and
doors in my house. I highly recommend these guys! Thank you</span>
</div>
</div>
<div class="review-container">
<div class="review-header">
<img src="assets/img/reviews/image2.jpeg" alt="">
<div>
<span class="name">Dawn Weber</span>
<br>
<span class="stars"> ★★★★★</span>
<br>
</div>
</div>
<div class="review-body">
<span class="text">Artway Construction did a great job painting the exterior of our large home on
Bainbridge island. They were professional and prompt and have very competitive pricing. They were
very informative in helping us select the appropriate type of exterior stain for the house and
they completed the work quickly and efficiently while maintaining a high standard. The house looks
beautiful. We HIGHLY recommend them and have recommended them to everyone in our
neighborhood!</span>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="item-container">
<div class="review-container">
<div class="review-header">
<img src="assets/img/reviews/image3.jpeg" alt="">
<div>
<span class="name">Aleksei Butenko</span>
<br>
<span class="stars"> ★★★★★</span>
<br>
</div>
</div>
<div class="review-body">
<span class="text">Had a chance to use this company for several times in short period of time. Can't
be happier. Great customer service, super quality work. Will be definitely recommending them to
all my friends who needs any paint work. Thank you</span>
</div>
</div>
<div class="review-container">
<div class="review-header">
<img src="assets/img/reviews/image4.jpeg" alt="">
<div>
<span class="name">Cliff Smolinsky</span>
<br>
<span class="stars"> ★★★★★</span>
<br>
</div>
</div>
<div class="review-body">
<span class="text">They did a fantastic job painting basically our entire first floor and much of
our second floor. They painted all our trim, doors, walls, and ceilings, and the whole thing took
less than a week! Our house looks amazing and we love it. They also stained our fences for us. The
cost was also extremely reasonable. I would happily hire them again.</span>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="item-container">
<div class="review-container">
<div class="review-header">
<img src="assets/img/reviews/image5.jpeg" alt="">
<div>
<span class="name">Michael Simeona</span>
<br>
<span class="stars"> ★★★★★</span>
<br>
</div>
</div>
<div class="review-body">
<span class="text">ARTWAY did a wonderful job painting the interior of my house including walls,
ceilings, and trim. They helped me chose colors that complement one another, and I couldn't be
more happy with the end result. The personnel was professional and genuine, and based on
recommendations they made, I could tell quality is important to them.
Often times I receive compliments about my interior paint and I would always recommend ARTWAY
construction. I am very happy with the job they've done.</span>
</div>
</div>
<div class="review-container">
<div class="review-header">
<img src="assets/img/reviews/image6.jpeg" alt="">
<div>
<span class="name">Jessica Diallo</span>
<br>
<span class="stars"> ★★★★★</span>
<br>
</div>
</div>
<div class="review-body">
<span class="text">ArtWay did a wonderful job painting the exterior of our house. They
were able to start on our house less than a week after we met them and only took three days to
prep and paint. was really flexible and accommodating of changes we wanted to make after
accepting the competitive estimate price. I requested quotes from three other companies in Seattle
who wanted thousands more than ARTWAY Construction quoted. Our house looks beautiful - they did a
really professional paint job. I would highly recommend ARTWAY construction!
</span>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
</div>
</div>
</div>
<div class="row map-section">
<div class="col">
<h2 class="section-title">We are on the map</h2>
<div id="google-maps-container">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10770.571699328315!2d-122.116543!3d47.555278!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xa77d41ac19c3ba4!2sARTWAY%20construction!5e0!3m2!1sen!2sus!4v1619124520117!5m2!1sen!2sus"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-3 col-sm-2 offset-1">
<h6>Links</h6>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="#">Sites</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="col-8 col-sm-5 text-center">
<h6>Social</h6>
<a class="btn btn-social-icon btn-instagram" href="http://yelp.com/"><i class="fab fa-yelp fa-2x"></i>
</a>
<a class="btn btn-social-icon btn-facebook" href="http://facebook.com/"><i
class="fab fa-facebook-f fa-2x"></i>
</a>
<a class="btn btn-social-icon btn-twitter" href="http://telegram.org/"><i
class="fab fa-telegram-plane fa-2x"></i></a>
<a class="btn btn-social-icon btn-google" href="http://linkedin.com/"><i
class="fab fa-linkedin-in fa-2x"></i></a>
</div>
<div class="col col-sm-4 text-center">
<a role="button" class="btn btn-link" href="tel:+12065551234"><i class="fa fa-phone"></i>
1-206-555-1234</a><br />
<a role="button" class="btn btn-link" href="mailto:[email protected]"><i
class="far fa-envelope"></i>[email protected]</a>
</div>
</div>
</div>
</footer>
</body>
</html>