-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
335 lines (321 loc) · 15.1 KB
/
index.html
File metadata and controls
335 lines (321 loc) · 15.1 KB
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
<!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">
<title>Uplant — Beautiful and Affordable Plants</title>
<link rel="stylesheet" href="styles/css/main.css">
</head>
<body>
<!-- HEADER -->
<header>
<div class="container">
<nav class="nav">
<a href="" class="nav__logo">
<img src="assets/logo.png" alt="logo">
</a>
<div class="nav__box">
<ul class="nav__list">
<li class="nav__item">
<a href="#about" class="nav__link">About Us</a>
</li>
<li class="nav__item">
<a href="#indoor" class="nav__link">Product</a>
</li>
<li class="nav__item">
<a href="#categories" class="nav__link">Categories</a>
</li>
<li class="nav__item">
<a href="#footer" class="nav__link">Contact Us</a>
</li>
</ul>
<ul class="nav__icons">
<li>
<img src="assets/search.svg" class="nav__icon" alt="search">
</li>
<li>
<img src="assets/cart.svg" class="nav__icon" alt="cart">
</li>
<li>
<img src="assets/account.svg" class="nav__icon" alt="account">
</li>
</ul>
</div>
<button class="menu">
<svg width="21" height="17" viewBox="0 0 21 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.166748 7.20833H15.6667V9.79167H0.166748V7.20833ZM0.166748 0.75H20.8334V3.33333H0.166748V0.75ZM0.166748 16.25H9.51196V13.6667H0.166748V16.25Z"/>
</svg>
</button>
</nav>
<div class="hero">
<div class="hero-text">
<h1 class="hero__heading">
<span class="green">Going green</span>
<span>is our</span>
<span>ultimate goal</span>
</h1>
<p class="hero__subheading">All things grow with care and love, Shine as sunflower, Preserve your nature, Save the environment</p>
<div class="hero-btn__box">
<button class="btn btn-cream">Get Started</button>
<button class="btn btn-green">Learn More</button>
</div>
</div>
<div class="hero-img"></div>
</div>
</div>
</header>
<!-- ABOUT SECTION -->
<section id="about" class="about">
<div class="container">
<div class="about__flex">
<div class="about__img">
<div class="grid-1">
<div class="plant plant-1"></div>
<div class="plant plant-2"></div>
</div>
<div class="grid-2">
<div class="plant plant-3"></div>
<div class="plant plant-4"></div>
</div>
</div>
<div class="about__text">
<h2 class="h-2">About Us</h2>
<p>We exclusively sell houseplants with the mission of promoting "plant prenthood" . Each new friend comes not only with simple care instructions.</p>
<p>Our plants are sourced from local growers to ensure the highest quality and to support family owned businesses.</p>
<button class="btn btn-cream">Explore</button>
</div>
</div>
</div>
</section>
<!-- INDOOR SECTION -->
<section id="indoor" class="indoor">
<div class="container">
<h2 class="h-2">Our Indoor Category</h2>
<div class="plants-gallery">
<div class="plant-img plant-img--1"></div>
<div class="plant-img plant-img--2"></div>
<div class="plant-img plant-img--3"></div>
<div class="plant-img plant-img--4"></div>
</div>
<div class="view-more">
<a href="#">
<span>View More</span>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/>
</svg>
</a>
</div>
</div>
</section>
<!-- SERVE SECTION -->
<section id="categories" class="serve">
<div class="container">
<h2 class="h-2">What we serve</h2>
<div class="serve__grid">
<div>
<img src="assets/refreshing.svg" alt="refreshing plant">
<h3 class="h-3">Refreshing Plant</h3>
<p>The beauty of this nature's own beauty plant is that it is succulent plant and can grow and thrive happily with minimum care.</p>
</div>
<div>
<img src="assets/purifying.svg" alt="purifying plant">
<h3 class="h-3">Air Purifying Plant</h3>
<p>With our plants in your bedroom, you're in for a great night sleep, also one of the best plants for filtering the air of malehyde, etc.</p>
</div>
<div class="green">
<img src="assets/purposes.svg" alt="all purposes plant">
<h3 class="h-3">Plants for all purposes</h3>
<p>Plants can add a lot of organic character to an otherwise drab office environment, also having small indoor plants.</p>
</div>
<div>
<img src="assets/delivery-truck.svg" alt="delivery truck">
<h3 class="h-3">Nationwide Delivery</h3>
<p>U-plant service delivery is guaranteed to be delivered within 20 to 30 minutes after time of order.</p>
</div>
</div>
</div>
</section>
<!-- EXPEDIENCY SECTION -->
<section class="expediency">
<div class="container">
<h2 class="h-2">Benefits for your expediency</h2>
<div class="expediency__grid">
<div class="expediency__col expediency__col--1">
<div>
<img src="assets/payment.svg" alt="payment">
<img src="assets/payment2.svg" alt="payment">
</div>
<h3>Payment Method</h3>
<p>We offer flexible payment options to make it easier.</p>
</div>
<div class="expediency__col expediency__col--2">
<div><img src="assets/return.svg" alt="return"></div>
<h3>Return Policy</h3>
<p>You can return a product within 30 days.</p>
</div>
<div class="expediency__col expediency__col--3">
<div><img src="assets/customer.svg" alt="customer"></div>
<h3>Customer Support</h3>
<p>Our customer support is 247.</p>
</div>
</div>
</div>
</section>
<!-- TESTIMONIALS SECTIONS -->
<section class="testimonial">
<h2 class="h-2">What our clients say about us</h2>
<div class="container-sm">
<div class="testimonial__box">
<button class="prev">
<img src="assets/left-yellow-arrow.svg">
</button>
<button class="next">
<img src="assets/green-right-arrow.svg">
</button>
<div class="testimonial__box--col">
<p class="testimonial__text">
<span class="quote left-quote"><img src="assets/left-quote.svg"></span>
Absolutely spot on, everything arrived in perfect order and all plants in good condition. Excellent service. Highly recommended. Garden is looking fabulous.
<span class="quote right-quote"><img src="assets/right-quote.svg"></span>
</p>
<div class="testimonial__client">
<div>
<div class="testimonial__client--photo">
<img src="assets/client-1.png" alt="client photo">
</div>
<h5>Fele Ayodeji</h5>
<p>Flutter Developer, Africaa</p>
</div>
</div>
</div>
<div class="testimonial__box--col">
<p class="testimonial__text">
<span class="quote left-quote"><img src="assets/left-quote.svg"></span>
We love their service from the point of ordering on their website to the delivery. They really put their customers first. Other businesses should learn from them.
<span class="quote right-quote"><img src="assets/right-quote.svg"></span>
</p>
<div class="testimonial__client">
<div>
<div class="testimonial__client--photo">
<img src="assets/client-2.png" alt="client photo">
</div>
<h5>Aminu Kano</h5>
<p>Data Scientist, Paystack</p>
</div>
</div>
</div>
<div class="testimonial__box--col">
<p class="testimonial__text">
<span class="quote left-quote"><img src="assets/left-quote.svg"></span>
This is one of the best plant shops which pays a great amount of attention to their users experiences, I really love their service. They are great
<span class="quote right-quote"><img src="assets/right-quote.svg"></span>
</p>
<div class="testimonial__client">
<div>
<div class="testimonial__client--photo">
<img src="assets/client-3.png" alt="client photo">
</div>
<h5>Jane Ikechukwu</h5>
<p>Product Manager, Flutterwave</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- BRANDS SECTION -->
<section class="brands">
<div class="container">
<h2 class="h-2">Trusted by enterprise leaders</h2>
<div class="brands__grid">
<div>
<img src="assets/microsoft-logo.svg" alt="microsoft logo">
</div>
<div>
<img src="assets/facebook.svg" alt="facebook logo">
</div>
<div>
<img src="assets/kelloggs.svg" alt="kelloggs logo">
</div>
<div>
<img src="assets/ericsson.svg" alt="ericsson logo">
</div>
<div>
<img src="assets/maxwell.svg" alt="maxwell logo">
</div>
</div>
<div class="brands__stories">
<a href="">
Read Customers Stories
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/>
</svg>
</a>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" class="footer">
<div class="footer__inner">
<div class="footer__col--1">
<a href="#" class="footer__logo">
<img src="assets/logo-2.png" alt="logo">
</a>
<p class="footer__text">We offer dozens of plants profile pages and products with a particular emphasis on native plants.</p>
<p>Follow Us</p>
<ul>
<li>
<a href="" class="social__link">
<img src="assets/facebook-icon.svg" alt="facebook icon">
</a>
</li>
<li>
<a href="" class="social__link">
<img src="assets/Twitter.svg" alt="twitter icon">
</a>
</li>
<li>
<a href="" class="social__link">
<img src="assets/Instagram.svg" alt="Instagram icon">
</a>
</li>
<li>
<a href="" class="social__link">
<img src="assets/Linkedin.svg" alt="Linkedin icon">
</a>
</li>
</ul>
</div>
<div class="footer__col--2">
<div>
<h6>Company</h6>
<ul>
<li><a href="">Home</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Services</a></li>
</ul>
</div>
<div>
<h6>Quicklinks</h6>
<ul>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Support Service</a></li>
<li><a href="">Customer Care</a></li>
<li><a href="">Terms and conditions</a></li>
</ul>
</div>
<div>
<h6>Contact Us</h6>
<ul>
<li>info@uplant.com</li>
<li>Lekki Phase 2,</li>
<li>Lagos State.</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>