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.
94 lines
3.5 KiB
94 lines
3.5 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<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" />
|
|
<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>
|
|
<link rel="stylesheet" href="./View/src/CSS/Presentation.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<nav class="navbar navbar-expand-lg navbar-dark fixed-top d-flex align-items-baseline justify-content-between user-select-none p-2">
|
|
|
|
<div class="nav-item nav-link">
|
|
<a class="navbar-brand" href="index.php?action=goToHome">Home</a>
|
|
</div>
|
|
|
|
<div>
|
|
<h5 class="text-uppercase" style="color: #fff; font-weight: bold; font-size: 22px">
|
|
Northgan
|
|
</h5>
|
|
</div>
|
|
|
|
<div class="nav-link">
|
|
<a class="navbar-brand" href="index.php?action=goToTest">Suivant</a>
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<img src="./View/assets/img/BackgroundForPresentation.png" class="img-fluid" style="width: 100%;" />
|
|
<a href="#first" class="scroll-down"></a>
|
|
|
|
<div class="container pt-5" id="first">
|
|
<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éé dans le but de rétablir un environnement sain et
|
|
équilibré sur la planète.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="hidden row">
|
|
<p>
|
|
J'ai donc besoin de ton aide pour me protéger d'une organisation
|
|
malveillante nommée <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
|
|
tu réussis, tu pourras m'aider à protéger mon code
|
|
source.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="hidden row" style="min-height: 50vh">
|
|
<p>
|
|
Clique sur le bouton <a href="index.php?action=goToTest">SUIVANT</a> pour commencer tes premiers pas dans
|
|
l'ère du développement, où je vais t'apprendre les bases !<br />
|
|
<br />
|
|
Si tu es déjà un boss, clique sur <a href="index.php?action=goToSolo">PASSER</a> pour aller directement aux énigmes.
|
|
</p>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-3" id="fox">
|
|
<img src="./View/assets/img/Foxy.png" alt="Logo" class="img-fluid rounded-circle moving-fox" style="
|
|
border: 2px solid #44fff6;
|
|
background-image: url('View/assets/img/BackgroundMain.jpg');
|
|
background-size: cover;
|
|
background-position: center;
|
|
" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |