-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
397 lines (363 loc) · 25.9 KB
/
about.html
File metadata and controls
397 lines (363 loc) · 25.9 KB
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
<!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="A blogging platform that allows bloggers to write and publish their blogs. Articles on a wide range of topics where you can express your creativity easily.">
<meta name="keyword" content=
"coding blogs,
Artificial intelligence blog,
coding blogspot,
coding blogs java,
coder blogs,
codein blogs view,
codeinblogs,
coding blogs AI,
coding blog,
WEB coding blogs,
advanced coding blog,
coding code blog,
seek CodeINBlogs.co,
python coding blogs,
coding tutorial blogs,
wordpress coding blogs,
Anshul soni,
Anshul soni 12 year old web developer,
12 year old programmer blog,
publish blog on coding,
coding a blog website from scratch,
coding a blog in html,
how to code your own blog,
How to Start with FrontEnd Development?,
Prompts in AI is challenging task in Future.?,
Blogging platform, Developer community, Coder community, Job portal, Coding challenges, Hackathons, Programming journey, Hands-on learning, Inclusive community, Vibrant community, Collaborate, Grow, Programming horizons, Supportive space, Valuable insights, Industry expert, Practical experiences, Learn, Thrive, Tech industry, Coding resources, Coding tutorials, Coding tips, Programming skills, Coding discussions, Coding forums, Programming events, Coding competitions, Coding jobs, Programming opportunities, Coding career.">
<meta name="author" content="CodeINBlogs,Anshul Soni">
<title>About Us-CodeINBlogs</title>
<link rel="stylesheet" href="./style/about.css">
<link rel="stylesheet" href="./style/style.css">
<link rel="stylesheet" href="./style/output.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.17/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<style>
.md\:py-24 {
padding-top: 3rem;
}
</style>
<body class="dark">
<div id="loading-animation">
<div id="logo">
<div class="spinner-square">
<div class="square-1 square"></div>
<div class="square-2 square"></div>
<div class="square-3 square"></div>
</div>
</div>
</div>
<div class="whatsapp">
Join Our Community on Whatsapp Now!
<button class="join-community" onclick="GroupLink()"><i class="fa-brands fa-whatsapp"
style=" font-size:18px; font-weight:900; color: #ffffff;"></i> Join
Community</button>
</div>
<!-- Navbar start -->
<nav class="bg-blue-900 text-white dark:bg-gray-900 dark:text-gray-400 border-gray-200 dark:border-gray-700">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-2">
<!-- <a href="#" class="flex items-center"> -->
<img src="./assests/logo/nav-logo-2-dark-removebg-preview copy.png" class="h-16 mr-3" alt="CodeInBlog" />
<!-- </a> -->
<!-- Mobile navbar -->
<button data-collapse-toggle="navbar-dropdown" type="button"
class="inline-flex items-center p-2 ml-3 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-dropdown" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="w-6 h-6" aria-hidden="true" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path 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-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd"></path>
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-dropdown">
<ul
class="flex flex-col font-medium p-4 md:p-0 mt-4 border border-gray-100 rounded-lg bg-gray-50 md:flex-row md:space-x-8 md:mt-0 md:border-0 md:bg-white dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700">
<li>
<a href="./index.html#Home"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
aria-current="page">Home</a>
</li>
<li>
<a href="./about.html"
class="block py-2 pl-3 pr-4 text-black bg-blue-700 rounded md:bg-transparent md:text-black md:p-0 md:dark:text-blue-500 dark:bg-blue-600 md:dark:bg-transparent">About
Us</a>
</li>
<li>
<a href="./blogs.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Blog</a>
</li>
<li>
<a href="./events.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Events</a>
</li>
<li>
<a href="./index.html#Team"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Team</a>
</li>
<li>
<button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar"
class="flex items-center justify-between w-full py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 md:w-auto dark:text-white md:dark:hover:text-blue-500 dark:focus:text-white dark:border-gray-700 dark:hover:bg-gray-700 md:dark:hover:bg-transparent">Topics
<svg class="w-5 h-5 ml-1" aria-hidden="true" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<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>
<!-- Dropdown menu -->
<div id="dropdownNavbar"
class="z-10 hidden font-normal bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600">
<ul class="py-2 text-sm text-gray-700 dark:text-gray-400"
aria-labelledby="dropdownLargeButton">
<li>
<a href="./articles/Coding/Coding.html"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Coding</a>
</li>
<li>
<a href="./articles/Web development/webdevelopment.html"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Web
development</a>
</li>
<li>
<a href="./articles/Android & IOS Development/Android&IOSDevelopment.html"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Android
& IOS Development</a>
</li>
<li>
<a href="./articles/Machine Learning/machinelearning.html"
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:hover:bg-gray-600 dark:text-gray-400 dark:hover:text-white">Machine
Learning</a>
</li>
</ul>
</div>
</li>
<li>
<a href="./contact.html"
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Contact
Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar end -->
<!-- About Us -->
<section class="container-about mx-auto px-4 py-6 md:py-24 bg-gray-900 text-white">
<div class="flex flex-col md:flex-row items-center justify-between">
<img src="./assests/logo/main-logo-dark-removebg-preview.png" alt="About Us" style="margin-left: 12%;"
class="logo w-64 h-64 rounded-lg shadow-md md:w-96 md:h-96 mb-8 md:mb-0 ">
<div class="md:w-1/2">
<h2 class="text-4xl font-bold text-gray-100 mb-4">About Us</h2>
<p class="text-lg text-gray-300 leading-relaxed">
Welcome to CodeINBlogs, a vibrant and inclusive community that empowers developers and programmers
of all levels. We provide a supportive space for you to connect, share knowledge, and collaborate on
exciting projects. Whether you're a beginner or an industry expert, our members actively engage in
discussions, offering valuable insights and guidance to help each other succeed. Join us to tap into
the power of collaboration and grow on your programming journey.
</p>
<p class="text-lg text-gray-300 leading-relaxed mt-4">
At CodeINBlogs, we believe in hands-on learning. Through hackathons and coding challenges, you can
test your skills, learn from peers, and expand your programming horizons. We're dedicated to
fostering a well-rounded community, where practical experiences are valued in becoming a better
programmer.
</p>
<p class="text-lg text-gray-300 leading-relaxed mt-4">
Join our vibrant community today and unlock a world of opportunities. Whether you're a novice or a
seasoned developer, CodeINBlogs is the perfect place to learn, collaborate, and thrive. Together,
let's code, grow, and create a brighter future in the tech industry.
</p>
</div>
</div>
<div class="px-4 py-16 mx-auto sm:max-w-xl md:max-w-full lg:max-w-full md:px-24 lg:px-8 lg:py-20 bg-gray-900">
<div class="max-w-xl mb-10 md:mx-auto sm:text-center lg:max-w-2xl md:mb-12">
<h2
class="max-w-lg mb-6 font-sans font-bold leading-none tracking-tight text-white heading md:mx-auto">
<span class="relative inline-block">
<svg viewBox="0 0 52 24" fill="currentColor"
class="absolute top-0 left-0 z-0 hidden w-32 -mt-8 -ml-20 text-blue-gray-100 lg:w-32 lg:-ml-28 lg:-mt-10 sm:block">
<defs>
<pattern id="d0d83814-78b6-480f-9a5f-7f637616b267" x="0" y="0" width=".135"
height=".30">
<circle cx="1" cy="1" r=".7"></circle>
</pattern>
</defs>
<rect fill="url(#d0d83814-78b6-480f-9a5f-7f637616b267)" width="52" height="24"></rect>
</svg>
</span>
<span class="headingOfAboutSection2"> How Our Community is Unique?</span>
</h2>
<p class="text-base text-white md:text-lg">
Unlock your full potential through interactive mentorship and collaborative learning.
</p>
</div>
<div class="relative grid gap-8 row-gap-5 mb-8 md:row-gap-8 lg:grid-cols-4 sm:grid-cols-2">
<div class="absolute inset-0 flex items-center justify-center sm:hidden lg:flex">
<div class="w-px h-full bg-gray-300 lg:w-full lg:h-px"></div>
</div>
<div class="para p-5 duration-300 transform bg-white border rounded shadow-sm hover:-translate-y-2">
<div class="flex items-center justify-between mb-2">
<p class="text-lg font-bold leading-5 text-black">Personalized Mentorship:</p>
<p class="flex items-center justify-center w-6 h-6 font-bold rounded text-black bg-indigo-50">
1
</p>
</div>
<p class="para1 text-sm text-gray-900 text-white">
Our community is built on the foundation of personalized mentorship, where experienced
developers guide and support aspiring programmers. Through one-on-one interactions, members
receive tailored guidance, feedback, and practical advice to accelerate their learning and skill
development.
</p>
</div>
<div class="para p-5 duration-300 transform bg-white border rounded shadow-sm hover:-translate-y-2">
<div class="flex items-center justify-between mb-2">
<p class="text-lg font-bold leading-5 text-black">Hands-on Learning Approach:</p>
<p class="flex items-center justify-center w-6 h-6 font-bold rounded text-black bg-indigo-50">
2
</p>
</div>
<p class="para1 text-sm text-gray-900 text-white">
CodeINBlogs adopts a practical learning approach, encouraging members to engage in hands-on
projects, coding challenges, and real-world examples. By actively applying their knowledge and
skills, members develop a deeper understanding of coding concepts and enhance their
problem-solving abilities.
</p>
</div>
<div class="para p-5 duration-300 transform bg-white border rounded shadow-sm hover:-translate-y-2">
<div class="flex items-center justify-between mb-2">
<p class="text-lg font-bold leading-5 text-black">Inclusive and Supportive Environment:</p>
<p class="flex items-center justify-center w-6 h-6 font-bold rounded text-black bg-indigo-50">
3
</p>
</div>
<p class="para1 text-sm text-gray-900 text-white">
We prioritize inclusivity and maintain a supportive environment where all members are respected
and valued. Our community fosters a sense of belonging, empathy, and collaboration, allowing
individuals to feel comfortable sharing their ideas, seeking assistance, and contributing to the
growth of others.
</p>
</div>
<div class="para p-5 duration-300 transform bg-white border rounded shadow-sm hover:-translate-y-2">
<div class="flex items-center justify-between mb-2">
<p class="text-lg font-bold leading-5 text-black">Collaborative Environment</p>
<p class="flex items-center justify-center w-6 h-6 font-bold rounded text-black bg-indigo-50">
4
</p>
</div>
<p class="para1 text-sm text-gray-900 text-white">
CodeINBlogs is committed to the continuous growth and learning of its members. We provide a
variety of resources, workshops, tutorials, and networking opportunities to help individuals
stay updated with the latest trends and technologies in the programming industry. Our community
empowers members to enhance their skills, expand their knowledge, and pursue their professional
development goals.
</p>
</div>
</div>
<center> <button class="join-now-btn" role="button" onclick="GroupLink()"><b><i
class="fa-brands fa-whatsapp" style=" font-size:18px; font-weight:900; color: #1f3760;"></i>
Join Our WhatsApp Community
Now!</b></button></center>
</div>
</section>
<!-- Footer start -->
<footer class="bg-white dark:bg-indigo-950">
<div class="container-footer py-12 mx-auto lg:pl-28 lg:pr-28">
<div class="grid grid-cols-1 gap-6 sm:grid-cols-2 sm:gap-y-10 lg:grid-cols-4">
<div class="sm:col-span-2">
<h1 class="max-w-lg text-xl font-semibold tracking-tight text-gray-800 xl:text-2xl dark:text-white">
Subscribe our newsletter to get update.</h1>
<div class="flex flex-col mx-auto mt-6 space-y-3 md:space-y-0 md:flex-row">
<input id="email" type="text"
class="px-4 py-2 text-gray-700 bg-white border rounded-md dark:bg-gray-900 dark:text-gray-300 dark:border-gray-600 focus:border-blue-400 dark:focus:border-blue-300 focus:outline-none focus:ring focus:ring-opacity-40 focus:ring-blue-300"
placeholder="Email Address">
<button
class="w-full px-6 py-2.5 text-sm font-medium tracking-wider text-white transition-colors duration-300 transform md:w-auto md:mx-4 focus:outline-none bg-gray-800 rounded-lg hover:bg-gray-700 focus:ring focus:ring-gray-300 focus:ring-opacity-80">
Subscribe
</button>
</div>
</div>
<div>
<p class="font-semibold text-gray-800 dark:text-white">Quick Link</p>
<div class="flex flex-col items-start mt-5 space-y-2">
<a href="./index.html#Home"
class="text-gray-600 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Home</a>
<a href="./index.html#Blog"
class="text-gray-600 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Blog</a>
<a href="./publish.html"
class="text-gray-600 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Publish
Article</a>
</div>
</div>
<div>
<img src="./assests/logo/nav-logo-2-dark-removebg-preview copy.png" class="h-16 mr-3"
alt="CodeInBlog" />
<div class="flex flex-col items-start mt-5 space-y-2">
<p
class="text-gray-600 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:text-blue-500">
❝Any
fool can write code that a computer can understand. Good programmmers write code that humans
can understand.❞</p>
</div>
</div>
</div>
<hr class="my-6 border-gray-200 md:my-8 dark:border-gray-700">
<div class="flex items-center justify-between text-white">
<p>© 2023 CodeInBlog. All rights reserved.</p>
<div class="flex mt-3 -mx-2">
<a href="https://github.com/codeinblogs-as"
class="mx-2 text-gray-600 dark:text-gray-300 hover:text-gray-500 dark:hover:text-gray-300 group-hover:text-white"
aria-label="Github">
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon w-6 h-6 fill-current"
viewBox="0 0 512 512">
<path
d="M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 003.8.4c8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 01-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0025.6-6c2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 015-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 01112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 015 .5c12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 004-.4C415.9 449.2 480 363.1 480 261.7 480 134.9 379.7 32 256 32z" />
</svg>
</a>
<a href="https://in.linkedin.com/company/codeinblogs"
class="mx-2 text-gray-600 dark:text-gray-300 hover:text-gray-500 dark:hover:text-gray-300 group-hover:text-white"
aria-label="linkedin">
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon w-6 h-6 fill-current"
viewBox="0 0 512 512">
<path
d="M444.17 32H70.28C49.85 32 32 46.7 32 66.89v374.72C32 461.91 49.85 480 70.28 480h373.78c20.54 0 35.94-18.21 35.94-38.39V66.89C480.12 46.7 464.6 32 444.17 32zm-273.3 373.43h-64.18V205.88h64.18zM141 175.54h-.46c-20.54 0-33.84-15.29-33.84-34.43 0-19.49 13.65-34.42 34.65-34.42s33.85 14.82 34.31 34.42c-.01 19.14-13.31 34.43-34.66 34.43zm264.43 229.89h-64.18V296.32c0-26.14-9.34-44-32.56-44-17.74 0-28.24 12-32.91 23.69-1.75 4.2-2.22 9.92-2.22 15.76v113.66h-64.18V205.88h64.18v27.77c9.34-13.3 23.93-32.44 57.88-32.44 42.13 0 74 27.77 74 87.64z" />
</svg>
</a>
<a href="https://twitter.com/codeinblogs"
class="mx-2 text-gray-600 dark:text-gray-300 hover:text-gray-500 dark:hover:text-gray-300 group-hover:text-white"
aria-label="twitter">
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon w-6 h-6 fill-current"
viewBox="0 0 512 512">
<path
d="M496 109.5a201.8 201.8 0 01-56.55 15.3 97.51 97.51 0 0043.33-53.6 197.74 197.74 0 01-62.56 23.5A99.14 99.14 0 00348.31 64c-54.42 0-98.46 43.4-98.46 96.9a93.21 93.21 0 002.54 22.1 280.7 280.7 0 01-203-101.3A95.69 95.69 0 0036 130.4c0 33.6 17.53 63.3 44 80.7A97.5 97.5 0 0135.22 199v1.2c0 47 34 86.1 79 95a100.76 100.76 0 01-25.94 3.4 94.38 94.38 0 01-18.51-1.8c12.51 38.5 48.92 66.5 92.05 67.3A199.59 199.59 0 0139.5 405.6a203 203 0 01-23.5-1.4A278.68 278.68 0 00166.74 448c181.36 0 280.44-147.7 280.44-275.8 0-4.2-.11-8.4-.31-12.5A198.48 198.48 0 00496 109.5z" />
</svg>
</a>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.js"></script>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-17C8VGB69W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-17C8VGB69W');
</script>
<!-- custom js file -->
<script src="./js/index.js"></script>
</body>
</html>