26 lines
741 B
HTML
26 lines
741 B
HTML
<!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>
|
|
|