-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 2.39 KB
/
index.html
File metadata and controls
58 lines (56 loc) · 2.39 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ali Es-sabbar | CV</title>
<!--icon dyal website-->
<link rel="icon" href="https://i.postimg.cc/pVZwvj1b/Picsart-24-10-30-17-30-20-607.png">
</head>
<body>
<!-- lprofile déja 9aditha in circle shape png -->
<table width="85%">
<tr>
<td width="100" valign="top">
<img src="https://i.postimg.cc/pVZwvj1b/Picsart-24-10-30-17-30-20-607.png" alt="Profile Picture" width="150" height="150">
</td>
<td>
<center>
<h1>Ali Es-sabbar</h1>
<p>Stagiaire en première année de Développement Digital<br>Passionné par les technologies web</p>
</center>
</td>
</tr>
</table> <hr>
<!-- les infos de contact -->
<center>
<p><strong>Téléphone :</strong> +212 615609433</p>
<p><strong>Email :</strong> tyyxfes@gmail.com</p>
<p><strong>Adresse :</strong> Rue Ait Youssef, Salé, Maroc</p>
</center><hr>
<!-- my strenghts + lkdoob -->
<center><h2>Compétences Techniques</h2></center>
<ul>
<li><strong>Langages Front-End :</strong> HTML, CSS, JavaScript</li>
<li><strong>Langages Back-End :</strong> Notions de base en PHP, MySQL</li>
<li><strong>Frameworks :</strong> Initiation à Bootstrap</li>
<li><strong>Outils de versionnement :</strong> Git, GitHub (débutant)</li>
</ul> <hr>
<center><h2>Expérience</h2></center>
<ul>
<li>Création d'un site web personnel en utilisant HTML, CSS et JavaScript.</li>
<li>Introduction à la gestion des articles et des utilisateurs avec PHP et MySQL (en cours).</li>
</ul> <hr>
<center><h2>Éducation</h2></center>
<ul>
<li><strong>2024 - Présent :</strong> ISTA Hay Salam, Salé - Diplôme en Développement Digital (prévu en 2026)</li>
<li><strong>2023 :</strong> Lycée Lalla Hasnae, Salé - Baccalauréat en Sciences Physiques</li>
</ul> <hr>
<center><h2>Langues</h2></center>
<ul>
<li><strong>Arabe :</strong> langue maternelle</li>
<li><strong>Anglais :</strong> courant</li>
<li><strong>Français :</strong> intermédiaire</li>
</ul> <hr>
</body>
</html>