-
Notifications
You must be signed in to change notification settings - Fork 0
/
Arometic.php
205 lines (202 loc) · 10.9 KB
/
Arometic.php
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
<?php
include("Header.php");
?><!--====== End Header ======-->
<!--====== Start Page-title-area section ======-->
<!--====== End Page-title-area section ======-->
<!--====== Start Gallery section ======-->
<section class="gallery-section pt-95 pb-70" oncontextmenu="return false">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-8">
<!--====== Section Title ======-->
<div class="section-title mb-40">
<span class="sub-title"><i class="flaticon-plant"></i>Photo Gallery</span>
<h2>Popular Arometic Plants Gallery
Inside Our Garden</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
</div>
</div>
<div class="row gallery-active">
<?php
$sql="SELECT * FROM plants WHERE Type='Arometic'";
$Result=$server->insert($sql);
foreach($Result As $data)
{
?>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-3 cat-5">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInDown">
<div class="project-img">
<img src="Document/plants/<?php echo $data['Image_Location'];?>" alt="Gallery Image">
<div class="hover-overlay">
<div class="hover-content text-white">
<div class="text">
<h3 class="title"><?php echo $data['Plant_Name'];?></h3>
<spen><?php echo $data['information'];?></spen>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
}
?>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-1 cat-4">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInDown">
<div class="project-img">
<img src="assets/images/gallery/Ziziphus oenoplia.jpg" alt="Gallery Image">
<div class="hover-overlay">
<div class="hover-content text-white">
<div class="text">
<h5 class="title">Ziziphus oenoplia</h5>
<spen>Fruits are edible & good source of Vitamin C </spen>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-2">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInUp">
<div class="project-img">
<img src="assets/images/gallery/Zingiber zerumbet.jpg" alt="Gallery Image">
<div class="hover-overlay">
<div class="hover-content text-white">
<div class="text">
<h5 class="title">Zingiber zerumbet</h5>
<spen>Used as Shampoo & natural hair conditioner</spen>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-4 cat-1">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInLeft">
<div class="project-img">
<img src="assets/images/gallery/Alpinia calcarata.jpg" alt="Gallery Image">
<div class="hover-overlay">
<div class="hover-content text-white">
<div class="text">
<h3 class="title">Alpinia calcarata</h3>
<span>Used for treating cold & cough,Swelling & Stomachache</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-5 cat-2">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInDown">
<div class="project-img">
<img src="assets/images/gallery/Tylophora indica.jpg" alt="Gallery Image">
<div class="hover-overlay">
<!-- <a href="project-details.html" class="icon-btn"><i class="fas fa-arrow-right"></i></a> -->
<div class="hover-content text-white">
<div class="text">
<h3 class="title">Tylophora indica</h3>
<span>Roots used as laxative</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-4 cat-3">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInRight">
<div class="project-img">
<img src="assets/images/gallery/Trichosanthes dioica.jpg" alt="Gallery Image">
<div class="hover-overlay">
<div class="hover-content text-white">
<div class="text">
<h3 class="title">Trichosanthes dioica</h3>
<spen>Fresh Root Juice is given at early morning in empty stomach to expel to intestinal worm of Childrean</spen>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-2 cat-3">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInUp">
<div class="project-img">
<img src="assets/images/gallery/Xanthosoma sagittifolium.jpg" alt="Gallery Image">
<div class="hover-overlay">
<div class="hover-content text-white">
<div class="text">
<h4 class="title">Xanthosoma sagittifolium</h4>
<a href="project-details.html">Petiole & rhizome is used as vegetable</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-5">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInDown">
<div class="project-img">
<img src="assets/images/gallery/Tradescantia pallida.jpg" alt="Gallery Image">
<div class="hover-overlay">
<!-- <a href="project-details.html" class="icon-btn"><i class="fas fa-arrow-right"></i></a> -->
<div class="hover-content text-white">
<div class="text">
<h3 class="title">Tradescantia pallida</h3>
<spen>Ornamental Plant</spen>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 item cat-1">
<!--====== Gallery Item ======-->
<div class="single-project-item-three mb-30 wow fadeInUp">
<div class="project-img">
<img src="assets/images/gallery/Syzygium samarangense.jpg" alt="Gallery Image">
<div class="hover-overlay">
<div class="hover-content text-white">
<div class="text">
<h3 class="title">Syzygium samarangense</h3>
<span>Fruits are Edible</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!--====== End Gallery section ======-->
<!--====== Start Partners Section ======-->
<?php
include("Footer.php");
?>
<script>
document.addEventListener('keyup', (e) => {
if (e.key == 'PrintScreen') {
navigator.clipboard.writeText('');
alert('Screenshots disabled!');
}
});
/** TO DISABLE PRINTS WHIT CTRL+P **/
document.addEventListener('keydown', (e) => {
if (e.ctrlKey && e.key == 'p') {
alert('This section is not allowed to print or export to PDF');
e.cancelBubble = true;
e.preventDefault();
e.stopImmediatePropagation();
}
});
</script>