You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>My CV</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
|
<link rel="stylesheet" href="../ressources/styles/cv.css">
|
|
<link rel="stylesheet" href="../ressources/styles/menu.css">
|
|
</head>
|
|
<body>
|
|
<div class="menu">
|
|
<ul>
|
|
<li><a href="../index.html">Vincent Astolfi</a></li>
|
|
<li><a href="./discover.html">Discover Me</a></li>
|
|
<li><a href="./projects.html">Projects</a></li>
|
|
<li><a href="./cv.html">CV</a></li>
|
|
<li><a href="./contact.html">Contact Me</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="title">My CV</div>
|
|
<embed src="../ressources/pdf/cv_astolfi_vincent.pdf" width="800px" height="1100px" />
|
|
<a href="../ressources/pdf/cv_astolfi_vincent.pdf" download>
|
|
<button class="download_button" type="button">
|
|
Download It
|
|
<span class="material-symbols-outlined">
|
|
download
|
|
</span>
|
|
</button>
|
|
</a>
|
|
</body>
|
|
</html> |