-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
830 lines (744 loc) · 27.9 KB
/
index.html
File metadata and controls
830 lines (744 loc) · 27.9 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>CV Manoel Abe</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
.competences-li {
position: relative;
padding-left: 48px;
font-weight: 600;
margin-bottom: 4px;
display: flex;
align-items: center;
gap: 12px;
}
.competences-li svg {
position: absolute;
left: 2px;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
fill: none;
display: flex;
align-items: center;
gap: 12px;
}
.cbar-bg {
stroke: #e6ecef;
stroke-width: 5;
}
.cbar {
stroke: #49dfba;
stroke-width: 5;
stroke-linecap: round;
transition: stroke-dashoffset 0.5s ease;
}
body {
font-family: 'Segoe UI', Arial, sans-serif;
margin: 0;
background: #f2f4f9;
color: #222;
}
.cv-wrapper {
max-width: 1000px;
background: #fff;
margin: 40px auto;
box-shadow: 0 8px 32px #6d84a022;
border-radius: 16px;
display: flex;
overflow: hidden;
position: relative;
background: #fff url('URL_DESIGN_RESEAU.svg') no-repeat center;
background-size: cover;
}
.cv-left {
background: linear-gradient(135deg, #3249a6 60%, #49dfba 100%);
color: #fff;
width: 30%;
min-width: 260px;
display: flex;
flex-direction: column;
align-items: center;
padding: 36px 24px 36px 24px;
}
.profile-pic {
width: 130px;
height: 130px;
border-radius: 50%;
box-shadow: 0 4px 18px #23498188;
object-fit: cover;
border: 5px solid #fff;
margin-bottom: 24px;
transition: transform .2s;
}
.profile-pic:hover {
transform: scale(1.07) rotate(-2deg);
}
.cv-left h1 {
font-size: 1.8rem;
letter-spacing: 1px;
margin-bottom: 5px;
}
.cv-left .subtitle {
font-size: 1.06em;
font-weight: 300;
letter-spacing: .5px;
margin-bottom: 25px;
text-align: center;
}
.cv-left .contact {
margin: 20px 0;
font-size: 0.99em;
}
.cv-left .contact div {
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.cv-left .contact i {
width: 22px;
}
.socials {
display: flex;
gap: 24px;
margin-top: 30px;
width: 100%;
justify-content: center;
}
.social-column {
display: flex;
flex-direction: column;
gap: 12px;
}
.social-link {
display: flex;
align-items: center;
gap: 8px;
background: #3e52ad;
border-radius: 8px;
padding: 8px 12px;
font-weight: bold;
color: #fff;
text-decoration: none;
transition: background 0.25s ease;
}
.social-link img {
width: 24px;
height: 24px;
border-radius: 4px;
background: #fff;
}
.social-link:hover {
background: #3249a6;
}
.langues {
margin-top: 30px;
width: 100%;
}
.langue-bar {
display: flex;
align-items: center;
margin-bottom: 10px;
gap: 10px;
}
.langue-label {
min-width: 80px;
font-weight: bold;
}
.bar-bg {
background: #e6ecef;
border-radius: 7px;
width: 100px;
height: 10px;
overflow: hidden;
}
.bar-fg {
height: 100%;
background: #49dfba;
border-radius: 7px;
transition: width .4s;
}
.bar-text {
font-size: 0.92em;
margin-left: 8px;
width: 34px;
}
.certifications {
margin-top: 30px;
width: 100%;
}
.certif-item {
display: flex;
align-items: center;
margin-bottom: 15px;
gap: 13px;
}
.certif-item-logo {
min-width: 47.6px;
min-height: 47.6px;
border-radius: 50%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 1px 6px #1a4a5077;
font-size: 34px;
color: #3249a6;
font-weight: bold;
}
.certif-item-content {
display: flex;
flex-direction: column;
}
.certif-title {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
color: #fff;
}
.certif-org {
font-style: italic;
font-size: 0.9em;
color: #d1e1e8;
}
.download-cv-action {
display: inline-block;
margin-top: 15px;
padding: 13px 24px;
background: #49dfba;
color: #fff;
font-weight: bold;
border-radius: 22px;
font-size: 1.07em;
border: none;
text-decoration: none;
transition: background .3s, box-shadow .18s;
box-shadow: 0 2px 14px #49dfba57;
cursor: pointer;
}
.download-cv-action:hover {
background: #3249a6;
}
.cv-right {
width: 70%;
padding: 48px 44px 44px 44px;
background: #fff;
}
h2 {
color: #2e4198;
font-size: 1.25em;
margin-bottom: 12px;
border-left: 4px solid #49dfba;
padding-left: 13px;
}
.section {
margin-bottom: 30px;
animation: fadeinup .8s;
}
@keyframes fadeinup {
from {
opacity: 0;
transform: translateY(18px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.profil {
font-size: 1.05em;
background: #f4f7fc;
border-left: 5px solid #49dfba;
margin-bottom: 25px;
padding: 18px 20px 18px 24px;
border-radius: 7px;
}
.list-cv {
list-style: none;
margin: 0;
padding: 0;
}
.cv-bullet {
display: flex;
align-items: flex-start;
gap: 18px;
margin-bottom: 21px;
}
.cv-bullet .circle {
width: 28px;
height: 28px;
border-radius: 50%;
background: #eee;
border: 2.5px solid #49dfba;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.cv-bullet .circle img {
width: 24px;
height: 24px;
border-radius: 50%;
display: block;
}
.xp-title,
.formation-title {
font-weight: bold;
color: #234981;
font-size: 1em;
}
.xp-date,
.formation-date {
color: #7cb;
font-size: .95em;
margin-left: 2px;
display: block;
margin-top: 3px;
}
.xp-subtitle {
font-style: italic;
font-size: 0.94em;
margin-top: 4px;
}
.competences-list {
display: grid;
grid-template-columns: 1fr;
gap: 10px 35px;
}
.projects-section {
margin-top: 30px;
}
.projects-title {
color: #2e4198;
font-size: 1.23em;
margin-bottom: 12px;
border-left: 4px solid #49dfba;
padding-left: 13px;
}
.projects-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.project-card {
background: #f4f7fc;
border-radius: 14px;
box-shadow: 0 2px 11px #23498122;
padding: 16px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
min-height: 200px;
position: relative;
}
.project-card img {
width: 56px;
height: 56px;
margin-bottom: 11px;
border-radius: 8px;
object-fit: cover;
box-shadow: 0 1px 7px #23498144;
}
.project-desc {
margin: 2px 0 7px 0;
}
.voir-plus-btn {
background: #49dfba;
color: #fff;
border: none;
border-radius: 7px;
font-size: 0.97em;
padding: 6px 14px;
cursor: pointer;
margin-top: 2px;
transition: background .17s;
}
.voir-plus-btn:hover {
background: #3249a6;
}
.popup-overlay {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(44, 54, 94, .53);
justify-content: center;
align-items: center;
}
.popup-content {
background: #fff;
border-radius: 12px;
max-width: 380px;
font-size: 1.05em;
color: #222;
box-shadow: 0 2px 19px #3249a688;
text-align: left;
padding: 24px 25px;
margin: 16px;
}
.close-popup {
margin-top: 12px;
text-align: right;
}
.close-popup button {
background: #49dfba;
color: #fff;
border: none;
border-radius: 7px;
font-size: 0.96em;
padding: 6px 15px;
cursor: pointer;
transition: background .17s;
}
.close-popup button:hover {
background: #3249a6;
}
@media (max-width: 900px) {
.projects-grid {
grid-template-columns: 1fr;
}
.competences-list {
grid-template-columns: 1fr;
}
.socials {
flex-direction: column;
gap: 15px;
}
}
@media (max-width: 800px) {
.cv-wrapper {
flex-direction: column;
}
.cv-left,
.cv-right {
width: 100%;
min-width: unset;
border-radius: 0;
}
.cv-right {
padding: 28px 14px;
}
}
</style>
</head>
<body>
<div class="cv-wrapper">
<div class="cv-left">
<img src="img/Image1.jpg" alt="photo de profil" class="profile-pic" />
<h1>Manoel Abe</h1>
<div class="subtitle">
Étudiant Ingénieur Cybersécurité & IA<br />
Recherche d'alternance (rentrée sept. 2026)
</div>
<div class="contact">
<div><i>📧</i> abemanoel08@gmail.com</div>
<div><i>📍</i> Paris, France</div>
<div><i>📱</i> +33 07 46 38 98 23</div>
<div><i>🔗</i> @manoelabe08</div>
</div>
<div class="socials">
<div class="social-column">
<a href="https://www.linkedin.com/in/manoelabe08/" target="_blank" class="social-link">
<img src="https://cdn-icons-png.flaticon.com/512/174/174857.png" alt="LinkedIn">
LinkedIn
</a>
<a href="https://github.com/manoelabe08/" target="_blank" class="social-link">
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111432.png" alt="GitHub">
GitHub
</a>
</div>
<div class="social-column">
<a href="https://api.whatsapp.com/send?phone=+330746389823&text=Bonjour%20j'ai%20apprécié%20votre%20CV%20en%20ligne%20et%20je%20vous%20contacte%20pour%20une%20opportunité"
target="_blank" class="social-link">
<img src="https://cdn-icons-png.flaticon.com/512/733/733585.png" alt="WhatsApp">
WhatsApp
</a>
</div>
</div>
<div class="langues">
<h3>Langues</h3>
<div class="langue-bar">
<span class="langue-label">Français</span>
<div class="bar-bg">
<div class="bar-fg"
style="width:100%;background:linear-gradient(90deg,#49dfba 70%,#3249a6 100%);"></div>
</div>
<span class="bar-text">100%</span>
</div>
<div class="langue-bar">
<span class="langue-label">Anglais</span>
<div class="bar-bg">
<div class="bar-fg" style="width:60%;"></div>
</div>
<span class="bar-text">Tech.</span>
</div>
</div>
<div class="langues">
<h3>Compétences clés</h3>
<ul class="competences-list skills-soft">
<span class="competences-li" data-percent="85">
Cybersécurité (SOC, audit, sécurité IoT)
<svg viewBox="0 0 36 36" class="progress-circle">
<circle class="cbar-bg" cx="18" cy="18" r="15.9155" />
<circle class="cbar" cx="18" cy="18" r="15.9155" />
</svg>
</span>
<span class="competences-li" data-percent="80">
Réseaux & Systèmes (TCP/IP, Cisco, Windows/Linux)
<svg viewBox="0 0 36 36" class="progress-circle">
<circle class="cbar-bg" cx="18" cy="18" r="15.9155" />
<circle class="cbar" cx="18" cy="18" r="15.9155" />
</svg>
</span>
<span class="competences-li" data-percent="75">
Développement web (HTML, CSS, PHP, SQL)
<svg viewBox="0 0 36 36" class="progress-circle">
<circle class="cbar-bg" cx="18" cy="18" r="15.9155" />
<circle class="cbar" cx="18" cy="18" r="15.9155" />
</svg>
</span>
<span class="competences-li" data-percent="70">
Python (scripting, automatisation)
<svg viewBox="0 0 36 36" class="progress-circle">
<circle class="cbar-bg" cx="18" cy="18" r="15.9155" />
<circle class="cbar" cx="18" cy="18" r="15.9155" />
</svg>
</span>
<span class="competences-li" data-percent="70">
Virtualisation & systèmes (VM, Windows Server, Linux)
<svg viewBox="0 0 36 36" class="progress-circle">
<circle class="cbar-bg" cx="18" cy="18" r="15.9155" />
<circle class="cbar" cx="18" cy="18" r="15.9155" />
</svg>
</span>
</ul>
</div>
<div class="certifications">
<h3>Certifications</h3>
<div class="certif-item">
<div class="certif-item-logo">A</div>
<div class="certif-item-content">
<span class="certif-title">MOOC ANSSI</span>
<span class="certif-org">SecNumAcadémie</span>
</div>
</div>
<div class="certif-item">
<div class="certif-item-logo">C</div>
<div class="certif-item-content">
<span class="certif-title">Cisco NetAcad</span>
<span class="certif-org">Cybersecurity</span>
</div>
</div>
<div class="certif-item">
<div class="certif-item-logo">E</div>
<div class="certif-item-content">
<span class="certif-title">ESATIC</span>
<span class="certif-org">Certificats spécialisés</span>
</div>
</div>
<div class="certif-item">
<div class="certif-item-logo">S</div>
<div class="certif-item-content">
<span class="certif-title">Coursera</span>
<span class="certif-org">Analyste SOC</span>
</div>
</div>
</div>
<a class="download-cv-action" href="CV-MANOEL-ABE-ALTERNANCE.pdf" download="CV-MANOEL-ABE-ALTERNANCE.pdf">
Télécharger mon CV
</a>
</div>
<div class="cv-right">
<div class="section profil">
Passionné par la sécurité des systèmes d'information et l'intelligence artificielle, avec une expérience
en administration de systèmes et réseaux, recherche une alternance pour renforcer les compétences en
sécurité défensive (SOC), audit et sécurisation des infrastructures.
</div>
<div class="section">
<h2>Formation</h2>
<ul class="list-cv">
<li class="cv-bullet">
<span class="circle">
<img src="img/eseo.jpg" alt="logo ESEO">
</span>
<div>
<span class="formation-title">Cycle Ingénieur Cybersécurité & IA</span>
<span class="formation-date">ESEO Paris-Vélizy – 2025 – Présent</span>
</div>
</li>
<li class="cv-bullet">
<span class="circle">
<img src="img/uvci.png" alt="logo UVCI" />
</span>
<div>
<span class="formation-title">Maîtrise (Bac+4) Cybersécurité & IoT</span>
<span class="formation-date">Université Virtuelle de Côte d'Ivoire – 2018 – 2022</span>
<div class="xp-subtitle">Licence Réseaux et Sécurité Informatique, mention Assez Bien.</div>
</div>
</li>
</ul>
</div>
<div class="section">
<h2>Expérience professionnelle</h2>
<ul class="list-cv">
<li class="cv-bullet">
<span class="circle">
<img src="img/sah.png" alt="logo SAH" />
</span>
<div>
<span class="xp-title">Analyste SOC stagiaire</span>
<span class="xp-date">SAH Analytics International, Abidjan – Mai 2025 – Juil. 2025</span>
<div class="xp-subtitle">
Surveillance des alertes de sécurité via SIEM, analyse et qualification des incidents de
niveau 1, rédaction de rapports d'incidents et participation à la veille sur les
menaces.
</div>
</div>
</li>
<li class="cv-bullet">
<span class="circle">
<img src="img/mbb.jpg" alt="logo EPV Bon Berger" />
</span>
<div>
<span class="xp-title">Responsable du service informatique</span>
<span class="xp-date">EPV Bon Berger, Abidjan – 2023 – 2025</span>
<div class="xp-subtitle">
Administration et sécurisation du parc informatique, gestion des droits d'accès,
maintenance du réseau local, support utilisateurs et gestion des sauvegardes.
</div>
</div>
</li>
<li class="cv-bullet">
<span class="circle">
<img src="img/cocan.jpg" alt="logo CAN 2023" />
</span>
<div>
<span class="xp-title">Membre Commission NTIC (Volontaire)</span>
<span class="xp-date">Coupe d'Afrique des Nations 2023, Abidjan – 2023 – 2024</span>
<div class="xp-subtitle">
Déploiement et sécurisation des infrastructures réseaux temporaires, assistance à la
gestion des systèmes de communication critiques pour l'événement.
</div>
</div>
</li>
<li class="cv-bullet">
<span class="circle">
<img src="img/aks.jpg" alt="logo AK Security" />
</span>
<div>
<span class="xp-title">Technicien Réseaux & Sécurité</span>
<span class="xp-date">AK Security, Abidjan – Avr. 2021 – Août 2021</span>
<div class="xp-subtitle">
Installation et configuration de systèmes de vidéosurveillance IP/analogique, câblage
structuré, mise en place de contrôle d'accès et administration des systèmes de sécurité
électronique.
</div>
</div>
</li>
</ul>
</div>
<div class="section">
<h2>Compétences techniques détaillées</h2>
<ul class="list-cv">
<li class="cv-bullet">
<span class="circle">🛡️</span>
<div>
<span class="xp-title">Cybersécurité & SOC</span>
<div class="xp-subtitle">
Analyse de risques, firewalling, SIEM (surveillance), sécurité IoT, OWASP, détection et
qualification d'incidents.
</div>
</div>
</li>
<li class="cv-bullet">
<span class="circle">🌐</span>
<div>
<span class="xp-title">Réseaux & Systèmes</span>
<div class="xp-subtitle">
TCP/IP, Routing & Switching (Cisco), VLAN, VPN, Wireshark, Windows Server (AD, DNS,
DHCP), Linux (Ubuntu/Debian), virtualisation.
</div>
</div>
</li>
<li class="cv-bullet">
<span class="circle">💻</span>
<div>
<span class="xp-title">Développement & Scripting</span>
<div class="xp-subtitle">
Python (scripting), HTML5/CSS3, PHP, SQL, outils web et automatisation orientés
sécurité.
</div>
</div>
</li>
</ul>
</div>
<!-- Projets (optionnel, à adapter à tes vrais projets si besoin) -->
<!--
<div class="projects-section">
<h2 class="projects-title">Projets / Réalisations</h2>
<div class="projects-grid">
<div class="project-card">
<img src="image1.jpg" alt="Projet 1" />
<div class="project-desc">
Détection d'intrusions IoT - Script Python pour monitorer les accès sur un réseau domotique et générer des alertes.
</div>
<button class="voir-plus-btn" onclick="openPopup(0)">Voir plus</button>
</div>
<div class="project-card">
<img src="image2.jpg" alt="Projet 2" />
<div class="project-desc">
Portail web sécurisé pour association - Authentification, gestion des membres et durcissement de la configuration.
</div>
<button class="voir-plus-btn" onclick="openPopup(1)">Voir plus</button>
</div>
<div class="project-card">
<img src="image3.jpg" alt="Projet 3" />
<div class="project-desc">
Bot d'analyse de logs - Analyse de journaux systèmes et export d'alertes pour suivi SOC.
</div>
<button class="voir-plus-btn" onclick="openPopup(2)">Voir plus</button>
</div>
</div>
</div>
-->
</div>
</div>
<div id="popup-overlay" class="popup-overlay">
<div class="popup-content" id="popup-content"></div>
<div class="close-popup"><button onclick="closePopup()">Fermer</button></div>
</div>
<script>
const descriptions = [
"Projet : Détection d'intrusions IoT. Développement d'un script Python pour surveiller et logger les tentatives suspectes sur un réseau domotique.",
"Projet : Portail web sécurisé. Mise en place d'un site avec gestion d'accès, durcissement de la configuration et protection des données.",
"Projet : Bot analyste de logs. Conception d'un script pour analyser des logs système, détecter des anomalies et générer des rapports pour un SOC."
];
function openPopup(idx) {
document.getElementById('popup-content').innerText = descriptions[idx];
document.getElementById('popup-overlay').style.display = 'flex';
}
function closePopup() {
document.getElementById('popup-overlay').style.display = 'none';
}
document.querySelectorAll(".skills-soft span").forEach(function (el) {
let percent = el.getAttribute("data-percent");
let circle = el.querySelector(".cbar");
if (circle) {
const r = circle.r.baseVal.value;
const c = 2 * Math.PI * r;
const pct = ((100 - percent) / 100) * c;
circle.style.strokeDasharray = c;
circle.style.strokeDashoffset = pct;
}
});
</script>
</body>
</html>