-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
837 lines (716 loc) · 39.4 KB
/
Copy pathindex.html
File metadata and controls
837 lines (716 loc) · 39.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<meta name="description" content="Programming projects, tools, and AI apps by HellenicDev. Explore interactive games, AI tools, and web apps built by Panos."/>
<meta name="author" content="HellenicDev"/>
<meta name="theme-color" content="#19336e"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="HellenicDev">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta property="og:title" content="HellenicDev">
<meta property="og:description" content="Programming projects, tools, and AI apps by HellenicDev.">
<meta property="og:image" content="https://hellenicdev.github.io/logo.webp">
<meta property="og:image:width" content="1152">
<meta property="og:image:height" content="1152">
<meta property="og:url" content="https://hellenicdev.github.io">
<meta property="og:type" content="website">
<meta property="og:site_name" content="HellenicDev">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="HellenicDev">
<meta name="twitter:description" content="Programming projects, tools, and AI apps by HellenicDev.">
<meta name="twitter:image" content="https://hellenicdev.github.io/logo.webp">
<meta name="twitter:site" content="@hellenicdev">
<meta name="twitter:creator" content="@hellenicdev">
<link rel="icon" type="image/webp" href="/logo.webp">
<link rel="apple-touch-icon" href="/logo.webp">
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="https://hellenicdev.github.io">
<link rel="preload" as="image" href="/logo.webp" fetchpriority="high">
<link rel="preconnect" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://cdn.supportfast.ai">
<link rel="preconnect" href="https://www.youtube.com">
<link rel="preconnect" href="https://assets.mailerlite.com">
<link rel="preconnect" href="https://consent.cookiebot.com">
<link rel="preconnect" href="https://www.google.com">
<link rel="preconnect" href="https://townsquare.cauenapier.com" crossorigin />
<link rel="stylesheet" href="https://townsquare.cauenapier.com/widget.css" media="print" onload="this.media='all'" />
<link rel="stylesheet" href="https://townsquare.cauenapier.com/api/sites/site_AhJUHC2I6JqmhTQA/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="https://townsquare.cauenapier.com/widget.css" /><link rel="stylesheet" href="https://townsquare.cauenapier.com/api/sites/site_AhJUHC2I6JqmhTQA/style.css" /></noscript>
<link rel="dns-prefetch" href="https://www.youtube.com">
<link rel="dns-prefetch" href="//cdn.supportfast.ai">
<link rel="dns-prefetch" href="//assets.mailerlite.com">
<script type="application/ld+json">
[{
"@context": "https://schema.org",
"@type": "Person",
"name": "HellenicDev",
"givenName": "Panos",
"url": "https://hellenicdev.github.io",
"image": "https://hellenicdev.github.io/logo.webp",
"sameAs": [
"https://github.com/hellenicdev",
"https://youtube.com/@hellenicdev",
"https://discord.gg/tHwtmrB9xw",
"https://reddit.com/u/hellenicdev",
"https://hellenicdev.substack.com"
]
}, {
"@context": "https://schema.org",
"@type": "WebSite",
"name": "HellenicDev",
"url": "https://hellenicdev.github.io",
"description": "Programming projects, tools, and AI apps by HellenicDev.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://hellenicdev.github.io/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}, {
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://hellenicdev.github.io"
}]
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Codriver",
"url": "https://hellenicdev.github.io/codriver/frontend",
"description": "An AI-powered assistant with games, jokes, riddles, and more.",
"applicationCategory": "AIApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Clicker Game",
"url": "https://hellenicdev.github.io/clicker-game",
"description": "A simple incremental game where every click counts.",
"applicationCategory": "GameApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "The Quiz",
"url": "https://hellenicdev.github.io/the-quiz",
"description": "Test your knowledge in various subjects. Fun and educational quiz app.",
"applicationCategory": "GameApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Dodge & Survive",
"url": "https://hellenicdev.github.io/dodge-and-survive",
"description": "A fast-paced arcade game where you dodge enemies and try to survive.",
"applicationCategory": "GameApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "E-table",
"url": "https://hellenicdev.github.io/e-table",
"description": "A mock restaurant table reservation platform.",
"applicationCategory": "WebApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "The Sound Quiz",
"url": "https://hellenicdev.github.io/the-sound-quiz",
"description": "A simple quiz where you hear sounds and guess them.",
"applicationCategory": "GameApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Pi Radio",
"url": "https://hellenicdev.github.io/pi-radio",
"description": "A 24/7 internet radio station hosted on a Raspberry Pi 5.",
"applicationCategory": "WebApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Jump Stack",
"url": "https://hellenicdev.github.io/jump-stack",
"description": "Can you survive 100 jumps?",
"applicationCategory": "GameApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Every iPhone ever made",
"url": "https://hellenicdev.github.io/every-iphone",
"description": "19 years. 52 models. The complete visual history of every iPhone from 2007 to 2026.",
"applicationCategory": "WebApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Block Drop",
"url": "https://hellenicdev.github.io/block-drop",
"description": "A simple block drop game inspired by Tetris.",
"applicationCategory": "GameApplication",
"operatingSystem": "Web"
}, {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Currency Converter",
"url": "https://currency-converter-7fmk.onrender.com",
"description": "A currency converter with all major currencies.",
"applicationCategory": "FinanceApplication",
"operatingSystem": "Web"
}]
</script>
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="06e4a97f-2c34-41ed-8ab6-d53b581ff080" type="text/javascript" async></script>
<title>HellenicDev – Programming Projects, Tools & Experiments</title>
<style>
body{font-family:sans-serif;background:#111;color:#fff;margin:0;padding:2rem;display:flex;flex-direction:column;align-items:center}
.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:#19336e;color:#fff;padding:8px 16px;border-radius:0 0 8px 8px;z-index:9999;text-decoration:none;font-weight:700;transition:top .2s}
.skip-link:focus{top:0;outline:3px solid #38bdf8}
#menuButton{position:fixed;top:10px;left:10px;font-size:22px;background:#fff;color:#000;padding:4px 8px;border-radius:5px;cursor:pointer;z-index:1000;box-shadow:0 0 5px rgba(0,0,0,.2);transition:transform .3s;border:0;font-family:inherit}
#menuButton.open{transform:rotate(90deg)}
#sideMenu{position:fixed;top:0;left:-250px;width:250px;height:100%;background:#fff;padding-top:60px;transition:left .3s;z-index:999;box-shadow:2px 0 10px rgba(0,0,0,.2)}
#sideMenu a{display:block;padding:12px 20px;text-decoration:none;color:#000;font-weight:700}
header{text-align:center;position:relative}
.logo{width:150px;height:auto;margin-bottom:1.5rem;cursor:pointer;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.5)}
h1{font-size:3rem;margin-bottom:2rem;letter-spacing:2px;text-align:center}
h4,.subtitle{text-align:center;max-width:800px;font-weight:400;color:#ccc;margin:10px auto}
h2{text-align:center;display:inline-block;margin:40px auto 20px;border-bottom:3px solid #19336e;padding-bottom:5px}
h2.left-align{display:block;margin-left:0;border-bottom:3px solid #19336e;padding-bottom:5px}
.footer{text-align:center;padding:20px;font-size:14px;color:#999}
iframe{display:block;width:100%;max-width:100%}
:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}
.game-list{width:100%;max-width:900px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}
.game-card{position:relative;background:#222;padding:1rem;border-radius:10px;text-align:center;display:flex;flex-direction:column;transition:transform .15s ease,background .3s ease}
.game-card:hover{transform:scale(1.03);background:#2a2a2a}
.game-card a{display:flex;flex-direction:column;flex:1;text-decoration:none;color:#38bdf8;font-weight:700;font-size:1.1rem}
.game-card p{margin-top:.5rem;font-size:.85rem;color:#ccc;flex:1;line-height:1.4}
.game-card .new-tag{display:inline-block;background:#19336e;color:#fff;font-size:.65rem;font-weight:600;padding:1px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}
.project-toggle-item{grid-column:1/-1;display:flex;justify-content:center;margin-top:.5rem}
.project-toggle{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #38bdf8;background:#19336e;color:#fff;font:700 1rem/1 sans-serif;padding:.8rem 1.1rem;border-radius:8px;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.3)}
.project-toggle-arrow{transition:transform .3s ease;display:inline-block}
.project-toggle[aria-expanded=true] .project-toggle-arrow{transform:rotate(180deg)}
.project-extra-wrapper{grid-column:1/-1;overflow:hidden;max-height:0}
.project-extra-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}
.project-extra{opacity:0;transform:translateY(36px)}
@media(max-width:768px){body{padding:1rem}h1{font-size:2rem}h2{font-size:1.5rem}#menuButton{font-size:18px;padding:3px 6px}#sideMenu{width:200px;padding-top:50px}.game-list{grid-template-columns:1fr;gap:1rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
</style>
<link rel="stylesheet" href="/style.min.css" media="print" onload="this.media='all';this.onload=null">
<link rel="stylesheet" href="/css/theme.css" media="print" onload="this.media='all';this.onload=null">
<link rel="stylesheet" href="/css/components.css" media="print" onload="this.media='all';this.onload=null">
<noscript><link rel="stylesheet" href="/style.min.css"><link rel="stylesheet" href="/css/theme.css"><link rel="stylesheet" href="/css/components.css"></noscript>
<script defer src="https://www.google.com/recaptcha/api.js"></script>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<button id="menuButton" aria-label="Toggle navigation menu" aria-expanded="false" aria-controls="sideMenu">➜</button>
<nav id="sideMenu" aria-label="Main navigation">
<a href="#about">About Me</a>
<a href="#projects">Projects</a>
<a href="#ai-agent">AI-powered agent</a>
<a href="#coming-next">What’s Coming Next</a>
<a href="#latest-upload">My Latest Upload</a>
<a href="#help-form">Website Building Help Form</a>
<a href="#contact">Contact Me</a>
<a href="#newsletter">Newsletter</a>
<a href="#updates">Updates</a>
</nav>
<header>
<img
src="logo.webp"
width="150"
height="150"
class="logo"
alt="HellenicDev logo"
fetchpriority="high"
decoding="async"
>
<!-- ANNIVERSARY -->
<p id="hidden-thanks" class="hidden-thanks">
Thank you for supporting HellenicDev 💙
</p>
</header>
<main id="main-content">
<section id="about">
<h1 class="left-align">HellenicDev</h1>
<p class="left-align subtitle">Hello! My name is Panos, AKA HellenicDev. I'm passionate about programming and love exploring different languages and technologies. I've created several projects so far—and many more are on the way! You can find a few of them listed below. Enjoy!</p>
<p class="left-align subtitle">Thank you for being part of HellenicDev.
What started as a personal passion for programming has grown into something bigger thanks to everyone who visits, explores, and supports this journey.
Here's to learning, building, and innovating — together. 🚀</p>
</section>
<h2 class="left-align">My Projects:</h2>
<div class="game-list" id="projects">
<div class="game-card">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">REDESIGNED!</span>
<a href="https://hellenicdev.github.io/codriver/frontend?utm_source=hellenicdev.github.io">
<h3>⭐ Featured • Codriver</h3>
<p>An AI-powered assistant. It has games, jokes, riddles, and more.</p>
<!--<p class="last-updated" data-meta="codriver/meta.json">
Checking last update...
</p>-->
</a>
</div>
<div class="game-card">
<span class="new-tag">REDESIGNED!</span>
<a href="https://hellenicdev.github.io/clicker-game?utm_source=hellenicdev.github.io">
<h3>Clicker Game</h3>
<p>A simple incremental game where every click counts. Watch your score rise!</p>
<!--<p class="last-updated" data-meta="clicker-game/meta.json">
Checking last update...
</p>-->
</a>
</div>
<div class="game-card">
<!--<span class="new-tag">UPDATED!</span>-->
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<a href="https://hellenicdev.github.io/budget-tracker?utm_source=hellenicdev.github.io">
<h3>Budget Tracker</h3>
<p>Track your income and expenses with ease. Great for personal finance planning (data saved in browser cookies).</p>
<!--<p class="last-updated" data-meta="budget-tracker/meta.json">
Checking last update...
</p>-->
</a>
</div>
<div class="game-card">
<!--<span class="new-tag">UPDATED!</span>-->
<a href="https://hellenicdev.github.io/the-quiz?utm_source=hellenicdev.github.io">
<h3>The Quiz</h3>
<p>Test your knowledge in various subjects. Fun and educational quiz app!</p>
<!--<p class="last-updated" data-meta="the-quiz/meta.json">
Checking last update...
</p>-->
</a>
</div>
<div class="game-card">
<!--<span class="new-tag">UPDATED!</span>-->
<a href="https://hellenicdev.github.io/e-table?utm_source=hellenicdev.github.io">
<h3>E-table</h3>
<p>A mock app. Supposed to be a platform where you can reserve a table at a restaurant.</p>
<!--<p class="last-updated" data-meta="e-table/meta.json">
Checking last update...
</p>-->
</a>
</div>
<div class="game-card">
<!--<span class="new-tag">UPDATED!</span>-->
<a href="https://hellenicdev.github.io/dodge-and-survive?utm_source=hellenicdev.github.io">
<h3>Dodge & Survive</h3>
<p>A fast-paced arcade game where you dodge enemies and try to survive as long as possible.</p>
<!--<p class="last-updated" data-meta="dodge-and-survive/meta.json">
Checking last update...
</p>-->
</a>
</div>
<div class="game-card">
<span class="new-tag">UPDATED!</span>
<a href="https://hellenicdev.github.io/the-sound-quiz?utm_source=hellenicdev.github.io">
<h3>The Sound Quiz</h3>
<p>A simple quiz. You hear sounds and you have to guess them.</p>
<!--<p class="last-updated" data-meta="the-sound-quiz/meta.json">
Checking last update...
</p>-->
</a>
</div>
<div class="game-card">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">UPDATED!</span>
<a href="https://currency-converter-7fmk.onrender.com?utm_source=hellenicdev.github.io">
<h3>Currency Converter</h3>
<p>A currency converter with all major currencies.</p>
<!--<p class="last-updated" data-meta="currency-converter/meta.json">
Checking last update...
</p>-->
</a>
</div>
<div class="game-card">
<!--<span class="new-tag">UPDATED!</span>-->
<a href="https://hellenicdev.github.io/pi-radio?utm_source=hellenicdev.github.io">
<h3>Pi Radio</h3>
<p>A 24/7 internet radio station hosted on a Raspberry Pi 5.</p>
</a>
</div>
<div class="game-card">
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/jump-stack?utm_source=hellenicdev.github.io">
<h3>Jump Stack</h3>
<p>Can you survive 100 jumps?</p>
</a>
</div>
<div class="game-card">
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/every-iphone?utm_source=hellenicdev.github.io">
<h3>Every iPhone ever made</h3>
<p>19 years. 52 models. 2.3 billion sold. The complete visual history of every iPhone, from 2007 to 2026.</p>
</a>
</div>
<div class="game-card">
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/block-drop?utm_source=hellenicdev.github.io">
<h3>Block Drop</h3>
<p>A simple block drop game inspired by Tetris.</p>
</a>
</div>
<div class="project-extra-wrapper" id="extraWrapper" aria-hidden="true">
<div class="project-extra-grid">
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/cf-email-decoder/public?utm_source=hellenicdev.github.io">
<h3>Cloudflare Email Decoder</h3>
<p>A simple tool that decodes emails protected by Cloudflare's Zero Trust program. </p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/website-inliner?utm_source=hellenicdev.github.io">
<h3>Website Inliner</h3>
<p>A simple tool that clones a website's source code.</p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/life-simulator/frontend?utm_source=hellenicdev.github.io">
<h3>Life Timeline Simulator</h3>
<p>A scroll-based life simulator where you enter your habits and watch a unique timeline of your life unfold.</p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/pulsewire-ai?utm_source=hellenicdev.github.io">
<h3>PulseWire AI</h3>
<p>A new era of news. It fetches news from certified sites and passes them through multiple checks to make sure they are true.</p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/ghost-chat?utm_source=hellenicdev.github.io">
<h3>Ghost Chat</h3>
<p>A full-stack anonymous real-time chat app where users join or create rooms instantly with auto-generated nicknames, no sign-up, and zero data persistence.</p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/holodraw/client?utm_source=hellenicdev.github.io">
<h3>HoloDraw</h3>
<p>Draw, sketch, and brainstorm with your team in real-time. Infinite canvas, multiple tools, and multiplayer collaboration.</p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/anonymous-confession-wall/frontend?utm_source=hellenicdev.github.io">
<h3>Anonymous Confession Wall</h3>
<p>Share your secrets anonymously. No judgment. No names.</p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://qoupons.github.io?utm_source=hellenicdev.github.io">
<h3>Qoupons</h3>
<p>Verified free coupons and discount codes from top stores.</p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/file-transfer?utm_source=hellenicdev.github.io">
<h3>File Transfer</h3>
<p>Temporary file sharing rooms. Upload, share, and download files securely in realtime.</p>
</a>
</div>
<div class="game-card project-extra">
<!-- <span class="maintenance-tag">UNDER MAINTANENCE</span> -->
<span class="new-tag">NEW!</span>
<a href="https://hellenicdev.github.io/digimaster?utm_source=hellenicdev.github.io">
<h3>Digimaster</h3>
<p>A mini number guessing game. Number updates every 12 hours or when guessed correctly.</p>
</a>
</div>
<div class="game-card project-extra">
<span class="new-tag">UPDATED!</span>
<a href="https://hellenicdev.github.io/inbox-simulator?utm_source=hellenicdev.github.io">
<h3>Inbox Simulator</h3>
<p>A Gmail-style inbox simulation where you receive AI-generated emails from high-profile figures in business, tech, media, sports, and entertainment.</p>
</a>
</div>
<div class="game-card project-extra">
<span class="new-tag">COMING SOON!</span>
<div>
<h3>AI Analyser</h3>
<p><i>More details coming soon...</i></p>
</div>
</div>
</div>
</div>
<div class="project-toggle-item" id="projectToggleItem">
<button class="project-toggle" id="projectToggle" type="button" aria-expanded="false">
<span class="project-toggle-text">Show more</span>
<span class="project-toggle-arrow" aria-hidden="true">↓</span>
</button>
</div>
</div>
<!-- "New" tag style-->
<div id="ai-agent" class="responsive-iframe">
<h2 class="left-align"> NEW! AI-powered agent </h2>
<div class="responsive-iframe">
<iframe loading="lazy" title="AI Agent" src="https://app.supportfast.ai/chatbot-iframe/bot-09dcew6lcq" width="100%" height="600px"></iframe>
</div>
</div>
<br><br>
<section class="coming-next content-visibility-auto" id="coming-next">
<h2 class="left-align">What’s Coming Next</h2>
<ul>
<li>🚀 New interactive projects & tools</li>
<li>🎨 UI and performance improvements</li>
<li>🛠️ More developer tools</li>
<li>💡 Community-driven ideas</li>
</ul>
</section>
<br>
<!-- reCAPTCHA-Protected Google Form -->
<div id="latest-upload">
<h2 class="left-align"> My Latest Upload:</h2>
<div class="responsive-iframe">
<div id="ytPlayer" class="yt-placeholder" role="button" tabindex="0" aria-label="Play latest YouTube video">
<img src="https://img.youtube.com/vi/99FexhxsXx8/hqdefault.jpg" alt="YouTube video thumbnail" width="560" height="315" loading="lazy" class="yt-thumb">
<div class="yt-play-btn" aria-hidden="true">
<svg viewBox="0 0 68 48" width="68" height="48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.13 12.21 0 24 0 24s.13 11.79 1.55 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.87 35.79 68 24 68 24s-.13-11.79-1.55-16.26z" fill="red"/><path d="M45 24L27 14v20" fill="white"/></svg>
</div>
</div>
</div>
</div>
<br><br><br><br>
<div id="help-form" class="content-visibility-auto">
<h2 class="left-align">Website Building Help Form</h2>
<!--- WWW-->
<div id="form-container" class="responsive-iframe">
<iframe
loading="lazy"
title="Website Building Help form"
src="https://docs.google.com/forms/d/e/1FAIpQLSemiAokTJcTqz4syWyLyt1H7GWj-LJSkmVt4au51hGNwBMo8Q/viewform?embedded=true"
width="100%"
height="800"
frameborder="0">
Loading…
</iframe>
</div>
</div>
<div id="contact" class="content-visibility-auto">
<!-- Contact Icons -->
<h2 class="left-align">Contact Me</h2>
<div class="contacts">
<a href="mailto:hello@hellenicdev.ccwu.cc" aria-label="Mail" target="_blank" rel="noopener" class="contact-mail">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="30" aria-hidden="true" fill="currentColor"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>
</a>
<a href="https://www.youtube.com/@hellenicdev?sub_confirmation=1" aria-label="YouTube" target="_blank" rel="noopener" class="contact-youtube">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="30" aria-hidden="true" fill="currentColor"><path d="M21.35 8.01c-.2-.75-.78-1.33-1.53-1.53C18.32 6 12 6 12 6s-6.32 0-7.82.48c-.75.2-1.33.78-1.53 1.53C2 9.52 2 12 2 12s0 2.48.65 3.99c.2.75.78 1.33 1.53 1.53C5.68 18 12 18 12 18s6.32 0 7.82-.48c.75-.2 1.33-.78 1.53-1.53C22 14.48 22 12 22 12s0-2.48-.65-3.99zM10 14.93V9.07L15.07 12 10 14.93z"/></svg>
</a>
<a href="https://github.com/hellenicdev" aria-label="Github" target="_blank" rel="noopener" class="contact-github">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="30" aria-hidden="true" fill="currentColor"><path d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.17 6.839 9.49.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.604-3.369-1.34-3.369-1.34-.454-1.156-1.11-1.464-1.11-1.464-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.578 9.578 0 0 1 12 6.836a9.59 9.59 0 0 1 2.504.337c1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.578.688.48C19.138 20.167 22 16.418 22 12c0-5.523-4.477-10-10-10z"/></svg>
</a>
<a href="https://discord.gg/tHwtmrB9xw" aria-label="Discord" target="_blank" rel="noopener" class="contact-discord">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="30" aria-hidden="true" fill="currentColor"><path d="M20.317 4.37a19.791 19.791 0 00-4.885-1.515.074.074 0 00-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 00-5.487 0 12.64 12.64 0 00-.617-1.25.077.077 0 00-.079-.037A19.736 19.736 0 003.677 4.37a.07.07 0 00-.032.028C.533 9.046-.32 13.58.099 18.057a.082.082 0 00.031.057c2.053 1.507 4.041 2.423 5.993 3.03a.078.078 0 00.084-.028c.462-.63.873-1.295 1.226-1.994a.076.076 0 00-.041-.106 13.84 13.84 0 01-1.872-.892.077.077 0 01-.008-.128c.126-.094.252-.192.372-.291a.074.074 0 01.078-.01c3.928 1.793 8.18 1.793 12.061 0a.074.074 0 01.079.01c.12.099.246.198.373.29a.077.077 0 01-.006.129 13.2 13.2 0 01-1.873.892.076.076 0 00-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 00.084.028c1.961-.607 3.95-1.522 6.002-3.03a.077.077 0 00.032-.056c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 00-.031-.029zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.175 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z"/></svg>
</a>
<a href="https://reddit.com/u/hellenicdev" aria-label="Reddit" target="_blank" rel="noopener" class="contact-reddit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="30" height="30" aria-hidden="true" fill="currentColor"><path d="M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.8 11.2 24.9 24.9 24.9 13.6 0 24.6-11.1 24.6-24.6 0-13.8-11.1-24.9-24.6-24.9-10.3 0-19.2 6.3-22.9 15.2l-61.7-13.9c-3.4-.8-6.9.4-9 3.1l-19.1 85.2c-33.5 1.2-63.6 11.1-86 26.6-6.1-6.1-14.3-9.9-23.8-9.9-18.5 0-33.6 15.1-33.6 33.6 0 11.4 5.7 21.5 14.4 27.4-1.1 5.9-1.7 11.9-1.7 18 0 52.6 58.3 95.2 130.1 95.2s130.1-42.6 130.1-95.2c0-6.1-.6-12.1-1.7-18 8.7-5.9 14.4-16 14.4-27.4 0-18.5-15.1-33.6-33.6-33.6zM310.1 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6z"/></svg>
</a>
<a href="https://invite.viber.com/?g2=AQAgg8gST0QlllYfwbe6OjAd1xzo4ezOXxCHX4yh03u0ZSgOXVJksWXm59E6Phz2" aria-label="Viber" target="_blank" rel="noopener" class="contact-viber">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30" height="30" aria-hidden="true" fill="currentColor"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>
</a>
<br><br>
</div>
<iframe src="https://hellenicdev.substack.com/embed" width="480" height="320" class="contact-substack" title="Subscribe on Substack" frameborder="0" scrolling="no" loading="lazy"></iframe>
</div>
<!-- Popup Ad -->
<div id="popup-ad" class="popup-ad" role="dialog" aria-modal="true" aria-label="Sponsored offer" aria-hidden="true">
<strong>Sponsored Offer - Accommodation in Corfu, Greece.</strong>
<p>Nikoletta's Apartments. 9.6 Booking rating. Situated in Tzavros, Nikoleta's Corfu Apartment belongs to a block of houses which feature a large outdoor pool and a colorful garden full of flowers and trees. Set in a 8,000 m² area, the property offers fully equipped apartments with free WiFi access and shaded verandas overlooking the pool.</p>
<a href="https://www.booking.com/Share-BN5noZ?utm_source=hellenicdev.github.io" target="_blank" rel="noopener sponsored" class="link">Check it out →</a>
<button class="popup-ad-1" id="popupCloseBtn" aria-label="Close dialog">×</button>
</div>
<div id="newsletter" class="content-visibility-auto">
<h2 class="left-align"> Newsletter </h2>
<!-- START OF NEWSLETTER -->
<noscript><link rel="stylesheet" href="/mailerlite.css"></noscript>
<div id="mlb2-33394663" class="ml-form-embedContainer ml-subscribe-form ml-subscribe-form-33394663">
<div class="ml-form-align-center ">
<div class="ml-form-embedWrapper embedForm">
<div class="ml-form-embedBody ml-form-embedBodyDefault row-form">
<div class="ml-form-embedContent" style=" ">
<h4>New Hellenicdev Newsletter!</h4>
<p>Sign up for news and project updates!</p>
</div>
<form class="ml-block-form" action="https://assets.mailerlite.com/jsonp/1922622/forms/171163985153885945/subscribe" data-code="" method="post" target="_blank">
<div class="ml-form-formContent">
<div class="ml-form-fieldRow ml-last-item">
<div class="ml-field-group ml-field-email ml-validate-email ml-validate-required">
<!-- input -->
<label for="nl-email" class="sr-only">Email address</label>
<input id="nl-email" aria-required="true" type="email" class="form-control" data-inputmask="" name="fields[email]" placeholder="Email" autocomplete="email">
<!-- /input -->
<!-- textarea -->
<!-- /textarea -->
<!-- select -->
<!-- /select -->
<!-- checkboxes -->
<!-- /checkboxes -->
<!-- radio -->
<!-- /radio -->
<!-- countries -->
<!-- /countries -->
</div>
</div>
</div>
<!-- Privacy policy -->
<div class="ml-form-embedPermissions" style="">
<div class="ml-form-embedPermissionsContent default privacy-policy">
<p>You can unsubscribe anytime. For more details, review our <span><a href="https://hellenicdev.github.io/privacy-policy.html" target="_blank">privacy policy</a>.</span></p>
</div>
</div>
<!-- /Privacy policy -->
<div class="ml-form-checkboxRow ml-validate-required">
<label class="checkbox">
<input type="checkbox">
<div class="label-description">
<p>Opt in to receive news and updates.</p>
</div>
</label>
</div>
<input type="hidden" name="ml-submit" value="1">
<div class="ml-form-embedSubmit">
<button type="submit" class="primary">Subscribe</button>
<button disabled="disabled" style="display: none;" type="button" class="loading">
<div class="ml-form-embedSubmitLoad"></div>
<span class="sr-only">Loading...</span>
</button>
</div>
<input type="hidden" name="anticsrf" value="true">
</form>
</div>
<div class="ml-form-successBody row-success" style="display: none">
<div class="ml-form-successContent">
<h4>Thank you!</h4>
<p>You have successfully joined our subscriber list.</p>
</div>
</div>
</div>
</div>
</div>
<!-- END OF NEWSLETTER -->
</div>
<div id="updates" class="left-align content-visibility-auto">
<h2 class="left-align"> HellenicDev Updates: </h2>
<p class="announcement">
🚀 <strong>HellenicDev</strong> has launched a new project:
<a href="https://hellenicdev.github.io/pi-radio?utm_source=hellenicdev.github.io" target="_blank" class="link">Pi Radio</a>!
<br>
A 24/7 internet radio station powered by a Raspberry Pi 5.
<br>
🎧 A fresh UI experience has been developed.
</p>
<p class="announcement">
🚀 <strong>HellenicDev</strong> now has <a href="https://stats.uptimerobot.com/RrsSLtEzbk" target="_blank" class="link" > Uptime tracking</a>
</p>
<p class="announcement">
🚀 <strong>HellenicDev</strong> now has <a href="https://hellenicdev.printify.me" target="_blank" class="link" > Merch!</a>
</p>
</div>
<div id="townsquare-root"></div>
<script type="module" async>
import { mountTownSquare } from "https://townsquare.cauenapier.com/townsquare.mjs";
mountTownSquare(document.getElementById("townsquare-root"), {
serverOrigin: "https://townsquare.cauenapier.com",
siteKey: "site_AhJUHC2I6JqmhTQA",
pluginModules: [{"name":"soccer-ball","module":"/widget/plugins/soccer-ball.mjs"}],
theme: "host",
weatherConfig: {"mode":"automatic","weather":"clear","distribution":{"clear":58,"rain":17,"snow":17,"storm":8}}
});
</script>
</main>
<!-- END OF UPDATES -->
<br><br><br><br><br><br>
<a href="privacy-policy.html" class="link">Privacy Policy</a>
<footer class="footer">
© 2026 HellenicDev — All projects and content belong to HellenicDev.
</footer>
<script src="/script.min.js" defer></script>
<script defer src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script defer>
document.addEventListener('DOMContentLoaded', function() {
if (typeof kofiWidgetOverlay !== 'undefined') {
kofiWidgetOverlay.draw('hellenicdev', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Donate',
'floating-chat.donateButton.background-color': '#5bc0de',
'floating-chat.donateButton.text-color': '#323842'
});
}
});
</script>
<script defer>
document.addEventListener('DOMContentLoaded', function() {
var wrapper = document.getElementById('extraWrapper');
var toggleItem = document.getElementById('projectToggleItem');
var toggleButton = document.getElementById('projectToggle');
var toggleText = toggleButton ? toggleButton.querySelector('.project-toggle-text') : null;
var extraCards = Array.from(document.querySelectorAll('.project-extra'));
if (!wrapper || !toggleButton || !toggleText || extraCards.length === 0) return;
var staggerTime = 80;
var isAnimating = false;
toggleButton.addEventListener('click', function() {
if (isAnimating) return;
isAnimating = true;
var isOpen = toggleButton.getAttribute('aria-expanded') === 'true';
if (!isOpen) {
extraCards.forEach(function(card) {
card.style.transitionDelay = '0ms';
card.classList.add('is-visible');
});
wrapper.style.maxHeight = wrapper.scrollHeight + 'px';
wrapper.classList.add('is-open');
wrapper.setAttribute('aria-hidden', 'false');
toggleText.textContent = 'Show less';
toggleButton.setAttribute('aria-expanded', 'true');
setTimeout(function() {
isAnimating = false;
}, 400);
} else {
extraCards.forEach(function(card, index) {
card.style.transitionDelay = (index * staggerTime) + 'ms';
card.classList.remove('is-visible');
});
setTimeout(function() {
wrapper.style.maxHeight = '0';
wrapper.classList.remove('is-open');
wrapper.setAttribute('aria-hidden', 'true');
toggleText.textContent = 'Show more';
toggleButton.setAttribute('aria-expanded', 'false');
setTimeout(function() {
extraCards.forEach(function(card) {
card.style.transitionDelay = '';
});
isAnimating = false;
}, 400);
}, extraCards.length * staggerTime + 100);
}
});
});
</script>
</body>
</html>