-
Notifications
You must be signed in to change notification settings - Fork 1
/
seedlink.html
497 lines (430 loc) · 21.6 KB
/
seedlink.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
494
495
496
497
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- bootstrap css -->
<link rel="stylesheet" href="seedlink/css/bootstrap.min.css">
<!-- main css -->
<link rel="stylesheet" href="seedlink/css/style.css">
<!--Style css file-->
<link rel="stylesheet" href="seedlink/css/all.css">
<!-- font awesome -->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<title>SeedLink</title>
<style>
</style>
</head>
<body>
<!-- header -->
<header>
<!-- navbar -->
<nav class="navbar navbar-expand-lg px-4">
<a href="index.html" class="logo"><i class="uil uil-pagelines"></i> LEAF NOW</a>
<div class="collapse navbar-collapse" id="myNav">
<ul class="navbar-nav mx-auto text-capitalize">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#about">ABOUT</a>
</li>
<li class="nav-item"><a class="nav-link " href="index.html#ourwork">OUR WORK</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#project">PROJECTS</a></li>
<li class="nav-item"><a class="nav-link " href="contact.html">CONTACT</a></li>
<li class="nav-item"><a href="htdocs/account.html" class="nav-link"><i class="uil uil-user"></i> Login</a></li>
</ul>
<div class="nav-info-items d-none d-lg-flex ">
<!-- single info -->
<div class="nav-info align-items-center d-flex justify-content-between mx-lg-5">
<span class="info-icon mx-lg-3"><i class="fas fa-phone"></i></span>
<p class="mb-0">+91 9876543210</p>
</div>
<!-- end of single info -->
<!-- single info -->
<div id="cart-info" class="nav-info align-items-center cart-info d-flex justify-content-between mx-lg-5">
<span class="cart-info__icon mr-lg-3"><i class="fas fa-shopping-cart"></i></span>
<p class="mb-0 text-capitalize"><span id="item-count">2 </span> items - $<span class="item-total">10.49</span></p>
</div>
<!-- end of single info -->
</div>
</div>
</nav>
<!-- end of nav -->
<!-- banner -->
<div class="container-fluid">
<div class="row max-height justify-content-center align-items-center">
<div class="col-10 mx-auto banner text-center">
<h1 class="heading">SEEDLINK</strong>
</h1>
<h2 class="sell">BUY,SELL & DONATE PLANTS</h2>
</div>
<div id="cart" class="cart">
<!-- cart item -->Cart
<div class="cart-item d-flex justify-content-between text-capitalize my-3">
<img src="seedlink/img/product-img4.jpg" class="img-fluid rounded-circle" id="item-img" alt="">
<div class="item-text">
<p id="cart-item-title" class="font-weight-bold mb-0">cart item</p>
<span>$</span>
<span id="cart-item-price" class="cart-item-price" class="mb-0">10.99</span>
</div>
<a href="#" id='cart-item-remove' class="cart-item-remove">
<i class="fas fa-trash"></i>
</a>
</div>
<!--end of cart item -->
<!-- cart item -->
<div class="cart-item d-flex justify-content-between text-capitalize my-3">
<img src="seedlink/img/product-img5.jpg" class="img-fluid rounded-circle" id="item-img" alt="">
<div class="cart-item-text">
<p id="cart-item-title" class="font-weight-bold mb-0">cart item</p>
<span>$</span>
<span id="cart-item-price" class="cart-item-price" class="mb-0">10.99</span>
</div>
<a href="#" id='cart-item-remove' class="cart-item-remove">
<i class="fas fa-trash"></i>
</a>
</div>
<!--end of cart item -->
<!-- cart total -->
<div class="cart-total-container d-flex justify-content-around text-capitalize mt-5">
<h5>total</h5>
<h5> $ <strong id="cart-total" class="font-weight-bold">10.00</strong> </h5>
</div>
<!--end cart total -->
<!-- cart buttons -->
<div class="cart-buttons-container mt-3 d-flex justify-content-between">
<a href="#" id="clear-cart" class="btn btn-outline-secondary btn-black text-uppercase">Donate</a>
<a href="#" class="btn btn-outline-secondary text-uppercase btn-pink">BUY NOW</a>
</div>
<!--end of cart buttons -->
<!-- -->
</div>
</div>
</div>
<!--end of banner -->
</header>
<!-- header -->
<!-- about us -->
<section class="about py-5" id="about">
<div class="container">
<div class="row">
<div class="col-10 mx-auto col-md-6 my-5">
<h1 class="text-capitalize">WHY <strong class="banner-title ">DONATE?</strong></h1>
<p class="my-4 text-muted w-75">Do you have plants that for one reason or another you don’t want? Did you know you could donate plants to charity? Giving away plants to charity is a kind of garden donation that those of us with a surplus can and should do. <br>If
you are interested in donating unwanted plants, We at LeafNow are perfect thing for you.</p>
</div>
<div class="col-10 mx-auto col-md-6 align-self-center my-5">
<div class="about-img__container">
<img src="seedlink/img/project-img5.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- end of about us -->
<!-- store -->
<section id="store" class="store py-5">
<div class="container">
<!-- section title -->
<div class="row">
<div class="col-10 mx-auto col-sm-6 text-center">
<h1 class="text-capitalize">Our Products</strong>
</h1>
</div>
</div>
<!-- end of section title -->
<!-- store items-->
<div class="row" class="store-items" id="store-items">
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item sweets" data-item="sweets">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img1.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">DAHLIA PLANT</h5>
<h5 class="store-item-value">$ 5</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item cupcakes" data-item="cupcakes">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img2.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">DAFFODIL PLANT</h5>
<h5 class="store-item-value">$ 5</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item cakes" data-item="cakes">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img3.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">PEACE LILY</h5>
<h5 class="store-item-value">$ 5</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item doughnuts" data-item="dougnuts">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img4.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">GOLDEN POTHOS</h5>
<h5 class="store-item-value">$ 5</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item sweets" data-item="sweets">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img5.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">MAGNOLIA</h5>
<h5 class="store-item-value">$ 10</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item cupcakes" data-item="cupcakes">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img6.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">ROSE PLANT</h5>
<h5 class="store-item-value">$ 10</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item cakes" data-item="cakes">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img7.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">TULSI PLANT</h5>
<h5 class="store-item-value">$ 10</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item doughnuts" data-item="dougnuts">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img8.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">MONEY PLANT</h5>
<h5 class="store-item-value">$ 10</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item sweets" data-item="sweets">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img9.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">TOMATO PLANT</h5>
<h5 class="store-item-value">$ 15</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item cupcakes" data-item="cupcakes">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img10.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">HYDRANGEA PLANT</h5>
<h5 class="store-item-value">$ 15</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item cakes" data-item="cakes">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img11.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">ALOE VERA PLANT</h5>
<h5 class="store-item-value">$ 15</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
<!-- single item -->
<div class="col-10 col-sm-6 col-lg-4 mx-auto my-3 store-item doughnuts" data-item="dougnuts">
<div class="card ">
<div class="img-container">
<img src="seedlink/img/product-img12.jpg" class="card-img-top store-img" alt="">
<span class="store-item-icon">
<i class="fas fa-shopping-cart"></i>
</span>
</div>
<div class="card-body">
<div class="card-text d-flex justify-content-between text-capitalize">
<h5 id="store-item-name">STRAWBERRY PLANT</h5>
<h5 class="store-item-value">$ 15</h5>
</div>
</div>
</div>
<!-- end of card-->
</div>
<!--end of single store item-->
</div>
</section>
<!--end of store items -->
<section class="messages-item">
<div class="item-requests">
<input type="text" class="message-text" placeholder="Submit your service requests">
<div class="the-button">
<a href="seedlink.html"><button class="btn3">SUBMIT</button></a>
</div>
</div>
</section>
<!-- Bottom Footer-->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>LeafNow</h4>
<ul>
<li><a href="#">about us</a></li>
<li><a href="index.html#projects">Our Projects</a></li>
<li><a href="seedlink.html">SeedLink</a></li>
<li><a href="#">privacy policy</a></li>
</ul>
</div>
<div class="footer-col">
<h4>get help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">shipping</a></li>
<li><a href="#">returns</a></li>
<li><a href="#">order status</a></li>
<li><a href="#">payment options</a></li>
</ul>
</div>
<div class="footer-col">
<h4>online shop</h4>
<ul>
<li><a href="#">Buy Plants</a></li>
<li><a href="#">Sell Plants</a></li>
<li><a href="#">Donate Plants</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="https://www.facebook.com"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- jquery -->
<script src="seedlink/js/jquery-3.3.1.min.js"></script>
<!-- bootstrap js -->
<script src="seedlink/js/bootstrap.bundle.min.js"></script>
<!-- script js -->
<script src="seedlink/js/app.js"></script>
</body>
</html>