-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
134 lines (119 loc) · 5.04 KB
/
about.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
<!--about-->
<!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">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/7450de4497.js" crossorigin="anonymous"></script>
<title>About</title>
</head>
<body>
<nav>
<div><img src="Bionic.jpg" width="100" height="100"></div>
<div class="logo">Leaf now!</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="loggin.html">Log In</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a class="active" href="about.html">About Us</a></li>
</ul>
</nav>
<h1 class="heading3">Things about us</h1>
<p class="about1">
We aim to bring in a platform that can connect these plant/nature enthusiasts and help
them exchange/sell them plants or donate seeds/plants as part of the green initiative
that we started 2 years back. We cater to all kinds of gardening needs ranging from plants, pots, tools, to curated
plant-scaping solutions. Our
ever-growing platform integrates nurseries and customers across India.
If you’re new to being a plant parent, we’re here to make it easier. Our garden experts can provide you with
guidance
for detailed care every step of the way.
We believe that every space can be made more beautiful with plants! Come, join us in our vision to make all spaces
green
and healthy!
</p>
<h1 class="heading3">How we work</h1>
<ul class="about1" id="list">
<li>
Plants, simplified: Order plants ready to be placed in your home, office or garden. Just Unpack, Relax and Enjoy
your green buddies
</li>
<li>
Secure Shipping: Our unique packaging will hold the plants in place and let the plant breathe so that it reaches
you
fresh without any mess.
</li>
<li>
Detailed Guidance: Get detailed plant care instructions from the website as well as real-time guidance from our
Garden
Experts on Whatsapp.
</li>
</ul>
<footer class="bg-dark text-center text-white">
<!-- Grid container -->
<div class="container p-4">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-facebook-f"></i></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-twitter"></i></a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-google"></i></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-instagram"></i></a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-linkedin-in"></i></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i class="fab fa-github"></i></a>
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Email</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#!" class="text-white">[email protected]</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">contact Number</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#!" class="text-white">8415730011</a>
</li>
<li>
<a href="#!" class="text-white">9515731122</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Address</h5>
<ul class="list-unstyled mb-0">
<li>
<h6>Leaf now,<br>
No 420, 1st Main, 4th Cross, Dollars colony, Bangalore - 560294
</h6>
</li>
</ul>
</div>
<!--Grid column-->
</footer>
</body>
</html>