|
@@ -1,133 +0,0 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html lang="fr">
|
|
|
-<head>
|
|
|
- <meta charset="utf-8">
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
-
|
|
|
- <!-- Page description -->
|
|
|
- <meta name="description" content="The official website of Jovian Hersemeule.">
|
|
|
- <meta name="author" content="Jovian Hersemeule">
|
|
|
-
|
|
|
- <!-- Style sheet -->
|
|
|
- <link href="../css/bootstrap.css" rel="stylesheet">
|
|
|
- <link href="../css/custom/main.css" rel="stylesheet">
|
|
|
- <link href="../css/custom/pagination.css" rel="stylesheet">
|
|
|
-
|
|
|
- <title>Projets - Mon Site - Jovian Hersemeule</title>
|
|
|
-</head>
|
|
|
-<body>
|
|
|
-
|
|
|
-<!-- Navbar -->
|
|
|
-<nav class="navbar navbar-expand-md navbar-dark bg-success fixed-top">
|
|
|
- <a class="navbar-brand" href="../index.html">Jovian Hersemeule</a>
|
|
|
- <img class="rounded-circle jovian-toggler" type="button" data-toggle="collapse" data-target="#joviaNav" aria-controls="joviaNav"
|
|
|
- aria-expanded="false" aria-label="Dérouler le menu" src="https://img.icons8.com/color/48/000000/menu-2.png" alt="V">
|
|
|
- <div class="collapse navbar-collapse" id="joviaNav">
|
|
|
- <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>
|
|
|
- <a class="dropdown-item" href="pro_static_site.html">Jovian Website</a>
|
|
|
- <a class="dropdown-item" href="pro_ascii_space.html">ASCII Space Destroyer</a>
|
|
|
- <a class="dropdown-item" href="pro_pulsar.html">Pulsar</a>
|
|
|
- <div class="dropdown-item active">Quoridor</div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="nav-item">
|
|
|
- <a class="nav-link" href="../contact.html">
|
|
|
- <img src="https://img.icons8.com/color/48/000000/secured-letter.png" alt="|">
|
|
|
- Contact
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-</nav>
|
|
|
-
|
|
|
-<!-- Main -->
|
|
|
-<main role="main" class="container">
|
|
|
- <div class="focus-center">
|
|
|
- <h1>
|
|
|
- Quoridor
|
|
|
- </h1>
|
|
|
- <img src="https://img.icons8.com/color/96/000000/code.png" alt="code flat icon">
|
|
|
- <h2>
|
|
|
- TIPE 2017
|
|
|
- </h2>
|
|
|
- <p class="lead">
|
|
|
- Développement d'intelligences artificielles pour le jeu de stratégie quoridor.
|
|
|
- Ce projet est un travail de groupe réalisé sur l'ensemble de ma seconde année de prépa.
|
|
|
- </p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- Travaux -->
|
|
|
- <div class="alert alert-info">
|
|
|
- <img class="float-left" src="https://img.icons8.com/color/90/000000/road-worker.png" alt="[Working]">
|
|
|
- <p>
|
|
|
- Mon site web est encore en <strong>développement</strong>. Cette section sera implémentée dans une
|
|
|
- future version.
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- Repassez plus tard ...
|
|
|
- </p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- Pagination -->
|
|
|
- <ul class="pagination pagination-lg justify-content-center">
|
|
|
- <li class="page-item">
|
|
|
- <a class="page-link arrow" title="Page précédente" href="pro_pulsar.html">«</a>
|
|
|
- </li>
|
|
|
- <li class="page-item">
|
|
|
- <a class="page-link" title="Site web de Jovian" href="pro_static_site.html">1</a>
|
|
|
- </li>
|
|
|
- <li class="page-item">
|
|
|
- <a class="page-link" title="ASCII Space destroyer" href="pro_ascii_space.html">2</a>
|
|
|
- </li>
|
|
|
- <li class="page-item">
|
|
|
- <a class="page-link" title="Pulsar" href="pro_pulsar.html">3</a>
|
|
|
- </li>
|
|
|
- <li class="page-item active">
|
|
|
- <div class="page-link" title="Quoridor">4</div>
|
|
|
- </li>
|
|
|
- <li class="page-item">
|
|
|
- <a class="page-link arrow" title="Page suivante" href="../projects.html">»</a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
-</main>
|
|
|
-
|
|
|
-<!-- Footer -->
|
|
|
-<!-- todo : remove fixed-bottom as soon as content was filled -->
|
|
|
-<footer class="footer bg-dark mt-5 fixed-bottom">
|
|
|
- <div class="container">
|
|
|
- <span class="text-muted">Images sources : ICON8</span>
|
|
|
- <a href="https://icons8.com/icon/104082/cv">CV icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/104084/city">City icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/19293/code">Code icon by Icons8</a>
|
|
|
- </div>
|
|
|
-</footer>
|
|
|
-
|
|
|
-<!-- Scripts -->
|
|
|
-<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>
|