-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
772 lines (734 loc) · 27.5 KB
/
Copy pathindex.html
File metadata and controls
772 lines (734 loc) · 27.5 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
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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
<!DOCTYPE html>
<html lang="en">
<head>
<!-- uncomment this -->
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-0FZ7MM53V9"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-0FZ7MM53V9");
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- load desktop-specific CSS for screens wider than 768px -->
<link
rel="stylesheet"
href="styles_desktop.css"
media="screen and (min-width: 769px)"
/>
<!-- load mobile-specific CSS for screens up to 768px wide -->
<link
rel="stylesheet"
href="styles_mobile.css"
media="screen and (max-width: 768px)"
/>
<script src="script.js"></script>
<title>Inxendere's Website</title>
</head>
<body>
<div class="outer-container">
<div class="image-container">
<!-- img matches with window using id. Make sure id is the same as the window it should open. in window, have window- infront of id. -->
<div class="icon">
<img
id="win-about-me"
class="open-window-button"
src="icons\profilepic.png"
alt="About Me"
/>
<span>About Me</span>
</div>
<!-- can make an empty slot like this if need
<div class="icon">
<img id="win-about-me" class="open-window-button" src="" alt="" />
<span></span>
</div> -->
<div class="icon">
<img id="win-about-me" class="open-window-button" src="" alt="" />
<span></span>
</div>
<div class="icon">
<img
id="win-projects"
class="open-window-button"
src="icons\projectsicon.png"
alt="Projects"
/>
<span>Projects</span>
</div>
<div class="icon">
<img
id="win-animations"
class="open-window-button"
src="icons\animationicon.png"
alt="Animations"
/>
<span>Animations</span>
</div>
<div class="icon">
<img
id="win-misc"
class="open-window-button"
src="icons\miscicon.png"
alt="Miscellaneous"
/>
<span>Miscellaneous</span>
</div>
<div class="icon">
<img
id="win-music"
class="open-window-button"
src="icons\musicicon.png"
alt="Music"
/>
<span>Music</span>
</div>
<div class="icon">
<img
id="win-anime"
class="open-window-button"
src="icons\animeicon.png"
alt="Anime"
/>
<span>Anime</span>
</div>
<div class="icon">
<img
id="win-specs"
class="open-window-button"
src="icons\specsicon.png"
alt="Specs"
/>
<span>Specs</span>
</div>
<div class="icon">
<img
id="win-books"
class="open-window-button"
src="icons\bookicon.png"
alt="Books"
/>
<span>Books</span>
</div>
<!-- <div class="icon">
<img
id="win-nero"
class="open-window-button"
src="art1.jpg"
alt="NEROOO"
/>
<span>NEROOO</span>
</div> -->
</div>
</div>
<!-- Windows section -->
<div class="window" id="window-win-about-me">
<div class="window-top-bar">
<span class="window-name">About Me</span>
<button class="close-button">X</button>
</div>
<div class="window-content">
<h1 class="inxendere-header">Inxendere</h1>
<!-- <img src="inxendereheader.png" /> -->
<h4>Greetings,</h4>
<p class="indent">
I’m Taief, an Electrical Engineering (ex Software Engineering) student at Concordia University with a passion for building things across software, hardware, and design.
</p>
<p class="indent">
My background spans software engineering, AI, robotics, game development, and embedded systems. I’ve worked on projects ranging from RF simulation tools and physics-based educational software to FPGA systems, computer vision pipelines, and AI-powered applications. I enjoy combining technical problem-solving with product thinking to turn ideas into real, usable systems.
</p>
<p class="indent">
Outside of engineering, I’ve always been drawn to creative work. I love drawing, animation, 3D modeling, and interactive design. That mix of creativity and engineering is what drives many of my projects today, especially at the intersection of intelligent software and physical systems.
</p>
<p class="indent">
Currently, my interests focus on robotics, embedded systems, AI, computer vision, and digital hardware design.
</p>
<p class="quick-facts">Quick Facts:</p>
<ul>
<li><u>Favourite artists:</u> Led Zeppelin, Kino, Aimer, Radwimps</li>
<li><u>Favourite anime:</u> Shinsekai Yori, Toradora, Fate Series</li>
<li><u>Favourite games:</u> HOI4, STALKER series</li>
<li>
<u>I love reading history.</u> Currently obsessed with everything
Soviet Union related, but my overall favourite history is WW2 and
Roman/Chinese Empires.
</li>
</ul>
<p>
Please, make yourself at home in my little corner of the internet.
</p>
</div>
</div>
<div class="window" id="window-win-nero">
<div class="window-top-bar">
<span class="window-name">nerooooooo</span>
<button class="close-button">X</button>
</div>
<div class="window-content">
<p>
NERO CLAUDIUS IS THE BEST I LOVE HER SO MUCH SHE'S SO AWESOME AND COOL
</p>
</div>
</div>
<div class="window" id="window-win-projects">
<div class="window-top-bar">
<span class="window-name">Projects</span>
<button class="close-button">X</button>
</div>
<div class="window-content">
<p>
<!--
I first downloaded Unity back during quarantine. I've learned a lot
since then and am still discovering new things every day.
-->
Here are some of my projects. Check them out and feel free to give
feedback or ask questions.
</p>
<a
href="https://github.com/inxendere/ConUHacks2024"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/proj4.png" alt="Proj 4" />
<div class="project-details">
<h3>LeftOvers</h3>
<p>
My team's submission for ConUHacks 2024. We built an AI powered
app that takes ingredients as input, and suggests dishes you can
cook with them along with its cook time, difficulty, calories,
and full instructions. Check out the demo video.
</p>
</div>
</div>
</a>
<a
href="https://github.com/inxendere/inxendere.github.io"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/proj5.jpg" alt="Proj 5" />
<div class="project-details">
<h3>This Website.</h3>
<p>
The website you are currently on! I wanted to create a
personal/portfolio website that is unique enough to leave an
impression and show off my skills.
</p>
</div>
</div>
</a>
<div class="project-column">
<a
href="https://twitter.com/Inxendere_/status/1676264340528275468?s=20"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/proj1.jpg" alt="Game 1" />
<div class="project-details">
<h3>Ascadia</h3>
<p>
A stylized semi open world 3D pixelated game. Made using URP.
</p>
</div>
</div>
</a>
<a
href="https://inxdev.itch.io/eleventh"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/proj3.jpg" alt="Game 3" />
<div class="project-details">
<h3>Eleventh</h3>
<p>
A linear story driven game about a princess and her prince
where things are not what they seem...
</p>
</div>
</div>
</a>
<a
href="https://incenderemoonlite.itch.io/gmtk-2023-jam-abandoned"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/proj2.jpg" alt="Game 2" />
<div class="project-details">
<h3>Anti Subway Surfer</h3>
<p>
My game jam submission for GMTK 2023. The theme was "role
reversed" so I thought I'd make a subway surfer game where you
control the trains instead! ps: If you can't see the player or
time, please zoom out in your browser.
</p>
</div>
</div>
</a>
<!-- more game projects here -->
</div>
</div>
</div>
<div class="window" id="window-win-animations">
<div class="window-top-bar">
<span class="window-name">Animations</span>
<button class="close-button">X</button>
</div>
<div class="window-content">
<p>
I also like to draw. I wanted to be an animator or a mangaka as a
child. More of my drawings can be found on my twitter.
</p>
<div class="project-column">
<a
href="https://twitter.com/Inxendere_/status/1647030390387867649?s=20"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/art2.jpg" alt="Artwork 2" />
<div class="project-details">
<h3>Office lady takes a break</h3>
<p>I wanted to try mixing 2d and 3d together.</p>
</div>
</div>
</a>
<a
href="https://youtu.be/A5S9EzTyhPI?si=rEyxYwW131hxYGQX"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/art3.jpg" alt="Artwork 2" />
<div class="project-details">
<h3>Rent a Girlfriend opening but it's Fate ((girls))</h3>
<p>Yea what the title says.</p>
</div>
</div>
</a>
<a
href="https://twitter.com/Inxendere_/status/1571170300250685445?s=20"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/art4.jpg" alt="Artwork 2" />
<div class="project-details">
<h3>Nero Sad Cat trend!</h3>
<p>Nero doing the sad cat dance.</p>
</div>
</div>
</a>
<a
href="https://twitter.com/Inxendere_/status/1545438156148936704?s=20"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/art5.jpg" alt="Artwork 2" />
<div class="project-details">
<h3>My version of Lost Kitten</h3>
<p>Inspired by that legendary Shimatsuku vid</p>
</div>
</div>
</a>
<!-- more art and animation projects here -->
</div>
</div>
</div>
<div class="window" id="window-win-misc">
<div class="window-top-bar">
<span class="window-name">Miscellaneous</span>
<button class="close-button">X</button>
</div>
<div class="window-content">
<p>
Silly things I did while bored. Some are high effort projects I spent
weeks on, others are goofy memes I whipped up in 20 mins. Wide range
of quality.
</p>
<div class="project-column">
<a
href="https://twitter.com/Inxendere_/status/1608600401556942849?s=20"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/misc1.jpg" alt="Misc Project 2" />
<div class="project-details">
<h3>Object Specific Pixellation - Unity</h3>
<p>
First version of Ascadia. Used render textures and layers to
pixelate only the objects that I wanted to be pixelated.
</p>
</div>
</div>
</a>
<a
href="https://twitter.com/Inxendere_/status/1515425232403812359?s=20"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/misc2.jpg" alt="Misc Project 2" />
<div class="project-details">
<h3>Hatsune Miku asks if you're from Quebec</h3>
<p>
My first and hopefully not only vocaloid project. Just a meme
to learn the software but I want to make proper songs with it.
</p>
</div>
</div>
</a>
<a
href="https://youtube.com/shorts/olZForOVig8?si=JuIbYGSknVIkJsLL"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/misc3.jpg" alt="Misc Project 2" />
<div class="project-details">
<h3>Senzawa (;-;) song but it's Nero</h3>
<p>Nero sings The Senpai Song!</p>
</div>
</div>
</a>
<a
href="https://youtube.com/shorts/oDm7WWyYki8?si=HsklghklrB-4Nt9e"
target="_blank"
class="project-link"
>
<div class="project">
<img src="thumbnails/misc4.jpg" alt="Misc Project 2" />
<div class="project-details">
<h3>"Quality content"</h3>
<p>My first 3d animation. Made a meme.</p>
</div>
</div>
</a>
<!-- more miscellaneous projects here -->
</div>
</div>
</div>
<div class="window" id="window-win-books">
<div class="window-top-bar">
<span class="window-name">Books</span>
<button class="close-button">X</button>
</div>
<div class="window-content">
<p>
Here is a compendium of all the books I read and some thoughts I have
about them. Sorted by most recently read.
</p>
<div class="project-column">
<a
href="https://www.goodreads.com/en/book/show/58782897-the-end-of-the-world-is-just-the-beginning"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>The End of the World Is Just The Beginning</h3>
<h3>by Peter Zeihan</h3>
<p>
Very doompilling. Move to USA asap. Peter Zeihan has a really
fun way of writing that just draws you in and makes it hard to
put down the book. Other times his writing makes you wish he'd
stop treating you like a child. There's honestly not much here
that he didn't say in his previous book, but the predictions
are indeed updated as a lot has happened. Even if you don't
like geopolitics, I believe this is a must read.
</p>
</div>
</div>
</a>
<a
href="https://www.goodreads.com/book/show/31933203-the-russian-revolution"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>The Russian Revolution: A New History</h3>
<h3>by Sean McMeekin</h3>
<p>
The more I learn about Russian history the less I understand
it. This book starts a century before WW1, walks you through
the downfall of the Romanovs and the rise of the Bolsheviks,
and really shows you just how insane the Russian Revolution
was. Something that stood out to me was that near the
beginning of the revolution, the aristocrats would wear red
ribbons on their chests in solidarity with the protestors.
These same aristocrats would have their property stolen and
their lives taken by the same Bolshevik protestors they were
standing in solidarity with. Also Tsar Nicholas II was a
bigger wuss than I thought him to be. The book is filthy
detailed and I learned a ton.
</p>
</div>
</div>
</a>
<a
href="https://www.goodreads.com/book/show/1028884.The_Shah"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>The Shah</h3>
<h3>by Abbas Milani</h3>
<p>
A little something about Iran because I know almost nothing
other than the surface level knowledge. The book talks about
the last shah of Iran, his life, and his downfall. Turns out
he was just another weak ruler not fit for the throne. His dad
was cool though. Also he had a fetish for tall women.
</p>
</div>
</div>
</a>
<a
href="https://www.goodreads.com/book/show/40779082-the-guns-of-august"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>The Guns of August</h3>
<h3>by Barbara W. Tuchman</h3>
<p>
WW1 and WW2 are my favourite subjects but I never read a
proper book on them, except this one. This recounts the
chaotic first month of WW1, and is honestly eye opening. A
million moving pieces to keep track of. Makes Game of Thrones
look like a children's book.
</p>
</div>
</div>
</a>
<a
href="https://www.goodreads.com/book/show/57615568-collapse"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>
A New World Begins: The History of The French Revolution
</h3>
<h3>by Jeremy D. Popkin</h3>
<p>
A fantastic retelling of the French Revolution from like 4
different perspectives. Excellent and absolutely bonkers
history. Loved every page of this book. The longer I kept
reading, the more insane the revolution got.
</p>
</div>
</div>
</a>
<a
href="https://www.goodreads.com/book/show/57615568-collapse"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>Collapse: The Fall of the Soviet Union</h3>
<h3>by Vladislav M. Zubok</h3>
<p>
This book is about the fall of the USSR and secondarily, a
biography of Gorbachev. Might be one of my favourite books
ever and I plan to reread one day. Gorbachev truly was a
tragic hero. I wish for history to be kind to him and for us
to remember him with fondness. Everything he ever did, unlike
his predecessors, was truly for the betterment of his people.
He was averse to violence and would reprimand his subordinates
if they used force on protestors. Unfortunately he was die
hard communist blinded by the ideology.
</p>
</div>
</div>
</a>
<a
href="https://www.goodreads.com/en/book/show/173404082"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>The Accidental Superpower</h3>
<h3>by Peter Zeihan</h3>
<p>
I watched several of Peter Zeihan's talks on geopolitics and
demographics so I thought it's only fair I get the full
picture by reading his book. This was such a ride. The books
is basically about why the US is set up for success and why no
matter what, the US will forever remain a superpower. It
taught me a lot about history, geopolitics, demographics, and
a lot more.
</p>
</div>
</div>
</a>
<a
href="https://www.goodreads.com/book/show/40961621-king-leopold-s-ghost"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>King Leopold's Ghost</h3>
<h3>by Adam Hochschild</h3>
<p>
Leopold was the king of Belgium who basically took a huge
swath of land in Africa as his own personal property. The
misery and death he caused rivals that of Hitler's but few
know of him. Very sad but important.
</p>
</div>
</div>
</a>
<a
href="https://www.goodreads.com/book/show/767171.The_Rise_and_Fall_of_the_Third_Reich"
target="_blank"
class="project-link"
>
<div class="project">
<!-- <img src="thumbnails/misc1.jpg" alt="Misc Project 2" /> -->
<div class="project-details">
<h3>The Rise and Fall of the Third Reich</h3>
<h3>by William L. Shirer</h3>
<p>
A filthy detailed book on the history of the Third Reich. I
read this book a long time ago but now with the knowledge I
have, I recognize that a lot of the information here is
contradictory and flat out wrong. However, the guy lived in
Germany during the war as a foreign correspondent, so his word
should still not be taken lightly. If you really want to read
about Germany in WW2, read another book on top of this one.
</p>
</div>
</div>
</a>
<!-- more books here -->
</div>
</div>
</div>
<div class="window" id="window-win-paradiseanywhere">
<div class="window-top-bar">
<span class="window-name"
>Caution! (This website is under construction and looks terrible on
mobile.)</span
>
<button class="close-button">X</button>
</div>
<div class="window-content">
<div class="paradise">
<p>Anywhere can be paradise as long as you have the will to live.</p>
</div>
<div class="opening-buttons">
<button class="paradise-button">Thank You</button>
<button class="paradise-button">Farewell</button>
</div>
</div>
</div>
<div class="window" id="window-win-specs">
<div class="window-top-bar">
<span class="window-name">My battle machine.</span>
<button class="close-button">X</button>
</div>
<div class="window-content">
<div class="window-content-specs">
<div>
<h4>Desktop</h4>
<p>
CPU: Ryzen 7 5700g <br />GPU: RTX 3070 8GB <br />RAM: 64GB DDR4
<br />
Storage: 500GB SSD, 4TB hard drive
</p>
</div>
<div>
<h4>Laptop</h4>
<p>
CPU: Core i7 11700h <br />GPU: Intel Arc <br />RAM: 16gb DDR4
<br />
Storage: 1TB SSD
</p>
</div>
</div>
</div>
</div>
<!-- ========TASKBAR SECTION======== -->
<div class="taskbar-panel">
<!-- fix this thing where email and discord doesn't link to anything.
maybe make it copy to clipboard and a popup happens saying it did. -->
<a href="mailto:taief.ahmed04@gmail.com" class="panel-item">
<img src="icons\emailicon.png" alt="Image 2" />
<p>taief.ahmed04@gmail.com</p>
</a>
<a href="" class="panel-item">
<img src="icons\discordicon.png" alt="Image 1" />
<p>inx2012</p>
</a>
<!--
<a
href="https://twitter.com/Inxendere_"
target="_blank"
class="panel-item"
>
<img src="icons\twittericon.png" alt="Image 2" />
<p>Twitter(NSFW!!!)</p>
</a>-->
<!-- <a
href="https://www.youtube.com/channel/UCobCfuqqCqaHFpPRSG2YkfQ"
target="_blank"
class="panel-item"
>
<img src="icons\yticon.png" alt="Image 2" />
<p>YouTube</p>
</a> -->
<!-- <a
href="https://open.spotify.com/user/n78pkyzrjnqt6lwrcn4m9y9kb?si=93a7fe38f20541f6"
target="_blank"
class="panel-item"
>
<img src="icons\spotifyicon.png" alt="Image 2" />
<p>Spotify</p>
</a> -->
<!-- linkedin -->
<!-- <a
href="https://open.spotify.com/user/n78pkyzrjnqt6lwrcn4m9y9kb?si=93a7fe38f20541f6"
target="_blank"
class="panel-item"
>
<img src="icons\spotifyicon.png" alt="Image 2" />
<p>LinkedIn</p>
</a> -->
<!-- <a
href="https://myanimelist.net/profile/incendmoonlite"
target="_blank" class="panel-item" >
<img src="icons\malicon.png" alt="Image 2" />
<p>MyAnimeList</p>
</a> -->
</div>
</body>
</html>