-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
719 lines (713 loc) · 55.4 KB
/
index.html
File metadata and controls
719 lines (713 loc) · 55.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
<!DOCTYPE html>
<html class="dark" lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Wassim | Engineering Portfolio</title>
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap"
rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap"
rel="stylesheet" />
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"primary-fixed-dim": "#a7c8ff",
"surface-container-lowest": "#000e23",
"error-container": "#93000a",
"on-secondary-fixed-variant": "#2f486a",
"outline-variant": "#414753",
"surface-tint": "#a7c8ff",
"on-surface-variant": "#c1c6d5",
"inverse-surface": "#d4e3ff",
"on-primary-fixed-variant": "#004788",
"background": "#00142b",
"inverse-primary": "#005eb2",
"on-secondary": "#163152",
"secondary": "#afc8f0",
"on-tertiary-fixed-variant": "#00531d",
"error": "#ffb4ab",
"surface": "#00142b",
"secondary-fixed": "#d4e3ff",
"tertiary": "#3ce368",
"on-primary-fixed": "#001b3b",
"surface-variant": "#1b3656",
"tertiary-fixed-dim": "#3ce368",
"primary-fixed": "#d5e3ff",
"on-tertiary": "#003911",
"primary": "#a7c8ff",
"surface-container-highest": "#1b3656",
"on-primary-container": "#fdfbff",
"on-error-container": "#ffdad6",
"on-error": "#690005",
"inverse-on-surface": "#163152",
"tertiary-container": "#008734",
"surface-bright": "#203a5b",
"secondary-container": "#2f486a",
"secondary-fixed-dim": "#afc8f0",
"on-secondary-fixed": "#001c3a",
"on-surface": "#d4e3ff",
"on-primary": "#003060",
"surface-container": "#012040",
"surface-container-high": "#0e2b4b",
"on-secondary-container": "#9eb7de",
"outline": "#8b919e",
"on-tertiary-fixed": "#002107",
"tertiary-fixed": "#6aff86",
"on-background": "#d4e3ff",
"primary-container": "#0074d9",
"surface-container-low": "#001c3a",
"on-tertiary-container": "#f7fff2",
"surface-dim": "#00142b"
},
fontFamily: {
"headline": ["Space Grotesk"],
"body": ["Inter"],
"label": ["Inter"]
},
borderRadius: { "DEFAULT": "0.125rem", "lg": "0.25rem", "xl": "0.5rem", "full": "0.75rem" },
},
},
}
</script>
<style>
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
vertical-align: middle;
}
.bg-grid-pattern {
background-image: radial-gradient(circle, #1b3656 1px, transparent 1px);
background-size: 30px 30px;
}
.blueprint-border {
border-left: 1px solid rgba(167, 200, 255, 0.1);
}
</style>
</head>
<body class="bg-background text-on-surface font-body selection:bg-tertiary selection:text-on-tertiary">
<!-- TopNavBar -->
<nav class="bg-[#00142b]/70 backdrop-blur-md fixed top-0 w-full z-50">
<div class="flex justify-between items-center w-full px-8 py-4 max-w-7xl mx-auto">
<a class="text-2xl font-black text-[#0074d9] hover:text-[#a7c8ff] transition-colors font-['Space_Grotesk'] tracking-tight"
href="#">W</a>
<div class="hidden md:flex gap-8 items-center">
<a class="font-['Space_Grotesk'] font-bold tracking-tight text-[#a7c8ff] border-b-2 border-[#3ce368] pb-1"
href="#home">Home</a>
<a class="font-['Space_Grotesk'] font-bold tracking-tight text-[#8b919e] hover:text-[#a7c8ff] transition-all"
href="#about">About</a>
<a class="font-['Space_Grotesk'] font-bold tracking-tight text-[#8b919e] hover:text-[#a7c8ff] transition-all"
href="#skills">Skills</a>
<a class="font-['Space_Grotesk'] font-bold tracking-tight text-[#8b919e] hover:text-[#a7c8ff] transition-all"
href="#projects">Projects</a>
<a class="font-['Space_Grotesk'] font-bold tracking-tight text-[#8b919e] hover:text-[#a7c8ff] transition-all"
href="#contact">Contact</a>
</div>
<div class="flex items-center gap-4">
<div class="flex gap-2">
<a class="p-2 text-outline hover:text-primary transition-colors" href="#">
<span class="material-symbols-outlined" data-icon="code">code</span>
</a>
<a class="p-2 text-outline hover:text-primary transition-colors" href="CV.pdf"
download="CV_Wassim.pdf" title="Télécharger mon CV">
<span class="material-symbols-outlined" data-icon="link">link</span>
</a>
</div>
<a href="#contact"
class="bg-primary-container text-on-primary-container px-6 py-2 rounded-xl font-bold scale-95 active:scale-90 transition-transform inline-block">Hire
Me</a>
</div>
</div>
</nav>
<main class="pt-20">
<!-- Hero Section -->
<section class="relative min-h-[921px] flex flex-col justify-center overflow-hidden px-8" id="home">
<div class="absolute inset-0 z-0 opacity-20">
<img class="w-full h-full object-cover"
data-alt="high-detail macro shot of a complex STM32 microcontroller circuit board with blue led glows and technical schematics in background"
src="https://lh3.googleusercontent.com/aida-public/AB6AXuCQ168fnQBcy-YTJ8-ICM-wR_8AO8qq09mqvEZbL0GGTyyCtpuQ4cpLPWvrU3ZcgYtsBSbIIhXjIOIHWXIUEiolmZvRZlLk4qSAdviGgY-gjISKzhtC3gZ9RwzS0o3NC8nO7wcWRddZYaAyiFrItwbwTzjXjAP7mKnWpQ2ZC2D47NE2C2AurxFP98EUt_TtObRbyec5CXs0Lq0dXlu2qBs2hgUBAr8N9nneL2cXRpW-TD6TgpqO5IOFTrwG3jfzabIlRpxBrpNBwGo" />
</div>
<div class="absolute inset-0 bg-gradient-to-b from-background via-transparent to-background z-10"></div>
<div class="max-w-7xl mx-auto w-full relative z-20 grid grid-cols-12 gap-6">
<div class="col-span-12 md:col-start-3 md:col-span-9">
<span
class="font-headline text-tertiary tracking-widest uppercase text-sm font-bold mb-4 block">Engineered
for Precision</span>
<h1 class="font-headline text-7xl md:text-9xl font-extrabold text-on-surface leading-tight mb-6">
Wassim</h1>
<p
class="font-headline text-2xl md:text-3xl text-primary font-light mb-8 max-w-2xl leading-relaxed">
1st Year Engineering Student | <span class="text-on-surface">Software & Embedded Systems
Developer</span>
</p>
<p class="text-outline text-lg mb-10 max-w-xl">
From code to electronics: I transform ideas into concrete solutions. Specializing in
high-performance firmware and robust software architecture.
</p>
<div class="flex flex-wrap gap-6">
<a class="bg-primary-container text-on-primary-container px-8 py-4 rounded-xl font-bold flex items-center gap-3 hover:bg-primary transition-colors"
href="#projects">
Discover my projects
<span class="material-symbols-outlined" data-icon="arrow_forward">arrow_forward</span>
</a>
<a class="border border-outline/30 text-primary px-8 py-4 rounded-xl font-bold hover:bg-surface-container-high transition-colors"
href="#contact">
Contact me
</a>
</div>
</div>
</div>
</section>
<!-- About Me Section -->
<section class="py-24 px-8 bg-surface-container-low" id="about">
<div class="max-w-7xl mx-auto grid grid-cols-12 gap-12 items-center">
<div class="col-span-12 md:col-span-4 aspect-square rounded-2xl overflow-hidden shadow-2xl">
<img class="w-full h-full object-cover grayscale hover:grayscale-0 transition-all duration-700"
alt="Wassim" src="image.jpg" />
</div>
<div class="col-span-12 md:col-span-8 blueprint-border pl-0 md:pl-12">
<h2 class="font-headline text-4xl font-bold mb-8 flex items-center gap-4">
<span class="material-symbols-outlined text-tertiary" data-icon="person">person</span>
About Me
</h2>
<p class="text-xl text-on-surface-variant leading-relaxed mb-8">
Motivated first-year engineering student, passionate about software development and embedded
systems. I have already carried out several personal and academic projects with STM32 and
various programming languages.
</p>
<p class="text-xl text-on-surface-variant leading-relaxed mb-12">
Curious, rigorous and always ready to learn new technologies. My approach blends the technical
rigor of engineering with the creative problem-solving of software development.
</p>
<div class="w-full">
<h3
class="font-headline text-lg font-bold text-tertiary mb-6 uppercase tracking-tighter flex items-center gap-3">
<span class="material-symbols-outlined text-tertiary" data-icon="school">school</span>
Education
</h3>
<div class="space-y-6">
<!-- Engineering Cycle -->
<div class="bg-surface-container-high p-8 rounded-2xl border-l-4 border-tertiary">
<div
class="flex flex-col md:flex-row justify-between items-start md:items-center gap-4">
<div>
<p class="text-xl font-bold text-on-surface leading-tight mb-1">National
Institute of Applied Science and Technology (INSAT)</p>
<p class="text-primary text-sm font-medium mb-4 md:mb-0">Tunisia</p>
</div>
<div class="text-left md:text-right shrink-0">
<p class="text-outline font-bold md:text-sm">Sep 2025 – Present</p>
<p class="text-tertiary text-xs font-bold mt-1 uppercase tracking-wider">
Expected Graduation: 2028</p>
</div>
</div>
<div class="mt-4 pt-4 border-t border-outline/10">
<p class="text-on-surface flex items-center gap-2">
<span class="material-symbols-outlined text-tertiary text-sm"
data-icon="chevron_right">chevron_right</span>
<strong class="text-on-surface">Engineering Cycle in Industrial IT and
Automation</strong>
</p>
</div>
</div>
<!-- Preparatory Cycle -->
<div class="bg-surface-container-high p-8 rounded-2xl border-l-4 border-tertiary">
<div
class="flex flex-col md:flex-row justify-between items-start md:items-center gap-4">
<div>
<p class="text-xl font-bold text-on-surface leading-tight mb-1">National
Institute of Applied Science and Technology (INSAT)</p>
<p class="text-primary text-sm font-medium mb-4 md:mb-0">Tunisia</p>
</div>
<div class="text-left md:text-right shrink-0">
<p class="text-outline font-bold md:text-sm">Sep 2023 – Jun 2025</p>
</div>
</div>
<div class="mt-4 pt-4 border-t border-outline/10">
<p class="text-on-surface flex items-center gap-2">
<span class="material-symbols-outlined text-tertiary text-sm"
data-icon="chevron_right">chevron_right</span>
<strong class="text-on-surface">Preparatory Cycle in Mathematics, Physics, and
Industrial IT and Automation</strong>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="py-24 px-8 bg-background bg-grid-pattern" id="skills">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-12 mb-16">
<div class="col-span-12 md:col-start-3">
<h2 class="font-headline text-4xl font-bold mb-4">Technical Proficiency</h2>
<div class="h-1 w-20 bg-tertiary"></div>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<!-- Programming -->
<div
class="bg-surface-container-low p-8 rounded-2xl hover:bg-surface-container-high transition-all duration-300">
<span class="material-symbols-outlined text-tertiary text-4xl mb-6"
data-icon="terminal">terminal</span>
<h3 class="font-headline text-xl font-bold mb-6">Programming</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> C/C++
</span>
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> Python
</span>
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> JavaScript
</span>
</div>
</div>
<!-- Embedded Systems -->
<div
class="bg-surface-container-low p-8 rounded-2xl hover:bg-surface-container-high transition-all duration-300">
<span class="material-symbols-outlined text-tertiary text-4xl mb-6"
data-icon="memory">memory</span>
<h3 class="font-headline text-xl font-bold mb-6">Embedded</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> STM32 (CubeIDE)
</span>
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> FreeRTOS
</span>
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> IoT
</span>
</div>
</div>
<!-- Tools -->
<div
class="bg-surface-container-low p-8 rounded-2xl hover:bg-surface-container-high transition-all duration-300">
<span class="material-symbols-outlined text-tertiary text-4xl mb-6"
data-icon="construction">construction</span>
<h3 class="font-headline text-xl font-bold mb-6">Tools</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> Git & GitHub
</span>
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> Proteus
</span>
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> MATLAB
</span>
</div>
</div>
<!-- Soft Skills -->
<div
class="bg-surface-container-low p-8 rounded-2xl hover:bg-surface-container-high transition-all duration-300">
<span class="material-symbols-outlined text-tertiary text-4xl mb-6"
data-icon="groups">groups</span>
<h3 class="font-headline text-xl font-bold mb-6">Core</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> Problem-solving
</span>
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> Teamwork
</span>
<span
class="px-3 py-1 bg-surface-container-highest rounded-full text-xs font-bold text-tertiary flex items-center gap-1.5">
<span class="w-1.5 h-1.5 rounded-full bg-tertiary"></span> Fast learning
</span>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="py-24 px-8" id="projects">
<div class="max-w-7xl mx-auto">
<!-- Section Header -->
<div class="mb-20">
<h2 class="font-headline text-5xl font-black mb-4">Project Portfolio</h2>
<p class="text-outline text-lg">A selection of my technical implementations across software and
hardware.</p>
</div>
<!-- Software Projects -->
<div class="mb-24">
<div class="flex items-center gap-4 mb-12">
<span class="h-px flex-grow bg-outline/20"></span>
<h3 class="font-headline text-2xl font-bold uppercase tracking-widest text-primary">Software
Projects</h3>
<span class="h-px flex-grow bg-outline/20"></span>
</div>
<div class="grid md:grid-cols-2 gap-12">
<!-- Project 1: Fajri App -->
<div class="group h-full">
<div class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high flex flex-col h-full cursor-pointer" onclick="window.open('https://github.com/king-wassim/fajri-app', '_blank')">
<div class="aspect-video relative overflow-hidden shrink-0">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
alt="minimalist modern mobile app interface showing Islamic prayer times and a dawn Fajr alarm"
src="fajri_app.png" />
</div>
<div class="p-10 flex flex-col flex-grow">
<div class="flex gap-2 mb-6 flex-wrap">
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Flutter</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Dart</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Android / iOS</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">Fajri App</h4>
<p class="text-outline leading-relaxed mb-8">Simple and minimalist Android app for prayer times, focusing on accurate Fajr (dawn) alerts and daily Islamic prayer schedule. Features include dynamic prayer times calculation, geolocation, local notifications, and persistent background alarms.</p>
<div class="flex gap-6 mt-auto pt-4 border-t border-outline/10">
<a class="text-tertiary font-bold flex items-center gap-2 group/link" href="https://github.com/king-wassim/fajri-app" target="_blank" rel="noopener noreferrer">
GitHub <span class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform" data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
<!-- Project 2: Hospital Dashboard -->
<div class="group h-full">
<div class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high flex flex-col h-full cursor-pointer" onclick="window.open('https://github.com/king-wassim/Hospital_Dashboard', '_blank')">
<div class="aspect-video relative overflow-hidden shrink-0">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
alt="professional dark-themed modern web application dashboard for hospital management showing patient statistics and ML risk prediction"
src="hospital_dashboard.png" />
</div>
<div class="p-10 flex flex-col flex-grow">
<div class="flex gap-2 mb-6 flex-wrap">
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">React 19</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">NestJS</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">PostgreSQL</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Python ML</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">Hospital Dashboard</h4>
<p class="text-outline leading-relaxed mb-8">Full-stack hospital management platform with a multi-tenant architecture. Built with a monorepo approach, it includes JWT authentication, logical tenant-scoped access control, and an integrated Machine Learning model (Python runtime) for patient risk prediction.</p>
<div class="flex gap-6 mt-auto pt-4 border-t border-outline/10">
<a class="text-tertiary font-bold flex items-center gap-2 group/link" href="https://github.com/king-wassim/Hospital_Dashboard" target="_blank" rel="noopener noreferrer">
GitHub <span class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform" data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
<!-- Project 3: SightLine -->
<div class="group">
<div
class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high cursor-pointer" onclick="window.open('https://github.com/king-wassim/sightline', '_blank')">
<div class="aspect-video relative overflow-hidden">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
data-alt="AI-powered visual risk analysis platform dashboard showing image analysis with risk scoring, compliance recommendations, and safety insights"
src="sightline_dashboard.png" />
</div>
<div class="p-10">
<div class="flex gap-2 mb-6">
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">React</span>
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">TypeScript</span>
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Google Gemini</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">SightLine</h4>
<p class="text-outline leading-relaxed mb-8">Visual risk analysis platform powered by AI. Analyzes workplace images with risk scoring, compliance recommendations (OSHA, INRS, ISO 45001), and provides a RAG-based assistant for safety questions. Built with React 19, Express backend, PostgreSQL, Prisma ORM, and Google Gemini AI with structured logging and error tracking.</p>
<div class="flex gap-6">
<a class="text-tertiary font-bold flex items-center gap-2 group/link" href="https://github.com/king-wassim/sightline" target="_blank" rel="noopener noreferrer">
GitHub <span
class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform"
data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
<!-- Project 4: FoodWise -->
<div class="group">
<div
class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high cursor-pointer" onclick="window.open('https://github.com/king-wassim/foodwise', '_blank')">
<div class="aspect-video relative overflow-hidden">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
data-alt="Modern web application interface showing AI food analysis, scanning a healthy meal with glowing overlays of nutritional data"
src="foodwise_dashboard.png" />
</div>
<div class="p-10">
<div class="flex gap-2 mb-6">
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">React 19</span>
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">TypeScript</span>
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Gemini AI</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">FoodWise</h4>
<p class="text-outline leading-relaxed mb-8">Intelligent food analysis application that helps users understand their meals in real-time. Features AI vision for meal photo scanning, label OCR, allergen detection, and instant nutritional insights.</p>
<div class="flex gap-6">
<a class="text-tertiary font-bold flex items-center gap-2 group/link" href="https://github.com/king-wassim/foodwise" target="_blank" rel="noopener noreferrer">
GitHub <span
class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform"
data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
<!-- Project 5: Antenna Simulation -->
<div class="group h-full">
<div
class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high flex flex-col h-full cursor-pointer" onclick="window.open('https://github.com/king-wassim/antenna_configuration', '_blank')">
<div class="aspect-video relative overflow-hidden shrink-0">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
alt="Modern technical web application interface showing a circular antenna array simulation, radiation patterns in 3D, signal heatmaps, and a machine learning inference overlay predicting ring configurations."
src="antenna_simulation_dashboard.png" />
</div>
<div class="p-10 flex flex-col flex-grow">
<div class="flex gap-2 mb-6 flex-wrap">
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">TypeScript</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">React</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Node.js</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Python ML</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">Antenna Array Simulation</h4>
<p class="text-outline leading-relaxed mb-8">A full-stack monorepo for simulating circular antenna arrays, comparing radiation patterns, and running ML-based inference (MobileNetV2) on captured pattern images to predict ring configurations.</p>
<div class="flex gap-6 mt-auto pt-4 border-t border-outline/10">
<a class="text-tertiary font-bold flex items-center gap-2 group/link" href="https://github.com/king-wassim/antenna_configuration" target="_blank" rel="noopener noreferrer">
GitHub <span
class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform"
data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="group h-full">
<div
class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high flex flex-col h-full cursor-pointer" onclick="window.open('https://github.com/king-wassim/desktop-app-windows', '_blank')">
<div class="aspect-video relative overflow-hidden shrink-0">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
alt="KPIT Python File Analyzer desktop interface showing options to select folder, import rules, filter, generate excel, auto black & autoflake, and delete results"
src="KPIT_image.png" />
</div>
<div class="p-10 flex flex-col flex-grow">
<div class="flex gap-2 mb-6 flex-wrap">
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Flutter</span>
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Python</span>
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Dart</span>
<span
class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Desktop</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">KPIT Python File Analyzer</h4>
<p class="text-outline leading-relaxed mb-8">A powerful desktop application integrating a Flutter frontend with a Python backend. Designed to streamline Python code analysis, it features automated formatting (Black & Flake8), customizable rule imports, advanced filtering, and automated Excel report generation.</p>
<div class="flex gap-6 mt-auto pt-4 border-t border-outline/10">
<a class="text-tertiary font-bold flex items-center gap-2 group/link" href="https://github.com/king-wassim/desktop-app-windows" target="_blank" rel="noopener noreferrer">
GitHub <span
class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform"
data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Embedded Projects -->
<div>
<div class="flex items-center gap-4 mb-12">
<span class="h-px flex-grow bg-outline/20"></span>
<h3 class="font-headline text-2xl font-bold uppercase tracking-widest text-primary">Embedded
STM32 Projects</h3>
<span class="h-px flex-grow bg-outline/20"></span>
</div>
<div class="grid md:grid-cols-2 gap-12">
<!-- Project: VECU-UDS -->
<div class="group h-full">
<div class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high flex flex-col h-full cursor-pointer" onclick="window.open('https://github.com/king-wassim/vecu-uds', '_blank')">
<div class="aspect-video relative overflow-hidden shrink-0">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
alt="high aesthetic technical photograph or 3d render of an automotive engine control unit (ECU) connected to a CAN bus analyzer or logic analyzer, glowing blue lines representing data transfer, dark tech background"
src="vecu_uds_project.png" />
</div>
<div class="p-10 flex flex-col flex-grow">
<div class="flex gap-2 mb-6 flex-wrap">
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">C</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">UDS / ISO-TP</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">CAN Bus</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">CMake</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">VECU-UDS: Automotive Diagnostic Stack</h4>
<p class="text-outline leading-relaxed mb-8">
A C implementation of a Unified Diagnostic Services (UDS) stack and CAN/ISO-TP utilities. Designed for automotive diagnostics, testing, and controlling communications on a CAN network, complete with virtual CAN environment support.
</p>
<div class="flex gap-6 mt-auto pt-4 border-t border-outline/10">
<a class="text-tertiary font-bold flex items-center gap-2 group/link" href="https://github.com/king-wassim/vecu-uds" target="_blank" rel="noopener noreferrer">
GitHub <span class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform" data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
<!-- Project 3: STM32 Mini-Projects -->
<div class="group h-full">
<div class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high flex flex-col h-full cursor-pointer" onclick="window.open('https://github.com/king-wassim/stm32-mini-projects', '_blank')">
<div class="aspect-video relative overflow-hidden shrink-0">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
alt="high aesthetic photograph of an STM32 Blue Pill microcontroller connected with wires on a dark tech background"
src="stm32_mini_projects.png" />
</div>
<div class="p-10 flex flex-col flex-grow">
<div class="flex gap-2 mb-6 flex-wrap">
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">STM32 HAL</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">Bare-Metal</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">C</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">STM32 Mini-Projects Archive</h4>
<p class="text-outline leading-relaxed mb-8">
A progressive collection of firmware projects for the STM32F103C8T6 (Blue Pill), covering essential peripherals (GPIO, Timers, PWM, UART, ADC, I2C). Features side-by-side implementations using both the STM32 HAL library and bare-metal register programming.
</p>
<div class="flex gap-6 mt-auto pt-4 border-t border-outline/10">
<a class="text-tertiary font-bold flex items-center gap-2 group/link" href="https://github.com/king-wassim/stm32-mini-projects" target="_blank" rel="noopener noreferrer">
GitHub <span class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform" data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
<!-- Project 4: IoT Monitoring System -->
<div class="group h-full">
<div
class="bg-surface-container-low rounded-2xl overflow-hidden transition-all duration-500 group-hover:scale-[1.02] group-hover:bg-surface-container-high flex flex-col h-full cursor-pointer" onclick="window.open('https://github.com/king-wassim/iot-sensor-stm32', '_blank')">
<div class="aspect-video relative overflow-hidden shrink-0">
<img class="w-full h-full object-cover transition-transform duration-700 group-hover:scale-110"
alt="high quality macro photograph of an STM32 microcontroller wired to an ESP8266 wifi module"
src="iot_stm32_esp8266.png" />
</div>
<div class="p-10 flex flex-col flex-grow">
<div class="flex gap-2 mb-6 flex-wrap">
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">STM32F4</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">ESP8266</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">UART DMA</span>
<span class="text-[10px] font-bold tracking-tighter uppercase px-2 py-1 bg-surface-container-highest text-tertiary rounded">ThingSpeak API</span>
</div>
<h4 class="font-headline text-2xl font-bold mb-4">Monitoring IoT (STM32 & ESP8266)</h4>
<p class="text-outline leading-relaxed mb-8">
A real-time environmental monitoring system leveraging an STM32F4 microcontroller and an ESP8266 Wi-Fi module. The firmware features custom ESP8266 drivers via AT commands, efficient UART data reception using DMA (ReceiveToIdle), 12-bit ADC sensor readings, and periodic HTTP data logging to the ThingSpeak API.
</p>
<div class="flex gap-4 mt-auto flex-wrap pt-4 border-t border-outline/10">
<a class="text-tertiary font-bold flex items-center gap-1 group/link text-sm" href="https://github.com/king-wassim/iot-sensor-stm32" target="_blank" rel="noopener noreferrer">
GitHub <span class="material-symbols-outlined text-sm group-hover/link:translate-x-1 transition-transform" data-icon="open_in_new">open_in_new</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="py-24 px-8 bg-surface-container-low" id="contact">
<div class="max-w-7xl mx-auto grid grid-cols-12 gap-12">
<div class="col-span-12 md:col-span-5">
<h2 class="font-headline text-5xl font-black mb-8">Get In Touch</h2>
<p class="text-lg text-outline mb-12">Ready to collaborate on the next technical breakthrough? Send
me a message or find me on professional networks.</p>
<div class="space-y-6">
<div class="flex items-center gap-6">
<div
class="w-12 h-12 rounded-full bg-surface-container-highest flex items-center justify-center text-tertiary">
<span class="material-symbols-outlined" data-icon="mail">mail</span>
</div>
<div>
<p class="text-sm font-bold text-outline uppercase">Email</p>
<p class="text-xl font-headline font-bold text-on-surface">
wassim.chouayakh@insat.ucar.tn</p>
</div>
</div>
<div class="flex items-center gap-6">
<div
class="w-12 h-12 rounded-full bg-surface-container-highest flex items-center justify-center text-tertiary">
<span class="material-symbols-outlined" data-icon="location_on">location_on</span>
</div>
<div>
<p class="text-sm font-bold text-outline uppercase">Location</p>
<p class="text-xl font-headline font-bold text-on-surface">Tunis, Tunisia</p>
</div>
</div>
<div class="flex gap-4 pt-6">
</div>
</div>
</div>
<div class="col-span-12 md:col-span-7 bg-background p-10 rounded-3xl">
<form class="space-y-8" action="https://formspree.io/f/mykbjvzl" method="POST">
<div class="grid md:grid-cols-2 gap-8">
<div class="space-y-2">
<label class="text-xs font-bold text-outline uppercase tracking-widest px-1">Your
Name</label>
<input name="name"
class="w-full bg-surface-container-lowest border-none border-b-2 border-outline/20 focus:border-tertiary focus:ring-0 text-on-surface p-4 transition-all"
type="text" required />
</div>
<div class="space-y-2">
<label class="text-xs font-bold text-outline uppercase tracking-widest px-1">Your Email
Address</label>
<input name="email"
class="w-full bg-surface-container-lowest border-none border-b-2 border-outline/20 focus:border-tertiary focus:ring-0 text-on-surface p-4 transition-all"
type="email" required />
</div>
</div>
<div class="space-y-2">
<label class="text-xs font-bold text-outline uppercase tracking-widest px-1">Message</label>
<textarea name="message"
class="w-full bg-surface-container-lowest border-none border-b-2 border-outline/20 focus:border-tertiary focus:ring-0 text-on-surface p-4 transition-all resize-none"
rows="4" required></textarea>
</div>
<button
class="w-full md:w-auto bg-primary text-on-primary px-12 py-4 rounded-xl font-black uppercase tracking-widest hover:shadow-[0_0_20px_rgba(167,200,255,0.3)] transition-all"
type="submit">
Send Transmission
</button>
</form>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-[#001c3a] w-full py-12 px-8">
<div class="flex flex-col md:flex-row justify-between items-center max-w-7xl mx-auto gap-6">
<div class="flex items-center gap-4">
<span class="text-lg font-bold text-[#0074d9]">W</span>
<!-- Le texte "2024 Wassim..." a été supprimé ici -->
</div>
<div class="flex gap-8">
<a class="text-[#8b919e] font-['Inter'] text-sm uppercase tracking-widest hover:text-[#3ce368] transition-colors opacity-80 hover:opacity-100"
href="https://www.linkedin.com/in/wassim-chouayakh-174534178/">LinkedIn</a>
<a class="text-[#8b919e] font-['Inter'] text-sm uppercase tracking-widest hover:text-[#3ce368] transition-colors opacity-80 hover:opacity-100"
href="https://github.com/king-wassim">GitHub</a>
</div>
<button
class="bg-surface-container-highest p-3 rounded-full text-tertiary hover:bg-tertiary hover:text-on-tertiary transition-all"
onclick="window.scrollTo({top: 0, behavior: 'smooth'})">
<span class="material-symbols-outlined" data-icon="expand_less">expand_less</span>
</button>
</div>
</footer>