Ajout des fichiers

This commit is contained in:
2025-01-17 22:35:22 +01:00
commit e4689a651d
5 changed files with 92 additions and 0 deletions

24
cv_lukas.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV Responsive</title>
<link rel="stylesheet" href="site_cv.css">
</head>
<body>
<header>
<h1>Lukas SIMOES</h1>
</header>
<div class="container">
<div class="profile">
<h2>Télécharger le CV</h2>
<div>
<a href="CV_2024-12-11_Lukas_Simoes.pdf" download="CV_2024-12-11_Lukas_Simoes">Télécharger le fichier PDF</a>
</div>
</div>
</div>
</body>
</html>