-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
866 lines (821 loc) · 47.7 KB
/
index.html
File metadata and controls
866 lines (821 loc) · 47.7 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
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description"
content="I am Alessandro Di Pasquale, a Creative Full-Stack Developer from Italy. I am a student at the University of Padua, where I am studying Computer Science. I am passionate about technology, and I love to create new things.
I am always looking for new challenges and opportunities to learn. I am currently working on several projects, including a self-hosted GPT-4 Web API, a search engine for files, and a mobile app for encoding and hashing. I also worked on a modern art
online store that sold artworks created by artificial intelligence. I am always looking for new projects to work on, so if you have an idea, feel free to contact me.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<meta property="og:title" content="Alessandro Di Pasquale - Portfolio">
<meta property="og:description" content="Creative Full-Stack Developer from Italy">
<meta property="og:image" content="https://aledipa.github.io/static/img/Graphics/Banner.jpg">
<meta property="og:url" content="https://aledipa.github.io">
<meta property="og:type" content="website">
<link rel="stylesheet" href="static/css/style.css" type="text/css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link
href="https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&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="static/img/Icons/A2.svg" type="image/svg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" defer></script>
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/darkreader@4.9.96/darkreader.min.js" defer></script>
<script src="static/js/script.js" defer></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>AleDipa</title>
</head>
<body id="top">
<!-- NavBar -->
<nav class="topnav navbar glassy sticky-top">
<!-- Site's Sections -->
<div class="d-flex flex-row justify-content-start align-items-center ml-2">
<a href="#top" aria-label="Scroll to top"><img src="static/img/Icons/A2.svg" width="65" height="65"
class="ml-1" alt="A-Shaped Logo"></a>
<img src="static/img/Icons/Vspacer.svg" class="ml-4" height="50" alt="Vertical spacer" aria-hidden="true">
<p class="mb-0 ml-4"> <a href="#projects" class="navLabel"> Projects </a> </p>
<img src="static/img/Icons/Vspacer.svg" class="ml-4" height="50" alt="Vertical spacer" aria-hidden="true">
<p class="mb-0 ml-4"> <a href="#skills" class="navLabel"> Skills </a> </p>
<img src="static/img/Icons/Vspacer.svg" class="ml-4" height="50" alt="Vertical spacer" aria-hidden="true">
<p class="mb-0 ml-4"> <a href="#experiences" class="navLabel"> Experiences </a> </p>
<img src="static/img/Icons/Vspacer.svg" class="ml-4" height="50" alt="Vertical spacer" aria-hidden="true">
<p class="mb-0 ml-4"> <a href="#education" class="navLabel"> Education </a> </p>
</div>
<!-- Contact Button -->
<div class="navLabel d-flex flex-row justify-content-end align-items-center mr-4">
<a href="mailto:aledipa.03@gmail.com" aria-label="Contact via email" class="contactButton">
<img src="static/img/Icons/Mail.svg" alt="" height="18" class="mr-2" aria-hidden="true">
<span>Contact</span>
</a>
</div>
</nav>
<!-- NavBar Mobile -->
<nav class="topnavmobile navbar glassy sticky-top">
<!-- Logo -->
<div class="form-row flex-row justify-content-start ml-2">
<a href="#top" aria-label="Scroll to top">
<img src="static/img/Icons/A2.svg" height="65" width="65" class="ml-1" alt="A-Shaped Logo">
</a>
</div>
<!-- Site's Sections -->
<div class="dropup justify-content-center ml-2 column" id="mobsec">
<p class="mt-3 ml-3"> <a href="#projects" class="navLabel"> Projects </a> </p>
<p class="mt-3 ml-3"> <a href="#skills" class="navLabel"> Skills </a> </p>
<p class="mt-3 ml-3"> <a href="#experiences" class="navLabel"> Experiences </a> </p>
<p class="mt-3 ml-3"> <a href="#education" class="navLabel"> Education </a> </p>
<p class="ml-3 lightGrayText" aria-hidden="true"> __________________ </p>
</div>
<!-- Contact Button -->
<button class="menu navLabel row flex-row justify-content-end mt-3 mr-4 pt-1" onclick="toggleMenu();"
aria-label="Toggle menu" aria-expanded="false" aria-controls="mobsec">
<img src="static/img/Icons/Menu.svg" height="35" id="menuIcon" alt="">
</button>
</nav>
<!-- HomePage -->
<div class="homePage row navbar align-items-start">
<div class="column">
<!-- Name -->
<div class="name mt-5 pt-5 ">
<div class="row">
<!-- Alessandro -->
<p class="blackText ml-4" id="name"> </p> <a class="lightGrayText d-none" id="dots">:</a>
</div>
<div class="row">
<img class="ml-4 d-none" id="tab" src="static/img/Icons/Tab.png" height="50" alt="Tab key symbol">
<div class="row">
<!-- Di Pasquale -->
<p class="grayText ml-4" id="surname"> </p> <a class="lightGrayText d-none" id="semicolon">;</a>
</div>
</div>
<!-- Full-Stack Developer from Italy. -->
<p class="description shadeGrayText ml-2 d-none" id="dyndescr"> </p>
</div>
<!-- Alessandro Di Pasquale Text -->
<div id="typed-name" class="d-none">
<p>Alessandro</p>
</div>
<div id="typed-surname" class="d-none">
<p>Di Pasquale</p>
</div>
<!-- Buttons -->
<div class="buttons d-flex flex-wrap mt-5 pt-5">
<a class="blackButton ml-md-5 ml-0 mb-3" target="_blank" rel="noopener noreferrer"
href="https://github.com/aledipa" aria-label="Visit GitHub profile">
<img src="static/img/Icons/GitHub.svg" alt="" height="36" class="mr-2" aria-hidden="true">
<span class="buttonText mb-0">GitHub</span>
</a>
<a class="grayButton ml-md-5 ml-0 mb-3" target="_blank" rel="noopener noreferrer"
href="https://flowcv.com/resume/acvgandmmp7n" aria-label="View resume">
<!-- <a class="grayButton ml-5 mb-3" target="_blank" rel="noopener noreferrer" href="https://docs.google.com/document/d/1ZpJ2wfpum1bXTE0Rt6mUNbkit0Y50V_6VrAbc1Aod-I/edit?usp=sharing" aria-label="View resume"> -->
<img src="static/img/Icons/CV.svg" alt="" height="32" class="mr-2 light-icon" aria-hidden="true">
<img src="static/img/Icons/icons_dark/CV_dark.svg" alt="" height="32" class="mr-2 dark-icon d-none"
aria-hidden="true">
<span class="buttonText mb-0">Resume</span>
</a>
</div>
<!-- Vertical Line -->
<div class="column mt-5 pt-5 mainSection">
<p class="grayText row d-flex justify-content-center sectionLabel"> Projects </p>
<div class="row d-flex justify-content-center ">
<div class="verticaline" id="projects"></div>
</div>
</div>
</div>
<!-- Graphic Lamps Image -->
<div class="flex-row justify-content-end" id="graph0">
<button onclick="toggleDarkReader();" aria-label="Toggle dark mode" class="dark-mode-toggle">
<img src="static/img/Graphics/Lamps.svg" alt="Toggle dark mode" class="light-icon">
<img src="static/img/Graphics/graphics_dark/Lamps_dark.png" width="672" height="1024"
alt="Toggle dark mode" class="dark-icon d-none">
</button>
</div>
</div>
<!-- Projects -->
<div class="projectsPage">
<!-- Free GPT4 Web API -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2" src="static/img/Logos/favicon(Nicoladipa).png" alt="FreeGPT4 Logo"
height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
Free GPT4 Web API
<a href="https://aledipa.github.io/Free-GPT4-Page/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon"
alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> API </div>
<div class="languageTag yellowTag mr-2 mb-1"> Python </div>
<div class="languageTag blueTag mr-2 mb-1"> Docker </div>
<div class="languageTag orangeTag mr-2 mb-1"> HTML5 </div>
<div class="languageTag azureTag mr-2 mb-1"> CSS </div>
<div class="languageTag blueTag mr-2 mb-1"> Tailwind </div>
<div class="languageTag yellowTag mr-2 mb-1"> JavaScript </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A server that allows you to have a self-hosted, easy to use, unlimited and free WEB API of the
latest AIs.
<br>
<b class="grayText">Mentions: </b>
<a href="https://onehack.us/t/free-gpt-4-without-paying-a-dime-seriously/307847"
target="_blank">OneHack</a>
<!-- <i class="grayText"> / </i>
<a href="https://devface.ai/developer/aledipa" target="_blank">DevFaceAI</a> -->
<i class="grayText"> / </i>
<a href="https://blog.laozhang.ai/ai-tools/free-gpt4-api-guide/" target="_blank">LaoZhang</a>
<i class="grayText"> / </i>
<a href="https://blog.csdn.net/gitblog_01067/article/details/146560542" target="_blank">CSDN</a>
<i class="grayText"> / </i>
<a href="https://noisevip.cn/18201.html" target="_blank">NoiseVIP</a>
<br>
<img class="pb-1 mb-2" src="https://img.shields.io/docker/pulls/d0ckmg/free-gpt4-web-api"
alt="Docker Pulls" height="23">
<!-- <br> -->
<a class="github-button mt-2" href="https://github.com/aledipa/Free-GPT4-Web-API"
data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star"
data-show-count="true" aria-label="Star aledipa/Free-GPT4-Web-API on GitHub"
title="GitHub Stars">Stars</a>
</p>
<p class="">
<img class="mb-1 mr-1" src="static/img/Icons/Unlocked.svg" alt="Unlocked Lock Icon">
<a class="greenText openSource" href="https://github.com/aledipa/Free-GPT4-WEB-API" target="_blank">
View Source Code
</a>
<img class="mb-1 mr-1" src="static/img/Icons/ArrowRight.svg" height="17" alt="Arrow to Right">
</p>
</div>
</div>
<!-- TheRightClick -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2 p-1" src="static/img/Logos/TheRightClick.png"
alt="TheRightClick Logo" height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
TheRightClick
<a href="https://therightclick.click/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon"
alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> Website </div>
<div class="languageTag blueTag mr-2 mb-1"> TypeScript </div>
<div class="languageTag orangeTag mr-2 mb-1"> HTML5 </div>
<div class="languageTag azureTag mr-2 mb-1"> CSS </div>
<div class="languageTag blueTag mr-2 mb-1"> NextJS </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A store that allows you to download the best and most advanced right-click extensions for MacOS
devices.
Every extension is open source and free to download or upload.
</p>
<p class="">
<img class="mb-1 mr-1" src="static/img/Icons/Unlocked.svg" alt="Unlocked Lock Icon">
<a class="greenText openSource" href="https://github.com/aledipa/TheRightArchive" target="_blank">
View Source Code
</a>
<img class="mb-1 mr-1" src="static/img/Icons/ArrowRight.svg" height="17" alt="Arrow to Right">
</p>
</div>
</div>
<!-- AiModernArt -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2" src="static/img/Logos/AiModernArt.png"
alt="Codifyer Mobile App Logo" height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
AiModernArt
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> Business </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A modern art online store that sells <i>"The best artwork that your favourite artist never
made"</i>. Every artwork is drawn by A.I. and then chosen and fixed by hand.
</p>
</div>
</div>
<!-- SearchBullet -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2" src="static/img/Logos/SearchBullet.jpg" alt="SearchBullet Logo"
height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
SearchBullet
<a href="https://web.archive.org/web/20250919092725/https://searchbullet.org/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon"
alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> Website </div>
<div class="languageTag orangeTag mr-2 mb-1"> HTML5 </div>
<div class="languageTag azureTag mr-2 mb-1"> CSS </div>
<div class="languageTag purpleTag mr-2 mb-1"> Bootstrap </div>
<div class="languageTag yellowTag mr-2 mb-1"> JavaScript </div>
<div class="languageTag blueTag mr-2 mb-1"> JQuery </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
First search engine meant for files, created according to a philosophy of practicality,
simplicity and efficiency, with a non-profit mold (previously searchbullet.org, now discontinued).
</p>
<p class="redText">
<img class="mb-1 mr-1" src="static/img/Icons/Locked.svg" alt="Locked Lock Icon">
Closed Source
</p>
</div>
</div>
<!-- Codifyer -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2" src="static/img/Logos/Codifyer.svg" alt="Codifyer Mobile App Logo"
height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
Codifyer
<!-- The app is no longer available on the Google Play Store ): -->
<!-- <a href="https://play.google.com/store/apps/details?id=com.dipasquale_alessandro.flutter_codify" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon" alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20" class="exportImage dark-icon d-none" alt="Export Icon">
</a> -->
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> App </div>
<div class="languageTag blueTag mr-2 mb-1"> Dart </div>
<div class="languageTag azureTag mr-2 mb-1"> Flutter </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A minimal but powerful encryption and decryption tool, useful for encoding and hashing. Previously
on the Google PlayStore
<!-- <br> -->
<!-- <b class="grayText">Mentions: </b><a href="https://2lyn.yodo1.app/" target="_blank">Yodo1</a> -->
</p>
<p class="">
<img class="mb-1 mr-1" src="static/img/Icons/Unlocked.svg" alt="Unlocked Lock Icon">
<a class="greenText openSource" href="https://github.com/aledipa/Codifyer" target="_blank">
View Source Code
</a>
<img class="mb-1 mr-1" src="static/img/Icons/ArrowRight.svg" height="17" alt="Arrow to Right">
</p>
</div>
</div>
<!-- Portfolio N.D. -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2 light-icon p-2" src="static/img/Logos/NicolaDipa.png"
alt="NicolaDipa's Portfolio" height="120">
<img class="projectImage mr-3 mt-2 dark-icon d-none p-2"
src="static/img/Logos/logos_dark/NicolaDipa_dark.png" alt="NicolaDipa's Portfolio" height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
Portofolio N.D.
<a href="https://nicoladipa.github.io/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon"
alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> Website </div>
<div class="languageTag orangeTag mr-2 mb-1"> HTML5 </div>
<div class="languageTag azureTag mr-2 mb-1"> CSS </div>
<div class="languageTag blueTag mr-2 mb-1"> Tailwind </div>
<div class="languageTag yellowTag mr-2 mb-1"> JavaScript </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A super minimalistic and elegant website showing the best skills in a simple but effective way.
</p>
<p class="">
<img class="mb-1 mr-1" src="static/img/Icons/Unlocked.svg" alt="Unlocked Lock Icon">
<a class="greenText openSource" href="https://github.com/nicoladipa/nicoladipa.github.io"
target="_blank">
View Source Code
</a>
<img class="mb-1 mr-1" src="static/img/Icons/ArrowRight.svg" height="17" alt="Arrow to Right">
</p>
</div>
</div>
<!-- Chroneum -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2" src="static/img/Logos/Chroneum.png"
alt="Chronometer Mobile App Logo" height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
Chroneum
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> App </div>
<div class="languageTag blueTag mr-2 mb-1"> Dart </div>
<div class="languageTag azureTag mr-2 mb-1"> Flutter </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A nice Flutter timer and chronometer developed following the Neumorphic Design guidelines.
<br>
<b class="grayText">Mentions: </b>
<a href="https://flutterawesome.com/a-neumorphic-flutter-timer-and-chronometer/"
target="_blank">FlutterAwsome</a>
<i class="grayText"> / </i>
<a href="https://flutterrepos.com/lib/aledipa-Chroneum" target="_blank">FlutterRepos</a>
</p>
<p class="">
<img class="mb-1 mr-1" src="static/img/Icons/Unlocked.svg" alt="Unlocked Lock Icon">
<a class="greenText openSource" href="https://github.com/aledipa/Chroneum" target="_blank">
View Source Code
</a>
<img class="mb-1 mr-1" src="static/img/Icons/ArrowRight.svg" height="17" alt="Arrow to Right">
</p>
</div>
</div>
<!-- UnderKey -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2" src="static/img/Logos/UnderKey.png" alt="UnderKey Software Logo"
height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
UnderKey
<!-- TODO: Update Download Link -->
<!-- <a href="https://doc-0c-4c-docs.googleusercontent.com/docs/securesc/g0npsk16jsam0pg3tnvrafn7lhogs35k/mthp19o9r5a7nn87hjv4jl5h1m2kqc6c/1645516575000/15211874011363485354/15211874011363485354/1Sin-lXdQyIeAFTBmDRqJTwQHgRzX_RLj?e=download&ax=ACxEAsZzV92JBE8jPbGbdNkGQYAfC15wkZ_UOPHlvdxS5-IqF5h5sKYh8TnGQO_OkaDLvVahZXE0lLbholIJL5L9LUh_VrnzUH4aPv1sfhSY-V1oKL6hhULEYt2E_qga0ytsYtqpnXv8p71q201zoUyvQycYlLHyMFcJ9PeXm6dk4Edwv9qstRHiLOFTuAkmQPyu5kQ5fsr7C_rEYfuxsU_srwgHIy5bETB48eTIpSley9feVugPVmmK8zHmfxSgIv8n3yMl2KKj99Yzbercs-1MXLvq8VmjXVFvhlT4_2xVLITsg_nadSdFFTZ_a7D8gQAm82tTsQIOFo3HSZPTGw4LLdM87YOgG_QO3yiDvUcoaw11f8iLnzRRkd-WaUn3HhcOxUcboR40vjmeyQ7Zej4RAz0iu2eN_FMmZ6uTrC5BzrB8hUnrf1qcK7Wa1FPXYGnpmvEeeNqH9ITShhLh3mQ2slK-bUxTNfLKkmk-Jmqm_Tf4_XO-awrXqy0yquE7C5S8tF1cAxsPN4FFBig69b_mi1BkgPpZ3EVoul0mGApFtXo52MF0ED2BnN0xNkgBxT3_WEca_gHZuyG1Jb4SScz_gKJCI_GsawJGBEx5jBkXkwMsMJW2thN1ufkHcUf2zzA1dM61hNMZ1gm0lOWF6nWQsotG-Jc2ju29Mdpsxbw&authuser=0" target="_blank">
<img src="static/img/Icons/Download.svg" height="20" class="exportImage light-icon" alt="Download Icon">
<img src="static/img/Icons/icons_dark/Download_dark.svg" height="20" class="exportImage dark-icon d-none" alt="Download Icon">
</a> -->
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> Desktop </div>
<div class="languageTag yellowTag mr-2 mb-1"> Python </div>
<div class="languageTag azureTag mr-2 mb-1"> Qt </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A Windows GUI software that encrypts files using AES-256 and 2FA with a physical key (USB Stick).
</p>
<p class="redText">
<img class="mb-1 mr-1" src="static/img/Icons/Locked.svg" alt="Locked Lock Icon">
Closed Source
</p>
</div>
</div>
</div>
<!-- Vertical Line -->
<div class="column mt-5 pt-5 secondarySection" id="skills">
<p class="grayText row d-flex justify-content-center sectionLabel"> Skills </p>
<div class="row d-flex justify-content-center ">
<div class="verticaline halfline"></div>
</div>
</div>
<!-- Skills page -->
<!-- Icons from https://skillicons.dev -->
<div class="skillsPage column mt-5" id="skills">
<!-- FrontEnd skill section -->
<div class="row ml-5">
<img src="static/img/Icons/FrontEnd.svg" height="65" alt="FrontEnd Icon" class="light-icon">
<img src="static/img/Icons/icons_dark/FrontEnd_dark.svg" height="65" alt="FrontEnd Icon"
class="dark-icon d-none">
<p
class="grayText row d-flex justify-content-center sectionLabel glassy noBorder skillLabel ml-3 pt-3 pr-1 pb-1 z-3">
FrontEnd </p>
<div class="marquee marquee--auto languages row mt-1">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/Bootstrap.svg" alt="bootstrap"
title="Bootstrap">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/Css.svg" alt="css" title="CSS">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/Flutter.svg" alt="flutter"
title="Flutter">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/Html.svg" alt="html" title="HTML">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/JQuery.svg" alt="jquery" title="jQuery">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/js.svg" alt="javascript"
title="JavaScript">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/net.svg" alt="dotnet" title=".NET">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/qt.svg" alt="qt" title="Qt">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/tailwind.svg" alt="tailwind"
title="Tailwind CSS">
<img class="marquee__item" src="static/img/CodeLangs/Frontend/Ng.svg" alt="Ng" title="Angular">
</div>
</div>
<!-- BackEnd skill section -->
<div class="row ml-5">
<img src="static/img/Icons/BackEnd.svg" height="65" alt="BackEnd Icon" class="light-icon">
<img src="static/img/Icons/icons_dark/BackEnd_dark.svg" height="65" alt="BackEnd Icon"
class="dark-icon d-none">
<p
class="grayText row d-flex justify-content-center sectionLabel glassy noBorder skillLabel ml-3 pt-3 pr-1 pb-1 z-3">
BackEnd </p>
<div class="inverted-marquee marquee--inverted languages row mt-1 z-0">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/C.svg" alt="C Language" title="C">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/CPP.svg" alt="C++" title="C++">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/CS.svg" alt="C#" title="C#">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/Dart.svg" alt="Dart" title="Dart">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/ExpressJS.svg" alt="ExpressJS"
title="Express.js">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/Flask.svg" alt="Flask"
title="Flask">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/Java.svg" alt="Java" title="Java">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/Kotlin.svg" alt="Kotlin"
title="Kotlin">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/NodeJS.svg" alt="NodeJS"
title="Node.js">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/Php.svg" alt="php" title="PHP">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/Python.svg" alt="Python"
title="Python">
<img class="inverted-marquee__item" src="static/img/CodeLangs/Backend/TypeScript.svg" alt="TypeScript"
title="TypeScript">
</div>
</div>
<!-- Database skill section -->
<div class="row ml-5">
<img src="static/img/Icons/Database.svg" height="65" alt="Database Icon" class="light-icon">
<img src="static/img/Icons/icons_dark/Database_dark.svg" height="65" alt="Database Icon"
class="dark-icon d-none">
<p
class="grayText row d-flex justify-content-center sectionLabel glassy noBorder skillLabel ml-3 pt-3 pr-1 pb-1 z-3">
IT & DB </p>
<div class="marquee marquee--auto languages row mt-1">
<img class="marquee__item z-n1" src="static/img/CodeLangs/Server/Bash.svg" alt="Bash" title="Bash">
<img class="marquee__item" src="static/img/CodeLangs/Server/Docker.svg" alt="Docker" title="Docker">
<img class="marquee__item" src="static/img/CodeLangs/Server/Git.svg" alt="Git" title="Git">
<img class="marquee__item" src="static/img/CodeLangs/Server/Linux.svg" alt="Linux" title="Linux">
<img class="marquee__item" src="static/img/CodeLangs/Server/Mysql.svg" alt="MySQL" title="MySQL">
<img class="marquee__item" src="static/img/CodeLangs/Server/Npm.svg" alt="Npm" title="npm">
<img class="marquee__item" src="static/img/CodeLangs/Server/PostgreSQL.svg" alt="PostgreSQL"
title="PostgreSQL">
<img class="marquee__item" src="static/img/CodeLangs/Server/Powershell.svg" alt="Powershell"
title="PowerShell">
<img class="marquee__item" src="static/img/CodeLangs/Server/RedHat.svg" alt="RedHat" title="Red Hat">
</div>
</div>
</div>
<!-- Vertical Line -->
<div class="column mt-5 pt-5 secondarySection" id="experiences">
<p class="grayText row d-flex justify-content-center sectionLabel"> Experiences </p>
<div class="row d-flex justify-content-center ">
<div class="verticaline halfline"></div>
</div>
</div>
<!-- Experiences page -->
<div class="column secondarySection exp">
<!-- Leonardo -->
<div class="experiencesPage row">
<img src="static/img/Logos/LeonardoAlten.png" height="75" class="expImage ml-3 mt-3"
alt="Leonardo Alten Logo">
<p class="educationLabel ml-3 mt-4 pt-1">
Leonardo
<a href="https://leonardocompany.com/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon" alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
</div>
<div class="column experiencesPage">
<!-- Used languages tags -->
<div class="langsTags experienceTags row d-flex flex-row">
<div class="languageTag grayTag mr-2 mb-1"> 2026 - Now </div>
<div class="languageTag blueTag mr-2 mb-1"> C++ </div>
<div class="languageTag blueTag mr-2 mb-1"> TypeScript </div>
<div class="languageTag redTag mr-2 mb-1"> Angular </div>
<div class="languageTag orangeTag mr-2 mb-1"> HTML5 </div>
<div class="languageTag azureTag mr-2 mb-1"> CSS </div>
</div>
<div class="experiencesPage row ml-2">
<img src="static/img/Icons/Tab.png" height="30" class="expTab ml-5 pl-5 mr-3" alt="Tab Key Symbol">
<p class="w-50 paragraph">
Software development for the creation of interfaces and the entire scenario of a simulated mission,
as an Alten consultant.
</p>
</div>
</div>
<!-- Vertical spacer small -->
<div class="row d-flex justify-content-center secondaryLine">
<div class="verticaline smalline "></div>
</div>
<!-- Moku -->
<div class="experiencesPage row">
<img src="static/img/Logos/Moku.png" height="75" class="expImage ml-3 mt-3" alt="Moku Logo">
<p class="educationLabel ml-3 mt-4 pt-1">
Moku
<a href="https://www.moku.io/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon" alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
</div>
<div class="column experiencesPage">
<!-- Used languages tags -->
<div class="langsTags experienceTags row d-flex flex-row">
<div class="languageTag grayTag mr-2 mb-1"> 2025 </div>
<div class="languageTag redTag mr-2 mb-1"> Angular </div>
<div class="languageTag purpleTag mr-2 mb-1"> GraphQL </div>
<div class="languageTag blueTag mr-2 mb-1"> TypeScript </div>
<div class="languageTag orangeTag mr-2 mb-1"> HTML5 </div>
<div class="languageTag azureTag mr-2 mb-1"> CSS </div>
<div class="languageTag blueTag mr-2 mb-1"> Tailwind </div>
</div>
<div class="experiencesPage row ml-2">
<img src="static/img/Icons/Tab.png" height="30" class="expTab ml-5 pl-5 mr-3" alt="Tab Key Symbol">
<p class="w-50 paragraph">
Activity performed in the role of Front End developer of a web platform for the collaborative
management of orthodontic cases and the design of dental aligners
</p>
</div>
</div>
<!-- Vertical spacer small -->
<div class="row d-flex justify-content-center secondaryLine">
<div class="verticaline smalline "></div>
</div>
<!-- ZuluMedical -->
<div class="experiencesPage row">
<img src="static/img/Logos/ZuluMedical.png" height="75" class="expImage ml-3 mt-3" alt="ZuluMedical Logo">
<p class="educationLabel ml-3 mt-4 pt-1">
ZuluMedical
<a href="https://www.zulumedical.net/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon" alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
</div>
<div class="column experiencesPage">
<!-- Used languages tags -->
<div class="langsTags experienceTags row d-flex flex-row">
<div class="languageTag grayTag mr-2 mb-1"> 2021 - 2022 </div>
<div class="languageTag blueTag mr-2 mb-1"> C# </div>
<div class="languageTag azureTag mr-2 mb-1"> XAML </div>
<div class="languageTag greenTag mr-2 mb-1"> MySQL </div>
<div class="languageTag grayTag mr-2 mb-1"> UWP </div>
<div class="languageTag purpleTag mr-2 mb-1"> MVVM </div>
</div>
<div class="experiencesPage row ml-2">
<img src="static/img/Icons/Tab.png" height="30" class="expTab ml-5 pl-5 mr-3" alt="Tab Key Symbol">
<p class="w-50 paragraph">
Activity performed in the role of Full Stack developer of a warehouse management software
</p>
</div>
</div>
<!-- Vertical spacer small -->
<div class="row d-flex justify-content-center secondaryLine">
<div class="verticaline smalline "></div>
</div>
<!-- CBSistemi -->
<div class="experiencesPage row">
<img src="static/img/Logos/CBSistemi.png" height="75" class="expImage ml-3 mt-3" alt="CBSistemi Logo">
<p class="educationLabel ml-3 mt-4 pt-1">
C.B. Sistemi
<a href="https://www.cbsistemi.it/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon" alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
</div>
<div class="column experiencesPage">
<!-- Used languages tags -->
<div class="langsTags experienceTags row d-flex flex-row">
<div class="languageTag grayTag mr-2 mb-1"> 2021 </div>
<div class="languageTag blueTag mr-2 mb-1"> C# </div>
<div class="languageTag purpleTag mr-2 mb-1"> MVC </div>
<div class="languageTag orangeTag mr-2 mb-1"> HTML5 </div>
<!-- <div class="languageTag azureTag mr-2 mb-1"> CSS </div> -->
<div class="languageTag purpleTag mr-2 mb-1"> Bootstrap </div>
<div class="languageTag yellowTag mr-2 mb-1"> JavaScript </div>
<div class="languageTag blueTag mr-2 mb-1"> JQuery </div>
</div>
<div class="experiencesPage row ml-2">
<img src="static/img/Icons/Tab.png" height="30" class="expTab ml-5 pl-5 mr-3" alt="Tab Key Symbol">
<p class="w-50 paragraph">
Activity performed in the role of Front End developer with backend integration
of the web application StudioWEB v3, a portal for accessing online medical facility reports
</p>
</div>
</div>
</div>
<!-- Vertical Line -->
<div class="column mt-5 pt-5 secondarySection" id="education">
<p class="grayText row d-flex justify-content-center sectionLabel mt-5"> Education </p>
<div class="row d-flex justify-content-center ">
<div class="verticaline halfline"></div>
</div>
</div>
<!-- Education page -->
<div class="row educationPage navbar">
<div class="educationLabel column justify-content-start">
<!-- UniPD section -->
<div class="row ml-5">
<img src="static/img/Logos/UniPD.png" class="mt-2" height="75" alt="UniPD Logo">
<div class="column">
<p class="ml-4">
University of Padua
<a href="https://www.unipd.it/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon"
alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
<div class="langsTags row d-flex flex-row ml-4">
<div class="languageTag grayTag mr-2 mb-1 mt-1"> 2022 - 2025 </div>
<div class="languageTag greenTag mr-2 mb-1 mt-1"> 101/110 </div>
</div>
<p class="paragraph ml-4">
Bachelor's degree in Computer Science and Engineering.
</p>
</div>
</div>
<!-- Horizontal spacer -->
<div class="p-4 pl-5 ml-4">
<div class="horizontaline"></div>
</div>
<!-- Zuccante section -->
<div class="row ml-5">
<img src="static/img/Logos/Zuccante.png" class="mt-4" height="75" alt="Zuccante Logo">
<div class="column">
<p class="ml-4 mt-3">
I.T.I.S. Carlo Zuccante
<a href="https://www.itiszuccante.edu.it/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage light-icon"
alt="Export Icon">
<img src="static/img/Icons/icons_dark/Export_dark.svg" height="20"
class="exportImage dark-icon d-none" alt="Export Icon">
</a>
</p>
<div class="langsTags row d-flex flex-row ml-4">
<div class="languageTag grayTag mr-2 mb-1 mt-1"> 2017 - 2022 </div>
<div class="languageTag greenTag mr-2 mb-1 mt-1"> 92/100 </div>
</div>
<p class="paragraph ml-4">
Diploma in Information Technology.
</p>
</div>
</div>
</div>
<!-- Graphic Needle Image -->
<div class="flex-row justify-content-end mt-1 pt-1" id="graph1">
<img src="static/img/Graphics/Needle.png" alt="Bricolage Graphic" class="light-icon">
<img src="static/img/Graphics/graphics_dark/Needle_dark.png" alt="Bricolage Graphic"
class="dark-icon d-none">
</div>
</div>
<!-- Footer -->
<footer class="footer pt-5 pb-4 mt-5" id="contact">
<div class="container footer-container">
<div class="row mb-4 pb-4">
<div class="col-md-3 mb-4">
<a href="#top" class="d-flex align-items-center footer-brand mb-3">
<img src="static/img/Icons/A2.svg" height="24" width="24" alt="Logo">
<h2 class="footer-title mb-0 ml-2">Alessandro Di Pasquale</h2>
</a>
<p class="footer-desc">
Creative Full-Stack Developer.
<br>Always trying to learn and create something new :)
</p>
</div>
<!-- Explore -->
<div class="col-md-3 mb-4">
<h3 class="footer-heading mb-3">Explore</h3>
<ul class="list-unstyled footer-list">
<li><a href="#projects" class="footer-link">Projects</a></li>
<li><a href="#skills" class="footer-link">Skills</a></li>
<li><a href="#experiences" class="footer-link">Experiences</a></li>
<li><a href="#education" class="footer-link">Education</a></li>
</ul>
</div>
<!-- Connect -->
<div class="col-md-3 mb-4">
<h3 class="footer-heading mb-3">Connect</h3>
<ul class="list-unstyled footer-list">
<li><a href="https://www.linkedin.com/in/alessandro-di-pasquale/" target="_blank"
class="footer-link d-flex align-items-center">
LinkedIn
</a></li>
<li><a href="https://github.com/aledipa" target="_blank"
class="footer-link d-flex align-items-center">
GitHub
</a></li>
<li><a href="mailto:aledipa.03@gmail.com" class="footer-link d-flex align-items-center">
aledipa.03@gmail.com
</a></li>
</ul>
</div>
<!-- Professional -->
<div class="col-md-3 mb-4">
<h3 class="footer-heading mb-3">Professional</h3>
<ul class="list-unstyled footer-list">
<li><a href="https://github.com/aledipa/aledipa.github.io" target="_blank"
class="footer-link">Source Code</a></li>
<li><a href="https://flowcv.com/resume/acvgandmmp7n" target="_blank"
class="footer-link">Resume</a></li>
</ul>
</div>
</div>
<div
class="footer-bottom d-flex flex-column flex-md-row justify-content-between align-items-center pt-4">
<p class="mb-0">© 2022 - 2026 Alessandro Di Pasquale. All rights reserved.</p>
<div class="mt-2 mt-md-0 d-flex gap-4">
<span class="">Thank you for visiting!</span>
</div>
</div>
</div>
</footer>
</body>
</html>