-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
411 lines (394 loc) · 23.7 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
<!--
------------------------------------------------------------------------------
Note: You will not become the author of this code by removing this comment! 😉
🧑💻 Coded by: Ali Raza
🌐 https://www.0xAli.com
Twitter: twitter.com/0xAliRaza
Github: github.com/0xAliRaza
Live preview: https://0xaliraza.github.io/dream-flowers-design/
Repo url: https://github.com/0xAliRaza/dream-flowers-design
------------------------------------------------------------------------------
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="vendors/css/ionicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<link rel="stylesheet" href="resources/css/style.css">
<link rel="stylesheet" href="resources/css/media_queries.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,300&display=swap"
rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="resources/js/script.js"></script>
<title>Dream Flowers</title>
</head>
<body>
<header>
<div class="container-lg hero">
<nav id="navbar-top" class="navbar navbar-expand-md navbar-dark">
<a href="#" class="navbar-brand logo float-left">DF</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#topNavbarCollapsible" aria-controls="topNavbarCollapsible" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="my-2 collapse navbar-collapse" id="topNavbarCollapsible">
<ul class="ml-auto navbar-nav">
<li class="nav-item"><a href="#featured-products" class="nav-link">Quick shop</a></li>
<li class="nav-item"><a href="#" class="nav-link">Gift flowers</a></li>
<li class="nav-item"><a href="#services" class="nav-link">Services</a></li>
<li class="nav-item"><a href="#contact" class="nav-link">Contact Us</a></li>
</ul>
</div>
</nav>
<div class="hero-text-box">
<h1 class="animate__animated animate__bounceInLeft">Dreams of glory. <br>Now, fulfilled by florists.</h1>
<div class="animate__animated animate__bounceInUp">
<a href="#featured-products" class="btn btn-full">Shop now</a>
<a href="#services" class="btn btn-ghost">Learn more</a>
</div>
</div>
</div>
</header>
<!-- --------------------------------------------- -->
<!-- SERVICES -->
<!-- --------------------------------------------- -->
<section class="section-services" id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 section-header">
<h2 class="section-title">You deserve best — We provide best</h2>
<p class="section-subtitle">Dream Flowers has been serving its customers since the 1970s with
passion
and love. Choose Dream Flowers and we promise you’ll never regret it.</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-sm-6 box">
<i class="ion-ios-cart icon-big"></i>
<h3>Shop Online</h3>
<p class="box-text">Our company has an award-winning reputation!
Harvested from our own farms our flowers are always ready to make your day special.</p>
<a href="#" class="btn-small btn-full">Shop now</a>
</div>
<div class="col-lg-3 col-sm-6 box">
<i class="ion-ios-heart icon-big"></i>
<h3>Gift Delivery</h3>
<p class="box-text">Are you busy to express love?
No worries! Let us wrap it and deliver it to
your beloved one’s doorstep and make their day special.</p>
<a href="#" class="btn-small btn-ghost">Learn more </a>
</div>
<div class="col-lg-3 col-sm-6 box">
<i class="ion-plane icon-big"></i>
<h3>Same day delivery</h3>
<p class="box-text">Our standard delivery takes 2-3 days to deliver flowers to your doorstep but
with S-D-D you can now get your flowers in a maximum of 5 hours.</p>
<a href="#" class="btn-small btn-ghost">Learn more</a>
</div>
<div class="col-lg-3 col-sm-6 box">
<i class="ion-ios-flower icon-big"></i>
<h3>Event Decoration</h3>
<p class="box-text">We provide flower decoration services for almost every kind of event, hire
us and let us make your event special by converting our love into art.</p>
<a href="#" class="btn-small btn-ghost">Learn more</a>
</div>
</div>
</div>
</section>
<!-- --------------------------------------------- -->
<!-- GALLERY -->
<!-- --------------------------------------------- -->
<section class="section-gallery">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-3 col-sm-6 col-md-3 gallery-box">
<img src="./resources/img/gallery-1.jpg" alt="Flower decoration in a glass" class="img-fluid">
</div>
<div class="col-3 col-sm-6 col-md-3 gallery-box">
<img src="./resources/img/gallery-2.jpg" alt="Bride holding a flower bouquet" class="img-fluid">
</div>
<div class="col-3 col-sm-6 col-md-3 gallery-box">
<img src="./resources/img/gallery-3.jpg" alt="Flower decoration over a meeting table"
class="img-fluid">
</div>
<div class="col-3 col-sm-6 col-md-3 gallery-box">
<img src="./resources/img/gallery-4.jpg" alt="Flowers on marriage ceremony" class="img-fluid">
</div>
<div class="col-3 col-sm-6 col-md-3 gallery-box">
<img src="./resources/img/gallery-5.jpg" alt="Bride holding a beautiful flower bouquet"
class="img-fluid">
</div>
<div class="col-3 col-sm-6 col-md-3 gallery-box">
<img src="./resources/img/gallery-6.jpg" alt="Groom’s car heavily decorated with flowers"
class="img-fluid">
</div>
<div class="col-3 col-sm-6 col-md-3 gallery-box">
<img src="./resources/img/gallery-7.jpg" alt="Marriage ceremony flower decoration"
class="img-fluid">
</div>
<div class="col-3 col-sm-6 col-md-3 gallery-box">
<img src="./resources/img/gallery-8.jpg" alt="Groom getting a flower in the front pocket"
class="img-fluid">
</div>
</div>
</div>
</section>
<!-- --------------------------------------------- -->
<!-- PRODUCT SECTION -->
<!-- --------------------------------------------- -->
<section class="product-section" id="featured-products">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2 class="section-title">Featured products</h2>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3 product-box box">
<img class="img-fluid"
src="https://source.unsplash.com/random/270x250/?flowers,product,flourist"
alt="Featured Product">
<p class="product-title">Flowers in a bouqet</p>
<div class="product-price"><span class="currency">$</span><span class="price">10</span></div>
</div>
<div class="col-sm-6 col-md-3 product-box box">
<img class="img-fluid"
src="https://source.unsplash.com/random/270x250/?flower,beautiful,cute,product,flourist"
alt="Featured Product">
<p class="product-title">Neque ducimus, consequatur iste.</p>
<div class="product-price"><span class="currency">$</span><span class="price">34</span></div>
</div>
<div class="col-sm-6 col-md-3 product-box box">
<img class="img-fluid"
src="https://source.unsplash.com/random/270x250/?flower,girl,product,flourist"
alt="Featured Product">
<p class="product-title">Repellendus nostrum eveniet</p>
<div class="product-price"><span class="currency">$</span><span class="price">67</span></div>
</div>
<div class="col-sm-6 col-md-3 product-box box">
<img class="img-fluid"
src="https://source.unsplash.com/random/270x250/?flower,boy,product,flourist"
alt="Featured Product">
<p class="product-title">Consequatur culpa modi laborum!</p>
<div class="product-price"><span class="currency">$</span><span class="price">17</span></div>
</div>
<div class="col-sm-6 col-md-3 product-box box">
<img class="img-fluid" src="https://source.unsplash.com/random/270x250/?flower,product,flourist"
alt="Featured Product">
<p class="product-title">Quasi suscipit aut asperiores</p>
<div class="product-price"><span class="currency">$</span><span class="price">29</span></div>
</div>
<div class="col-sm-6 col-md-3 product-box box">
<img class="img-fluid" src="https://source.unsplash.com/random/270x250/?rose,sexy,flourist"
alt="Featured Product">
<p class="product-title">Ronsectetur necessitatibus recusandae</p>
<div class="product-price"><span class="currency">$</span><span class="price">59.99</span></div>
</div>
<div class="col-sm-6 col-md-3 product-box box">
<img class="img-fluid"
src="https://source.unsplash.com/random/270x250/?flower,beautiful,flourist"
alt="Featured Product">
<p class="product-title">Modi aliquam animi voluptate</p>
<div class="product-price"><span class="currency">$</span><span class="price">73</span></div>
</div>
<div class="col-sm-6 col-md-3 product-box box">
<img class="img-fluid" src="https://source.unsplash.com/random/270x250/?flower,pretty,flourist"
alt="Featured Product">
<p class="product-title">Dolore ipsa Explicabo eaque</p>
<div class="product-price"><span class="currency">$</span><span class="price">64.99</span></div>
</div>
</div>
<div class="row">
<div class="col-sm-12 py-2 text-center"><a href="#" class="btn btn-full">Shop All</a></div>
</div>
</div>
</section>
<!-- --------------------------------------------- -->
<!-- CURRENT CITIES -->
<!-- --------------------------------------------- -->
<section class="current-cities">
<div class="container">
<div class="row">
<div class="col-sm-12 section-header">
<h2 class="section-title">Current cities we're in</h2>
<p class="section-subtitle">These are the cities in which we proudly provide our services. We
are extending very quickly so it might be another day when we reach your city. Stay tuned!
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-lg-3 box">
<img src="resources/img/current-cities-new-york.jpg" alt="New York" class="img-fluid">
<h3>New York</h3>
<div class="city-feature"><i class="icon-small ion-ios-people"></i> 5000+ Happy eaters</div>
<div class="city-feature"><i class="icon-small ion-pizza"></i> 100 Top chefs</div>
<div class="city-feature"><i class="icon-small ion-social-twitter"></i> <a
href="#">@dflowers_ny</a></div>
</div>
<div class="col-sm-6 col-lg-3 box">
<img src="resources/img/current-cities-chicago.jpg" alt="Chicago" class="img-fluid">
<h3>Chicago</h3>
<div class="city-feature"><i class="icon-small ion-ios-people"></i> 2500+ Happy eaters</div>
<div class="city-feature"><i class="icon-small ion-pizza"></i> 70 Top chefs</div>
<div class="city-feature"><i class="icon-small ion-social-twitter"></i> <a
href="#">@dflowers_ch</a></div>
</div>
<div class="col-sm-6 col-lg-3 box">
<img src="resources/img/current-cities-seattle.jpg" alt="Seattle" class="img-fluid">
<h3>Seattle</h3>
<div class="city-feature"><i class="icon-small ion-ios-people"></i> 3200+ Happy eaters</div>
<div class="city-feature"><i class="icon-small ion-pizza"></i> 120 Top chefs</div>
<div class="city-feature"><i class="icon-small ion-social-twitter"></i> <a
href="#">@dflowers_stl</a></div>
</div>
<div class="col-sm-6 col-lg-3 box">
<img src="resources/img/current-cities-los-angeles.jpg" alt="Los angeles" class="img-fluid">
<h3>Los angeles</h3>
<div class="city-feature"><i class="icon-small ion-ios-people"></i> 6000+ Happy eaters</div>
<div class="city-feature"><i class="icon-small ion-pizza"></i> 200 Top chefs</div>
<div class="city-feature"><i class="icon-small ion-social-twitter"></i> <a
href="#">@dflowers_la</a></div>
</div>
</div>
</div>
</section>
<!-- --------------------------------------------- -->
<!-- TESTIMONIALS -->
<!-- --------------------------------------------- -->
<section class="section-testimonials">
<div class="container-fluid h-100">
<!-- Carousel start -->
<div id="testimonials" class="carousel slide h-100" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#testimonials" data-slide-to="0" class="active"></li>
<li data-target="#testimonials" data-slide-to="1"></li>
<li data-target="#testimonials" data-slide-to="2"></li>
</ul>
<div class="carousel-inner h-100">
<div class="carousel-item active">
<div>
<img class="" src="https://source.unsplash.com/random/150x150/?guy,person,face"
alt="First slide">
<h3>Xavier Caliph</h3>
<blockquote>These are the best flourists in the US! You better give them a chance.
</blockquote>
</div>
</div>
<div class="carousel-item">
<div>
<img class="" src="https://source.unsplash.com/random/150x150/?girl,person,face"
alt="First slide">
<h3>Noreen Asha</h3>
<blockquote>I bought some products from Dream Flowers and I'm fully satisfied. They were
on time
and they provided best quality.</blockquote>
</div>
</div>
<div class="carousel-item">
<div>
<img class="" src="https://source.unsplash.com/random/150x150/?guy,person,face,coat"
alt="First slide">
<h3>Jason Man</h3>
<blockquote>We hired Dream Flowers to decorate our wedding ceremony and hands down to
their
services. They made everything look heavenly beautiful.</blockquote>
</div>
</div>
</div>
</div>
<!-- Carousel end -->
</div>
</section>
<!-- --------------------------------------------- -->
<!-- CONTACT -->
<!-- --------------------------------------------- -->
<section class="contact" id="contact">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 section-header">
<h2 class="section-title">We'd love to hear from you</h2>
</div>
</div>
<div class="row py-2">
<div class="col-lg-6 py-3">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3024.110879762298!2d-74.20600617121845!3d40.71557553735031!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25325138bbe3b%3A0x9a993b5feaed7cda!2s284%20Seymour%20Ave%2C%20Newark%2C%20NJ%2007112%2C%20USA!5e0!3m2!1sen!2s!4v1597810635794!5m2!1sen!2s"
width="" height="" frameborder="0" style="border:0;" allowfullscreen="true"
aria-hidden="false" tabindex="0"></iframe>
</div>
<div class="col-lg-6 py-3">
<form class="px-md-5 px-lg-0 px-xl-5" action="#" method="post">
<div class="form-group">
<label for="full-name">Full name</label>
<input required type="text" class="form-control" id="full-name">
</div>
<div class="form-group">
<label for="email">Email</label>
<input required type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="where-did-you-find-us">Where did you find us?</label>
<input required type="text" class="form-control" id="where-did-you-find-us">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" name="message" id="message" cols="15"></textarea>
</div>
<a href="#" class="btn btn-full">Submit</a>
</form>
</div>
</div>
</div>
</section>
<!-- --------------------------------------------- -->
<!-- FOOTER -->
<!-- --------------------------------------------- -->
<footer>
<div class="container-md">
<div class="row">
<div class="col-sm-6 col-md-8">
<nav id="navbar-bottom" class="navbar navbar-expand-lg navbar-dark">
<ul class="navbar-nav">
<li class="nav-item"><a href="#" class="nav-link">About us</a></li>
<li class="nav-item"><a href="#" class="nav-link">Contact us</a></li>
<li class="nav-item"><a href="#" class="nav-link">Android app</a></li>
<li class="nav-item"><a href="#" class="nav-link">FAQs</a></li>
<li class="nav-item"><a href="#" class="nav-link">Privacy</a></li>
</ul>
</nav>
</div>
<div class="col-sm-6 col-md-4">
<nav id="navbar-bottom-icons" class="float-md-right navbar navbar-expand navbar-dark">
<ul class="navbar-nav">
<li class="nav-item"><a href="#" class="nav-link"><i
class="icon-small ion-social-twitter"></i></a>
</li>
<li class="nav-item"><a href="#" class="nav-link"><i
class="icon-small ion-social-facebook"></i></a>
</li>
<li class="nav-item"><a href="#" class="nav-link"><i
class="icon-small ion-social-snapchat"></i></a>
</li>
<li class="nav-item"><a href="#" class="nav-link"><i
class="icon-small ion-social-instagram"></i></a>
</li>
</ul>
</nav>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<p class="copyright-msg">Copyright © 2020 by Dream Flowers. All rights reserved.</p>
</div>
</div>
</div>
</footer>
</body>
</html>