-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutUs.php
267 lines (241 loc) · 12.1 KB
/
AboutUs.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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<?php
include_once 'header.php';
?>
<!--==================== HOME ====================-->
<section class="home" id="home">
<div class="home__content">
<h3 class="home__title">GROWING PLANTS INDOORS WITH HYDROPONICS</h3>
<h1 class="home__subtitle">With intelligent indoor gardening systems, we can now grow leafy greens,
vegetables, herbs and fruits in our living room, kitchen, even tiny studio apartment.</h1>
</div>
<!--<div class="home__controls">
<span class="img-btn active" data-src="/assets/img/img1.png"></span>
<span class="img-btn" data-src="/assets/img/img2.png"></span>
<span class="img-btn" data-src="/assets/img/img3.png"></span>
<span class="img-btn" data-src="/assets/img/img4.png"></span>
</div>-->
<div class="home__img-container">
<img src="/assets/img/img1.png" id="img-slider" alt="">
</div>
</section>
<main class="main">
<!--==================== ABOUT HYDRO====================-->
<section class="about section" id="about">
<h2 class="section__title">About Hydroponics</h2>
<span class="section__subtitle">Our Introduction</span>
<div class="about__container container grid">
<img src="/assets/img/about.svg" alt="" class="about__img">
<div class="about__data">
<p class="about__description">Today, agriculture has become more and more effective in sustainable development (Kularbphettong et al., 2019). Agriculture is the foundation of human civilization and is responsible for producing quality food for the people. To ensure the availability of inexpensive, high-quality products to meet the growing demand for food, an intensification of cultivation practices is necessary (Lakshmanan et al., 2020). With the advancements in science and technology, increasing the growth of the world’s population, and improving people’s living standards, hydroponic plant cultivation systems are becoming an integral part of everyday life (Sarathkumar et al., 2020). Hydroponics is soilless cultivation of original crops that often involves submerging their roots in the nutrient solution containing gravel or perlite medium (Sudharsan et al., 2019)</p>
</div>
</div>
</section>
<!--==================== GALLERY====================-->
<section class="gallery section" id="gallery">
<h2 class="section__title">Gallery</h2>
<span class="section__subtitle">Our Gallery</span>
<div class="gallery__container">
<div class="gallery__box">
<img src="/assets/img/gallery/1.jpg" alt="">
<div class="gallery__content">
<h3>Sowing of Lettuce Seeds</h3>
<p>Lettuce seeds need light to germinate, so don’t sow them too deep.</p>
</div>
</div>
<div class="gallery__box">
<img src="/assets/img/gallery/2.jpg" alt="">
<div class="gallery__content">
<h3>Transplanting Lettuce</h3>
<p>Lettuce will tell you when it needs water. Just look at it. If the leaves are wilting, sprinkle them anytime, even in the heat of the day, to cool them off and slow down the transpiration rate. #DelayBolting</p>
</div>
</div>
<div class="gallery__box">
<img src="/assets/img/gallery/3.jpg" alt="">
<div class="gallery__content">
<h3>42nd Day of Lettuce Plant</h3>
<p>Always check your lettuce everyday for ready-to-harvest leaves; mature lettuce gets bitter and woody and will go bad quickly.</p>
</div>
</div>
<div class="gallery__box">
<img src="/assets/img/gallery/4.jpg" alt="">
<div class="gallery__content">
<h3>Harvest Day!</h3>
<p>Harvest lettuce in the morning when full-size but young and tender. Note: Eating lettuce for dinner can be calming and help to reduce stress.</p>
</div>
</div>
<div class="gallery__box">
<img src="/assets/img/gallery/5.jpg" alt="">
<div class="gallery__content">
<h3>Team-Hydro!</h3>
<p>Having mutual respect, common and aligned goals, open communication, and patience can all help make for a successful team.</p>
</div>
</div>
<div class="gallery__box">
<img src="/assets/img/gallery/6.jpg" alt="">
<div class="gallery__content">
<h3>Team-Hydro!</h3>
<p>Being able to have trust and confidence in your friend is one of the most important requirements of a strong relationship because true friendship means you are able to count on one another.</p>
</div>
</div>
<div class="gallery__box">
<img src="/assets/img/gallery/7.jpg" alt="">
<div class="gallery__content">
<h3>Lactuca Sativa (Lettuce) Invicta</h3>
<p>Lettuces are a great leafy green because they grow quickly, produce for a long time, and are not very demanding as long as you keep the plants sufficiently watered.</p>
</div>
</div>
</div>
</section>
<!--==================== ADVISER ====================-->
<section class="team section" id="team">
<h2 class="section__title">Thesis Adviser</h2>
<span class="section__subtitle">CPE Department</span>
<div class="adviser__container container">
<!--==================== ADVISER 1 ====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/adviser.jpg" alt="" class="team__img">
</div>
<div class="adviser-content">
<h3 class="team__name">Engr. Lovina Siechrist T. Agbayani</h3>
<span class="team__saying">CPE Instructor</span>
</div>
</div>
</div>
</div>
</section>
<!--==================== TEAMS====================-->
<section class="team section" id="team">
<h2 class="section__title">Team</h2>
<span class="section__subtitle">Our Team</span>
<div class="team__container container">
<div class="row">
<!--==================== TEAMS 1====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/team1.png" alt="" class="team__img">
</div>
<div class="team-content">
<h3 class="team__name">Janelle Ruth C. Alfonso</h3>
<span class="team__saying">CPE Student</span>
<p class="team__description">
"Don't be afraid. Just Believe." —Mark 5:36
</p>
</div>
</div>
</div>
<!--==================== TEAMS 2====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/team2.png" alt="" class="team__img">
</div>
<div class="team-content">
<h3 class="team__name">Rica Jeraldine L. Castillo</h3>
<span class="team__saying">CPE Student</span>
<p class="team__description">
"All our dreams can come true, if we have the courage to pursue them." —Anonymous
</p>
</div>
</div>
</div>
<!--==================== TEAMS 3====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/team3.png" alt="" class="team__img">
</div>
<div class="team-content">
<h3 class="team__name">Fionaleif Gwyneth L. Edmalin</h3>
<span class="team__saying">CPE Student</span>
<p class="team__description">
"I can do everything through him who gives me strength." —Philippians 4:13
</p>
</div>
</div>
</div>
<!--==================== TEAMS 4====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/team4.png" alt="" class="team__img">
</div>
<div class="team-content">
<h3 class="team__name">Kiezn Leigh I. Ines</h3>
<span class="team__saying">CPE Student</span>
<p class="team__description">
“When you have a dream, you’ve got to grab it and never let go.” — Carol Burnett
</p>
</div>
</div>
</div>
<!--==================== TEAMS 5====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/team5.png" alt="" class="team__img">
</div>
<div class="team-content">
<h3 class="team__name">Lowell Nikoleigh R. Pascua</h3>
<span class="team__saying">CPE Student</span>
<p class="team__description">
“The proper use of science is not to conquer nature but to live in it.” —Barry
Commoner
</p>
</div>
</div>
</div>
<!--==================== TEAMS 6====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/team6.png" alt="" class="team__img">
</div>
<div class="team-content">
<h3 class="team__name">Glycerine A. Queja</h3>
<span class="team__saying">CPE Student</span>
<p class="team__description">
“Nothing is impossible. The word itself says ‘I’m possible!'” — Audrey Hepburn
</p>
</div>
</div>
</div>
<!--==================== TEAMS 7====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/team7.png" alt="" class="team__img">
</div>
<div class="team-content">
<h3 class="team__name">Zced Rick B. Tabladillo</h3>
<span class="team__saying">CPE Student</span>
<p class="team__description">
“There is nothing impossible for those who will try.” — Alexander the Great
</p>
</div>
</div>
</div>
<!--==================== TEAMS 8====================-->
<div class="column">
<div class="team">
<div class="team-img">
<img src="/assets/img/team/team8.png" alt="" class="team__img">
</div>
<div class="team-content">
<h3 class="team__name">Arnie Jan B. Valite</h3>
<span class="team__saying">CPE Student</span>
<p class="team__description">
“Life has got all those twists and turns. You’ve got to hold on tight and off you
go.” — Nicole Kidman
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
include_once 'footer.php';
?>