Ajout des fichiers
This commit is contained in:
25
Site_CV.html
Normal file
25
Site_CV.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!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>
|
||||
<img src="mathias_photo.png"class="logo" alt="Mathias">
|
||||
<h1>Mathias PLACIDE--CONTRERAS</h1>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<div class="profile">
|
||||
<h2>Télécharger le CV</h2>
|
||||
<div>
|
||||
<a href="CV_2025-01-15_Mathias_PLACIDE--CONTRERAS-1.pdf" download="CV_2025-01-15_Mathias_PLACIDE--CONTRERAS-1.pdf">Télécharger le fichier PDF</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user