-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dry Cleaning.html
234 lines (219 loc) · 12.9 KB
/
Dry Cleaning.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<link rel="stylesheet" href="Laundry.Css">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link rel="icon" href="logo.png" sizes=" 64x64">
</head>
<body>
<!-- TopBar Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="Homepage.html">
<img src="logos.png" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-dark active" href="Homepage.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="About Us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="Price List.html">Price List</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-dark dropdown-toggle" href="#" id="servicesDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Services
</a>
<ul class="dropdown-menu" aria-labelledby="servicesDropdown">
<li><a class="dropdown-item" href="Dry Cleaning.html">Dry Cleaning</a></li>
<li><a class="dropdown-item" href="Carpets and Rugs.html">Carpets and Rugs</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="Fumigation.html">Fumigation</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="Contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Showcase Banner -->
<header class=" text-white py-5" style="background-image: url('Images/waldemar-Db4d6MRIXJc-unsplash.jpg'); background-size: cover; background-position: center center; height: 600px;">
<div class="container text-center">
<h1 class="display-4 mb-4" style="margin-top:150px ;">Welcome to Estatic Cleaners</h1>
<p>Your Trusted Partner for Exceptional Cleaning Services</p>
<!-- <a href="contact.html" class="btn btn-light mt-3">Get Started</a> -->
</div>
</header>
<!-- Services Section -->
<section id="services" class="container py-5">
<h2 class="text-center mb-5">Our Services</h2>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card " style="background-image: url('Images/lena-kudryavtseva-itUsEU7GgDU-unsplash.jpg');">
<div class="card-body" style="margin-top:150px ;">
<p class="card-text">Description of Service 2. Consectetur adipiscing elit.</p>
<a href="#" class="btn btn-primary mt-1" style="display: flex; justify-content: center; align-items: center;" >Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card" style="background-image: url('Images/matthew-moloney-5NPId7L1_p4-unsplash.jpg'); background-position: top center;">
<div class="card-body" style="margin-top:150px ;">
<p class="card-text">Description of Service 2. Consectetur adipiscing elit.</p>
<a href="#" class="btn btn-primary mt-1" style="display: flex; justify-content: center; align-items: center;">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card" style="background-image: url('Images/selah-1.jpeg'); background-position: center; background-size: 400px;">
<div class="card-body" style="margin-top:150px ;">
<p class="card-text">Description of Service 3. Sed do eiusmod tempor.</p>
<a href="#" class="btn btn-primary mt-0" style="display: flex; justify-content: center; align-items: center;">Learn More</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card" style="background-image: url('Images/engin-akyurt-RJ17oltAMLk-unsplash.jpg'); background-position: center; background-size: 400px;">
<div class="card-body" style="margin-top:150px ;">
<p class="card-text">Description of Service 1dolor amet.</p>
<a href="#" class="btn btn-primary w-100" style="display: flex; justify-content: center; align-items: center;">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card" style="background-image: url('Images/zulian-firmansyah-3AvEi1EoIyM-unsplash.jpg'); background-position: center; background-size: 400px;">
<div class="card-body" style="margin-top:150px ;">
<p class="card-text mt-0">Description of Service 2. Consectetur adipiscing elit.</p>
<a href="#" class="btn btn-primary mt-0" style="display: flex; justify-content: center; align-items: center;">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card" style="background-image: url('Images/logan-weaver-lgnwvr-G5RSe8i_Id8-unsplash.jpg'); background-position: center; background-size: 400px;">
<div class="card-body" style="margin-top:150px ;">
<p class="card-text">Description of Service 3. Sed do eiusmod tempor.</p>
<a href="#" class="btn btn-primary" style="display: flex; justify-content: center; align-items: center;">Learn More</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card" style="background-image: url('Images/patrick-amofah-MUsBHMkjPXU-unsplash.jpg'); background-position: center; background-size: 300px;">
<div class="card-body" style="margin-top:150px ;">
<p class="card-text">Description of Service 1. Lorem ipsum dolor sit.</p>
<a href="#" class="btn btn-primary" style="display: flex; justify-content: center; align-items: center;">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card" style="background-image: url('Images/mediamodifier-JskqEILt-ds-unsplash.jpg'); background-position: center; background-size: 400px;">
<div class="card-body">
<p class="card-text" style="margin-top:150px ;">Description of Service 2. Consectetur adipiscing elit.</p>
<a href="#" class="btn btn-primary" style="display: flex; justify-content: center; align-items: center;">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer id="contact" class="bg-dark text-white py-4" style="height: 200px;">
<div class="container text-center">
<h2>Contact Us</h2>
<p>If you have any questions or inquiries, feel free to get in touch with us.</p>
<a href="tel:+123456789" class="btn btn-light">Call Us</a>
<a href="mailto:[email protected]" class="btn btn-light">Email Us</a>
</div>
</footer>
<footer class="bg-dark text-white" style="margin-top: 1%; ">
<div class="container py-5">
<div class="row">
<div class="col-lg-3 col-md-6 mb-4">
<a href="#"><img src="logos.png" alt="Company Logo" class="img-fluid mb-3" style="width: 100px;"></a>
<p style="text-align: justify;"></p>
<div class="social-icons justify-content-between d-block mr-5">
<a href="#" class="text-white"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-white"><i class="fab fa-whatsapp"></i></a>
<a href="#" class="text-white"><i class="fab fa-instagram"></i></a>
<a href="#" class="text-white"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4 float-right ">
<h5 class="text-white mb-4">Quick Links</h5>
<ul class="list-unstyled Links">
<li><a href="#" class="text-white" style="text-decoration: none;">Home</a></li>
<li><a href="#" class="text-white" style="text-decoration: none;">About Us</a></li>
<li><a href="#" class="text-white" style="text-decoration: none;">Services</a></li>
<li><a href="#" class="text-white" style="text-decoration: none;">Pricing</a></li>
<li><a href="#" class="text-white" style="text-decoration: none;">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<h5 class="text-white mb-4">Services</h5>
<ul class="list-unstyled Links">
<li><a href="#" class="text-white" style="text-decoration: none;">House Cleaning</a></li>
<li><a href="#" class="text-white" style="text-decoration: none;">Office Cleaning</a></li>
<li><a href="#" class="text-white" style="text-decoration: none;">Carpet Cleaning</a></li>
<li><a href="#" class="text-white" style="text-decoration: none;">Janitorial Services</a></li>
<li><a href="#" class="text-white" style="text-decoration: none;">Window Cleaning</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<h5 class="text-white mb-4">Contact Us</h5>
<p><i class="fa fa-map-marker-alt mr-2"></i> 9, Akinwunmi street, Alagomeji-Yaba, Lagos.</p>
<p><i class="fa fa-phone-alt mr-2"></i> +234 809 303 9272, +234 904 404 270.</p>
<p><i class="fa fa-envelope mr-2"></i> [email protected]</p>
<form>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name"> <br>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email"> <br>
</div>
<button type="submit" class="btn btn-primary btn-sm btn-block">Subscribe</button>
</form>
</div>
</div>
</div>
<div class="bg-primary text-white py-3">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="mb-0">© 2023 Your Company. All Rights Reserved.</p>
</div>
<div class="col-md-6">
<ul class="list-inline float-right mb-0">
<li class="list-inline-item"><a href="#" class="text-white">Privacy Policy</a></li>
<li class="list-inline-item"><a href="#" class="text-white">Terms of Use</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>
<!-- Add Bootstrap JS script links -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/5.0.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.4/umd/popper.min.js"></script>