-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
445 lines (370 loc) · 27.4 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
444
445
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.css" rel="stylesheet" />
<script src="https://cdn.tailwindcss.com"></script>
<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=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap" rel="stylesheet">
<title>KCC 24</title>
</head>
<body
class="w-screen bg-gradient-to-b from-blue-900 from-55% via-white via-80% to-yellow-400 to-93% backdrop-blur-17 font-sans"
style="font-family: 'Roboto Flex', sans-serif;">
<!-- Hero section -->
<div class="h-screen bg-fixed bg-[url('./assets/hero1.png')] bg-center bg-top">
<header class="absolute inset-x-0 top-0 z-50">
<nav class="">
<div
class="max-w-screen flex flex-wrap items-center justify-between mx-auto p-4 backdrop-blur-md bg-white/30 md:backdrop-blur-none md:bg-transparent">
<a href="/" class="flex items-center space-x-3 rtl:space-x-reverse">
<img src="./assets/KCC24.png" class="h-8" alt="Logo" />
</a>
<div class="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse">
<a href="#"
class="inline-flex items-center justify-center rounded-full border border-gray-300 text-slate-50 font-display font-semibold text-md leading-trim text-capitalize shadow-md focus:outline-none focus:ring-2 focus:ring-indigo-600 px-6 py-1">
Download App
</a>
<button data-collapse-toggle="navbar-cta" type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-cta" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" d="M1 1h15M1 7h15M1 13h15" />
</svg>
</button>
</div>
<div class="items-center justify-between hidden w-full md:flex md:w-auto md:order-1 h-screen md:h-auto"
id="navbar-cta">
<ul
class="flex flex-col font-medium p-4 md:p-0 mt-4 rounded-lg md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0">
<li>
<a href="#"
class="block py-2 px-3 md:p-0 text-sm font-normal leading-6 text-slate-50 rounded hover:bg-zinc-500 hover:font-semibold md:hover:bg-transparent md:hover:text-yellow-700 md:hover:font-semibold"
aria-current="page">Home</a>
</li>
<li>
<a href="#about"
class="block py-2 px-3 md:p-0 text-sm font-normal leading-6 text-slate-50 rounded hover:bg-zinc-500 hover:font-semibold md:hover:bg-transparent md:hover:text-yellow-700 md:hover:font-semibold">About</a>
</li>
<!-- <li>
<a href="#events"
class="block py-2 px-3 md:p-0 text-sm font-normal leading-6 text-slate-50 rounded hover:bg-zinc-500 hover:font-semibold md:hover:bg-transparent md:hover:text-yellow-700 md:hover:font-semibold"
aria-current="page">Events</a>
</li> -->
<li>
<a href="#gallery"
class="block py-2 px-3 md:p-0 text-sm font-normal leading-6 text-slate-50 rounded hover:bg-zinc-500 hover:font-semibold md:hover:bg-transparent md:hover:text-yellow-700 md:hover:font-semibold"
aria-current="page">Gallery</a>
</li>
<li>
<a href="#contact"
class="block py-2 px-3 md:p-0 text-sm font-normal leading-6 text-slate-50 rounded hover:bg-zinc-500 hover:font-semibold md:hover:bg-transparent md:hover:text-yellow-700 md:hover:font-semibold">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="relative isolate px-6 pt-14 lg:px-8">
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"
aria-hidden="true">
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]"
style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)">
</div>
</div>
<div class="mx-auto max-w-4xl py-24 md:py-24 sm:py-24">
<div class="text-center">
<h1 class="text-4xl font-bold tracking-tight text-white drop-shadow-md sm:text-6xl delay-[300ms] duration-[600ms] taos:[transform:translate3d(0,200px,0)_scale(0.6)] taos:opacity-0"
data-taos-offset="100">KCC'24 - A
Conference of
Faith, Learning, and Fellowship</h1>
<p class=" mt-6 text-lg leading-8 text-slate-50 drop-shadow-md delay-[300ms] duration-[600ms] taos:[transform:translate3d(0,250px,0)_scale(0.6)] taos:opacity-0"
data-taos-offset="100">Experience the Spirit of Unity and
Renewal with
Jesus Youth</p>
<div class=" mt-10 flex items-center justify-center gap-x-6">
<a href="#"
class=" w-322 h-75 left-1523 top-778 flex items-center justify-center rounded-full bg-white border border-gray-300 text-yellow-400 font-display font-semibold text-xl leading-trim text-capitalize shadow-md hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-indigo-600 px-8 py-2 delay-[300ms] duration-[600ms] taos:[transform:translate3d(0,300px,0)_scale(0.6)] taos:opacity-0"
data-taos-offset="100">
Download App
</a>
<a href="/assets/theme doc.pdf" download="KCC24 Theam.pdf"
class="rounded-full border border-gray-300 p-2 text-sm font-semibold leading-6 text-slate-50 delay-[300ms] duration-[600ms] taos:[transform:translate3d(0,300px,0)_scale(0.6)] taos:opacity-0">Download KCC Theme
<span aria-hidden="true">→</span>
</a>
</div>
</div>
</div>
<div class="flex justify-center mt-3 w-full delay-[300ms] duration-[600ms] taos:[transform:translate3d(0,300px,0)_scale(0.6)] taos:opacity-0">
<div class="container1 w-[350px] h-[60px] bottom-[2em] rounded-r-[20px] flex items-center absolute justify-center sm:h-[60px] lg:left-0 lg:h-[60px] lg:bottom-[2em]">
<div class="text-center">
<p class="text-white">
The first ever Campus team was formed in 1986 in Kerala.
</p>
</div>
</div>
<div class="container2 w-[350px] h-[100px] rounded-r-[20px] flex items-center absolute justify-center lg:left-[12em] lg:h-[80px] lg:bottom-[em]">
<div class="text-center">
<p class="text-white">
‘Arise Shine Out’, the Campus Meet of 1988 was the first largest
gathering of the Jesus Youth Campus ministry with 1500 students.
</p>
</div>
</div>
<div class="container3 w-[350px] h-[110px] rounded-l-[20px] hidden lg:flex items-center absolute justify-center lg:right-[1em] lg:h-[110px] lg:bottom-[em]">
<div class="text-center">
<p class="text-white">
In 1990, the first Campus Conference was organised. Leading up to this was the ‘Come and See’ series of Campus Meet in 5 different locations.
</p>
</div>
</div>
</div>
<div class="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"
aria-hidden="true">
<div class="relative left-[calc(50%+3rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30 sm:left-[calc(50%+36rem)] sm:w-[72.1875rem]"
style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)">
</div>
</div>
</div>
</div>
<div class="h-auto bg-center bg-top" id="about">
<div class="p-4 md:p-10 flex flex-col md:flex-row align-center justify-evenly items-center align-middle">
<a href="#"
class="max-w-md md:mr-8 py-10 md:py-14 px-6 bg-[#61807C] bg-opacity-60 backdrop-blur-lg rounded-[40px] shadow hover:bg-[#61807C]-100 delay-[300ms] duration-[600ms] taos:translate-x-[-200px] taos:opacity-0"
data-taos-offset="300">
<div class="flex flex-col md:flex-row w-full align-center items-center">
<p class="text-white flex-1 md:flex-2">About</p>
<hr class="h-px my-2 md:my-0 md:mx-4 flex-2 md:flex-4 bg-slate-100 border-0 md:w-full">
</div>
<h5 class="mb-2 text-2xl font-bold tracking-tight text-white">Kerala Campus Ministry</h5>
<p class="font-light text-slate-100">Campus Ministry is the vibrant and energetic wing of the international movement Jesus Youth, dedicated to transforming every educational institution into a faith formation center. Kerala Campus Ministry focuses on ministering activities in the Kerala region, ensuring that every campus student has the opportunity to grow in Christ.</p>
<p class="font-light text-slate-100">By fostering spiritual growth, providing mentorship, and organizing faith-based events, the ministry aims to create a nurturing environment where students can develop a personal relationship with Jesus and become leaders who positively impact their communities.</p>
</a>
<img class="h-auto w-full max-w-sm m-0 mt-8 md:mt-0 delay-[300ms] duration-[600ms] taos:translate-x-[200px] taos:opacity-0 hidden md:block"
data-taos-offset="400" src="./assets/about_right.png" alt="image description">
</div>
<div class="p-4 md:p-10 flex flex-col md:flex-row align-center justify-evenly items-center align-middle">
<img class="h-auto max-w-sm m-0 mb-8 md:mb-0 delay-[300ms] duration-[600ms] taos:translate-x-[-200px] taos:opacity-0 hidden md:block"
data-taos-offset="200" src="./assets/about_left.png" alt="image description">
<a href="#"
class="max-w-md py-10 md:py-14 px-6 bg-[#61807C] bg-opacity-60 backdrop-blur-lg rounded-[40px] shadow hover:bg-[#61807C]-100 delay-[300ms] duration-[600ms] taos:translate-x-[200px] taos:opacity-0"
data-taos-offset="200">
<div class="flex flex-col md:flex-row w-full align-center items-center">
<p class="text-white flex-1 md:flex-2">About KCC24</p>
<hr class="h-px my-2 md:my-0 md:mx-4 flex-2 md:flex-4 bg-slate-100 border-0 md:w-full">
</div>
<h5 class="mb-2 text-2xl font-bold tracking-tight text-white">Welcome to the Kerala Campus Conference
2024!</h5>
<p class="font-light text-slate-100">The Kerala Campus Conference, a distinguished event initiated by Jesus Youth Kerala Campus Ministry, aims to unite active campus ministers from across Kerala. Convened every 4-5 years, these conferences provide leaders with enhanced clarity regarding the ministry's current activities and focuses. Such gatherings effectively communicate the ministry's vision to grassroots levels.</p>
<p class="font-light text-slate-100"> The assembly of hundreds of young leaders, who share their experiences in building the kingdom of God on campuses, serves as a vital platform for igniting the spirit of evangelization in the leadership for the years to come.</p>
</a>
</div>
</div>
<!-- <div class="h-auto bg-center bg-top p-4 md:p-10">
<div class="p-4 md:p-10 flex flex-col md:flex-row align-center justify-evenly items-center align-middle">
<h1 class="text-4xl font-bold tracking-tight text-white drop-shadow-md sm:text-6xl delay-[300ms] duration-[600ms] taos:[transform:translate3d(0,200px,0)_scale(0.6)] taos:opacity-0" data-taos-offset="100" id="events">Events</h1>
</div>
</div> -->
<div class="h-auto bg-center bg-top p-4 md:p-10">
<div class="text-center space-x-120">
<h1 class="mb-4 font-bold tracking-tight text-white drop-shadow-md sm:text-6xl delay-[300ms] duration-[600ms] taos:[transform:translate3d(0,200px,0)_scale(0.6)] taos:opacity-0" data-taos-offset="100" id="gallery">Gallery</h1>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="grid gap-4">
<div class="duration-[500ms] taos:[transform:perspective(2500px)_rotateX(-100deg)] taos:invisible taos:[backface-visibility:hidden]"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN1.png" alt="">
</div>
<div class="delay-[300ms] duration-[600ms] taos:translate-y-[100%] taos:invisible"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN5.png" alt="">
</div>
<div class="delay-[300ms] duration-[600ms] taos:translate-y-[100%] taos:invisible"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN9.png" alt="">
</div>
</div>
<div class="grid gap-4">
<div class="duration-[500ms] taos:[transform:perspective(2500px)_rotateX(-100deg)] taos:invisible taos:[backface-visibility:hidden]"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN2.png" alt="">
</div>
<div class="delay-[300ms] duration-[600ms] taos:translate-y-[100%] taos:invisible"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN6.png" alt="">
</div>
<div class="delay-[300ms] duration-[600ms] taos:translate-y-[100%] taos:invisible"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN10.png" alt="">
</div>
</div>
<div class="grid gap-4">
<div class="duration-[500ms] taos:[transform:perspective(2500px)_rotateX(-100deg)] taos:invisible taos:[backface-visibility:hidden]"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="assets/gallery/GalleryN3.png" alt="">
</div>
<div class="delay-[300ms] duration-[600ms] taos:translate-y-[100%] taos:invisible"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN7.png" alt="">
</div>
<div class="delay-[300ms] duration-[600ms] taos:translate-y-[100%] taos:invisible"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN11.png" alt="">
</div>
</div>
<div class="grid gap-4">
<div class="duration-[500ms] taos:[transform:perspective(2500px)_rotateX(-100deg)] taos:invisible taos:[backface-visibility:hidden]"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN4.png" alt="">
</div>
<div class="delay-[300ms] duration-[600ms] taos:translate-y-[100%] taos:invisible"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN8.png" alt="">
</div>
<div class="delay-[300ms] duration-[600ms] taos:translate-y-[100%] taos:invisible"
data-taos-offset="200">
<img class="h-auto max-w-full rounded-lg"
src="/assets/gallery/GalleryN12.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="h-auto bg-center bg-top p-4 md:p-10">
<div class="p-4 md:p-10 flex flex-col md:flex-row align-center justify-evenly items-center align-middle">
<!-- <h1 class="text-4xl font-bold tracking-tight text-white drop-shadow-md sm:text-6xl delay-[300ms] duration-[600ms] taos:[transform:translate3d(0,200px,0)_scale(0.6)] taos:opacity-0" data-taos-offset="100" id="gallery">Events</h1> -->
<!-- <form
class="max-w-sm w-[360px] mx-auto bg-slate-300 bg-opacity-40 backdrop-blur-lg py-8 px-10 rounded-2xl mx-[0px] my-[0px]">
<div class="mb-3">
<label for="name" class="block mb-2 text-sm font-medium text-gray-900">Your
name</label>
<input type="text" id="name"
class=" bg-gray-50 border border-gray-100 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5"
placeholder="name@flowbite.com" required />
</div>
<div class="mb-3">
<label for="email" class="block mb-2 text-sm font-medium text-gray-900">Your
email</label>
<input type="email" id="email"
class="bg-gray-50 border border-gray-100 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5"
placeholder="name@flowbite.com" required />
</div>
<div class="mb-5">
<label for="message" class="block mb-2 text-sm font-medium text-gray-900">Message</label>
<textarea id="message" rows="4"
class="block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-100 focus:ring-blue-500 focus:border-blue-500"
placeholder="Type your message..." required></textarea>
</div>
<button type="submit"
class="text-white w-full bg-[#61807C] bg-opacity-90 backdrop-blur-lg hover:bg-[#2C4533] focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center">Send
message</button>
</form> -->
<!-- <img class="h-[500px] object-cover rounded-xl max-w-sm m-0 mb-8 md:mb-0 delay-[300ms] duration-[600ms] taos:translate-x-[-200px] taos:opacity-0 hidden md:block" data-taos-offset="200" src="./assets/hero1.png" alt="image description"> -->
</div>
</div>
<div class="h-auto bg-center bg-top" id="contact">
<div class="w-full p-4 bg-slate-200 bg-opacity-60 backdrop-blur-lg rounded-lg shadow sm:p-8">
<div class="grid grid-cols-2 gap-8 px-4 py-6 lg:py-8 md:grid-cols-4">
<div>
<h6 class="text-2xl font-bold text-gray-900 mb-2">Contact Us</h6>
<ul class="text-gray-500 dark:text-gray-600 font-medium">
<li class="mb-4">
<a href="#" class="font-bold">George Joseph</a>
<p class="hover:underline">+91 94966 73675</p>
</li>
<li class="mb-4">
<a href="#" class="font-bold">Don</a>
<p class="hover:underline">+91 88487 62429</p>
</li>
<li class="mb-4">
<a href="#" class="font-bold">Alvin</a>
<p class="hover:underline">+91 86067 21186</p>
</li>
</ul>
</div>
<div>
<h6 class="text-2xl font-bold text-gray-900 mb-2">Help center</h6>
<ul class="text-gray-500 dark:text-gray-600 font-medium">
<li class="mb-4">
<a href="#" class="hover:underline">Facebook</a>
</li>
<li class="mb-4">
<a href="#" class="hover:underline">Instagram</a>
</li>
<li class="mb-4">
<a href="#" class="hover:underline">Youtube</a>
</li>
<li class="mb-4">
<a href="#" class="hover:underline">Twitter</a>
</li>
</ul>
</div>
<div>
<h6 class="text-2xl font-bold text-gray-900 mb-2">Legal</h6>
<ul class="text-gray-500 dark:text-gray-600 font-medium">
<li class="mb-4">
<a href="#" class="hover:underline">Privacy Policy</a>
</li>
<li class="mb-4">
<a href="#" class="hover:underline">Licensing</a>
</li>
<li class="mb-4">
<a href="#" class="hover:underline">Terms & Conditions</a>
</li>
</ul>
</div>
<div>
<h6 class="text-2xl font-bold text-gray-900 mb-2">Download App</h6>
<ul class="text-gray-500 dark:text-gray-600 font-medium">
<li class="mb-4">
<a href="#" class="hover:underline">iOS</a>
</li>
<li class="mb-4">
<a href="#" class="hover:underline">Android</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<a href="#" class="upButton">
<button class="rounded-full bg-blue-600 h-10 w-10 p-2">
<svg
fill="white"
width="1.5em"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 32 32"
>
<path d="m26.71 10.29-10-10a1 1 0 0 0-1.41 0l-10 10 1.41 1.41L15 3.41V32h2V3.41l8.29 8.29z" />
</svg>
</button>
</a>
<footer class="bg-slate-900 bg-opacity-60 text-center py-4 text-white">
<span class="mb-10 text-gray-500 dark:text-gray-300 sm:text-center">© 2024 <a href="https://flowbite.com/">KCC24</a>. All Rights Reserved.
</span>
<div class="flex mt-4 justify-center md:mt-0 space-x-5 rtl:space-x-reverse">
<img src="./assets/logo.png" class="h-8" alt="Logo" />
</div>
</footer>
<script src="https://kit.fontawesome.com/d77661e750.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/taos@1.0.5/dist/taos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>