-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
301 lines (265 loc) · 11.2 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="custom.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>Gaviota Cleaners</title>
</head>
<body >
<header>
<div class="container">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html"><img src="img/logo1.png" width="150" height="120"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto menu">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">OUR SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="price.html">PRICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="review.html">REVIEWS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="signin.html">SIGN IN</a>
</li>
<li class="nav-item">
<a class="nav-link" href="signup.html">SIGN UP</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cart.html"><i class="fas fa-shopping-cart"></i></a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<section>
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-12">
<div class="bg-custom-1">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-8 col-md-10 col-12 h-1">
<h2><strong>WE ARE OPEN DURING THIS CHALLENGING TIME.</strong></h2>
<p>Gaviota Cleaners provides primuem dry cleaning and laundry pick-up and delivery services in budget in Manhattan.</p>
<a href="service.html" type="button" class="btn btn-primary btn-1">Schedule a delivery</a>
</div>
<!-- <div class="col-md-6 h-1-img d-none">
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h2 class="text-center txt-1">How Gaviota Cleaners works</h2>
<div class="row mb-5">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 txt-9">
<h3>Collect Your Clothes</h3>
<p>We collect and keep track of your garments from start to finish so that your favourite things stay safe.</p>
<a href="service.html" class="btn btn-outline-primary btn-custom-3" role="button">Find Out More...</a>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 body-img-l">
<img class="rounded-circle" src="img/s-6.png">
</div>
</div>
<div class="row mb-5">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 body-img-r">
<img class="rounded-circle" src="img/s-8.png">
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 txt-9">
<h3>Cleaning</h3>
<p>Our experienced employees gives the top priority to your garments during the process.</p>
<a href="service.html" class="btn btn-outline-primary btn-custom-3" role="button">Find Out More...</a>
</div>
</div>
<div class="row mb-5">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 txt-9">
<h3>Convenient</h3>
<p>We will wash and fold, or dry clean and press your garments according to your preferences.</p>
<a href="service.html" class="btn btn-outline-primary btn-custom-3" role="button">Find Out More...</a>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 body-img-l">
<img class="rounded-circle" src="img/s-9.png">
</div>
</div>
<div class="row mb-5">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 body-img-r">
<img class="rounded-circle" src="img/s-4.jpg">
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 txt-9">
<h3>Keeping Safe</h3>
<p>We make it absolutely must to keep each item separate and clean. Also feel free to send any question and we will answer them as soon as possible.</p>
<a href="service.html" class="btn btn-outline-primary btn-custom-3" role="button">Find Out More...</a>
</div>
</div>
<div class="row mb-5">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 txt-9">
<h3>Ready For The Delivery</h3>
<p>We will deliver your clean clothes at the time you selected during your pick up. Call us at <strong>+1 (332) 877-6165</strong> to schedule a delivery.</p>
<a href="service.html" class="btn btn-outline-primary btn-custom-3" role="button">Find Out More...</a>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12 body-img-l">
<img class="rounded-circle" src="img/s-12.png">
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-12">
<div class="bg-custom-2">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 h-2-img">
<img class="img-fluid" src="img/assets-11.png">
</div>
<div class="col-xl-6 col-lg-6 col-md-6 h-2">
<h2 class="txt-2"><strong>Why Will You Choose Gaviota Dry Cleaners?</strong></h2>
<ul>
<li>We Provide premium Dry Cleaning service <strong> in budget.</strong></li>
<li>You can always trade your service and know the <strong> pick up and delivery time</strong> throughout the entire process.</li>
<li>we ensure <strong>fastest pick up/delivery</strong>.</li>
<li>Gaviota <strong>cheaper</strong> is cheaper than most dry cleaners in manhattan.</li>
<li><strong>Special requests</strong> are taken from clients.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-12">
<div class="bg-custom-3">
<div class="container">
<div class="row">
<div class="col-6 bg-3-btn-left">
<input type="zip" class="form-control form-custom-1" id="exampleInputzip1" placeholder="Enter your mail">
</div>
<div class="col-6 bg-3-btn-right">
<button type="button" class="btn btn-primary btn-custom-2"><strong class="text-button">Get Prices</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="bg-custom-4">
<div class="container-fluid">
<div class="bg-custom-5">
<h2 class="txt-3"><strong>CONTACT</strong></h2>
<h2 class="txt-4">Gaviota Cleaners</h2>
</div>
<div class="bg-custom-5">
<h4 class="txt-5"><strong>Our Expertise is Scrubbing Clothes – Not Our Clients</strong></h4>
</div>
<div class="bg-custom-5">
<h4><i>Gaviota Cleaners specializes in dry cleaning, tailoring and laundering household and personal items. We pride ourselves on our reputation for quality and service, which is second to none. Our customer service staff is always attentive to all our clients’ needs and requests, which is further facilitated by our sophisticated online scheduling system that allows clients to select pickup and delivery times based on their availability.</i></h4>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-12">
<div class="bg-custom-6">
<div class="container">
<h2 class="text-center txt-6">Gaviota Cleaners</h2>
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 txt-7">
<i class="fas fa-map-marker-alt fa-4x ico-custom-1"></i>
<p>4500 Broadway, New York, NY 10040 <br>Tel: +1 (332) 877-6165</p>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 txt-7">
<i class="fas fa-id-card fa-4x ico-custom-1"></i>
<p>Fax : 000-000-0000 <br>Email : [email protected]</p>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 txt-7">
<i class="far fa-clock fa-4x ico-custom-1"></i>
<p>Stores Hours Of Operations : <br>
Monday – Friday : 07:00 AM – 07:00 PM <br>
Saturday : 08:00 AM – 06:00 PM</p>
</div>
</div>
<br>
<div class="row">
<div class="col-6">
<input type="mail" class="form-control form-custom-2" id="exampleInputzip1" placeholder="Your E-mail">
</div>
<div class="col-6">
<button type="button" class="btn btn-primary btn-custom-8 footer-button"><strong class="text-button">Subscribe</strong></button>
</div>
</div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8 text-center">
<div class="social-icons ">
<a href="#">
<i class="fab fa-instagram-square fa-3x ico-custom-3"></i>
</a>
<a href="#">
<i class="fab fa-twitter-square fa-3x ico-custom-3"></i>
</a>
<a href="#">
<i class="fab fa-facebook-square fa-3x ico-custom-3"></i>
</a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="bg-custom-7">
<p class="text-center">Copyright © 2020 - Gaviota Cleaners | All Rights Reserved</p>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.5.1.slim.min.js" ></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/all.js"></script>
</body>
</html>