-
Notifications
You must be signed in to change notification settings - Fork 1
/
plants.html
177 lines (157 loc) · 8.61 KB
/
plants.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Herbal Garden - Explore Plants</title>
<link rel="stylesheet" href="/assets/css/plants.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
<script src="/assets/js/plants.js" defer></script>
</head>
<body>
<header>
<h1 id="plants-heading">Explore Our Virtual Herbal Garden</h1>
</header>
<section id="intro-section">
<div class="intro-slide" style="background-image: url('/assets/images/intro\ slide\ img\ 1.3.jpg');">
<h2>Introduction to Herbal Gardens</h2>
<p>Herbal gardens are specialized gardens designed to cultivate and showcase a variety of medicinal plants...</p>
</div>
<div class="intro-slide" style="background-image: url('/assets/images/intro\ slide\ img\ 2.2.jpg');">
<h2>Historical Significance</h2>
<p>Herbs have been used for centuries across various cultures, from Ayurveda in India to Traditional Chinese Medicine...</p>
</div>
<div class="intro-slide" style="background-image: url('/assets/images/intro\ slide\ img\ 3.jpg');">
<h2>Benefits of Herbal Gardens</h2>
<p>Herbal gardens not only provide medicinal benefits but also contribute to biodiversity and support local ecosystems...</p>
</div>
<div class="intro-slide" style="background-image: url('/assets/images/intro\ slide\ img\ 4.2.jpg');">
<h2>Common Medicinal Herbs</h2>
<p>Some popular herbs grown in herbal gardens include Tulsi (Holy Basil), Aloe Vera, Neem, and Mint...</p>
</div>
<div class="intro-slide" style="background-image: url('/assets/images/intro\ slide\ img\ 5.jpg');">
<h2>Creating Your Own Herbal Garden</h2>
<p>Starting your own herbal garden can be a rewarding experience...</p>
</div>
</section>
<section id="plants-section">
<h2>Our Plants</h2>
<div class="plant-card" id="aloe-vera-card">
<img src="/assets/images/aloe vera 1.jpg" alt="Aloe Vera" class="plant-img">
<div class="plant-info">
<h2>Aloe Vera</h2>
<p class="scientific-name">Scientific Name: Aloe barbadensis miller</p>
<button class="plant-button" onclick="window.location.href='plants details/aloe-vera.html'">Learn More</button>
</div>
</div>
<div class="plant-card" id="turmeric-card">
<img src="/assets/images/haldi 1.jpg" alt="Turmeric" class="plant-img">
<h2>Turmeric</h2>
<p>Scientific Name: Curcuma longa</p>
<button class="plant-button" onclick="window.location.href='plants details/turmeric.html'">Learn More</button>
</div>
<div class="plant-card" id="ginger-card">
<img src="/assets/images/ginger 1.jpg" alt="Ginger" class="plant-img">
<h2>Ginger</h2>
<p>Scientific Name: Zingiber officinale</p>
<button class="plant-button" onclick="window.location.href='plants details/ginger.html'">Learn More</button>
</div>
<div class="plant-card" id="ashwagandha-card">
<img src="/assets/images/ashwagandha 1.jpg" alt="Ashwagandha" class="plant-img">
<h2>Ashwagandha</h2>
<p>Scientific Name: Withania somnifera</p>
<button class="plant-button" onclick="window.location.href='plants details/ashwagandha.html'">Learn More</button>
</div>
<div class="plant-card" id="neem-card">
<img src="/assets/images/neem 1.jpg" alt="Neem" class="plant-img">
<h2>Neem</h2>
<p>Scientific Name: Azadirachta indica</p>
<button class="plant-button" onclick="window.location.href='plants details/neem.html'">Learn More</button>
</div>
<div class="plant-card" id="tulsi-card">
<img src="/assets/images/tulsi 2.jpg" alt="Tulsi" class="plant-img">
<h2>Tulsi</h2>
<p>Scientific Name: Ocimum sanctum</p>
<button class="plant-button" onclick="window.location.href='plants details/tulsi.html'">Learn More</button>
</div>
<div class="plant-card" id="cardamom-card">
<img src="/assets/images/cardemon 2.avif" alt="Cardamom" class="plant-img">
<h2>Cardamom</h2>
<p>Scientific Name: Elettaria cardamomum</p>
<button class="plant-button" onclick="window.location.href='plants details/cardamom.html'">Learn More</button>
</div>
<div class="plant-card" id="peppermint-card">
<img src="/assets/images/peppermint 1.jpg" alt="Peppermint" class="plant-img">
<h2>Peppermint</h2>
<p>Scientific Name: Mentha × piperita</p>
<button class="plant-button" onclick="window.location.href='plants details/peppermint.html'">Learn More</button>
</div>
<div class="plant-card" id="fennel-card">
<img src="/assets/images/fennel 1.jpg" alt="Fennel" class="plant-img">
<h2>Fennel</h2>
<p>Scientific Name: Foeniculum vulgare</p>
<button class="plant-button" onclick="window.location.href='plants details/fennel.html'">Learn More</button>
</div>
<div class="plant-card" id="amla-card">
<img src="/assets/images/amla 1.jpg" alt="Amla" class="plant-img">
<h2>Amla (Indian Gooseberry)</h2>
<p>Scientific Name: Phyllanthus emblica</p>
<button class="plant-button" onclick="window.location.href='plants details/amla.html'">Learn More</button>
</div>
<div class="plant-card" id="moringa-card">
<img src="/assets/images/moringa 1.jpg" alt="Moringa" class="plant-img">
<h2>Moringa</h2>
<p>Scientific Name: Moringa oleifera</p>
<button class="plant-button" onclick="window.location.href='plants details/moringa.html'">Learn More</button>
</div>
<div class="plant-card" id="ginseng-card">
<img src="/assets/images/ginseng 1.webp" alt="Ginseng" class="plant-img">
<h2>Ginseng</h2>
<p>Scientific Name: Panax ginseng</p>
<button class="plant-button" onclick="window.location.href='plants details/ginseng.html'">Learn More</button>
</div>
<div class="plant-card" id="licorice-card">
<img src="/assets/images/licorice 1.jpg" alt="Licorice" class="plant-img">
<h2>Licorice</h2>
<p>Scientific Name: Glycyrrhiza glabra</p>
<button class="plant-button" onclick="window.location.href='plants details/licorice.html'">Learn More</button>
</div>
<div class="plant-card" id="mustard-card">
<img src="/assets/images/mustard 1.jpg" alt="Mustard" class="plant-img">
<h2>Mustard</h2>
<p>Scientific Name: Brassica nigra</p>
<button class="plant-button" onclick="window.location.href='plants details/mustard.html'">Learn More</button>
</div>
<div class="plant-card" id="bhringraj-card">
<img src="/assets/images/bhringraj 1.jpg" alt="Bhringraj" class="plant-img">
<h2>Bhringraj</h2>
<p>Scientific Name: Eclipta prostrata</p>
<button class="plant-button" onclick="window.location.href='plants details/bhringraj.html'">Learn More</button>
</div>
<div class="plant-card" id="shatavari-card">
<img src="/assets/images/Shatavari 1.webp" alt="Shatavari" class="plant-img">
<h2>Shatavari</h2>
<p>Scientific Name: Asparagus racemosus</p>
<button class="plant-button" onclick="window.location.href='plants details/shatavari.html'">Learn More</button>
</div>
<div class="plant-card" id="brahmi-card">
<img src="/assets/images/brahmi 1.jpg" alt="Brahmi" class="plant-img">
<h2>Brahmi</h2>
<p>Scientific Name: Bacopa monnieri</p>
<button class="plant-button" onclick="window.location.href='plants details/brahmi.html'">Learn More</button>
</div>
<div class="plant-card" id="punarnava-card">
<img src="/assets/images/punarnava.webp" alt="Punarnava" class="plant-img">
<h2>Punarnava</h2>
<p>Scientific Name: Boerhavia diffusa</p>
<button class="plant-button" onclick="window.location.href='plants details/punarnava.html'">Learn More</button>
</div>
<div class="plant-card" id="karela-card">
<img src="/assets/images/karela 1.jpg" alt="Karela" class="plant-img">
<h2>Karela (Bitter Melon)</h2>
<p>Scientific Name: Momordica charantia</p>
<button class="plant-button" onclick="window.location.href='plants details/karela.html'">Learn More</button>
</div>
</section>
</body>
</html>