-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
493 lines (459 loc) · 23.1 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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<!-- ----------------- Browser Tab FavIcon ------ -->
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<title>Plantux</title>
<!-- ----------------- Remix Icons -------------- -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<!-- ----------------- CSS ---------------------- -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- ========== PreLoader ========== -->
<div class="pageLoader"></div>
<!-- ========== Header ========== -->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="navLogo" translate="no">
<i class="ri-leaf-line navLogoIcon"></i> Plantux
</a>
<div class="navMenu" id="navMenu">
<ul class="navList">
<li class="navItem">
<a href="#home" class="navLink activeLink">Home</a>
</li>
<li class="navItem">
<a href="#about" class="navLink">About</a>
</li>
<li class="navItem">
<a href="#products" class="navLink">Products</a>
</li>
<li class="navItem">
<a href="#faqs" class="navLink">FAQs</a>
</li>
<li class="navItem">
<a href="#contact" class="navLink">Contact Us</a>
</li>
</ul>
<div class="navClose" id="navClose">
<i class="ri-close-line"></i>
</div>
</div>
<div class="navBtns">
<!-- Theme Change Button -->
<i class="ri-moon-line changeTheme" id="themeBtn"></i>
<div class="navToggle" id="navToggle">
<i class="ri-menu-3-line"></i>
</div>
</div>
</nav>
</header>
<!-- ========== Main Content ========== -->
<main class="main">
<!-- ========== Home ========== -->
<section class="home" id="home">
<div class="homeContainer container grid">
<img src="img/home.png" alt="Home Image" class="homeImg">
<div class="homeData">
<h1 class="homeTitle">
Plants will make <br>your life better
</h1>
<p class="homeDesc">
Create incredible plant design for your offices or apartments.
Add freshness to your new ideas.
</p>
<a href="#about" class="btn btnFlex">
Explore <i class="ri-arrow-right-down-line btnIcon"></i>
</a>
</div>
<div class="homeSocial">
<span class="homeSocialFollow">Follow Us</span>
<div class="homeSocialLinks">
<a href="https://www.facebook.com/profile.php?id=100005116839262" class="homeSocialLink"
target="_blank">
<i class="ri-facebook-fill"></i>
</a>
<a href="https://www.linkedin.com/in/ahmedhafez247/" class="homeSocialLink" target="_blank">
<i class="ri-linkedin-fill"></i>
</a>
<a href="https://github.com/AhmedHafez7-Eng" class="homeSocialLink" target="_blank">
<i class="ri-github-fill"></i>
</a>
<a href="https://ahmedhafezoffic.netlify.app/" class="homeSocialLink" target="_blank">
<i class="ri-global-fill"></i>
</a>
<a href="https://www.behance.net/ahmedhafez12" class="homeSocialLink" target="_blank">
<i class="ri-behance-fill"></i>
</a>
</div>
</div>
</div>
</section>
<!-- ========== About ========== -->
<section class="about section container" id="about">
<div class="aboutContainer grid">
<img src="img/about.png" alt="about us" class="aboutImg">
<div class="aboutData">
<h2 class="sectionTitle aboutTitle">
Who we really are & <br> why choose us
</h2>
<p class="aboutDesc">
We have over 4000+ unbiased reviews and our customerstrust our plant process and delivery
service every time.
</p>
<div class="aboutDetails">
<p class="aboutDetailsDesc">
<i class="ri-checkbox-fill aboutDetailsIcon"></i>
We always deliver on time.
</p>
<p class="aboutDetailsDesc">
<i class="ri-checkbox-fill aboutDetailsIcon"></i>
We give you guide to protect and care for your plants.
</p>
<p class="aboutDetailsDesc">
<i class="ri-checkbox-fill aboutDetailsIcon"></i>
We always come over for a check-up after sale.
</p>
<p class="aboutDetailsDesc">
<i class="ri-checkbox-fill aboutDetailsIcon"></i>
100% money back guaranteed.
</p>
</div>
<a href="" class="btnLink btnFlex disabledLink">
Shop Now <i class="ri-arrow-right-down-line btnIcon"></i>
</a>
</div>
</div>
</section>
<!-- ========== Steps ========== -->
<section class="steps section container">
<div class="stepsBg">
<h2 class="sectionTitleCenter stepsTitle">
Steps to start your <br> plants off right
</h2>
<div class="stepsContainer grid">
<div class="stepsCard">
<div class="stepsCardNumber">01</div>
<h3 class="stepsCardTitle">Choose Plant</h3>
<p class="stepsCardDesc">We've several varities plants you can choose from.</p>
</div>
<div class="stepsCard">
<div class="stepsCardNumber">02</div>
<h3 class="stepsCardTitle">Place an Order</h3>
<p class="stepsCardDesc">
Once your order is set, we move to the next step which is the shipping.
</p>
</div>
<div class="stepsCard">
<div class="stepsCardNumber">03</div>
<h3 class="stepsCardTitle">Get Plants Delivered</h3>
<p class="stepsCardDesc">
Our delivery process is easy, you receive the plant direct to your door.
</p>
</div>
</div>
</div>
</section>
<!-- ========== Products ========== -->
<section class="product section container" id="products">
<h2 class="sectionTitleCenter">Check out our <br> products</h2>
<p class="productDesc">
Here are some selected plants from our showroom, all are in excellent shape
and has a long life span. Buy and enjoy the best quality.
</p>
<div class="productContainer grid">
<article class="productCard">
<div class="productCircle"></div>
<img src="img/product1.png" alt="product1" class="productImg">
<h3 class="productTitle">Cacti Plant</h3>
<span class="productPrice">$19.75</span>
<button class="btnFlex productBtn" title="Buy Now">
<i class="ri-shopping-bag-line"></i>
</button>
</article>
<article class="productCard">
<div class="productCircle"></div>
<img src="img/product2.png" alt="product2" class="productImg">
<h3 class="productTitle">Cactus Plant</h3>
<span class="productPrice">$11.40</span>
<button class="btnFlex productBtn" title="Buy Now">
<i class="ri-shopping-bag-line"></i>
</button>
</article>
<article class="productCard">
<div class="productCircle"></div>
<img src="img/product3.png" alt="product3" class="productImg">
<h3 class="productTitle">Aloe Vera Plant</h3>
<span class="productPrice">$7.99</span>
<button class="btnFlex productBtn" title="Buy Now">
<i class="ri-shopping-bag-line"></i>
</button>
</article>
<article class="productCard">
<div class="productCircle"></div>
<img src="img/product4.png" alt="product4" class="productImg">
<h3 class="productTitle">Succulent Plant</h3>
<span class="productPrice">$24.50</span>
<button class="btnFlex productBtn" title="Buy Now">
<i class="ri-shopping-bag-line"></i>
</button>
</article>
<article class="productCard">
<div class="productCircle"></div>
<img src="img/product5.png" alt="product5" class="productImg">
<h3 class="productTitle">Succulent Plant</h3>
<span class="productPrice">$13.24</span>
<button class="btnFlex productBtn" title="Buy Now">
<i class="ri-shopping-bag-line"></i>
</button>
</article>
<article class="productCard">
<div class="productCircle"></div>
<img src="img/product6.png" alt="product6" class="productImg">
<h3 class="productTitle">Green Plant</h3>
<span class="productPrice">$12.25</span>
<button class="btnFlex productBtn" title="Buy Now">
<i class="ri-shopping-bag-line"></i>
</button>
</article>
</div>
</section>
<!-- ========== FAQs ========== -->
<section class="faqs section" id="faqs">
<h2 class="sectionTitleCenter faqsTitle container">
Some common questions <br> were often asked
</h2>
<div class="faqsContainer container grid">
<div class="faqsGroup">
<div class="faqsItem">
<header class="faqsHeader">
<i class="ri-add-line faqsIcon"></i>
<h3 class="faqsItemTitle">
My flowers are falling off or dying?
</h3>
</header>
<div class="faqsContent">
<p class="faqsDesc">
Plants are easy way to add color energy and transform your space
but which planet is for you. Choose the right planet.
</p>
</div>
</div>
<div class="faqsItem">
<header class="faqsHeader">
<i class="ri-add-line faqsIcon"></i>
<h3 class="faqsItemTitle">
What causes leaves to become pale?
</h3>
</header>
<div class="faqsContent">
<p class="faqsDesc">
Plants are easy way to add color energy and transform your space
but which planet is for you. Choose the right planet.
</p>
</div>
</div>
<div class="faqsItem">
<header class="faqsHeader">
<i class="ri-add-line faqsIcon"></i>
<h3 class="faqsItemTitle">
What causes brown crispy leaves?
</h3>
</header>
<div class="faqsContent">
<p class="faqsDesc">
Plants are easy way to add color energy and transform your space
but which planet is for you. Choose the right planet.
</p>
</div>
</div>
</div>
<div class="faqsGroup">
<div class="faqsItem">
<header class="faqsHeader">
<i class="ri-add-line faqsIcon"></i>
<h3 class="faqsItemTitle">
How do I choose a plant?
</h3>
</header>
<div class="faqsContent">
<p class="faqsDesc">
Plants are easy way to add color energy and transform your space
but which planet is for you. Choose the right planet.
</p>
</div>
</div>
<div class="faqsItem">
<header class="faqsHeader">
<i class="ri-add-line faqsIcon"></i>
<h3 class="faqsItemTitle">
How do I change the pots?
</h3>
</header>
<div class="faqsContent">
<p class="faqsDesc">
Plants are easy way to add color energy and transform your space
but which planet is for you. Choose the right planet.
</p>
</div>
</div>
<div class="faqsItem">
<header class="faqsHeader">
<i class="ri-add-line faqsIcon"></i>
<h3 class="faqsItemTitle">
Why are gnats flying arround my plants?
</h3>
</header>
<div class="faqsContent">
<p class="faqsDesc">
Plants are easy way to add color energy and transform your space
but which planet is for you. Choose the right planet.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ========== Contact ========== -->
<section class="contact section container" id="contact">
<div class="contactContainer grid">
<div class="contactBox">
<h2 class="sectionTitle">
Reach out to us today <br> via any of the given <br> information
</h2>
<div class="contactData">
<div class="contactInfo">
<h3 class="contactSubtitle">Call us for instant support</h3>
<span class="contactDesc">
<i class="ri-phone-line contactIcon"></i>
+20 101 049 5597
</span>
</div>
<div class="contactInfo">
<h3 class="contactSubtitle">Write us by mail</h3>
<span class="contactDesc">
<i class="ri-mail-line contactIcon"></i>
</span>
</div>
</div>
</div>
<form action="https://ahmedhafezoffic.netlify.app/" name="myform" class="contactForm" target="_blank"
autocomplete="off">
<div class="contactInputs">
<div class="contactContent">
<h3 id="emailError" class="error"></h3>
<input type="email" name="email" placeholder=" " class="contactInput">
<label for="email" class="contactLabel">Email</label>
</div>
<div class="contactContent">
<h3 id="subjectError" class="error"></h3>
<input type="text" name="subject" placeholder=" " class="contactInput">
<label for="subject" class="contactLabel">Subject</label>
</div>
<div class="contactContent contactArea">
<h3 id="messageError" class="error"></h3>
<textarea name="message" placeholder=" " class="contactInput"></textarea>
<label class="contactLabel">Message</label>
</div>
</div>
<button class="btn btnFlex" id="formSubmitBtn">
Send Message
<i class="ri-arrow-right-up-line btnIcon"></i>
</button>
</form>
</div>
</section>
</main>
<!-- ========== Footer ========== -->
<footer class="footer section">
<div class="footerContainer container grid">
<div class="footerContent">
<a href="#" class="footerLogo" translate="no">
<i class="ri-leaf-line footerLogoIcon"></i> Plantux
</a>
<h3 class="footerTitle">
Subscribe to our newsletter <br> to stay up-to-date
</h3>
<div class="footerSubscribe">
<input type="email" name="subscribe" id="subscribe" placeholder="Enter Your Email"
class="footerInput">
<h3 id="subscribeError" class="error subscribeError"></h3>
<button class="btn btnFlex footerBtn" id="subscribeBtn">
Subscribe
<i class="ri-arrow-right-up-line btnIcon"></i>
</button>
</div>
</div>
<div class="footerContent">
<h3 class="footerTitle">Our Address</h3>
<ul class="footerData">
<li class="footerInfo">Dakahlia - Egypt</li>
<li class="footerInfo">Mansoura - 43210</li>
<li class="footerInfo">050 259 5010</li>
</ul>
</div>
<div class="footerContent">
<h3 class="footerTitle">Contact Us</h3>
<ul class="footerData">
<li class="footerInfo">+20 101 049 5597</li>
<div class="footerSocial">
<a href="https://www.facebook.com/profile.php?id=100005116839262" class="footerSocialLink"
target="_blank">
<i class="ri-facebook-fill"></i>
</a>
<a href="https://www.linkedin.com/in/ahmedhafez247/" class="footerSocialLink" target="_blank">
<i class="ri-linkedin-fill"></i>
</a>
<a href="https://github.com/AhmedHafez7-Eng" class="footerSocialLink" target="_blank">
<i class="ri-github-fill"></i>
</a>
<a href="https://ahmedhafezoffic.netlify.app/" class="footerSocialLink" target="_blank">
<i class="ri-global-fill"></i>
</a>
<a href="https://www.behance.net/ahmedhafez12" class="footerSocialLink" target="_blank">
<i class="ri-behance-fill"></i>
</a>
</div>
</ul>
</div>
<div class="footerContent">
<h3 class="footerTitle">
We accept all credit cards
</h3>
<div class="footerCards">
<img src="img/card1.png" alt="card" class="footerCard">
<img src="img/card2.png" alt="card" class="footerCard">
<img src="img/card3.png" alt="card" class="footerCard">
<img src="img/card4.png" alt="card" class="footerCard">
</div>
</div>
</div>
<p class="footerCopy">© Ahmed Hafez. All Rights Reserved</p>
</footer>
<!-- ========== Scroll To Top ========== -->
<a href="#home" class="scrollUp" id="scrollUp">
<i class="ri-arrow-up-fill scrollUpIcon"></i>
</a>
<!-- ========== Success Message for Form ========== -->
<div class="successAlert" id="formSuccess">
<span class="closebtn" onclick="this.parentElement.classList.remove('activeMessage');">×</span>
<strong>Your Message</strong> Sent Successfully
</div>
<!-- ========== Success Message for Subscribe ========== -->
<div class="successAlert" id="subscribeSuccess">
<span class="closebtn" onclick="this.parentElement.classList.remove('activeMessage');">×</span>
You've Subscribed Successfully!
</div>
<!-- ========== End Of HTML ========== -->
<!-- ========== Scroll Reveal ========== -->
<script src="js/scrollreveal.min.js"></script>
<!-- ========== Main JS ========== -->
<script src="js/main.js"></script>
</body>
</html>