-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdigital-mount.html
361 lines (308 loc) · 24 KB
/
digital-mount.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital Mountains</title>
<meta name="author" content="name">
<meta name="description"
content="Project Digital Mountains aims to revolutionize education at the APV school in Uttarakhand by introducing digital classrooms and enhancing technological capacity. Join us in transforming non-traditional education through innovative technology and empowering students with digital learning tools. Together, we can create a brighter future for the children of Uttarakhand.">
<meta name="keywords" content="keywords,here">
<link href="output.css" rel="stylesheet">
<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:wght@300&display=swap" rel="stylesheet">
</head>
<body class="font-style bg-white font-sans leading-normal tracking-normal">
<!-- Header section start -->
<!-- <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script> -->
<div class="w-full text-gray-300 bg-black p-4">
<div x-data="{ open: false }"
class="flex flex-col max-w-screen-xl px-4 mx-auto md:items-center md:justify-between md:flex-row md:px-6 lg:px-8">
<div class="p-4 flex flex-row items-center justify-between">
<a href="index.html"
class="text-lg font-semibold tracking-widest text-white uppercase rounded-lg focus:outline-none focus:shadow-outline">TYCIA
Foundation</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">
<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-sm font-semibold text-gray-900 bg-gray-200 rounded-lg md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="index.html">Home</a>
<!-- <div @click.away="open = false" class="relative" x-data="{ open: false }">
<button @click="open = !open"
class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm font-semibold text-left bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:focus:bg-gray-600 dark-mode:hover:bg-gray-600 md:w-auto md:inline md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline">
<a href="education.html">Education</a>
<svg fill="currentColor" viewBox="0 0 20 20" :class="{'rotate-180': open, 'rotate-0': !open}"
class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1">
<path fill-rule="evenodd"
d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-100"
x-transition:enter-start="transform opacity-0 scale-95"
x-transition:enter-end="transform opacity-100 scale-100"
x-transition:leave="transition ease-in duration-75"
x-transition:leave-start="transform opacity-100 scale-100"
x-transition:leave-end="transform opacity-0 scale-95"
class="absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg md:w-48">
<div class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800 text-black">
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="unnati.html">Unnati</a>
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="digital-mount.html">Digital Mount</a>
</div>
</div>
</div> -->
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="education.html">Education</a>
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="criminal-justice.html">Criminal Justice</a>
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="youth-leadership.html">Youth Leadership</a>
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="livelihoods.html">Livelihoods</a>
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="disaster-releif.html">Disaster Relief</a>
<div @click.away="open = false" class="relative" x-data="{ open: false }">
<button @click="open = !open"
class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm font-semibold text-left bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:focus:bg-gray-600 dark-mode:hover:bg-gray-600 md:w-auto md:inline md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline">
<span>More</span>
<svg fill="currentColor" viewBox="0 0 20 20" :class="{'rotate-180': open, 'rotate-0': !open}"
class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1">
<path fill-rule="evenodd"
d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-100"
x-transition:enter-start="transform opacity-0 scale-95"
x-transition:enter-end="transform opacity-100 scale-100"
x-transition:leave="transition ease-in duration-75"
x-transition:leave-start="transform opacity-100 scale-100"
x-transition:leave-end="transform opacity-0 scale-95"
class="absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg md:w-48">
<div class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800 text-black">
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="our-story.html">Our Story </a>
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="team.html">Team</a>
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="donate.html">Donate</a>
</div>
</div>
</div>
</nav>
</div>
</div>
<!-- Header section end -->
<!--hero start -->
<section>
<div class="flex justify-center my-4 mx-4">
<img style="width: 1200px;" class="shadow-2xl rounded-md" src="./public/img/digital-mount-hero1.jpeg"
alt="Hero Pic">
</div>
</section>
<!--hero end -->
<section>
<div class="container px-6 lg:py-16 mx-auto">
<div class="lg:flex lg:items-center">
<!-- div-1 -->
<div class="mt-6 lg:w-1/2 lg:mt-0 lg:mx-8 ">
<h1 class="text-2xl font-bold text-gray-800 capitalize lg:text-4xl py-2">
Digital Mountains
</h1>
<h4 class="lg:text-2xl text-1 font-semibold">Thematic: Education</h4>
<h4 class="lg:text-2xl text-1 font-semibold">Beneficiaries: 80+ students and 7 teachers from rural
Uttarakhand
</h4>
<h4 class="lg:text-2xl text-1 font-semibold">Timeline: January 2020 - December 2021</h4>
<p
class="max-w-2xl mb-6 font-light text-black font-thin lg:mb-8 md:text-lg lg:text-xl p-2 text-justify ">
Project Digital Mountains seeks to enhance the non-traditional education offered at the APV
school in Uttarakhand through the installation of digital classrooms and technological
capacity building.
</p>
<p
class="max-w-2xl mb-6 font-light text-black font-thin lg:mb-8 md:text-lg lg:text-xl p-2 text-justify">
The project also aims at the broader community through creating a
regional hub of digital penetration. In 2021, the school finished the installation of 7
smart classrooms equipped with projectors, smart boards, laptops and tablets, and teachers
were trained in how to maximize the utility of this technology in the classroom.
</p>
</div>
<!-- div-2 -->
<div class="mt-6 lg:w-1/2 lg:mt-0 lg:mx-8 ">
<img class="" src="https://graph.org/file/6204a4b8065453655b82d.jpg" alt="map">
</div>
</div>
</div>
</section>
<!-- digital mount in picture -->
<section>
<h1 class="text-center text-black font-bold py-8 pt-8 lg:text-4xl text-2xl">
Digital Mount in picture
</h1>
<div class="flex items-center justify-center relative container mx-auto">
<div x-data="{ activeSlide: 0 }" class="relative overflow-hidden rounded-md mx-6 lg:mx-0">
<!-- slides -->
<div class="carousel">
<div x-show="activeSlide === 0" class="carousel-item">
<img src="./public/img/digital-mount-carousel1.jpeg" alt="Image 1">
</div>
<div x-show="activeSlide === 1" class="carousel-item">
<img src="./public/img/digital-mount-carousel2.jpeg" alt="Image 2">
</div>
<div x-show="activeSlide === 2" class="carousel-item">
<img src="./public/img/digital-mount-carousel3.jpeg" alt="Image 3">
</div>
</div>
<!-- controllers -->
<div class="carousel-controls">
<button @click="activeSlide = (activeSlide - 1 + 3) % 3"
class="carousel-control-prev w-10 h-10 ml-2 md:ml-10 absolute cursor-pointer text-3xl font-bold text-black hover:text-white rounded-full bg-opacity-20 bg-white hover:bg-gray-900 leading-tight text-center z-10 inset-y-0 left-0 my-auto">
‹
</button>
<button @click="activeSlide = (activeSlide + 1) % 3"
class="carousel-control-next w-10 h-10 ml-2 md:ml-10 absolute cursor-pointer text-3xl font-bold text-black hover:text-white rounded-full bg-opacity-20 bg-white hover:bg-gray-900 leading-tight text-center z-10 inset-y-0 right-0 my-auto mr-4">
›
</button>
</div>
<!-- indicators -->
<div class="carousel-indicators mt-2 flex justify-center">
<template x-for="(slide, index) in 3">
<button @click="activeSlide = index" :class="{'active': activeSlide === index}"
class="carousel-indicator text-4xl text-gray-400 hover:text-gray-900">•</button>
</template>
</div>
</div>
</div>
</section>
<!-- digital mount in picture end -->
<!-- Diksha's story -->
<section>
<div class="container px-6 mx-auto my-10">
<div class="lg:flex lg:items-center">
<!-- div-1 -->
<div class="mt-6 lg:w-1/2 lg:mt-0 lg:mx-8 ">
<h1 class="lg:text-3xl text-2xl font-bold text-gray-800 capitalize py-3 ">
Disha's Story</h1>
<p
class="text-justify max-w-2xl mb-6 font-light text-black font-thin lg:mb-8 md:text-lg lg:text-xl">
Prior to the pandemic, Disha was a shy but engaged student who impressed teachers with
insightful answers. When Disha returned to school after 16 months of pandemic interruption,
teachers noted she was even more quiet, and that her reading and English skills had greatly
deteriorated.
</p>
<p
class="max-w-2xl mb-6 font-light text-black font-thin lg:mb-8 md:text-lg lg:text-xl text-justify ">
As part of a digital engagement project which taught children ages 11-14 to conduct research
using a search engine, Disha was assigned to do an oral presentation about Picasso. Disha and
her classmates were enthusiastic about using search engines, and eagerly jotted down notes.
Given her shyness, Disha's teachers were surprised at her poise and confidence when giving her
presentation at the morning assembly. Afterwards, Disha even excitedly asked her teachers if
she'd be able to repeat her presentation at the next assembly.
</p>
</div>
<!-- div-2 -->
<div class="mt-6 lg:w-1/2 lg:mt-0 lg:mx-8 ">
<img class=" w-96" src="https://graph.org/file/65997892bd3271fd607f6.jpg" alt="map">
</div>
</div>
</div>
</section>
<!-- -->
<!-- Footer section Start -->
<footer class="bg-gray-900" aria-labelledby="footer-heading">
<h2 id="footer-heading" class="sr-only">Footer</h2>
<div class="mx-auto max-w-7xl px-8 pb-8 sm:pt-8">
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
<div class="grid lg:grid-cols-2 gap-8 xl:col-span-2">
<div class="pt-4 lg:pt-0">
<h1 class="text-2xl font-bold text-white capitalize lg:text-4xl p-2">TYCIA
Foundation
</h1>
<p class="max-w-2xl mb-6 font-light text-gray-400 font-thin lg:mb-8 md:text-lg lg:text-xl p-2">
Turn Your
Concern Into Action </p>
</div>
</div>
<div class="mt-10 xl:mt-0">
<p class="mt-2 text-sm leading-6 text-gray-300">
99994 81241 | 98711 92983</p>
<p class="mt-2 text-sm leading-6 text-gray-300">
<a
href="mailto:tyciafoundation@gmail.com?subject=supporting tycia">tyciafoundation@gmail.com</a>
</p>
<p class="mt-2 text-sm leading-6 text-gray-300">N-33, 2nd Floor, Greenpark Extension,New
Delhi-110016</p>
</div>
</div>
<div class="mt-8 border-t border-white/10 pt-2 sm:mt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<a href="https://www.facebook.com/TYCIAFoundation/" class="text-gray-500 hover:text-white">
<span class="sr-only">Facebook</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd"
d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z"
clip-rule="evenodd" />
</svg>
</a>
<a href="https://www.instagram.com/tyciafoundation/" class="text-gray-500 hover:text-white">
<span class="sr-only">Instagram</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd"
d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z"
clip-rule="evenodd" />
</svg>
</a>
<a href="https://twitter.com/tycia_1" class="text-gray-500 hover:text-white">
<span class="sr-only">Twitter</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path
d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
</svg>
</a>
<a href="https://www.linkedin.com/company/projectsecondchance/"
class="text-gray-500 hover:text-white">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none"
d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z">
</path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</div>
<p class="mt-8 text-xs leading-5 text-gray-300 md:order-1 md:mt-0">© 2023 Your Company, Inc. All
rights
reserved.</p>
</div>
<p class="mt-8 text-xs leading-5 md:order-1 md:mt-0 text-gray-300">
Built with ❤️ by
<a href="https://oasishq.org/" class="text-gray-300 hover:text-white hover:underline" target="_blank">OASIS</a>
partner
<a href="https://aikyamfellows.org/" class="text-gray-300 hover:text-white hover:underline" target="_blank">
aikyam fellows </a>
using
<a href="https://github.com/t4glabs/tyciafoundation" class="text-gray-300 hover:text-white hover:underline"
target="_blank">Github Pages</a>
Tailwind
</p>
</div>
</footer>
<!-- Footer section End -->
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script>
<script src="index.js"></script>
</body>
</html>