-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
443 lines (415 loc) · 15.8 KB
/
index.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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width-device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compaitable" content="ie=edge" />
<link rel="stylesheet" href="./css/final.css" />
<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=Lora:wght@600&family=Tinos&display=swap"
rel="stylesheet"
/>
<title>Anubhooti</title>
<body>
<nav class="bg-main p-4">
<div class="flex items-center justify-between">
<div>
<img class="h-15 inline" src="./images/Group.png" />
</div>
<div class="hidden md:flex space-x-12">
<a href="#">Home </a>
<a href="#">About Us </a>
<a href="#">Works </a>
<a href="#">Services </a>
<a class="pr-12" href="#">Contact Us</a>
</div>
<button
id="menu-btn"
class="block hamburger md:hidden focus:outline-none"
>
<span class="hamburger-top"></span>
<span class="hamburger-middle"></span>
<span class="hamburger-bottom"></span>
</button>
</div>
<div
class="flex-col items-center self-end hidden py-8 space-6- font-bold bg-main sm:w-auto sm:self-center space-y-4 left-6 right-6"
id="menu"
>
<a href="#hero">Home </a>
<a href="#about-us">About Us </a>
<a href="#works">Works </a>
<a href="#services">Services </a>
<a href="#contact-us">Contact Us </a>
</div>
</nav>
<section id="hero">
<div class="flex flex-row relative">
<div><img src="./images/image 1.png" alt="" /></div>
<div class="absolute top-36 font-bold px-5">
<p class="text-white font-lora text-3xl">
A student-run,non-governmental orgnization.
</p>
<button
class="bg-sky rounded-md font-semibold border-2 px-3 mt-6 text-white hover:text-black hover:bg-white hover:border-white text-base py-2"
>
KNOW MORE
</button>
</div>
</div>
</section>
<section id="about-us">
<div class="flex flex-col items-center mt-9">
<div class="mb-4"><img src="./images/image 2.png" alt="" /></div>
<div class="flex flex-col items-center">
<div class="flex mb-12">
<h1 class="font-lora text-xl">ABOUT US</h1>
</div>
</div>
<div class="flex flex-col">
<div class="whitespace-nowrap ml-3">
<h1 class="font-lora text-lg">MISSION & VISION</h1>
</div>
<div class="pb-4 px-3">
<p class="font-Tinos text-left">
<br />
Anubhooti is a student-run Non-Governmental Organization. The
journey from 9 core members to a family of 70, has been amazing.
Fuelled by a desire to reform the world and to- help the
underprivileged sections of society in whatever way we can, this
journey has indeed been an inclusive and accommodating one.
Anubhooti aims to impart tinges of unadulterated happiness to
those who are struggling with the pathos of life a bit too much.
By saving portions of our pocket money and by organizing
crowdfunding sessions simultaneously, Anubhooti tries to empower
people and encourage them to survive their own battles more
valiantly
</p>
</div>
</div>
</div>
</section>
<section id="works">
<div class="bg-secondary mt-2">
<div class="flex flex-col items-center">
<div class="mt-5">
<h1 class="font-lora text-xl">OUR WORKS</h1>
</div>
</div>
</div>
</section>
<!-- Implement the carousel -->
<div class="relative flex flex-col items-center mx-auto bg-secondary p-6">
<div class="slide w-[251px] relative">
<img class="object-cover" src="./images/Mask Group.png" />
<div
class="absolute bottom-0 w-[251px] px-5 py-3 bg-black/40 text-center font-Tinos text-lg text-white"
>
For The Underprivileged
</div>
</div>
<div class="slide relative">
<img class="h-[300px] object-cover" src="./images/Mask group.png" />
<div
class="absolute bottom-0 w-full px-5 py-3 bg-black/40 text-center font-Tinos text-lg text-white"
>
For Children
</div>
</div>
<div class="slide relative">
<img
class="h-[300px] object-cover"
src="./images/photo_2022-02-01_21-31-26 2.png"
/>
<div
class="absolute bottom-0 w-full px-5 py-3 bg-black/40 text-center font-Tinos text-lg text-white"
>
For Homeless
</div>
</div>
<!-- The previous button -->
<a
class="absolute left-10 top-1/2 p-4 -translate-y-1/2 bg-black/30 hover:bg-black/50 text-white hover:text-amber-500 cursor-pointer"
onclick="moveSlide(-1)"
>❮</a
>
<!-- The next button -->
<a
class="absolute right-9 top-1/2 p-4 -translate-y-1/2 bg-black/30 hover:bg-black/50 text-white hover:text-amber-500 cursor-pointer"
onclick="moveSlide(1)"
>❯</a
>
</div>
<br />
<!-- The dots -->
<div class="flex justify-center items-center space-x-5">
<div
class="dot w-4 h-4 rounded-full cursor-pointer"
onclick="currentSlide(1)"
></div>
<div
class="dot w-4 h-4 rounded-full cursor-pointer"
onclick="currentSlide(2)"
></div>
<div
class="dot w-4 h-4 rounded-full cursor-pointer"
onclick="currentSlide(3)"
></div>
</div>
<!-- Services Section -->
<section id="services">
<div
style="
background: linear-gradient(
180deg,
rgba(207, 143, 122, 1) 80%,
rgba(255, 255, 255, 1) 80%
);
"
class="flex flex-col mt-3 items-center bg-gradient-to-b"
>
<div class="mt-7 whitespace-nowrap font-lora text-xl">
OUR SERVICES
</div>
<div class="w-64 bg-white mt-7 rounded-3xl overflow-hidden shadow-lg">
<div class="px-6 py-4">
<div class="font-bold flex flex-col items-center text-xl mb-2">
<div>MEDICAL</div>
<div>FACILITIES</div>
</div>
</div>
<div class="px-6 pt-4 pb-2">
<ul>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742?text=I+would+like+to+know+more+about+the+short+term+service"
>
Nursing Care</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742"
>
Blood Sugar/Pressure Checkup</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742"
>
Aid-Giving Facilities</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742"
>
24*7 Medical Assistance</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742"
>
Surgical Wound Dressing</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2 whitespace-nowrap"
href="https://wa.me/919830006742"
>
Physiotherapy
</a>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2 whitespace-nowrap"
href="https://wa.me/919830006742"
>
Psychological Counselling</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2 whitespace-nowrap"
href="https://wa.me/919830006742"
>
Mother and Baby Care</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2 whitespace-nowrap"
href="https://wa.me/919830006742"
>
Post-Operative Support Facility</a
>
</li>
</ul>
</div>
</div>
<!-- NON-MEDICAL CARD -->
<div class="w-64 bg-white mt-7 rounded-3xl overflow-hidden shadow-lg">
<div class="px-6 py-4">
<div class="font-bold flex flex-col items-center text-xl mb-2">
<div>NON-MEDICAL</div>
<div>FACILITIES</div>
</div>
</div>
<div class="px-6 pt-4 pb-2">
<ul>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742?text=I+would+like+to+know+more+about+the+short+term+service"
>
Short Term Stay</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742"
>
Companion Care</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742"
>
Safety and Security</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742"
>
Senior Travel Assistance</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2"
href="https://wa.me/919830006742"
>
Senior Event Assistance</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2 whitespace-nowrap"
href="https://wa.me/919830006742"
>
Recreation and Entertainment</a
>
</li>
<li>
<a
class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-semibold font-Tinos text-gray-700 mr-2 mb-2 whitespace-nowrap"
href="https://wa.me/919830006742"
>
Lifestyle and Emotional Support</a
>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="contact-us">
<div class="flex flex-col space-y-11 space-x-2 pb-14 mt-64 bg-footer">
<a class="text-white font-bold text-lg ml-2 mt-3">Links</a>
<div>
<a class="text-white font-bold text-lg">
<hr class="w-5/6" />
Stay Tuned
</a>
<p class="text-slate-100 font text-sm">
Connect with us and <br />
stay in the loop
</p>
</div>
<div>
<a class="text-white font-bold text-lg">
<hr class="w-5/6" />
Email Updates
</a>
<p class="text-slate-100 font text-sm">
Be the first to hear about our new <br />announcements
</p>
</div>
<div>
<a class="text-white font-bold text-lg">
<hr class="w-5/6" />
Contact Us
</a>
<p class="text-slate-100 font text-sm">
Questions? We’ve got<br />
answers. Try us.
</p>
</div>
</div>
</section>
<!-- Javascript code -->
<script>
// set the default active slide to the first one
let slideIndex = 1;
showSlide(slideIndex);
// change slide with the prev/next button
function moveSlide(moveStep) {
showSlide((slideIndex += moveStep));
}
// change slide with the dots
function currentSlide(n) {
showSlide((slideIndex = n));
}
function showSlide(n) {
let i;
const slides = document.getElementsByClassName("slide");
const dots = document.getElementsByClassName("dot");
if (n > slides.length) {
slideIndex = 1;
}
if (n < 1) {
slideIndex = slides.length;
}
// hide all slides
for (i = 0; i < slides.length; i++) {
slides[i].classList.add("hidden");
}
// remove active status from all dots
for (i = 0; i < dots.length; i++) {
dots[i].classList.remove("bg-orange-300");
dots[i].classList.add("bg-blue-300");
}
// show the active slide
slides[slideIndex - 1].classList.remove("hidden");
// highlight the active dot
dots[slideIndex - 1].classList.remove("bg-blue-300");
dots[slideIndex - 1].classList.add("bg-orange-300");
}
/* hamburger menu */
const btn = document.getElementById("menu-btn");
const nav = document.getElementById("menu");
btn.addEventListener("click", () => {
btn.classList.toggle("open");
nav.classList.toggle("flex");
nav.classList.toggle("hidden");
});
</script>
</body>
</head>
</html>