-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
62 lines (58 loc) · 1.74 KB
/
cv.html
File metadata and controls
62 lines (58 loc) · 1.74 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV - Mouhamed Lamine TOURE</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="cv-container">
<header>
<h1>MOUHAMED LAMINE TOURE</h1>
<p class="job-title">DEV BACK-END jr</p>
<p class="contact">
Email : <a href="mailto:mouhamedlamine.toure@unchk.edu.sn">mouhamedlamine.toure@unchk.edu.sn</a> |
Téléphone : +221 767432753 |
Adresse : Dakar, Sénégal
</p>
</header>
<section class="profile">
<h2>Profil</h2>
<p>
Étudiant passionné par informatique avec des compétences en Dev-web et cybersec.
Motivé, dynamique et prêt à relever de nouveaux défis.
</p>
</section>
<section class="experience">
<h2>Expériences professionnelles</h2>
<div class="item">
<h3>STAGE DEV BACK END JR</h3>
<span class="date">2024</span>
<p><strong>SOCIUM</strong> Mon role était de mettre en place l'architecture back end d'un SAAS</p>
</div>
<div class="item">
<h3>Stage / Projet</h3>
<span class="date">2024</span>
<p><strong>ATS </strong> Mettre en place l'architecture back end d'un ATS</p>
</div>
</section>
<section class="education">
<h2>Formation</h2>
<div class="item">
<h3>L2 SIMAC</h3>
<span class="date">2023 - 2025</span>
<p><strong>UNCHK</strong> cybersec</p>
</div>
</section>
<section class="skills">
<h2>Compétences</h2>
<ul>
<li>DEV WEB</li>
<li>RESEAU</li>
<li>IOT</li>
</ul>
</section>
</div>
</body>
</html>