57 lines
957 B
HTML
57 lines
957 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Cv - Curriculum Vitae</title>
|
|
<link href="style.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="container">
|
|
<h1 style="text-align: center; margin-top: 50px;">Enzo Lopez</h1>
|
|
<h2 style="text-align: center; margin-top: 10px;">Etudiant en Ciel</h2>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<div class="container">
|
|
<p><strong>Mail:</strong>enzo44814@gmail.com</p>
|
|
<p><strong>Numero de telephone:</strong>0783234286</p>
|
|
<p></p>
|
|
</div>
|
|
</main>
|
|
<div class="skills">
|
|
<h3>COMPETENCE</h3>
|
|
<ul>
|
|
<li>HTML</li>
|
|
<li>Cisco Packet Tracer</li>
|
|
<li>linux</li>
|
|
<li>Docker</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |