forked from bedimcode/responsive-plants-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shop.html
259 lines (217 loc) · 11.5 KB
/
shop.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!--=============== REMIX ICONS ===============-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Responsive plants website - Bedimcode</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="index.html" class="nav__logo">
<i class="ri-leaf-line nav__logo-icon"></i> EPlants
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="plants.html" class="nav__link">Plants</a>
</li>
<li class="nav__item">
<a href="knowledge.html" class="nav__link">Knowledges</a>
</li>
<li class="nav__item">
<a href="shop.html" class="nav__link">Shop</a>
</li>
<li class="nav__item">
<a href="about.html" class="nav__link">About</a>
</li>
</ul>
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<div class="nav__btns">
<!-- Theme change button -->
<i class="ri-moon-line change-theme" id="theme-button"></i>
<div class="nav__toggle" id="nav-toggle">
<i class="ri-menu-line"></i>
</div>
</div>
</nav>
</header>
<main class="main">
<!--==================== QUESTIONS ====================-->
<section class="questions section" id="faqs">
<h2 class="section__title-center questions__title container">
Some common questions <br> were often asked
</h2>
<div class="questions__container container grid">
<div class="questions__group">
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
My flowers are falling off or dying?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Plants are easy way to add color energy and transform your
space but which planet is for you. Choosing the right plant.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
What causes leaves to become pale?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Plants are easy way to add color energy and transform your
space but which planet is for you. Choosing the right plant.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
What causes brown crispy leaves?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Plants are easy way to add color energy and transform your
space but which planet is for you. Choosing the right plant.
</p>
</div>
</div>
</div>
<div class="questions__group">
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
How do i choose a plant?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Plants are easy way to add color energy and transform your
space but which planet is for you. Choosing the right plant.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
How do I change the pots?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Plants are easy way to add color energy and transform your
space but which planet is for you. Choosing the right plant.
</p>
</div>
</div>
<div class="questions__item">
<header class="questions__header">
<i class="ri-add-line questions__icon"></i>
<h3 class="questions__item-title">
Why are gnats flying around my plant?
</h3>
</header>
<div class="questions__content">
<p class="questions__description">
Plants are easy way to add color energy and transform your
space but which planet is for you. Choosing the right plant.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer section">
<div class="footer__container container grid">
<div class="footer__content">
<a href="#" class="footer__logo">
<i class="ri-leaf-line footer__logo-icon"></i> Plantex
</a>
<h3 class="footer__title">
Subscribe to our newsletter <br> to stay update
</h3>
<div class="footer__subscribe">
<input type="email" placeholder="Enter your email" class="footer__input">
<button class="button button--flex footer__button">
Subscribe
<i class="ri-arrow-right-up-line button__icon"></i>
</button>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">Our Address</h3>
<ul class="footer__data">
<li class="footer__information">1234 - Peru</li>
<li class="footer__information">La Libertad - 43210</li>
<li class="footer__information">123-456-789</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Contact Us</h3>
<ul class="footer__data">
<li class="footer__information">+999 888 777</li>
<div class="footer__social">
<a href="https://www.facebook.com/" class="footer__social-link">
<i class="ri-facebook-fill"></i>
</a>
<a href="https://www.instagram.com/" class="footer__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://twitter.com/" class="footer__social-link">
<i class="ri-twitter-fill"></i>
</a>
</div>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">
We accept all credit cards
</h3>
<div class="footer__cards">
<img src="assets/img/card1.png" alt="" class="footer__card">
<img src="assets/img/card2.png" alt="" class="footer__card">
<img src="assets/img/card3.png" alt="" class="footer__card">
<img src="assets/img/card4.png" alt="" class="footer__card">
</div>
</div>
</div>
<p class="footer__copy">© Bedimcode. All rigths reserved</p>
</footer>
<!--=============== SCROLL UP ===============-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-fill scrollup__icon"></i>
</a>
<!--=============== SCROLL REVEAL ===============-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>