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.
34 lines
1.2 KiB
34 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>Vincent Astolfi</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
|
<link rel="stylesheet" href="ressources/styles/index.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="./pages/discover.html">Discover Me</a></li>
|
|
<li><a href="./pages/projects.html">Projects</a></li>
|
|
<li><a href="./pages/cv.html">CV</a></li>
|
|
<li><a href="./pages/contact.html">Contact Me</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="title">Vincent ASTOLFI Portfolio</div>
|
|
<div class="subtitle">IT student at IUT Clermont Ferrand</div>
|
|
|
|
<a href="./pages/discover.html">
|
|
<button class="dicover_me_button" type="button">
|
|
Discover Me
|
|
<span class="material-symbols-outlined">
|
|
arrow_forward
|
|
</span>
|
|
</button>
|
|
</a>
|
|
</body>
|
|
</html> |