mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-14 01:21:52 +00:00
42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Lucas Vabre - Etudiant en Informatique</title>
|
|
<link rel="stylesheet" href="styles/style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="#accueil">Accueil</a></li>
|
|
<li><a href="#a_propos">A Propos</a></li>
|
|
<li><a href="#projets">Projets</a></li>
|
|
<li><a href="#contact">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<section id="accueil">
|
|
<div class="center">
|
|
<h1>Lucas Vabre</h1>
|
|
<h2>Etudiant en Programmation</h2>
|
|
<svg class="scroll" width="44" height="74">
|
|
<rect x="2" y="2"
|
|
width="40" height="70"
|
|
rx="25" ry="25"
|
|
stroke="#fff" stroke-width="2"
|
|
fill="#fff0"/>
|
|
<circle class="" cx="22" cy="22" r="4" fill="#fff"/>
|
|
</svg>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="a_propos"></section>
|
|
<section id="projets"></section>
|
|
<section id="contact"></section>
|
|
|
|
<script src="scripts/data.json"></script>
|
|
<script src="scripts/setup.js"></script>
|
|
<script src="scripts/main.js"></script>
|
|
</body>
|
|
</html> |