🙈 update .gitignore
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
8eb1f39390
commit
829899e3bf
@ -0,0 +1 @@
|
|||||||
|
.vscode
|
@ -0,0 +1,31 @@
|
|||||||
|
<!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="./discover">Discover Me</a></li>
|
||||||
|
<li><a href="./projects">Projects</a></li>
|
||||||
|
<li><a href="./cv.html">CV</a></li>
|
||||||
|
<li><a href="./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>
|
Loading…
Reference in new issue