-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
516 lines (502 loc) · 37.1 KB
/
index.html
File metadata and controls
516 lines (502 loc) · 37.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Exarchos Theodoros - Full-Stack Developer & Informatics Student based in Athens, Greece">
<meta name="theme-color" content="#0d0d0d">
<title>Exarchos Theodoros | Full-Stack Developer</title>
<link rel="icon" href="favicon.ico" sizes="any">
<link rel="icon" href="icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Navigation -->
<nav class="navbar" role="navigation" aria-label="Main navigation">
<div class="nav-container">
<a href="index.html" class="nav-logo" aria-label="Home">
<span class="logo-dot"></span>
<span class="logo-text">EXAR</span>
</a>
<button class="nav-toggle" aria-label="Toggle navigation menu" aria-expanded="false">
<span class="hamburger"></span>
</button>
<ul class="nav-links" role="menubar">
<li role="none"><a href="#hero" role="menuitem" class="nav-link active">Home</a></li>
<li role="none"><a href="#timeline" role="menuitem" class="nav-link">Timeline</a></li>
<li role="none"><a href="#featured" role="menuitem" class="nav-link">Featured</a></li>
<li role="none"><a href="#highlights" role="menuitem" class="nav-link">Highlights</a></li>
<li role="none"><a href="#skills" role="menuitem" class="nav-link">Skills</a></li>
<li role="none"><a href="projects.html" role="menuitem" class="nav-link nav-link-page">Projects</a></li>
</ul>
</div>
</nav>
<!-- Main Content -->
<main id="main-content">
<!-- Hero Section -->
<section id="hero" class="hero-section" aria-labelledby="hero-title">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<p class="hero-greeting">Hello, I'm</p>
<h1 id="hero-title" class="hero-name">Exarchos Theodoros</h1>
<p class="hero-tagline">
<span class="age">21</span> · <span class="location">Athens, Greece</span>
</p>
<p class="hero-role">Full-Stack Developer & Informatics Student</p>
<div class="hero-actions">
<a href="assets/Exarchos_Theodoros_CV.pdf" download class="btn btn-primary">
<svg class="btn-icon" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
<polyline points="7 10 12 15 17 10"/>
<line x1="12" y1="15" x2="12" y2="3"/>
</svg>
Download CV
</a>
<div class="hero-socials">
<a href="https://github.com/EXARTeo" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="GitHub">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
<a href="https://www.linkedin.com/in/theodoros-exarchos-08a770391/" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="LinkedIn">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</a>
<a href="https://instagram.com/exartheo" target="_blank" rel="noopener noreferrer" class="social-link" aria-label="Instagram">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
</svg>
</a>
<a href="mailto:exarchtheo@gmail.com" class="social-link" aria-label="Email">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
</svg>
</a>
</div>
<button id="heroTerminalBtn" class="btn btn-terminal" type="button" aria-label="Launch terminal" style="margin-top: var(--space-md); width: 70%; justify-content: center;">
<svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5">
<polyline points="4 17 10 11 4 5"/>
<line x1="12" y1="19" x2="20" y2="19"/>
</svg>
Launch Terminal
</button>
</div>
</div>
<!-- Photo Swipe Deck with peek effect -->
<div class="hero-photo" aria-label="Photo gallery - swipe or drag to see more">
<div class="photo-deck-wrapper">
<div class="photo-deck" id="photoDeck"></div>
<button class="photo-reset" id="photoReset" aria-label="Reset photo stack" hidden>
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="1 4 1 10 7 10"/>
<path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"/>
</svg>
Again
</button>
</div>
<p class="photo-hint">Swipe to see more</p>
</div>
</div>
</div>
</section>
<!-- Timeline Section -->
<section id="timeline" class="timeline-section" aria-labelledby="timeline-title">
<div class="container">
<div class="window-card">
<div class="window-header">
<div class="window-dots">
<span class="dot dot-red"></span>
<span class="dot dot-yellow"></span>
<span class="dot dot-green"></span>
</div>
<span class="window-title">Timeline</span>
</div>
<div class="window-toolbar">
<div class="timeline-toggle" role="tablist" aria-label="Timeline view toggle">
<button role="tab" class="toggle-btn active" data-view="work" aria-selected="true">Work</button>
<button role="tab" class="toggle-btn" data-view="education" aria-selected="false">Education</button>
</div>
</div>
<div class="window-body" id="timeline-content">
<!-- Work Timeline -->
<div class="timeline-view timeline-work active" data-timeline="work">
<div class="timeline-track">
<article class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-date">2025 — Present</div>
<h3 class="timeline-role">Freelance Full-Stack Developer</h3>
<p class="timeline-company">Self-employed</p>
<ul class="timeline-details">
<li>Acquired and managed clients end-to-end: requirements, implementation, delivery, and iterations.</li>
<li>Deliver both static sites and full-stack web applications. Clean structure and mobile-first layouts.</li>
</ul>
</article>
<article class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-date">2025 — Present</div>
<h3 class="timeline-role">Lab Assistant</h3>
<p class="timeline-company">DIT, NKUA</p>
<ul class="timeline-details">
<li>Assisted in laboratory sessions for Introduction to Programming (C) and Data Structures, providing hands-on support to students during exercises.</li>
<li>Supported students with debugging, core CS fundamentals, and structured problem solving.</li>
</ul>
</article>
<article class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-date">2022 — 2025</div>
<h3 class="timeline-role">Seasonal Hospitality</h3>
<p class="timeline-company">Various Venues</p>
<ul class="timeline-details">
<li>High-volume summer venues: Nikos Pita Club (Syvota 2023–2025), Pachis Beach Bar (Thassos 2022).</li>
</ul>
</article>
</div>
</div>
<!-- Education Timeline -->
<div class="timeline-view timeline-education" data-timeline="education">
<div class="timeline-track">
<article class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-date">2022 — 2026</div>
<h3 class="timeline-role">BSc Informatics & Telecommunications</h3>
<p class="timeline-company">NKUA</p>
<ul class="timeline-details">
<li>Expected Graduation: 2026</li>
<!-- <li>Current Average Grade: 8.0 / 10</li> -->
</ul>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Projects Section -->
<section id="featured" class="featured-section" aria-labelledby="featured-title">
<div class="container">
<h2 id="featured-title" class="section-title">
<span class="title-accent">~$</span> Featured Projects
</h2>
<div class="featured-grid">
<article class="project-card winner" id="project-crowdless">
<div class="project-header">
<svg class="project-icon" width="18" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/>
</svg>
<a href="https://crowdless.gr" target="_blank" rel="noopener noreferrer"
class="project-link" aria-label="View Crowdless">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
<polyline points="15 3 21 3 21 9"/>
<line x1="10" y1="14" x2="21" y2="3"/>
</svg>
</a>
</div>
<h3 class="project-title">Crowdless</h3>
<p class="project-desc">Multi-award-winning AI application to prevent urban overcrowding.
Utilizes Reinforcement Learning for smart, crowd-aware, personalized
recommendations in real-time.</p>
<div class="project-meta">
<span class="project-lang" data-lang="Python"><span class="lang-dot"></span>Python</span>
<span class="badge-winner">
<svg width="10" height="10" viewBox="0 0 24 24" fill="currentColor">
<path d="M5 3h14l-1.5 6H6.5L5 3zM6.5 9h11L12 21 6.5 9z"/>
</svg>
1st Place x2
</span>
</div>
</article>
<article class="project-card private" id="project-bookingknow">
<div class="project-header">
<svg class="project-icon" width="18" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/>
</svg>
<a href="https://demo.bookingknow.com" target="_blank" rel="noopener noreferrer"
class="project-link" aria-label="View live demo">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"/>
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
</svg>
</a>
</div>
<h3 class="project-title">BookingKnow SaaS</h3>
<p class="project-desc">A multi-tenant, white-label booking engine built with Django 5
and PostgreSQL. Features middleware-based tenant resolution, custom availability engine,
4-step booking wizard, and automated email notifications.</p>
<div class="project-meta">
<span class="project-lang" data-lang="Python"><span class="lang-dot"></span>Python</span>
<span class="project-private-badge">Proprietary</span>
</div>
</article>
<article class="project-card" data-repo="EXARTeo/Network_File_System-NFS" id="project-nfs">
<div class="project-header">
<svg class="project-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/>
</svg>
<a href="https://github.com/EXARTeo/Network_File_System-NFS" target="_blank" rel="noopener noreferrer" class="project-link" aria-label="View on GitHub">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
<polyline points="15 3 21 3 21 9"/>
<line x1="10" y1="14" x2="21" y2="3"/>
</svg>
</a>
</div>
<h3 class="project-title">Network File System (NFS)</h3>
<p class="project-desc">C client/server file system over TCP sockets with command-driven sync operations (LIST/PULL/PUSH) and a multi-worker manager for concurrency.</p>
<div class="project-meta">
<span class="project-lang" data-lang="C"><span class="lang-dot"></span>C</span>
<span class="project-stats">
<span class="stat" data-stat="stars" title="Stars">
<svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor"><path d="M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"/></svg>
<span class="stat-value">—</span>
</span>
<span class="stat" data-stat="forks" title="Forks">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><circle cx="18" cy="6" r="3"/><path d="M18 9v1a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V9"/><path d="M12 12v3"/></svg>
<span class="stat-value">—</span>
</span>
</span>
</div>
</article>
<article class="project-card" data-repo="EXARTeo/Remote-Homology-Search-with-Approximate-Methods-ESM-2" id="project-remote-homology">
<div class="project-header">
<svg class="project-icon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/>
</svg>
<a href="https://github.com/EXARTeo/Remote-Homology-Search-with-Approximate-Methods-ESM-2" target="_blank" rel="noopener noreferrer" class="project-link" aria-label="View on GitHub">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
<polyline points="15 3 21 3 21 9"/>
<line x1="10" y1="14" x2="21" y2="3"/>
</svg>
</a>
</div>
<h3 class="project-title">Remote Homology Search (ESM-2)</h3>
<p class="project-desc">Remote homology search using ESM-2 protein language model embeddings with approximate nearest-neighbor methods for fast, large-scale protein similarity detection.</p>
<div class="project-meta">
<span class="project-lang" data-lang="Python"><span class="lang-dot"></span>Python</span>
<span class="project-stats">
<span class="stat" data-stat="stars" title="Stars">
<svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor"><path d="M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"/></svg>
<span class="stat-value">—</span>
</span>
<span class="stat" data-stat="forks" title="Forks">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><circle cx="18" cy="6" r="3"/><path d="M18 9v1a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V9"/><path d="M12 12v3"/></svg>
<span class="stat-value">—</span>
</span>
</span>
</div>
</article>
</div>
<div class="featured-cta">
<a href="projects.html" class="btn btn-secondary">
View All Projects
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="5" y1="12" x2="19" y2="12"/>
<polyline points="12 5 19 12 12 19"/>
</svg>
</a>
</div>
</div>
</section>
<!-- Highlights Section -->
<section id="highlights" class="highlights-section" aria-labelledby="highlights-title">
<div class="container">
<h2 id="highlights-title" class="section-title">
<span class="title-accent">~$</span> Highlights
</h2>
<div class="highlights-grid">
<article class="highlight-card">
<div class="highlight-badge">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="8" r="6"/>
<path d="M15.477 12.89 17 22l-5-3-5 3 1.523-9.11"/>
</svg>
</div>
<div class="highlight-content">
<h3 class="highlight-title">AI Hackathon 2026</h3>
<p class="highlight-subtitle">Winner — Open Track</p>
<p class="highlight-desc">Awarded 1st place for the continued evolution of <a href="https://crowdless.gr" target="_blank" rel="noopener noreferrer" style="color: var(--color-green);">Crowdless</a>, focusing on decentralized AI nodes for real-time urban overcrowding prevention and privacy-first data processing.</p>
</div>
<img src="assets/highlights/AI_Hackathon.jpg" alt="AI Hackathon 2026" class="highlight-img" loading="lazy">
</article>
<article class="highlight-card">
<div class="highlight-badge">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="8" r="6"/>
<path d="M15.477 12.89 17 22l-5-3-5 3 1.523-9.11"/>
</svg>
</div>
<div class="highlight-content">
<h3 class="highlight-title">Cassini Hackathon 2025</h3>
<p class="highlight-subtitle">Winner — Greece</p>
<p class="highlight-desc">Winner of the Cassini Hackathon Greece with the <a href="https://crowdless.gr" target="_blank" rel="noopener noreferrer" style="color: var(--color-green);">Crowdless</a> team, developing a data-driven solution using space-related data to address overcrowding and urban mobility challenges.</p>
</div>
<img src="assets/highlights/Cassini_Hackathon.png" alt="Cassini Hackathon 2025" class="highlight-img" loading="lazy">
</article>
<article class="highlight-card">
<div class="highlight-badge">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="8" r="6"/>
<path d="M15.477 12.89 17 22l-5-3-5 3 1.523-9.11"/>
</svg>
</div>
<div class="highlight-content">
<h3 class="highlight-title">Gen AI Summit Hackathon 2025</h3>
<p class="highlight-subtitle">Winner</p>
<p class="highlight-desc">Winner of the GenAI Summit Hackathon for an MVP concept built with Lovable: clustered and labeled user reviews to surface recurring issues and a graph view of related problems, helping developers prioritize app improvements.</p>
</div>
<img src="assets/highlights/Gen_AI.png" alt="Gen AI Summit Hackathon 2025" class="highlight-img" loading="lazy">
</article>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills-section" aria-labelledby="skills-title">
<div class="container">
<h2 id="skills-title" class="section-title">
<span class="title-accent">~$</span> Skills
</h2>
<div class="skills-compact">
<div class="skill-group">
<h3 class="skill-label">Languages</h3>
<div class="skill-tags">
<span class="skill-tag">C</span>
<span class="skill-tag">C++</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">SQL</span>
<span class="skill-tag">Assembly</span>
</div>
</div>
<div class="skill-group">
<h3 class="skill-label">ML/AI</h3>
<div class="skill-tags">
<span class="skill-tag">PyTorch</span>
<span class="skill-tag">scikit-learn</span>
<span class="skill-tag">NumPy</span>
<span class="skill-tag">ESM-2</span>
</div>
</div>
<div class="skill-group">
<h3 class="skill-label">Web</h3>
<div class="skill-tags">
<span class="skill-tag">Django</span>
<span class="skill-tag">HTML/CSS/JavaScript</span>
<span class="skill-tag">REST APIs</span>
<span class="skill-tag">Celery</span>
<span class="skill-tag">Nginx</span>
</div>
</div>
<div class="skill-group">
<h3 class="skill-label">Infrastructure</h3>
<div class="skill-tags">
<span class="skill-tag">Linux</span>
<span class="skill-tag">Docker</span>
<span class="skill-tag">Git</span>
<span class="skill-tag">PostgreSQL</span>
<span class="skill-tag">MySQL</span>
</div>
</div>
<div class="skill-group">
<h3 class="skill-label">Other</h3>
<div class="skill-tags">
<span class="skill-tag">LaTeX</span>
<span class="skill-tag">MATLAB</span>
</div>
</div>
<div class="skill-group">
<h3 class="skill-label">Spoken</h3>
<div class="skill-tags">
<span class="skill-tag">Greek (Native)</span>
<span class="skill-tag">English (Fluent)</span>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer" role="contentinfo">
<div class="footer-wall">
<!-- Graffiti layer - decorative images positioned anywhere -->
<div class="graffiti-layer" aria-hidden="true">
<img class="graffiti" src="assets/XR_logo.svg" alt=""
style="--x: 90%; --y: 50%; --s: 1.2; --r: -0deg; --o: 0.7; --z: 3; filter: drop-shadow(0 2px 4px var(--color-green-bright));">
<img class="graffiti" src="assets/XR_logo.svg" alt=""
style="--x: 10%; --y: 10%; --s: 1.2; --r: -8deg; --o: 0.9; --z: 2;">
<img class="graffiti" src="assets/XR_logo1.svg" alt=""
style="--x: 15%; --y: 45%; --s: 0.8; --r: -12deg; --o: 0.75; --z: 1;">
<!-- Add more graffiti images:
<img class="graffiti" src="assets/g2.png" alt=""
style="--x: 50%; --y: 20%; --s: 1; --r: 3deg; --o: 0.85; --z: 3;">
-->
</div>
<!-- Green paint accents overlay -->
<div class="paint-accents" aria-hidden="true"></div>
<div class="footer-content">
<div class="footer-socials">
<a href="https://github.com/EXARTeo" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
<a href="https://www.linkedin.com/in/theodoros-exarchos-08a770391/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</a>
<a href="https://instagram.com/exartheo" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
</svg>
</a>
<a href="mailto:exarchtheo@gmail.com" aria-label="Email">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
</svg>
</a>
</div>
<p class="footer-tagline">build with frape and code</p>
<p class="footer-copy">© <span id="copyrightYear"></span> Exarchos Theodoros</p>
</div>
</div>
</footer>
<!-- Terminal Launcher -->
<button class="terminal-launcher" id="terminalLauncher" aria-label="Open terminal">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="4 17 10 11 4 5"/>
<line x1="12" y1="19" x2="20" y2="19"/>
</svg>
</button>
<!-- Terminal Widget -->
<div class="terminal-window" id="terminalWindow" role="dialog" aria-label="Terminal" aria-hidden="true">
<div class="terminal-header" id="terminalHeader">
<div class="terminal-buttons">
<button class="terminal-btn terminal-close" id="terminalClose" aria-label="Close terminal"></button>
<button class="terminal-btn terminal-minimize" id="terminalMinimize" aria-label="Minimize terminal"></button>
<span class="terminal-btn terminal-maximize"></span>
</div>
<span class="terminal-title" id="terminalTitle">exar@portfolio:~</span>
<button id="terminalHide" class="terminal-btn terminal-hide" type="button" aria-label="Hide terminal">–</button>
<button id="terminalExit" class="terminal-btn terminal-exit" type="button" aria-label="Exit terminal session">×</button>
</div>
<div class="terminal-body" id="terminalBody">
<div class="terminal-output" id="terminalOutput" aria-live="polite"></div>
<div class="terminal-input-line">
<span class="terminal-prompt" id="terminalPrompt">exar@portfolio:~$</span>
<input type="text" class="terminal-input" id="terminalInput" aria-label="Terminal command input" autocomplete="off" spellcheck="false">
</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>