-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathaboutUs.html
338 lines (272 loc) · 15.2 KB
/
aboutUs.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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FarmArk</title>
<link rel="stylesheet" href="styles.css">
<!-- ============= Linking Favicon ============== -->
<link rel="manifest" href="./assets/favicon_package/site.webmanifest">
<link rel="shortcut icon" href="./assets/favicon_package/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="./assets/favicon_package/apple-touch-icon.png" sizes="16x16 32x32" type="image/png">
<link rel="icon" type="image/png" href="./assets/favicon_package/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./assets/favicon_package/favicon-16x16.png" sizes="16x16" />
<!-- ========== Linking Favicon Ends =========== -->
<!-- =========== Bootsrap link =========== -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<!-- =========== Bootsrap link =========== -->
<!-- MDBootstrap link-->
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css" rel="stylesheet" />
<!-- MDBootstrap link -->
</head>
<body>
<!-- Bootsrap scripts -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
<!-- Bootsrap scripts -->
<!-- MDBootstrap scripts -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.js"></script>
<!-- MDBootstrap scripts -->
<!-- LottieFlies Animation Scripts -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<!-- Header -->
<div id="header">
<nav class="navbar navbar-expand-lg" style="background-color: #f0f6d2e6;">
<div class="container-fluid site-logo">
<img src="./assets/logo.svg" alt="logo" height="100" width="100">
<a class="navbar-brand" href="/">
<h3>FarmArk</h3>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active " href="/about">What We Do</a>
</li>
<li class="nav-item">
<a class="nav-link active " href="/contact">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link active " href="/booking">Events</a>
</li>
<li class="nav-item">
<a class="nav-link active " href="/booking">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active " href="aboutUs.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link active " href="blogs.html">Blogs</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Header -->
<!-- Main -->
<main>
<div class="aboutUs">
<div class="heading">
<h1>About Us</h1>
<hr>
<h3>Who we are </h3>
<h3>And, What do we do ?</h3>
</div>
<div class="aboutUsText">
<p>The digital revolution has changed the way we do a lot of things. We are now living in a digital world where everything is connected. This includes agriculture and farming.
Agriculture and farming have been around for thousands of years and they have seen many changes over that time.
</p>
<lottie-player src="https://assets8.lottiefiles.com/packages/lf20_5DlIZO.json" background="transparent" speed="1" style="width: 600px; height: 600px;" id="animation" loop autoplay></lottie-player>
</div>
<div class="vision">
<lottie-player src="https://assets8.lottiefiles.com/private_files/lf30_4lyswkde.json" background="transparent" speed="1.5" style="width: 600px; height: 600px;" id="animation" loop autoplay></lottie-player>
<div class="visionText">
<h1>Our Vision</h1>
<p>Farming has been a tough industry to enter in recent times, with low profits and a huge demand for skilled labour. One of the ways in which entrepreneurs are fighting back against this is through the use of technology to help maximize efficiency. The Farm Ark community’s digital modern farming tech provides a platform for farmers to connect and collaborate with each other, making their farms more productive and efficient.
</p>
</div>
</div>
<div class="servicesList">
<h1>Our Products & Services</h1>
<div class="service">
<div class="serviceText">
<h2>Financial Tracking</h2>
<p>The digital revolution has changed the way we do a lot of things. We are now living in a digital world where everything is connected. This includes agriculture and farming.
Agriculture and farming have been around for thousands of years and they have seen many changes over that time.</p>
</div>
<lottie-player src="https://assets6.lottiefiles.com/packages/lf20_yMpiqXia1k.json" background="transparent" speed="1" style="width: 300px; height: 300px;" id="animation" loop autoplay></lottie-player>
</div>
<div class="service">
<div class="serviceText">
<h2>Farmer's Community</h2>
<p>The digital revolution has changed the way we do a lot of things. We are now living in a digital world where everything is connected. This includes agriculture and farming.
Agriculture and farming have been around for thousands of years and they have seen many changes over that time.</p>
</div>
<lottie-player src="https://assets8.lottiefiles.com/packages/lf20_sgn7zslb.json" background="transparent" speed="1" style="width: 300px; height: 300px;" id="animation" loop autoplay></lottie-player>
</div>
<div class="service">
<div class="serviceText">
<h2>Farming Automation </h2>
<p>The digital revolution has changed the way we do a lot of things. We are now living in a digital world where everything is connected. This includes agriculture and farming.
Agriculture and farming have been around for thousands of years and they have seen many changes over that time.</p>
</div>
<lottie-player src="https://assets8.lottiefiles.com/private_files/lf30_1mwaqujs.json" background="transparent" speed="1" style="width: 300px; height: 300px;" id="animation" loop autoplay></lottie-player>
</div>
<div class="service">
<div class="serviceText">
<h2>Farm Modernisation</h2>
<p>The digital revolution has changed the way we do a lot of things. We are now living in a digital world where everything is connected. This includes agriculture and farming.
Agriculture and farming have been around for thousands of years and they have seen many changes over that time.</p>
</div>
<lottie-player src="https://assets8.lottiefiles.com/private_files/lf30_w1nvcyqq.json" background="transparent" speed="1" style="width: 300px; height: 300px;" id="animation" loop autoplay></lottie-player>
</div>
</div>
</div>
</main>
<!-- Main -->
<!--Section-->
<section class="section-no-border">
<!-- Footer -->
<footer class="page-footer font-small mdb-color pt-4">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Footer links -->
<div class="row text-center text-md-left mt-3 pb-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold"> Links</h6>
<p>
<a href="#!">Link 1</a>
</p>
<p>
<a href="#!">Link 2</a>
</p>
<p>
<a href="#!">Link 3</a>
</p>
<p>
<a href="#!">Link 4</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold"> Links</h6>
<p>
<a href="#!">Link 1</a>
</p>
<p>
<a href="#!">Link 2</a>
</p>
<p>
<a href="#!">Link 3</a>
</p>
<p>
<a href="#!">Link 4</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold"> Links</h6>
<p>
<a href="#!">Link 1</a>
</p>
<p>
<a href="#!">Link 2</a>
</p>
<p>
<a href="#!">Link 3</a>
</p>
<p>
<a href="#!">Link 4</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold"> Terms of use</h6>
<p>
<a href="#!">Privacy Policy</a>
</p>
<p>
<a href="#!">Site Map</a>
</p>
</div>
<!-- Grid column -->
</div>
<!-- Footer links -->
<hr>
<!-- Grid row -->
<div class="row d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-7 col-lg-8">
<!--Copyright-->
<p class="text-md-start">© 2022 Copyright:
<a href="https://prathimacode-hub.github.io/FarmArk/">
<strong> FarmArk</strong>
</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-5 col-lg-4 ml-lg-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn text-white btn-floating m-1" style="background-color: #3b5998;" href="#!"
role="button"><i class="fab fa-facebook-f"></i></a>
<!-- Twitter -->
<a class="btn text-white btn-floating m-1" style="background-color: #55acee;" href="#!"
role="button"><i class="fab fa-twitter"></i></a>
<!-- Google -->
<a class="btn text-white btn-floating m-1" style="background-color: #dd4b39;" href="#!"
role="button"><i class="fab fa-google"></i></a>
<!-- Instagram -->
<a class="btn text-white btn-floating m-1" style="background-color: #ac2bac;" href="#!"
role="button"><i class="fab fa-instagram"></i></a>
<!-- Linkedin -->
<a class="btn text-white btn-floating m-1" style="background-color: #0082ca;" href="#!"
role="button"><i class="fab fa-linkedin-in"></i></a>
<!-- Github -->
<a class="btn text-white btn-floating m-1" style="background-color: #333333;" href="#!"
role="button"><i class="fab fa-github"></i></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
</footer>
<!-- Footer -->
</section>
<!--Section-->
<script src="./index.js"></script>
</body>
</html>