save files
This commit is contained in:
57
cv.html
Normal file
57
cv.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user