-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.html
61 lines (55 loc) · 3.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn about our virtual herbal garden and the rich tradition of medicinal plants.">
<title>About Us | DigiHerb - Virtual Herbal Garden</title>
<!-- Linking the new about.css file -->
<link rel="stylesheet" href="about.css">
</head>
<body>
<header>
<div class="logo">
<h1>DigiHerb</h1>
</div>
<nav>
<ul>
<li><a href="index.html" class="home-btn">Home</a></li>
</ul>
</nav>
</header>
<section class="about-section">
<div class="container">
<h2>Welcome to DigiHerb</h2>
<p>
At DigiHerb, we offer an immersive virtual tour into the world of medicinal plants. Our platform showcases a variety of plants used in traditional medicinal systems like Ayurveda, Unani, Siddha, and Homeopathy.
With rich multimedia content and detailed information, DigiHerb provides both educational insights and visual beauty, making it your go-to resource for natural health knowledge.
</p>
<h3>Our Mission</h3>
<p>
We aim to connect people to nature through a digital medium, reviving the ancient knowledge of herbs and their uses in everyday life. Whether you're a student, a practitioner of alternative medicine, or just a nature enthusiast, our garden offers invaluable information.
</p>
<div class="image-gallery">
<img src="https://lgrmag.com/wp-content/uploads/2023/01/photo-TheGardensatBall-virtualmap.jpg" alt="Virtual Garden View">
<img src="https://wallpaperaccess.com/full/2680911.jpg" alt="Herbal Plants">
<img src="https://s3.envato.com/files/462448916/ex6Q5m3KZQpWVFrVD1X1uARwONjZoDPuZT4pFlGG.jpg" alt="Medicinal Herbs">
</div>
<h3>Explore the World of Medicinal Plants</h3>
<p>
DigiHerb is not just a collection of plants—it's a journey into a healthier, more sustainable way of living. We feature plants with properties that have been known for centuries to aid in health and wellness. From the famous Tulsi to Ashwagandha, and many others, we provide in-depth details about their uses, benefits, and applications in modern-day life.
</p>
<h3>Why Choose DigiHerb?</h3>
<ul class="features-list">
<li><strong>Comprehensive Plant Database:</strong> Hundreds of plants with detailed descriptions and medicinal uses.</li>
<li><strong>Immersive Experience:</strong> Virtual tours that allow you to explore every corner of the herbal garden.</li>
<li><strong>Educational Content:</strong> Well-researched articles, videos, and tutorials on how to use medicinal plants.</li>
<li><strong>Interactive Platform:</strong> Our virtual garden is not only informative but also engaging, designed to make learning enjoyable.</li>
</ul>
</div>
</section>
<footer>
<p>© 2024 DigiHerb | All rights reserved</p>
</footer>
</body>
</html>