forked from CodnanBaig/green-paradise
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
475 lines (466 loc) · 18.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script
src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/10.1.0/swiper-bundle.min.js"
integrity="sha512-4Ooh3fl4STrmn95ZbS/J6l8csp/FvSKPaeDAH/IaPQGJIx9lmpuxXZTCYKR2W5+Bt7i74exPvAT2PsWnac+sow=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css"
/>
<link
href="https://api.fontshare.com/v2/css?f[]=clash-display@200,400,700,500,600,1,300&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" href="GP.png" type="image/x-icon">
<link rel="stylesheet" href="./styles/index.css" />
<link rel="stylesheet" href="./styles/nav.css" />
<link rel="stylesheet" href="./styles/footer.css" />
<link rel="stylesheet" href="./styles/popularProducts.css" />
<title>Green Paradise | Home</title>
</head>
<body>
<div class="background">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<nav class="navbar sticky-top navbar-expand-lg bg-light"></nav>
<section id="top">
<div class="container-fluid p-0">
<div class="row g-0">
<div class="col-lg-6 col-md-6 col-sm-12">
<div
class="hero-info d-flex flex-column justify-content-center align-items-start"
>
<h1 class="heading">Create a green paradise right at home</h1>
<p>
20% of the profit goes to help the Armed Forces of
<span style="color: rgb(129, 173, 255)">Ukr</span
><span style="color: #b9b900">aine</span>
</p>
<button class="catalog-btn btn">
<a href="allProducts.html" style="color: white"> Catalog</a>
</button>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 p-0">
<img
src="https://images.pexels.com/photos/4065156/pexels-photo-4065156.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid hero"
alt=""
/>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-2">
<div class="about-content mt-5">
<h1 class="heading">About us</h1>
<p>
We are a store of indoor plants for various types in Kylv.
Hundreds of different types of plants: from ficuses to ferns. We
love and cherish our plants from their very "birth", so they
definitely bring happiness and joy, love, and comfort to your
home.
</p>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="row r-0">
<div class="col-6">
<img
src="https://images.pexels.com/photos/213727/pexels-photo-213727.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid about-img"
alt=""
/>
<br />
<img
src="https://images.pexels.com/photos/305821/pexels-photo-305821.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid about-img"
alt=""
/>
</div>
<div class="col-6 p-0">
<img
src="https://images.pexels.com/photos/4503827/pexels-photo-4503827.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid about-img"
style="height: 81%"
alt=""
/>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="popular-products" class="mt-5">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="heading">Popular Products</h1>
</div>
</div>
<div class="row mt-2 g-5">
<div class="col-12">
<div class="swiper-container">
<div class="swiper-wrapper" id="popular-products-container">
<!-- Product cards will be added here -->
</div>
</div>
</div>
</div>
</div>
</section>
<section id="testimonials">
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-2">
<div class="test-content mt-5">
<h1 class="heading">
What our <br />
customers think
</h1>
<p>
We have many testimonials from our new and regular customers.
You can trust us because we love our work and provide you with
only honest reviews.
</p>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div
id="testimonialCarousel"
class="carousel carousel-dark slide"
data-bs-ride="carousel"
>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="testi-container text-center p-4">
<div class="d-inline-flex gap-2">
<img
src="https://mir-s3-cdn-cf.behance.net/user/50/c10ee1520267021.6425fb2b5f777.jpg"
class="rounded-circle"
alt=""
/>
<p>Jessica Knowels</p>
</div>
<div class="content p-5">
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing
elit. Sint, minima. Vitae corrupti nulla aspernatur
facilis, ad quia omnis nostrum saepe eveniet nesciunt
sequi deleniti? Facilis aliquid explicabo quos
asperiores magnam! Lorem ipsum dolor sit amet
consectetur adipisicing elit. Ipsam itaque labore
assumenda obcaecati, maiores dignissimos hic, numquam
quas facilis distinctio iure similique! Neque debitis
dolorem accusamus minima perferendis dolore voluptates!
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testi-container text-center p-4">
<div class="d-inline-flex gap-2">
<img
src="https://mir-s3-cdn-cf.behance.net/user/50/c10ee1520267021.6425fb2b5f777.jpg"
class="rounded-circle"
alt=""
/>
<p>Trisha Jacob</p>
</div>
<div class="content p-5">
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing
elit. Sint, minima. Vitae corrupti nulla aspernatur
facilis, ad quia omnis nostrum saepe eveniet nesciunt
sequi deleniti? Facilis aliquid explicabo quos
asperiores magnam! Lorem ipsum dolor sit amet
consectetur adipisicing elit. Ipsam itaque labore
assumenda obcaecati, maiores dignissimos hic, numquam
quas facilis distinctio iure similique! Neque debitis
dolorem accusamus minima perferendis dolore voluptates!
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testi-container text-center p-4">
<div class="d-inline-flex gap-2">
<img
src="https://mir-s3-cdn-cf.behance.net/user/50/c10ee1520267021.6425fb2b5f777.jpg"
class="rounded-circle"
alt=""
/>
<p>Trisha Jacob</p>
</div>
<div class="content p-5">
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing
elit. Stur adipisicing elit. Ipsam itaque labore
assumenda obcaecati, maiores dignissimos hic, numquam
quas facilis distinctio iure similique! Neque debitis
dolorem accusamus minima perferendis dolore voluptates!
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testi-container text-center p-4">
<div class="d-inline-flex gap-2">
<img
src="https://mir-s3-cdn-cf.behance.net/user/50/c10ee1520267021.6425fb2b5f777.jpg"
class="rounded-circle"
alt=""
/>
<p>Trisha Jacob</p>
</div>
<div class="content p-5">
<p>
Vorrupti nulla aspernatur facilis, ad quia omnis nostrum
saepe eveniet nesciunt sequi deleniti? Facilis aliquid
explicabo quos asperiores magnam! Lorem ipsum dolor sit
amet consectetur adipisicing elit. Ipsam itaque labore
assumenda obcaecati, maiores dignissimos hic, numquam
quas facilis distinctio iure similique! Neque debitis
dolorem accusamus minima perferendis dolore voluptates!
</p>
</div>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#testimonialCarousel"
data-bs-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#testimonialCarousel"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</section>
<section id="categories">
<div class="container">
<div class="row">
<div class="col-6">
<h1 class="heading">Categories</h1>
</div>
<div class="col-6">
<div class="d-inline-flex float-end m-3">
<button class="btn catalog-btn">
<a href="allProducts.html" style="color: white"> Catalog</a>
</button>
</div>
</div>
</div>
<div class="cat-container mt-5">
<div class="row g-5">
<div class="col-lg-3 col-sm-6 col-md-6 col-xs-6">
<div class="card" id="Planters">
<img
src="https://cdn.sanity.io/images/y346iw48/production/b31557b4166ed74b56d4c8460787d2fa90c2e668-1200x1553.webp?auto=format"
class="card-img-top"
alt="..."
/>
<div class="card-body d-flex justify-content-between">
<div class="details">
<h5 class="card-title">Planters</h5>
</div>
<i class="fa-solid fa-arrow-right-long"></i>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-md-6 col-xs-6">
<div class="card" id="Easy-Care">
<img
src="https://cdn.sanity.io/images/y346iw48/production/40b39f12c035eed5156c748905780399a6840d5c-640x828.webp?auto=format"
class="card-img-top"
alt="..."
/>
<div class="card-body d-flex justify-content-between">
<div class="details">
<h5 class="card-title">Easy Care Plants</h5>
</div>
<i class="fa-solid fa-arrow-right-long"></i>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-md-6 col-xs-6">
<div class="card" id="Flowering">
<img
src="https://cdn.sanity.io/images/y346iw48/production/6eafb73d363b72b31bdfba5fe33bfe8a1e0dc0a9-640x828.webp?auto=format"
class="card-img-top"
alt="..."
/>
<div class="card-body d-flex justify-content-between">
<div class="details">
<h5 class="card-title">Flowering</h5>
</div>
<i class="fa-solid fa-arrow-right-long"></i>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-md-6 col-xs-6">
<div class="card" id="Faux">
<img
src="https://cdn.sanity.io/images/y346iw48/production/13f9350ddd653338697f3acaa955c35dbd530289-1200x1553.webp?auto=format"
class="card-img-top"
alt="..."
/>
<div class="card-body d-flex justify-content-between">
<div class="details">
<h5 class="card-title">Faux</h5>
</div>
<i class="fa-solid fa-arrow-right-long"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="delivery">
<div class="container">
<div class="row">
<div class="col-lg-6 order-lg-2">
<div class="delivery-content mt-5">
<h1 class="heading">Delivery & Payment</h1>
<p>
We package our plants securely yet sustainably by reusing boxes,
paper (newspapers), etc. Delivery is carried out to all cities
of Ukraine, except for the occupied ones. Pickup is possible in
Kyiv. <br />
<br />
We have full & partial prepayment by card and cash on delivery
to make you feel completely secure. We have many
<u>testimonials</u> from new and regular customers.
</p>
<button class="btn catalog-btn">
<a href="allProducts.html" style="color: white"> Catalog</a>
</button>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="row r-0">
<div class="col-6">
<img
src="https://images.pexels.com/photos/1022922/pexels-photo-1022922.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid about-img"
alt=""
/>
<br />
<img
src="https://images.pexels.com/photos/403571/pexels-photo-403571.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid about-img"
alt=""
/>
</div>
<div class="col-6 p-0">
<img
src="https://images.pexels.com/photos/1974508/pexels-photo-1974508.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid about-img"
style="height: 81%"
alt=""
/>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="find-us">
<div class="container">
<div class="row">
<div class="col-6">
<h1 class="heading">Find us on Instagram</h1>
</div>
<div class="col-6">
<div class="d-inline-flex float-end m-3">
<button class="btn btn-outline-success bg-transparent">
More details
</button>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-4">
<img
src="https://images.pexels.com/photos/14660079/pexels-photo-14660079.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid"
alt=""
/>
</div>
<div class="col-lg-4">
<img
src="https://images.pexels.com/photos/3094220/pexels-photo-3094220.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid"
alt=""
/>
</div>
<div class="col-lg-4">
<img
src="https://images.pexels.com/photos/6697329/pexels-photo-6697329.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"
class="img-fluid"
alt=""
/>
</div>
</div>
</div>
</section>
<footer class="footer mt-auto py-3 bg-light"></footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
</body>
</html>
<script type="module" src="./scripts/index.js"></script>