-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
376 lines (357 loc) · 28.6 KB
/
index.html
File metadata and controls
376 lines (357 loc) · 28.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anil Portfolio</title>
<!-- <link rel="stylesheet" href="assets/styles.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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<link rel="icon" href="assets/profile.png" />
<link href="dist/output.css" rel="stylesheet">
</head>
<body>
<div class="flex justify-center">
<div class="w-[100%] p-4 md:p-0 md:w-[40%] bg-[#121212]">
<div class="wrapper flex">
<nav class="hidden md:flex shadow-md rounded-lg text-sm bg-[#121212] mt-4">
<div class="pr-2 transition ease-in-out cursor-pointer hover:text-green-400">home</div>
<div class="px-2 transition ease-in-out cursor-pointer hover:text-green-400 text-gray-400">blog
</div>
<div class="px-2 transition ease-in-out cursor-pointer hover:text-green-400 text-gray-400"><a
href="https://github.com/iamanilantony" target="_blank">projects</a>
</div>
</nav>
</div>
<div class="flex flex-col md:flex-row-reverse justify-between my-8">
<div class="w-6/6">
<h1 class="mt-2 text-xl mb-4"><span class="font-semibold">hey</span>, I'm Anil 👋</h1>
<!-- <h2 class="mt-2 font-light">Builder <b>.</b> Speaker <b>.</b> Hacker</h2> -->
<!-- <h6 class="flex items-center">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16" height="1em"
width="1em" xmlns="http://www.w3.org/2000/svg" class="mr-1 my-2">
<path
d="M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z">
</path>
<path
d="M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z">
</path>
</svg>
<div class="work-experience text-xs"></div>
</h6> -->
<h4 class="w-100 text-gray-400 text-xs md:text-sm" style="line-height: 1.3rem;">
I'm a full-stack developer with a passion for building projects, mentoring students, and staying
on the cutting edge of new technologies. Currently, I'm working as a full stack developer at
<span
class="border border-neutral-700 dark:border-neutral-700 bg-neutral-800 dark:bg-neutral-800 rounded p-1 inline-flex items-center leading-4 text-neutral-100 dark:text-neutral-100 no-underline align-middle">
<span class="inline-block align-middle">
<img src="assets/settlin.png" class="w-4 rounded-[10%] mr-1" />
</span>
Settlin
</span>
and building a student learning community with
<span
class="border border-neutral-700 dark:border-neutral-700 bg-neutral-800 dark:bg-neutral-800 rounded p-1 inline-flex items-center leading-4 text-neutral-100 dark:text-neutral-100 no-underline align-middle">
<span class="inline-block align-middle">
<img src="assets/mulearn.jpeg" class="w-4 rounded-[10%] mr-1" />
</span>
MuLearn
</span>
</h4>
</div>
</div>
<div class="columns-2 sm:columns-3 gap-4 my-2">
<div class="relative h-40 mb-4 sm:mb-2">
<img alt="Me standing on stage at SmashingConf giving a talk about my optimism for the web"
src="/assets/IMG_5404.svg" fill sizes="(max-width: 768px) 213px, 33vw" priority
class="rounded-lg object-cover" style="height: 100%;" />
</div>
<div class="relative h-80 mb-2 sm:mb-0">
<img alt="Me standing on stage at SmashingConf giving a talk about my optimism for the web"
src="/assets/top100.JPG" fill sizes="(max-width: 768px) 213px, 33vw" priority
class="rounded-lg object-cover object-[-16px] sm:object-center" style="height: 100%;" />
</div>
<div class="relative h-40 sm:h-80 sm:mb-4">
<img alt="Me standing on stage at SmashingConf giving a talk about my optimism for the web"
src="/assets/IMG_4132.svg" fill sizes="(max-width: 768px) 213px, 33vw" priority
class="rounded-lg object-cover object-top sm:object-center"
style="height: 100%; width: 100%;" />
</div>
<div class="relative h-40 mb-4 sm:mb-2">
<img alt="Me standing on stage at SmashingConf giving a talk about my optimism for the web"
src="/assets/IMG_5424-min.JPG" fill sizes="(max-width: 768px) 213px, 33vw" priority
class="rounded-lg object-cover" style="height: 100%;" />
</div>
<div class="relative h-40 mb-4">
<img alt="Me standing on stage at SmashingConf giving a talk about my optimism for the web"
src="/assets/cover-min.png" fill sizes="(max-width: 768px) 213px, 33vw" priority
class="rounded-lg object-cover" style="height: 100%;" />
</div>
<div class="relative h-80 mb-4 sm:mb-2">
<img alt="Me standing on stage at SmashingConf giving a talk about my optimism for the web"
src="/assets/IMG_3791-min.jpg" fill sizes="(min-width: 768px) 213px, 33vw" priority
class="rounded-lg object-cover object-center sm:object-top" style="height: 100%;" />
</div>
</div>
<div class="justify-around mt-10 md:mb-20">
<div class="bg-gray md:w-[100%] mb-4">
<p class="w-100 text-gray-400 text-xs md:text-sm mb-8">
During my downtime, I dive into side projects that reflect my enthusiasm for web development.
These projects are a testament to my dedication and innovative spirit, showcasing a range of web
solutions I've crafted in my spare moments.
</p>
<!-- <div class="flex items-center mb-4">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512"
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M380 64.4zM275.1 57.6c-9.4-5.9-23.3-9.6-37.9-9.6-14.3 0-30.3 2.5-46.7 9.2-46.5 19-74 45.4-81.1 52.4-7 7-16.8 18-22.9 26.6-6.1 8.7 1.9 21-6.1 29s-24.7 0-24.7 0c-1.4 0-2.9.5-3.9 1.6l-34.1 33.9c-2.2 2.1-2.2 5.7 0 7.8l63.5 63.1c1.1 1.1 2.5 1.6 3.9 1.6s2.9-.5 3.9-1.6l33.2-34.8c2.2-2.1 2.2-5.7 0-7.8 0 0-5.3-5.2-12.1-12s.8-19.3 5.3-23.4c4.5-4.1 11.6-6.8 21.1-6.8 4.3 0 7.4.7 11.4 1.8 12.2 3.4 25.8 15.9 50.9 40.8l-3.9 6.5c-2.3 3.8-.9 8.3 1.3 10.4 0 0-5-4.9 13.1 13.1l50-47.2c-19.1-18.9-14.5-14.1-14.5-14.1-1.4-1.4-3.8-2.3-6.3-2.3-1.4 0-2.9.3-4.2 1l-5.6 3c-28-27.8-35.3-40.2-34.3-61.7 1.1-22.4 12.3-37.1 30.5-52.7 24.7-21.1 60.6-15.2 60.6-15.2 8-.1-4.2-8.6-10.4-12.6zM462.5 399.9s-68.9-57.2-130.2-115.7l-47.7 50.6c58.5 60.6 114.9 127.6 114.9 127.6 1.1 1.1 2.5 1.6 3.9 1.6s2.9-.5 3.9-1.6l55.1-54.7c2.2-2.1 2.2-5.7.1-7.8z">
</path>
<path
d="M479.2 125.3l-52.4 52.6-51.1-9.3-9.2-51.1 52.4-52.6c-11.1-11.1-26.8-16.6-39-16.6-.7 0-1.4 0-2 .1-12.5.6-39.2 7.7-59.9 29.7-20 21.1-41.1 60.6-22.4 104.3 2.2 5.3 4.7 12.2-2.7 19.7-1.5 1.4-9.9 9.4-22.5 21.3-3.6 3.4-7.4 7-11.6 11-8 7.6-17.1 16.2-26.8 25.2-3.8 3.6-7.7 7.2-11.6 11-57 53.8-126.9 119.5-126.9 119.5-18 15.5-16.7 44.1-.1 60.8 8.5 8.4 20 12.8 31.3 12.8 11 0 21.9-4.2 29.5-13.1 0 0 65.5-69.8 119.3-126.9 3.7-4 7.4-7.8 11-11.7 9.3-9.9 18-19.1 25.8-27.3 3.9-4.2 7.6-8.1 11-11.6 11.5-12.2 19.3-20.4 21-22 4-3.9 7.7-5.1 11.1-5.1 3.3 0 6.2 1.2 8.6 2.4 9.9 5.1 21 7.3 32.4 7.3 26.7 0 55-12.4 72.1-29.5 24.4-24.4 28.8-47.9 29.6-60 .6-11.8-3.6-27.6-16.9-40.9zM137.4 426.1c-5.5 5.4-14.4 5.4-19.8 0-5.4-5.5-5.4-14.4 0-19.8 5.5-5.4 14.4-5.4 19.8 0 5.4 5.5 5.4 14.4 0 19.8z">
</path>
</svg>
<p class="mx-2 font-semibold">Projects</p>
</div> -->
<div class="grid md:grid-rows-1 grid-rows-3 grid-flow-col gap-4 md:gap-8">
<div class="w-50 p-2 border border-neutral-800 bg-neutral-900 rounded-lg mb-2">
<div class="">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" version="1.2"
baseProfile="tiny" viewBox="0 0 24 24" class="text-blue-400" height="1.5em"
width="1.5em" xmlns="http://www.w3.org/2000/svg">
<g>
<path
d="M20 20h-16c-1.654 0-3-1.346-3-3v-10c0-1.654 1.346-3 3-3h16c1.654 0 3 1.346 3 3v10c0 1.654-1.346 3-3 3zm-16-14c-.551 0-1 .449-1 1v10c0 .551.449 1 1 1h16c.551 0 1-.449 1-1v-10c0-.551-.449-1-1-1h-16zM10 15h-4c-.553 0-1-.448-1-1s.447-1 1-1h4c.553 0 1 .448 1 1s-.447 1-1 1zM10 11h-4c-.553 0-1-.448-1-1s.447-1 1-1h4c.553 0 1 .448 1 1s-.447 1-1 1z">
</path>
<circle cx="16" cy="10.5" r="2"></circle>
<path
d="M16 13.356c-1.562 0-2.5.715-2.5 1.429 0 .357.938.715 2.5.715 1.466 0 2.5-.357 2.5-.715 0-.714-.98-1.429-2.5-1.429z">
</path>
</g>
</svg>
<h5 class="font-semibold mb-1">Sheets</h5>
<p class="text-xs w-40">Google sheets clone build on vanilla js</p>
<button class="text-xs mt-2 bg-blue-500 text-slate-200 p-1 rounded-lg">
<a target="_blank" href="https://github.com/iamanilantony/Sheets">
Explore
</a>
</button>
</div>
</div>
<div class="md:w-50 p-2 border border-neutral-800 bg-neutral-900 rounded-lg mb-2">
<div class="blur-sm">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 24 24"
class="text-green-600" height="1.5em" width="1.5em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M18 11c0-.959-.68-1.761-1.581-1.954C16.779 8.445 17 7.75 17 7c0-2.206-1.794-4-4-4-1.517 0-2.821.857-3.5 2.104C8.821 3.857 7.517 3 6 3 3.794 3 2 4.794 2 7c0 .902.312 1.727.817 2.396A1.994 1.994 0 0 0 2 11v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-2.638l4 2v-7l-4 2V11zm-5-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zM6 5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zM4 19v-8h12l.002 8H4z">
</path>
</svg>
<h5 class="font-semibold mb-1">CineFest</h5>
<p class="text-xs w-40">Online Film Festival Platform</p>
<button class="text-xs mt-2 bg-green-900 text-slate-200 p-1 rounded-lg">
<a target="_blank" href="https://github.com/CineFest/cinefest">
Explore
</a>
</button>
</div>
</div>
<div class="w-50 p-2 border border-neutral-800 bg-neutral-900 rounded-lg mb-2">
<div class="blur-sm">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16"
class="text-red-400" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M16 7a1 1 0 0 1-1 1v3.5c0 .818-.393 1.544-1 2v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V14H5v1.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2a2.496 2.496 0 0 1-1-2V8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1V2.64C1 1.452 1.845.408 3.064.268A43.608 43.608 0 0 1 8 0c2.1 0 3.792.136 4.936.268C14.155.408 15 1.452 15 2.64V4a1 1 0 0 1 1 1v2ZM3.552 3.22A43.306 43.306 0 0 1 8 3c1.837 0 3.353.107 4.448.22a.5.5 0 0 0 .104-.994A44.304 44.304 0 0 0 8 2c-1.876 0-3.426.109-4.552.226a.5.5 0 1 0 .104.994ZM8 4c-1.876 0-3.426.109-4.552.226A.5.5 0 0 0 3 4.723v3.554a.5.5 0 0 0 .448.497C4.574 8.891 6.124 9 8 9c1.876 0 3.426-.109 4.552-.226A.5.5 0 0 0 13 8.277V4.723a.5.5 0 0 0-.448-.497A44.304 44.304 0 0 0 8 4Zm-3 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm8 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm-7 0a1 1 0 0 0 1 1h2a1 1 0 1 0 0-2H7a1 1 0 0 0-1 1Z">
</path>
</svg>
<h5 class="font-semibold mb-1 mt-1">MyEmission.com</h5>
<p class="text-xs w-40">Helps you calculate your carbon footprint based on your daily
rountines
</p>
<button class="text-xs mt-2 bg-red-400 text-slate-200 p-1 rounded-lg">
<a target="_blank" href="https://github.com/iamanilantony/MyEmissions.com">
Explore
</a>
</button>
</div>
</div>
</div>
</div>
<p class="w-100 text-gray-400 text-xs md:text-sm mb-8">
Throughout my ongoing journey in the industry, now spanning <span
class="work-experience text-white"></span>
I've had
the privilege of contributing to multiple organizations, here's a glimpse of my
evolving professional experience during this dynamic period
</p>
<div class="">
<div
class="bg-gray border border-neutral-800 bg-neutral-900 p-2 md:mr-0 rounded-lg mt-4 md:mt-0 mx-2 md:mx-0">
<div class="flex items-center mb-4 ml-4">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16"
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z">
</path>
<path
d="M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z">
</path>
</svg>
<p class="ml-2 text-sm font-[500]">Work</p>
</div>
<table>
<tr class="h-16">
<td>
<img src="assets/settlin.png" class="w-16 px-4 rounded-[10%]">
</td>
<td>
<div class="mb-2 mr-4">
<p class="font-semibold md:w-[26rem]">Settlin</p>
<p class="font-light text-sm">Software Engineer</p>
</div>
</td>
<td>
<p class="text-xs text-slate-600">May 2022 - Present</p>
<p class="text-xs text-slate-600">Bangalore, India</p>
<p class="text-xs text-slate-600">
<span class="work-experience-settlin"></span>
</p>
</td>
</tr>
<tr class="h-16">
<td>
<img src="assets/mulearn.jpeg" class="w-16 px-4 rounded-[10%]">
</td>
<td>
<div class="mb-2 mr-4">
<p class="font-semibold md:w-[26rem]">GTech Mulearn</p>
<p class="font-light text-sm">Student Mentor</p>
</div>
</td>
<td>
<p class="text-xs text-slate-600">Dec 2023 - Present</p>
<p class="text-xs text-slate-600">Remote - PartTime</p>
<p class="text-xs text-slate-600">
<span class="work-experience-mulearn"></span>
</p>
</td>
</tr>
<tr class="h-16">
<td>
<img src="assets/ict.png" class="w-16 px-4 rounded-[10%]">
</td>
<td>
<div class="mr-2">
<p class="font-semibold">ICTAK</p>
<p class="font-light text-sm">SDE Trainee</p>
</div>
</td>
<td>
<p class="text-xs text-slate-600">Oct 2021 - Sept 2022</p>
<p class="text-xs text-slate-600">Remote</p>
<p class="text-xs text-slate-600">1 Year</p>
</td>
</tr>
</table>
<button class="w-[100%] mt-4 text-gray-100 p-2 rounded-lg text-sm bg-blue-600">
<div class="pr-4 cursor-pointer flex justify-center">
<a target="_blank" class="flex items-center w-100" title="LinkedIn"
href="https://www.linkedin.com/in/iamanilantony/">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16"
class="" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z">
</path>
</svg>
<p class="mx-2">
LinkedIn
</p>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor"
class="h-4 w-4 stroke-zinc-400 transition group-active:stroke-zinc-600 dark:group-hover:stroke-zinc-50 dark:group-active:stroke-zinc-50">
<path stroke-linecap="round" stroke-linejoin="round"
d="M4.5 19.5l15-15m0 0H8.25m11.25 0v11.25"></path>
</svg>
</a>
</div>
</button>
</div>
<div class="mt-12">
<p class="w-100 text-gray-400 text-xs md:text-sm mb-8">
In addition to my project building activities, I actively engage with communities, where I
mentor junior developers and participate in stimulating tech discussions. You can find links
to my social profiles below to stay connected with my work and contributions
</p>
<p> Connect Me On</p>
<div class="grid md:grid-rows-1 grid-rows-3 grid-flow-col gap-2 text-md leading-1 mt-4">
<a target="_blank" title="LinkedIn" href="https://www.linkedin.com/in/iamanilantony/">
<div
class="border dark:border-neutral-700 dark:bg-neutral-800 rounded flex items-center justify-center px-3 py-4">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16"
class="text-blue-600" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z">
</path>
</svg>
<p class="ml-2 text-blue-600 text-xs">LinkedIn</p>
</div>
</a>
<a target="_blank" title="Github" href="https://github.com/iamanilantony">
<div
class="border border-neutral-700 bg-neutral-800 rounded flex items-center justify-center px-3 py-4">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16"
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z">
</path>
</svg>
<p class="ml-2 text-xs">Github</p>
</div>
</a>
<div><a target="_blank" title="Twitter"
class="flex items-center border border-neutral-700 bg-neutral-800 justify-center px-3 py-4 rounded"
href="https://twitter.com/iamanilantony"><svg stroke="currentColor"
fill="currentColor" stroke-width="0" viewBox="0 0 16 16" class="text-blue-400"
height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z">
</path>
</svg>
<p class="ml-2 text-blue-400 text-xs">Twitter</p>
</a></div>
<div>
<a target="_blank" title="Resume"
href="https://drive.google.com/file/d/1eSFa_Uhmt_k7Fpl9ma4nwOLsB2eAWdqN/view?usp=sharing"
class="flex items-center border border-neutral-700 bg-neutral-800 justify-center px-3 py-4 rounded">
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 20 20"
aria-hidden="true" class="text-green-600" height="1em" width="1em"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M4 4a2 2 0 012-2h4.586A2 2 0 0112 2.586L15.414 6A2 2 0 0116 7.414V16a2 2 0 01-2 2H6a2 2 0 01-2-2V4zm2 6a1 1 0 011-1h6a1 1 0 110 2H7a1 1 0 01-1-1zm1 3a1 1 0 100 2h6a1 1 0 100-2H7z"
clip-rule="evenodd"></path>
</svg>
<p class="ml-2 text-green-600 text-xs">resume</p>
</a>
</div>
<div>
<a target="_blank" title="Twitter"
class="border border-neutral-700 bg-neutral-800 rounded flex items-center justify-center px-3 py-3"
href="/typer.html">
<p class="ml-2 text-xs w-44"><span class="text-base">🏎️</span> Test your
typing
speed</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="assets/script.js"></script>
<!-- <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script> -->
</html>