-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
100 lines (87 loc) · 3.99 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/about.css">
<link rel="stylesheet" href="Fontawesome/css/all.css">
<script src="scripts/script.js"></script>
<script src="scripts/carousel.js" defer></script>
<title>Herbhaven| About Us</title>
</head>
<body onload="myFunction()">
<div class="loader" id="loader">
<div class="brandName">
<img src="assets/images/logo.png" alt="" srcset="">
</div>
<div class="child1 box"></div>
<div class="child2 box"></div>
<div class="child3 box"></div>
<div class="child4 box"></div>
<div class="child5 box"></div>
</div>
<header>
<div class="logo">
<!-- <img src="assets/logo.png" alt="" width="50px" /> -->
<h1> <i class="fa-solid fa-leaf" style="color: rgb(106, 202, 106);"></i> HERBHAVEN</h1>
</div>
<nav>
<span class="links"><a href="index.html">Home</a></span>
<span class="links"><a href="aboutus.html" style="color:#388E3C;">About Us</a></span>
<span class="links"><a href="service.html">Service</a></span>
<span class="links"><a href="Ecommerce/ecommerce.html">Ecommerce</a></span>
<span class="links"><a href="herbi-wise.html">Herbi-Wise</a></span>
<span class="links"><a href="contactus.html">Contact Us</a></span>
</nav>
<aside class="icons">
<span class="ico_links"><a href="Ecommerce/ecommerce.html"><i class="fa-solid fa-magnifying-glass"></i></a></span>
<span class="ico_links"><a href="Ecommerce/cart.html"><i class="fa-brands fa-opencart"></i></a></span>
<span class="ico_links"><a href="#"><i class="fa-regular fa-user"></i></a></span>
</aside>
</header>
<main>
<section class="layer1">
<div class="img">
<img src="assets/images/b.jpg" alt="" srcset="">
</div>
<div class="welcome">
<h1>Welcome to HerbHaven</h1>
<p>where nature's bounty meets modern wellness. We believe in harnessing the power of herbs to promote holistic
health and well-being. Our mission is to guide and inspire people on their journey toward reducing their
reliance on chemical drugs by embracing the remarkable potential of herbs.</p>
</div>
</section>
<section class="layer2">
<div class="img">
<img src="assets/illustrations/vision.png" alt="" srcset="">
</div>
<div class="msg">
<h1>Our Vision</h1>
<p>In a world inundated with pharmaceutical solutions, HerbHaven envisions a future where individuals regain
control of their health through natural alternatives. We understand that the intricate synergy of herbs can
offer a safer, gentler approach to addressing various health concerns. By fostering a deeper connection with
nature's remedies, we strive to empower individuals to make informed choices about their well-being.</p>
</div>
</section>
<section class="layer3">
<h1> Join the HerbHaven Community Today</h1>
<div class="community">
<span class="socials">
<a href="http://"><i class="fa-brands fa-facebook"></i></a>
<a href="http://"><i class="fa-brands fa-instagram"></i></a>
<a href="http://"><i class="fa-brands fa-youtube"></i></a>
<a href="http://"><i class="fa-brands fa-discord"></i></a>
<a href="http://"><i class="fa-brands fa-quora"></i></a>
</span>
<p>
We invite you to embark on a journey toward natural wellness with HerbHaven. Our platform is a haven for those
seeking a balance between the best of nature and science. Together, let's explore the world of herbs, harness
their potential, and take steps toward a healthier, more vibrant life.
Discover the power of herbs at HerbHaven - where tradition meets innovation for your well-being.
</p>
</div>
</section>
</main>
</body>
</html>