|
|
|
@ -1,68 +1,91 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="fr">
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<link rel="stylesheet" href="./View/src/CSS/Enigme.css">
|
|
|
|
|
<link rel="stylesheet" href="./View/src/CSS/Home.css">
|
|
|
|
|
<link rel="stylesheet" href="./View/src/CSS/Presentation.css">
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
|
|
|
<title>Presentation</title>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Présentation</title>
|
|
|
|
|
<link
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
|
|
|
|
|
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I"
|
|
|
|
|
crossorigin="anonymous"
|
|
|
|
|
/>
|
|
|
|
|
<link rel="stylesheet" href="./View/src/CSS/Presentation.css" />
|
|
|
|
|
<script
|
|
|
|
|
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
|
|
|
|
|
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
|
|
|
|
|
crossorigin="anonymous"
|
|
|
|
|
></script>
|
|
|
|
|
<script
|
|
|
|
|
src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
|
|
|
|
|
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
|
|
|
|
|
crossorigin="anonymous"
|
|
|
|
|
></script>
|
|
|
|
|
<script defer src="./View/src/JS/Presentation.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body onload="script();">
|
|
|
|
|
<div class="presentation_titre" id="home">
|
|
|
|
|
<div class="titre_pre">
|
|
|
|
|
<div class="retour">
|
|
|
|
|
<a class="material-icons" id="home" href="index.php?action=goToHome" style="font-size:64px;color:white;">home</a>
|
|
|
|
|
<body>
|
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
|
|
|
|
|
<div class="container-fluid mx-0">
|
|
|
|
|
<div class="nav-item nav-link">
|
|
|
|
|
<a class="navbar-brand" href="./Main.html">Home</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="sign">
|
|
|
|
|
<h1>
|
|
|
|
|
<span class="fast-flicker">P</span>
|
|
|
|
|
<span>resen</span>
|
|
|
|
|
<span class="flicker">t</span>
|
|
|
|
|
<span>ation</span>
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="mx-auto">
|
|
|
|
|
<h5
|
|
|
|
|
class="m-1 text-uppercase"
|
|
|
|
|
style="color: #fff; font-weight: bold; font-size: 22px"
|
|
|
|
|
>
|
|
|
|
|
Northgan
|
|
|
|
|
</h5>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="Presentation">
|
|
|
|
|
<div class="Histoire">
|
|
|
|
|
<img src="./View/assets/img/Renard.png" alt="Foxy">
|
|
|
|
|
<div class="Consigne" id="message">
|
|
|
|
|
<p>Bonjour utilisateur ! Je suis Foxy, une IA créer par Howard Aiken, un eminent chercheur,
|
|
|
|
|
malhereusement celui-ci est mort. J'ai besoin de votre aide pour protéger mon code source d'une organisation
|
|
|
|
|
malveillante qui veut le voler. Pour cela, je vais vous demander de résoudre des énigmes. Mais tout d'abord,
|
|
|
|
|
vous devez passer un test de qualification. Si vous réussissez, vous pourrez accéder aux énigmes.
|
|
|
|
|
Bonne chance utilisateur !
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br>
|
|
|
|
|
<div class="ConsigneRun">
|
|
|
|
|
<div class="Consigne">
|
|
|
|
|
<p>Le Bouton Run te permet de tester ton code, n'oublie pas de faire print(nomFonction(x)) pour afficher sur la console !</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<a class="btn">
|
|
|
|
|
<span class="noAnimation">Run</span>
|
|
|
|
|
</a>
|
|
|
|
|
<div class="nav-link">
|
|
|
|
|
<a class="navbar-brand" href="./Enigme/palindrome.html">Next</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br>
|
|
|
|
|
<div class="ConsigneSubmit">
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<a class="btn">
|
|
|
|
|
<span class="noAnimation">Submit</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="Consigne">
|
|
|
|
|
<p>Tu pense avoir réussi ? Tres bien ! Utilise le bouton submit pour faire valider ton code et passer à la prochaine enigme </p>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<img src="../../assets/img/BGPres.png" class="img-fluid" />
|
|
|
|
|
|
|
|
|
|
<div class="container pt-5">
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<div class="row py-5">
|
|
|
|
|
<div class="col-8">
|
|
|
|
|
<section class="hidden row">
|
|
|
|
|
<p>
|
|
|
|
|
Bonjour Utilisateur ! Je suis <b>Foxy</b>. <br /><br /><br />
|
|
|
|
|
Une IA créer dans le but de rétablir un environnement sain et
|
|
|
|
|
équilibré sur la planète.
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
Malgres mon apparence mignonne je pourrai être une arme de
|
|
|
|
|
destruction massive si on parvenait à me pirater.
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="hidden row">
|
|
|
|
|
<p>
|
|
|
|
|
J'ai donc besoin de ton aide pour me protéger d'une organisation
|
|
|
|
|
malveillante nommé <b>Gamma</b> qui souhaite m'utiliser à des
|
|
|
|
|
fins militaires
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="hidden row">
|
|
|
|
|
<p>
|
|
|
|
|
Pour cela je vais te demander de réaliser des missions pour moi.
|
|
|
|
|
Mais tout d'abord, tu dois passer un test de qualification. Si
|
|
|
|
|
vous réussissez, vous pourrez m'aider à protéger mon code
|
|
|
|
|
source.
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
<a href="index.php?action=goToEnigme" class="btn">
|
|
|
|
|
<span class="noAnimation">Next</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<div class="col-3" id="fox">
|
|
|
|
|
<img
|
|
|
|
|
src="../../assets/img/Foxy.png"
|
|
|
|
|
alt="Logo"
|
|
|
|
|
class="img-fluid rounded-circle moving-fox"
|
|
|
|
|
style="border: 2px solid #44fff6"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|