pro_ascii_space.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <!-- Page description -->
  7. <meta name="description" content="The official website of Jovian Hersemeule.">
  8. <meta name="author" content="Jovian Hersemeule">
  9. <!-- Style sheet -->
  10. <link href="../css/bootstrap.css" rel="stylesheet">
  11. <link href="../css/custom/main.css" rel="stylesheet">
  12. <title>Projets - Mon Site - Jovian Hersemeule</title>
  13. </head>
  14. <body>
  15. <!-- Navbar -->
  16. <nav class="navbar navbar-expand-md navbar-dark bg-success fixed-top">
  17. <a class="navbar-brand" href="../index.html">Jovian Hersemeule</a>
  18. <img class="rounded-circle jovian-toggler" type="button" data-toggle="collapse" data-target="#joviaNav"
  19. aria-controls="joviaNav"
  20. aria-expanded="false" aria-label="Dérouler le menu" src="https://img.icons8.com/color/48/000000/menu-2.png"
  21. alt="V">
  22. <div class="collapse navbar-collapse" id="joviaNav">
  23. <ul class="navbar-nav mr-auto">
  24. <li class="nav-item">
  25. <a class="nav-link" href="../index.html">
  26. <img src="https://img.icons8.com/color/48/000000/city.png" alt="|">
  27. Accueil
  28. </a>
  29. </li>
  30. <li class="nav-item">
  31. <a class="nav-link" href="../cv.html">
  32. <img src="https://img.icons8.com/color/48/000000/parse-from-clipboard.png" alt="|">
  33. CV
  34. </a>
  35. </li>
  36. <li class="nav-item active dropdown">
  37. <a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown"
  38. aria-haspopup="true" aria-expanded="false">
  39. <img src="https://img.icons8.com/color/48/000000/code.png" alt="|">
  40. Projets
  41. </a>
  42. <div class="dropdown-menu" aria-labelledby="dropdown01">
  43. <a class="dropdown-item" href="../projects.html">Liste des projets</a>
  44. <div class="dropdown-divider"></div>
  45. <a class="dropdown-item" href="pro_static_site.html">Jovian Website</a>
  46. <div class="dropdown-item active">ASCII Space Destroyer</div>
  47. <a class="dropdown-item" href="pro_pulsar.html">Pulsar</a>
  48. <a class="dropdown-item" href="pro_quoridor.html">Quoridor</a>
  49. </div>
  50. </li>
  51. <li class="nav-item">
  52. <a class="nav-link" href="../contact.html">
  53. <img src="https://img.icons8.com/color/48/000000/secured-letter.png" alt="|">
  54. Contact
  55. </a>
  56. </li>
  57. </ul>
  58. </div>
  59. </nav>
  60. <!-- Main -->
  61. <main role="main" class="container">
  62. <div class="focus-center">
  63. <h1>
  64. ASCII Space Destroyer
  65. </h1>
  66. <img class="rounded" src="../images/projets_ascii_ship_torpEL.png" alt="code flat icon">
  67. <h2>
  68. Jeu vidéo réalisé en C++
  69. </h2>
  70. <p class="lead">
  71. Derrière ce nom un peu bourrin se cache un shooter à la "Space Invader" où les joueurs peuvent concevoir
  72. leur propre vaisseau avant de partir à l'aventure.
  73. </p>
  74. </div>
  75. <!-- Content -->
  76. <h3>
  77. <img src="https://img.icons8.com/color/48/000000/term.png" alt="V">
  78. Introduction
  79. </h3>
  80. <p>
  81. Entre mes deux années de prépa, j'ai eu envie de reprendre le C++.
  82. </p>
  83. <p>
  84. J'aime bien le thème de l'espace, ainsi que la possibilité pour le joueur de créer son propre vaisseau.
  85. </p>
  86. <p>
  87. C'est ainsi qu'a débuté le projet ASCII Space Destroyer.
  88. </p>
  89. <h3>
  90. Principe du jeu
  91. </h3>
  92. <h3>
  93. Technologies
  94. </h3>
  95. <h3>
  96. Téléchargement
  97. </h3>
  98. <div class="alert alert-info">Mon site web est encore en développement. Cette section sera implémentée dans une
  99. future version.
  100. </div>
  101. </main>
  102. <!-- Scripts -->
  103. <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
  104. integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
  105. crossorigin="anonymous"></script>
  106. <script src="../js/bootstrap.js"></script>
  107. </body>
  108. </html>