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.

31 lines
1.0 KiB

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vincent Astolfi</title>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<link rel="stylesheet" href="ressources/styles/index.css">
</head>
<body>
<div class="menu">
<ul>
<li><a href="index.html">Vincent Astolfi</a></li>
<li><a href="./pages/discover">Discover Me</a></li>
<li><a href="/pages/projects">Projects</a></li>
<li><a href="/pages/cv.html">CV</a></li>
<li><a href="/pages/contact">Contact Me</a></li>
</ul>
</div>
<div class="title">Vincent ASTOLFI Portfolio</div>
<div class="subtitle">IT student at IUT Clermont Ferrand</div>
<button class="dicover_me_button" type="button">
Discover Me
<span class="material-symbols-outlined">
arrow_forward
</span>
</button>
</body>
</html>