-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproduct.html
319 lines (308 loc) · 12.8 KB
/
product.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
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Products</title>
<!-- MDB icon -->
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Google Fonts Roboto -->
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"> -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Material Design Bootstrap -->
<link rel="stylesheet" href="css/mdb.min.css">
<!-- Your custom styles (optional) -->
<link rel="stylesheet" href="css/product.css">
<link rel="stylesheet" href="css/main.css">
<!-- <link rel="stylesheet" href="home.css"> -->
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link href="//db.onlinewebfonts.com/c/1c45e28f8e86cc89876f003b953cc3e9?family=SF+Pro+Text" rel="stylesheet"
type="text/css" />
</head>
<body style="overflow: hidden;">
<!-- Start your project here-->
<section class="pb-5">
<!--Navbar -->
<nav class="navbar navbar-1 navbar-expand-lg navbar-light fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<div>
<img class="logo" src="img/Logo with Side Text - White.png" style="width: 180px;">
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent-4"
aria-controls="navbarSupportedContent-4" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent-4">
<ul class="navbar-nav ml-auto nav-items">
<li class="nav-item">
<a class="nav-link m-1" href="team.html" style="color: #78b122;font-weight: 500;">
<p class="m-1">TEAM</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link m-1" href="vision.html" style="color: #78b122;font-weight: 500;">
<p class="m-1">VISION</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link m-1" href="product.html" style="color: #78b122;font-weight: 500;">
<p class="m-1">PRODUCTS</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link m-1" href="services.html" style="color: #78b122;font-weight: 500;">
<p class="m-1">SERVICE</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link m-1" href="index.html" style="color: #78b122;font-weight: 500;">
<p class="m-1">CONTACT</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link">
<img src="img/cart5.png">
</a>
</li>
</ul>
</div>
</div>
</nav>
<!--/.Navbar -->
</section>
<section class="container mt-5" style="overflow-y: hidden;">
<div class="jumbotron text-center p-4 mt-5">
<div class="row">
<div class="col-md-7 text-md-left ml-3 mt-5">
<h1 class="mb-4 text-center ">Agricultural Products</h1>
<p class="font-weight-normal" style="padding: 20px;">
Agrivator provides fresh and safe to eat vegetables and fruits from 'farm to fork'. The produce is sourced
from
clusters of farms under Agrivator across Kerala.
</p>
</div>
<div class="col-md-4 mx-3 mt-sm-5">
<div class="view overlay">
<img class="img-fluid" src="img/horticulture_video.jpg">
</div>
</div>
</div>
<div class="section-button mx-auto">
<p class="text-center">
<a href="agri-product.html">
<button type="button" class="btn section-button"
style="background-color: #78b122;border-radius: 50px;color: white;">More Products</button>
</a>
</p>
</div>
<hr class="mt-3 mb-3">
</div>
</section>
<section class="container" style="overflow-y: hidden;">
<div class="jumbotron text-center p-4 mt-5">
<div class="row">
<div class="col-md-7 text-md-left ml-3 mt-5">
<h1 class="mb-4 text-center ">Airfarms</h1>
<p class="font-weight-normal" style="padding: 20px;">
Agrivator uses fully automated Aeroponic systems in our Airfarms to grow
crops efficiently. It is a soil less method of cultivation where plant roots
are suspended in the air and nutrients are directly sprayed by a pump at regular intervals. Also this
portable system, where a single tower can hold upto 32 plants requires only limited space & could easily be
set up in your home and Agrivator would do it for you.
</p>
</div>
<div class="col-md-4 mx-3 mt-sm-5 ">
<div class="view overlay">
<img class="img-fluid" src="img/air.jpg">
</div>
</div>
</div>
<div class="section-button mx-auto">
<p class="text-center">
<a href="agri-product.html">
<button type="button" class="btn section-button"
style="background-color: #78b122;border-radius: 50px;color: white;">More Products</button>
</a>
</p>
</div>
<hr class="mt-3 mb-3">
</div>
</section>
<section class="container" style="overflow-y: hidden;">
<div class="jumbotron text-center p-4 mt-5">
<div class="row">
<div class="col-md-7 text-md-left ml-3 mt-5">
<h1 class="mb-4 text-center ">Advanced Automatic Irrigation System</h1>
<p class="font-weight-normal" style="padding: 20px;">
AAIS is a complete irrigation solution for farmers, harnessing the power of AI, and Data Science.
</p>
</div>
<div class="col-md-4 mx-3 mt-sm-5 ">
<div class="view overlay">
<img class="img-fluid" src="img/IRRIGATION.jpg">
</div>
</div>
</div>
<div class="section-button mx-auto">
<p class="text-center">
<a href="agri-product.html">
<button type="button" class="btn section-button"
style="background-color: #78b122;border-radius: 50px;color: white;">More Products</button>
</a>
</p>
</div>
<hr class="mt-3 mb-3">
</div>
</section>
<section class="container" style="overflow-y: hidden;">
<div class="jumbotron text-center p-4 mt-5">
<div class="row">
<div class="col-md-7 text-md-left ml-3 mt-5">
<h1 class="mb-4 text-center ">Dart</h1>
<p class="font-weight-normal" style="padding: 20px;">
Dart is a localised cluster based commodity delivery system. With Dart, we aim to bridge the gap between the small farmer and the consumer. We provide a platform for consumers to directly purchase vegetables and other commodities from small scale farmers.
</p>
</div>
<div class="col-md-4 mx-3 mt-sm-5 ">
<div class="view overlay">
<img class="img-fluid" src="img/dart.jpg">
</div>
</div>
</div>
<div class="section-button mx-auto">
<p class="text-center">
<a href="agri-product.html">
<button type="button" class="btn section-button"
style="background-color: #78b122;border-radius: 50px;color: white;">More Products</button>
</a>
</p>
</div>
<hr class="mt-3 mb-3">
</div>
</section>
<section class="container" style="overflow-y: hidden;">
<div class="jumbotron text-center p-4 mt-5">
<div class="row">
<div class="col-md-7 text-md-left ml-3 mt-5">
<h1 class="mb-4 text-center ">Actuators</h1>
<p class="font-weight-normal" style="padding: 20px;">
Agrivator is a proud purveyor of a wide range of actuators. We provide electric, pneumatic and hydraulic
actuators which are optimised to suit your needs.
</p>
</div>
<div class="col-md-4 mx-3 mt-sm-5 ">
<div class="view overlay">
<img class="img-fluid" src="img/actuator.png">
</div>
</div>
</div>
<div class="section-button mx-auto">
<p class="text-center">
<a href="agri-product.html">
<button type="button" class="btn section-button"
style="background-color: #78b122;border-radius: 50px;color: white;">More Products</button>
</a>
</p>
</div>
<hr class="mt-3 mb-3">
</div>
</section>
<section class="container" style="overflow-y: hidden;">
<div class="jumbotron text-center p-4 mt-5">
<div class="row">
<div class="col-md-7 text-md-left ml-3 mt-5">
<h1 class="mb-4 text-center ">Growbags</h1>
<p class="font-weight-normal" style="padding: 20px;">
If you are not so keen on employing soil-less farming in the beginning, you could always
start with our big and strong grow bags. In regular pots, the roots of the plants tend to grow
in circles entangling themselves. This leads to oxygenation or water stagnation issues. The roots
become constricted leading to less water and nutrient intake. Grow bags help to alleviate
this issue because as the roots come in contact with the edges of the fabric pot they sense
the drier soil that is exposed to the air. This prevents over growth of roots eliminating girdling roots.
A more fibrous root system allows the plants to take in more nutrients and water. Grow bags regulate
temperature
due to their breathable quality. Excess heat is able to escape from all sides of the grow bag. The
other advantages include easy storage and versatility.
</p>
</div>
<div class="col-md-4 offset-md-1 mx-3 mt-sm-5">
<div class="view overlay">
<img class="img-fluid" src="img/Grow_Bag.png">
</div>
</div>
</div>
<div class="section-button mx-auto">
<p class="text-center">
<a href="agri-product.html">
<button type="button" class="btn section-button"
style="background-color: #78b122;border-radius: 50px;color: white;">More Products</button>
</a>
</p>
</div>
<hr class="mt-3 mb-3">
</div>
</section>
<section>
<div class="footer mb-5" style="position: relative; top: 50px; width: 100%;">
<footer class="text-center">
<a class="up-arrow" href="#nav-1" data-toggle="tooltip" title="TO TOP">
<i class="fas fa-angle-up"></i> </a><br><br>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Social buttons -->
<ul class="list-unstyled list-inline text-center">
<li class="list-inline-item">
<a class="btn-floating btn-fb btn-lg mx-1">
<i class="fab fa-facebook-f"> </i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-tw btn-lg mx-1">
<i class="fab fa-twitter"> </i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-gplus btn-lg mx-1">
<i class="fab fa-google-plus-g"> </i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-li btn-lg mx-1">
<i class="fab fa-linkedin-in"> </i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-dribbble btn-lg mx-1">
<i class="fab fa-dribbble"> </i>
</a>
</li>
</ul>
<!-- Social buttons -->
</footer>
</div>
</section>
<!-- End your project here-->
<!-- Development version -->
<!-- <script src="https://unpkg.com/@popperjs/core@2/dist/umd/popper.js"></script> -->
<!-- Production version -->
<!-- <script src="https://unpkg.com/@popperjs/core@2"></script> -->
<!-- jQuery -->
<script>
</script>
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Your custom scripts (optional) -->
<script type="text/javascript"></script>
</body>
</html>F