mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Update Profile and Add Portfolio
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user