-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
403 lines (311 loc) · 18.3 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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!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">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<title>About Us</title>
</head>
<body>
<!--Navbar-->
<nav class="flex bg-white flex-wrap items-center justify-between p-4">
<div class="lg:order-2 w-auto lg:w-1/5 lg:text-center">
<h1 class="font-mono text-3xl">FUNDMED</h1>
</div>
<div class="navbar-menu hidden lg:order-1 lg:block w-full lg:w-2/5">
<a class="block lg:inline-block mt-4 lg:mt-0 mr-10 text-blue-900 hover:text-indigo-600" href="./index.html">
Home
</a>
<a class="block lg:inline-block mt-4 lg:mt-0 mr-10 text-blue-900 hover:text-indigo-600" href="./aboutus.html">
About Us
</a>
<a class="block lg:inline-block mt-4 lg:mt-0 text-blue-900 hover:text-indigo-600" href="./resources/index.html">
Resources
</a>
</div>
<div class="navbar-menu hidden lg:order-3 lg:block w-full lg:w-2/5 lg:text-right">
<a class="block lg:inline-block mt-4 lg:mt-0 mr-10 text-blue-900 hover:text-indigo-600" href="./fundraising/fundraise.html">
Donate
</a>
<a class="block lg:inline-block mt-4 lg:mt-0 mr-10 text-blue-900 hover:text-indigo-600" href="./donationPage/index.html">
Fund Me
</a>
<a class="block lg:inline-block mt-4 lg:mt-0 mr-10 text-blue-900 hover:text-indigo-600" href="./covid checker/version1/covid-1.html">
Covid Checker
</a>
<a class="block lg:inline-block mt-4 lg:mt-0 text-blue-900 hover:text-indigo-600" href="./medical camps/bloodDonation.html">
Medical Camps
</a>
</div>
</nav>
<!--Main section-->
<h1 class="font-mono" style="text-align: center; font-size:60px;">What We Do ?</h1>
<section class="text-gray-600 body-font" id="service">
<div class="container px-5 py-24 mx-auto flex flex-wrap">
<!-- IMAGE-->
<div class="lg:w-1/2 w-full mb-10 lg:mb-0 rounded-lg overflow-hidden">
<img alt="feature" class="object-cover object-center h-full w-full" src="./imagesaboutus/1.png">
</div>
<!--SIDE SECTION STARTS-->
<div class="flex flex-col flex-wrap lg:py-6 -mb-10 lg:w-1/2 lg:pl-12 lg:text-left text-center">
<!---------------------------- 1 LINK --------------------------------------------->
<div class="flex flex-col mb-10 lg:items-start items-center">
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 mb-5">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-6 h-6" viewBox="0 0 24 24">
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
</svg>
</div>
<div class="flex-grow">
<h2 class="text-gray-900 text-lg title-font font-medium mb-3">Raise Funds</h2>
<p class="leading-relaxed text-base">Our platform is built to enable you to raise funds faster,
withdraw faster, and ultimately <br/> help you save your loved one’s life, faster.</p>
<button onclick=" window.open('./fundraising/fundraise.html', '_blank')" class="bg-transparent hover:bg-blue-500 text-blue-700 font-semibold hover:text-white mt-5 py-2 px-4 border border-blue-500 hover:border-transparent rounded">
Check Here
</button>
</div>
</div>
<!---------------------------- 2 LINK ----------------------------------------------------->
<div class="flex flex-col mb-10 lg:items-start items-center">
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 mb-5">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-person-plus" viewBox="0 0 16 16">
<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/>
<path fill-rule="evenodd" d="M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z"/>
</svg>
</div>
<div class="flex-grow">
<h2 class="text-gray-900 text-lg title-font font-medium mb-3">Connect with Verfied Resources</h2>
<p class="leading-relaxed text-base">Get Instant Help from verified resources such as NGO , GOVT affiliated resources </p>
<button onclick=" window.open('./resources/index.html', '_blank')" class="bg-transparent hover:bg-blue-500 text-blue-700 font-semibold hover:text-white mt-5 py-2 px-4 border border-blue-500 hover:border-transparent rounded">
Check Here
</button>
</div>
</div>
<!-------------------------------- 3 LINK ----------------------------------------------------->
<div class="flex flex-col mb-10 lg:items-start items-center">
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 mb-5">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar3" viewBox="0 0 16 16">
<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/>
<path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
</svg>
</div>
<div class="flex-grow">
<h2 class="text-gray-900 text-lg title-font font-medium mb-3">Info About Medical Camps </h2>
<p class="leading-relaxed text-base">Medical camps are conducted by health professionals to carry out a limited health intervention <br/> amongst the underprivileged community. </p>
<button onclick=" window.open('./medical camps/bloodDonation.html', '_blank')" class="bg-transparent hover:bg-blue-500 text-blue-700 font-semibold hover:text-white mt-5 py-2 px-4 border border-blue-500 hover:border-transparent rounded">
Check Here
</button>
</div>
</div>
</div>
</div>
</section>
<!---OUR MENTOR-->
<h1 class="font-mono" style="text-align: center; font-size:60px;">OUR MENTOR</h1>
<section class="text-gray-600 body-font" id="mentor">
<div class="container px-5 py-24 mx-auto flex flex-wrap flex-col">
<img class="xl:w-1/4 lg:w-1/3 md:w-1/2 w-2/3 block mx-auto mb-10 object-cover object-center rounded" alt="hero" src="./imagesaboutus/2.png">
<div class="flex flex-col text-center w-full">
<h1 class="text-xl font-medium title-font mb-4 text-gray-900">MENTOR</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-blue-900 text-base"> POOJA SANGA </p>
</div>
</div>
</section>
<!--Our Team-->
<h1 class="font-mono" style="text-align: center; font-size:60px;">OUR TEAM</h1>
<section class="text-gray-600 body-font" id="team">
<div class="container px-5 py-24 mx-auto flex flex-wrap">
<div class="flex flex-wrap w-full">
<div class="lg:w-2/5 md:w-1/2 md:pr-10 md:py-6 ">
<!--------------------------------MEMBER 1 ------------------------------------------------------------>
<div class="flex relative pb-12">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-200 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-sm text-gray-900 mb-1 tracking-wider">Avinash Soni</h2>
<p class="leading-relaxed">Student, JECRC FOUNDATION</p>
</div>
</div>
<!--------------------------------MEMBER 2 ------------------------------------------------------------>
<div class="flex relative pb-12">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-200 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-sm text-gray-900 mb-1 tracking-wider">Bhanesh Palliwal</h2>
<p class="leading-relaxed">Student, JECRC FOUNDATION</p>
</div>
</div>
<!--------------------------------MEMBER 3 ------------------------------------------------------------>
<div class="flex relative pb-12">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-200 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-sm text-gray-900 mb-1 tracking-wider">Chirag Asawa</h2>
<p class="leading-relaxed">Student, JECRC FOUNDATION</p>
</div>
</div>
<!--------------------------------MEMBER 4 ------------------------------------------------------------>
<div class="flex relative pb-12">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-200 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-sm text-gray-900 mb-1 tracking-wider">Danny Gupta</h2>
<p class="leading-relaxed">Student, JECRC FOUNDATION</p>
</div>
</div>
<!--------------------------------MEMBER 5 ------------------------------------------------------------>
<div class="flex relative">
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-sm text-gray-900 mb-1 tracking-wider">Kapil Garg</h2>
<p class="leading-relaxed">Student, JECRC FOUNDATIONs</p>
</div>
</div>
</div>
<!-- IMAGE -->
<img class="lg:w-3/5 md:w-1/2 object-cover object-center rounded-lg md:mt-0 mt-12" src="./imagesaboutus/3.png" alt="step">
</div>
</div>
</section>
<!--FOOTER-->
<footer class="bg-gray-800 pt-10 sm:mt-10 pt-10">
<div class="max-w-6xl m-auto text-gray-800 flex flex-wrap justify-left">
<!-- Col-1 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-xs uppercase text-gray-400 font-medium mb-6">
OUR FEATURES
</div>
<!-- Links -->
<a href="./fundraising/fundraise.html" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Fundraising
</a>
<a href="./donationPage/index.html" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Donation Request
</a>
<a href="./resources/index.html" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
RESOURCES
</a>
<a href="./medical camps/bloodDonation.html" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
MEDICAL CAMPS
</a>
</div>
<!-- Col-2 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-xs uppercase text-gray-400 font-medium mb-6">
Covid Help
</div>
<!-- Links -->
<a href="./resources/index.html" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
COVID RESOURCES
</a>
<a href="./resources/#track" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
COVID TRACKER
</a>
<a href="./covid checker/version1/covid-1.html" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
SYMPTOMS CHECKER
</a>
</div>
<!-- Col-3 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-xs uppercase text-gray-400 font-medium mb-6">
ABOUT US
</div>
<!-- Links -->
<a href="./aboutus.html#service"class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
What We DO
</a>
<a href="./aboutus.html#mentor" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Our Mentor
</a>
<a href="./aboutus.html#team" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Our Team
</a>
</div>
<!-- Col-3 -->
<div class="p-5 w-1/2 sm:w-4/12 md:w-3/12">
<!-- Col Title -->
<div class="text-xs uppercase text-gray-400 font-medium mb-6">
Community
</div>
<!-- Links -->
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
GitHub
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Discord
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
Twitter
</a>
<a href="#" class="my-3 block text-gray-300 hover:text-gray-100 text-sm font-medium duration-700">
YouTube
</a>
</div>
</div>
<!-- Copyright Bar -->
<div class="pt-2">
<div class="flex pb-5 px-3 m-auto pt-5
border-t border-gray-500 text-gray-400 text-sm
flex-col md:flex-row max-w-6xl">
<div class="mt-2">
© Copyright 2021-year. All Rights Reserved.
</div>
<!-- Required Unicons (if you want) -->
<div class="md:flex-auto md:flex-row-reverse mt-2 flex-row flex">
<a href="#" class="w-6 mx-1">
<i class="uil uil-facebook-f"></i>
</a>
<a href="#" class="w-6 mx-1">
<i class="uil uil-twitter-alt"></i>
</a>
<a href="#" class="w-6 mx-1">
<i class="uil uil-youtube"></i>
</a>
<a href="#" class="w-6 mx-1">
<i class="uil uil-linkedin"></i>
</a>
<a href="#" class="w-6 mx-1">
<i class="uil uil-instagram"></i>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>