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.
48 lines
1.4 KiB
48 lines
1.4 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Projets - Etienne Veau</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="index.html">À propos</a></li>
|
|
<li><a href="cursus.html">Cursus</a></li>
|
|
<li><a href="projets.html">Projets</a></li>
|
|
<li><a href="contact.html">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
<h2>Mes Projets</h2>
|
|
|
|
<div class="projets-grid">
|
|
<div class="card projet">
|
|
<h3>Gestion des stages (C)</h3>
|
|
<p>Application console pour la gestion des stages</p>
|
|
<ul>
|
|
<li>Manipulation de fichiers</li>
|
|
<li>Structures de données complexes</li>
|
|
<li>Note : 10.5/20</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="card projet">
|
|
<h3>Portfolio (Web)</h3>
|
|
<p>Site web personnel avec formulaire de contact</p>
|
|
<ul>
|
|
<li>HTML/CSS/PHP/JavaScript</li>
|
|
<li>Design responsive</li>
|
|
<li>Note : 15.5/20</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |