mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-14 01:21:52 +00:00
38 lines
1.1 KiB
HTML
38 lines
1.1 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="#competences">Compétences</a></li>
|
|
<li><a href="#projets">Projets</a></li>
|
|
<li><a href="#experiences">Expériences</a></li>
|
|
<li><a href="#contact">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<section id="accueil">
|
|
<div class="content">
|
|
<h1 id="nom">Lucas Vabre</h1>
|
|
<h2 id="status">Etudiant en Programmation</h2>
|
|
<!-- <xmp id="code"></xmp> -->
|
|
</div>
|
|
</section>
|
|
<section id="a_propos"></section>
|
|
<section id="competences"></section>
|
|
<section id="projets"></section>
|
|
<section id="experiences"></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> |