|
@@ -0,0 +1,77 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
+
|
|
|
+
|
|
|
+ <meta name="description" content="The official website of Jovian Hersemeule.">
|
|
|
+ <meta name="author" content="Jovian Hersemeule">
|
|
|
+
|
|
|
+
|
|
|
+ <link href="../css/bootstrap.css" rel="stylesheet">
|
|
|
+ <link href="../css/custom/main.css" rel="stylesheet">
|
|
|
+
|
|
|
+ <title>Projets - Mon Site - Jovian Hersemeule</title>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+
|
|
|
+
|
|
|
+<nav class="navbar navbar-expand-md navbar-dark bg-success fixed-top">
|
|
|
+ <a class="navbar-brand" href="../index.html">Jovian Hersemeule</a>
|
|
|
+
|
|
|
+ <ul class="navbar-nav mr-auto">
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link" href="../index.html">
|
|
|
+ <img src="https://img.icons8.com/color/48/000000/city.png" alt="|">
|
|
|
+ Accueil
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link" href="../cv.html">
|
|
|
+ <img src="https://img.icons8.com/color/48/000000/parse-from-clipboard.png" alt="|">
|
|
|
+ CV
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item active dropdown">
|
|
|
+ <a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown"
|
|
|
+ aria-haspopup="true" aria-expanded="false">
|
|
|
+ <img src="https://img.icons8.com/color/48/000000/code.png" alt="|">
|
|
|
+ Projets
|
|
|
+ </a>
|
|
|
+ <div class="dropdown-menu" aria-labelledby="dropdown01">
|
|
|
+ <a class="dropdown-item" href="../projects.html">Liste des projets</a>
|
|
|
+ <div class="dropdown-divider"></div>
|
|
|
+ <div class="dropdown-item active">Jovian Website</div>
|
|
|
+ <a class="dropdown-item" href="pro_ascii_space.html">ASCII Space Destroyer</a>
|
|
|
+ <a class="dropdown-item" href="pro_pulsar.html">Pulsar</a>
|
|
|
+ <a class="dropdown-item" href="pro_quoridor.html">Quoridor</a>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+</nav>
|
|
|
+
|
|
|
+
|
|
|
+<main role="main" class="container">
|
|
|
+ <div class="focus-center">
|
|
|
+ <h1>
|
|
|
+ Mon site internet
|
|
|
+ </h1>
|
|
|
+ <img src="https://img.icons8.com/color/96/000000/code.png" alt="code flat icon">
|
|
|
+ <h2>
|
|
|
+ Le site sur lequel vous surfez actuellement ...
|
|
|
+ </h2>
|
|
|
+ <p class="lead">
|
|
|
+ J'ai longtemps codé en C++ afin de faire des jeux-vidéo. Mais après avoir gagné un Raspberry Pi lors d'un hackaton, je trouvais intéressant d'apprendre et d'appliquer quelques technologies du web afin de réaliser mon propre site Internet.
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+</main>
|
|
|
+
|
|
|
+
|
|
|
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
|
|
+ integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
|
|
+ crossorigin="anonymous"></script>
|
|
|
+<script src="../js/bootstrap.js"></script>
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|