Ajout des fichiers
This commit is contained in:
24
cv_lukas.html
Normal file
24
cv_lukas.html
Normal 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>
|
||||
|
Reference in New Issue
Block a user