-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.php
392 lines (362 loc) · 20.2 KB
/
service.php
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
<?php
// services.php
// Include the database configuration file if needed
// include 'config.php'; // Uncomment if you need to connect to the database
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Woods - Our Services</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Carpentry Services, Custom Furniture, Cabinetry, Flooring, Structural Carpentry" name="keywords">
<meta content="Providing expert carpentry services including custom furniture, cabinetry, flooring installation, and structural carpentry." name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<!-- (Your existing Google Fonts links) -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Include the font families you need -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Roboto:wght@500;700;900&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<!-- Include Font Awesome and Bootstrap Icons via CDN -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<!-- Include external CSS libraries via CDN -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-grow text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Topbar Start -->
<div class="container-fluid bg-light p-0">
<div class="row gx-0 d-none d-lg-flex">
<div class="col-lg-7 px-5 text-start">
<div class="h-100 d-inline-flex align-items-center py-3 me-4">
<small class="fa fa-map-marker-alt text-primary me-2"></small>
<small>123 Street, New York, USA</small>
</div>
<div class="h-100 d-inline-flex align-items-center py-3">
<small class="far fa-clock text-primary me-2"></small>
<small>Mon - Fri : 09.00 AM - 09.00 PM</small>
</div>
</div>
<div class="col-lg-5 px-5 text-end">
<div class="h-100 d-inline-flex align-items-center py-3 me-4">
<small class="fa fa-phone-alt text-primary me-2"></small>
<small>+012 345 6789</small>
</div>
<div class="h-100 d-inline-flex align-items-center">
<a class="btn btn-sm-square bg-white text-primary me-1" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-sm-square bg-white text-primary me-1" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-sm-square bg-white text-primary me-1" href=""><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-sm-square bg-white text-primary me-0" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-white navbar-light sticky-top p-0">
<a href="index.php" class="navbar-brand d-flex align-items-center px-4 px-lg-5">
<h2 class="m-0 text-primary">The Woods</h2>
</a>
<button type="button" class="navbar-toggler me-4" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto p-4 p-lg-0">
<a href="index.php" class="nav-item nav-link">Home</a>
<a href="about.php" class="nav-item nav-link">About</a>
<a href="services.php" class="nav-item nav-link active">Services</a>
<a href="contact.php" class="nav-item nav-link">Contact</a>
</div>
<a href="contact.php" class="btn btn-primary py-4 px-lg-5 d-none d-lg-block">Book a Handyman<i class="fa fa-arrow-right ms-3"></i></a>
</div>
</nav>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header py-5 mb-5">
<div class="container py-5">
<h1 class="display-3 text-white mb-3">Services</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a class="text-white" href="index.php">Home</a></li>
<li class="breadcrumb-item text-white active" aria-current="page">Services</li>
</ol>
</nav>
</div>
</div>
<!-- Page Header End -->
<!-- Service Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="section-title text-center">
<h1 class="display-5 mb-5">Our Services</h1>
</div>
<div class="row g-4">
<!-- Service 1: General Carpentry -->
<div class="col-md-6 col-lg-4">
<div class="service-item">
<div class="overflow-hidden">
<img class="img-fluid" src="img/service-1.jpg" alt="General Carpentry">
</div>
<div class="p-4 text-center border border-5 border-light border-top-0">
<h4 class="mb-3">General Carpentry</h4>
<p>Providing a wide range of carpentry services including repairs, installations, and custom projects for your home or business.</p>
</div>
</div>
</div>
<!-- Service 2: Furniture Manufacturing -->
<div class="col-md-6 col-lg-4">
<div class="service-item">
<div class="overflow-hidden">
<img class="img-fluid" src="img/service-2.jpg" alt="Furniture Manufacturing">
</div>
<div class="p-4 text-center border border-5 border-light border-top-0">
<h4 class="mb-3">Furniture Manufacturing</h4>
<p>Crafting high-quality, custom-made furniture pieces that suit your style and functional needs.</p>
</div>
</div>
</div>
<!-- Service 3: Furniture Remodeling -->
<div class="col-md-6 col-lg-4">
<div class="service-item">
<div class="overflow-hidden">
<img class="img-fluid" src="img/service-3.jpg" alt="Furniture Remodeling">
</div>
<div class="p-4 text-center border border-5 border-light border-top-0">
<h4 class="mb-3">Furniture Remodeling</h4>
<p>Renovating and restoring existing furniture to give it a new look and extend its lifespan.</p>
</div>
</div>
</div>
<!-- Service 4: Wooden Flooring -->
<div class="col-md-6 col-lg-4">
<div class="service-item">
<div class="overflow-hidden">
<img class="img-fluid" src="img/service-4.jpg" alt="Wooden Flooring">
</div>
<div class="p-4 text-center border border-5 border-light border-top-0">
<h4 class="mb-3">Wooden Flooring</h4>
<p>Installation, sanding, and finishing of hardwood floors to enhance the beauty of your space.</p>
</div>
</div>
</div>
<!-- Service 5: Wooden Furniture -->
<div class="col-md-6 col-lg-4">
<div class="service-item">
<div class="overflow-hidden">
<img class="img-fluid" src="img/service-5.jpg" alt="Wooden Furniture">
</div>
<div class="p-4 text-center border border-5 border-light border-top-0">
<h4 class="mb-3">Wooden Furniture</h4>
<p>Offering a selection of handcrafted wooden furniture pieces for your home or office.</p>
</div>
</div>
</div>
<!-- Service 6: Custom Work -->
<div class="col-md-6 col-lg-4">
<div class="service-item">
<div class="overflow-hidden">
<img class="img-fluid" src="img/service-6.jpg" alt="Custom Work">
</div>
<div class="p-4 text-center border border-5 border-light border-top-0">
<h4 class="mb-3">Custom Work</h4>
<p>Providing bespoke carpentry solutions tailored to your specific design and functional requirements.</p>
</div>
</div>
</div>
<!-- Add more services if needed -->
</div>
</div>
</div>
<!-- Service End -->
<!-- Call to Action Start -->
<div class="container-fluid bg-primary my-5 py-5">
<div class="container text-center">
<h1 class="text-white mb-4">Ready to Enhance Your Space?</h1>
<p class="text-white mb-4">Our expert carpenters are here to bring your vision to life.</p>
<a href="contact.php" class="btn btn-light btn-lg">Schedule a Service</a>
</div>
</div>
<!-- Call to Action End -->
<!-- Quote Start -->
<div class="container-fluid bg-light overflow-hidden my-5 px-lg-0">
<div class="container quote px-lg-0">
<div class="row g-0 mx-lg-0">
<div class="col-lg-6 ps-lg-0" style="min-height: 400px;">
<div class="position-relative h-100">
<img class="position-absolute img-fluid w-100 h-100" src="img/quote.jpg" style="object-fit: cover;" alt="">
</div>
</div>
<div class="col-lg-6 quote-text py-5">
<div class="p-lg-5 pe-lg-0">
<div class="section-title text-start">
<h1 class="display-5 mb-4">Free Quote</h1>
</div>
<p class="mb-4 pb-2">Tell us about your project, and we'll provide you with a free quote.</p>
<form action="process_quote.php" method="POST">
<div class="row g-3">
<div class="col-12 col-sm-6">
<input type="text" name="name" class="form-control border-0" placeholder="Your Name" style="height: 55px;" required>
</div>
<div class="col-12 col-sm-6">
<input type="email" name="email" class="form-control border-0" placeholder="Your Email" style="height: 55px;" required>
</div>
<div class="col-12 col-sm-6">
<input type="text" name="phone" class="form-control border-0" placeholder="Your Mobile" style="height: 55px;" required>
</div>
<div class="col-12 col-sm-6">
<select name="service" class="form-select border-0" style="height: 55px;" required>
<option selected>Select A Service</option>
<option value="General Carpentry">General Carpentry</option>
<option value="Furniture Manufacturing">Furniture Manufacturing</option>
<option value="Furniture Remodeling">Furniture Remodeling</option>
<option value="Wooden Flooring">Wooden Flooring</option>
<option value="Wooden Furniture">Wooden Furniture</option>
<option value="Custom Work">Custom Work</option>
<!-- Add more services as options -->
</select>
</div>
<div class="col-12">
<textarea name="message" class="form-control border-0" placeholder="Special Note" required></textarea>
</div>
<div class="col-12">
<button class="btn btn-primary w-100 py-3" type="submit">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Quote End -->
<!-- Testimonial Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="section-title text-center">
<h1 class="display-5 mb-5">Testimonial</h1>
</div>
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item text-center">
<img class="img-fluid bg-light p-2 mx-auto mb-3" src="img/testimonial-1.jpg" style="width: 90px; height: 90px;">
<div class="testimonial-text text-center p-4">
<p>"The Woods transformed our home with their custom carpentry work. Highly recommended!"</p>
<h5 class="mb-1">Client Name</h5>
<span class="fst-italic">Profession</span>
</div>
</div>
<div class="testimonial-item text-center">
<img class="img-fluid bg-light p-2 mx-auto mb-3" src="img/testimonial-2.jpg" style="width: 90px; height: 90px;">
<div class="testimonial-text text-center p-4">
<p>"Excellent craftsmanship and attention to detail. Our new furniture pieces are stunning."</p>
<h5 class="mb-1">Client Name</h5>
<span class="fst-italic">Profession</span>
</div>
</div>
<div class="testimonial-item text-center">
<img class="img-fluid bg-light p-2 mx-auto mb-3" src="img/testimonial-3.jpg" style="width: 90px; height: 90px;">
<div class="testimonial-text text-center p-4">
<p>"Professional service from start to finish. The team at The Woods exceeded our expectations."</p>
<h5 class="mb-1">Client Name</h5>
<span class="fst-italic">Profession</span>
</div>
</div>
<!-- Add more testimonials as needed -->
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-light footer mt-5 pt-5">
<div class="container py-5">
<div class="row g-5">
<!-- Footer Column 1 -->
<div class="col-lg-3 col-md-6">
<h4 class="text-light mb-4">Address</h4>
<p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>123 Street, New York, USA</p>
<p class="mb-2"><i class="fa fa-phone-alt me-3"></i>+012 345 67890</p>
<p class="mb-2"><i class="fa fa-envelope me-3"></i>info@example.com</p>
<div class="d-flex pt-2">
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-youtube"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<!-- Footer Column 2 -->
<div class="col-lg-3 col-md-6">
<h4 class="text-light mb-4">Services</h4>
<a class="btn btn-link" href="general-carpentry.php">General Carpentry</a>
<a class="btn btn-link" href="furniture-remodeling.php">Furniture Remodeling</a>
<a class="btn btn-link" href="wooden-flooring.php">Wooden Floor</a>
<a class="btn btn-link" href="wooden-furniture.php">Wooden Furniture</a>
<a class="btn btn-link" href="custom-work.php">Custom Carpentry</a>
</div>
<!-- Footer Column 3 -->
<div class="col-lg-3 col-md-6">
<h4 class="text-light mb-4">Quick Links</h4>
<a class="btn btn-link" href="about.php">About Us</a>
<a class="btn btn-link" href="contact.php">Contact Us</a>
<a class="btn btn-link" href="services.php">Our Services</a>
<a class="btn btn-link" href="">Terms & Condition</a>
<a class="btn btn-link" href="">Support</a>
</div>
<!-- Footer Column 4 -->
<div class="col-lg-3 col-md-6">
<h4 class="text-light mb-4">Newsletter</h4>
<p>Subscribe to our newsletter for the latest updates.</p>
<div class="position-relative mx-auto" style="max-width: 400px;">
<input class="form-control border-0 w-100 py-3 ps-4 pe-5" type="email" placeholder="Your email">
<button type="button" class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2">SignUp</button>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="container">
<div class="copyright">
<div class="row">
<!-- Copyright -->
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="#">The Woods</a>, All Right Reserved.
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square rounded-0 back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<!-- Include necessary JS libraries via CDN -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<!-- Include other JS libraries as needed -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Include other JS libraries if necessary -->
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>