-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
338 lines (231 loc) · 14.2 KB
/
team.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">
<meta name="description"
content="Improving the livelihoods of tribal farmers in the Bastar region by reducing post-harvest losses and providing high-quality, unadulterated, processed forest produce to urban consumers at a fair price." />
<link href="output.css" rel="stylesheet">
<title>Forest Naturals</title>
<link rel="icon" type="image/x-icon" href="public/Img/baster.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>
<body class="font-family-class body-color-website font-sans leading-normal tracking-normal font-serif ">
<!-- Header section start -->
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
<div class="w-full text-gray-300 bg-white drop-shadow-md font-family-class">
<div x-data="{ open: false }"
class="p-2 flex flex-col max-w-screen-xl mx-auto md:items-center md:justify-between md:flex-row md:px-6 lg:px-8">
<div class="flex flex-row items-center justify-between">
<a href="index.html">
<img src="public/Img/LOGO_ FOREST NATURALS.png" alt="logo" class="logo-size">
</a>
<button class="md:hidden rounded-lg focus:outline-none focus:shadow-outline" @click="open = !open">
<svg fill="currentColor" viewBox="0 0 20 20" class="w-6 h-6 text-emerald-700">
<path x-show="!open" fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM9 15a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z"
clip-rule="evenodd"></path>
<path x-show="open" fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</button>
</div>
<nav :class="{'flex': open, 'hidden': !open}"
class="flex-col flex-grow pb-4 md:pb-0 hidden md:flex md:justify-end md:flex-row">
<a class="px-4 py-2 mt-2 text-base text-black rounded-lg md:mt-0 hover:text-green-700 focus:outline-none focus:shadow-outline"
href="index.html">Home</a>
<a class="text-black px-4 py-2 mt-2 text-base bg-transparent rounded-lg hover:text-green-700 md:mt-0 md:ml-4 focus:outline-none focus:shadow-outline"
href="about-us.html">About Us</a>
<a class="text-black px-4 py-2 mt-2 text-base bg-transparent rounded-lg hover:text-green-700 md:mt-0 md:ml-4 focus:outline-none focus:shadow-outline"
href="our-work.html">Our Work</a>
<a class="text-black px-4 py-2 mt-2 text-base bg-transparent rounded-lg hover:text-green-700 md:mt-0 md:ml-4 focus:outline-none focus:shadow-outline"
href="team.html">Team</a>
<a class="text-black px-4 py-2 mt-2 text-base bg-transparent rounded-lg hover:text-green-700 md:mt-0 md:ml-4 focus:outline-none focus:shadow-outline"
href="our-product.html">Our Products</a>
</nav>
</div>
</div>
<p class="size-line bg-green-700"></p>
<!-- ************************** -->
<div class="bg-gray-50 py-32">
<div class="mx-auto max-w-7xl px-6 text-center lg:px-8">
<div class="mx-auto max-w-2xl">
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">Meet our team</h2>
<p class="mt-4 text-lg leading-8 text-gray-600">Our team is led by our founders, Haresh Kashyap and
Satendrasingh
Lilhare.</p>
</div>
<ul role="list"
class="mx-auto mt-20 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="public/Img/Team/Ambika.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">AMBIKA KASHYAP
</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(DIRECTOR OPERATIONS)</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">Hails from an agricultural family. She is dedicated
and aims to empower women. She works with ease and implements latest farming techniques.
</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="public/Img/Team/Achintya.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">AACHINTYA DAMERA
</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(DIRECTOR, PRODUCT DESIGN &
PROCUREMENT)
</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">Holds an MBA in Rural Management from KIIT
University, Bhubaneswar Orissa. He has over 10 years of expertise in the field of product design,
procurement, and marketing with a passion for empowering women’s livelihood.
</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="public/Img/Team/team-1.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">HARESH
</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(FOUNDER AND DIRECTOR)
</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">Haresh, the Founder and Director, brings over 25
years of hands-on experience in the Agriculture farming Sector.</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="public/Img/Team/hemraj.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">HEMRAJ
</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(MANGER-ADMINISTRATION)
</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">A farmer who has vast knowledge in administration, accounts and managing day to day activities with Self Help Groups (SHG).
</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="public/Img/Team/Maheder.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">MAHENDER
</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(MANAGER-FARMER RELATIONS)
</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">A farmer who excels at gathering, encouraging, and bringing the farmers and maintaining good relations with each other under one umbrella.
</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="https://www.vhv.rs/dpng/d/426-4264903_user-avatar-png-picture-avatar-profile-dummy-transparent.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">MAHESWARI KASHYAP
</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(ASSOCIATIVE - TECHNICAL)
</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">She works with ease and is ever ready to help in any issues right from procurement to the delivery of the
end product.
</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="public/Img/Team/Narender.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">NARENDER</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(MANAGER-PROCUREMENT)</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">A progressive famer with 15 years of experience in
the field of procurement of forest produce directly from the grass roots-i.e., directly from the farmers.
</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="public/Img/Team/Satendra.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">SATENDRASINGH</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(CO-FOUNDER & CEO)
</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">Satendrasingh, the Co-founder & CEO, holds an MA in
Development from Azim Premji University, Bangalore, and a PGPDM from SPJIMR Mumbai. Together, they lead a
dedicated team committed to achieving our mission and vision.</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="public/Img/Team/Sarojani.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">SAROJINI KASHYAP
</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(MANAGER INVENTERY AND QUALITY
CONTROL)
</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">Is a great famer who has over 18 years of experience
working with Self Help Groups (SHG) in the field of qualitative product packaging.
</p>
</li>
<li class="bg-white p-2 shadow-md">
<img class="mx-auto h-56 w-56 rounded-full" src="https://www.vhv.rs/dpng/d/426-4264903_user-avatar-png-picture-avatar-profile-dummy-transparent.png" alt="">
<h3 class="mt-6 text-lg font-semibold leading-7 tracking-tight text-gray-900">SAVITRI DEVI
</h3>
<h3 class=" text-base font-semibold leading-7 tracking-tight text-gray-700">(ASSOCIATIVE-PRODUCT PROSCESSING)
</h3>
<p class="text-sm leading-6 text-gray-600 text-start p-2">A farmer with over 12 years of experience in handling and processing of farm produce.
</p>
</li>
</ul>
</div>
</div>
<!-- ************************** -->
<!-- footer -->
<p class="size-line bg-green-700"></p>
<footer class="bg-gray-50" aria-labelledby="footer-heading">
<h2 id="footer-heading" class="sr-only">Footer</h2>
<div class="mx-auto max-w-7xl px-6 pb-4 pt-16 sm:pt-12 lg:px-8 lg:pt-16">
<div class="grid xl:grid-cols-3 lg:grid-cols-3 md:grid-cols-3 gap-x-8 gap-y-2">
<div class="space-y-4">
<img class="footer-logo" src="public/Img/LOGO_ FOREST NATURALS.png" alt="Company name">
<p class="text-sm leading-6 text-gray-600">Join us in our mission to enhance the livelihoods of tribal
farmers. There are several ways you can get involved, from volunteering and internships to donations and
partnerships. Contact us to learn more.</p>
<div class="flex flex-col gap-x-8 gap-y-2 lg:flex-row">
<p class="">
<a href="Privacy-Policy.html" class="text-emerald-700 hover:text-emerald-600 hover:underline">Privacy
Policy</a>
</p>
<p class=""> <a href="Terms-of-Use.html" class="text-emerald-700 hover:text-emerald-600 hover:underline">
Terms of
Use</a>
</p>
</div>
</div>
<!-- 2222 -->
<div class="mt-6 grid grid-cols-1 gap-8 xl:mt-0">
<div class="md:grid md:grid-cols-1 md:gap-8">
<div class="mt-2 xl:mt-0">
<h3 class="text-base font-bold leading-6 text-gray-700 ">Registered office: </h3>
<h3 class="text-base font-bold leading-6 text-gray-700">Bastar Se Bazaar Tak Private Limited </h3>
<p class="mt-4 text-baseleading-6 text-gray-600 font-family-class text-sm">
#150, Haresh Kumar Kashyap Colony Lane, Village Lakhanpuri, Uttar Bastar, Chhattisgarh 494336
</p>
</div>
</div>
</div>
<div class="mt-6 grid grid-cols-1 gap-8 xl:mt-0">
<div class="md:grid md:grid-cols-1 md:gap-8">
<div class="mt-2 xl:mt-0">
<h3 class="text-base font-bold leading-6 text-gray-700 ">Contact </h3>
<p class="mt-2 text-baseleading-6 text-gray-600 font-family-class text-sm">Email: [email protected]</p>
<p class="mt-2 text-baseleading-6 text-gray-600 font-family-class text-sm"> Mobile: +91 9604444496
</p>
<p class="mt-2 text-baseleading-6 text-gray-600 font-family-class text-sm mb-2"> 90097480687
</p>
</div>
</div>
</div>
</div>
<div class=" border-t border-gray-900/10 pt-8 sm:mt-6 lg:mt-6 text-center">
<p class=" text-sm leading-5 md:order-1 md:mt-0 text-gray-600 font-family-class font-bold mb-2">
© 2023 Forest Naturals. All rights reserved
</p>
<p class="text-sm leading-5 md:order-1 md:mt-0 text-gray-600 font-family-class font-bold mb-4">
Built with 💚 by
<a href="https://oasishq.org/" class="text-green-700 hover:text-emerald-600 hover:underline"
target="_blank">OASIS</a> partner
<a href="https://aikyamfellows.org/" class="text-green-700 hover:text-emerald-600 hover:underline"
target="_blank"> aikyam fellows </a>
using
<a href="https://github.com/t4glabs/bastar-se-bazaar"
class="text-green-700 hover:text-emerald-600 hover:underline">Github Pages</a>
</a>
</p>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
<script src="index.js"></script>
</body>
</html>