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.
55 lines
2.0 KiB
55 lines
2.0 KiB
<!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="../../CSS/enigme.css">
|
|
<link rel="stylesheet" href="../../CSS/Home.css">
|
|
<link rel="stylesheet" href="../../CSS/Presentation.css">
|
|
<title>Presentation</title>
|
|
</head>
|
|
<body>
|
|
<div class="presentation_titre" id="home">
|
|
<div class="sign">
|
|
<h1>
|
|
<span class="fast-flicker">P</span>
|
|
<span>resen</span>
|
|
<span class="flicker">t</span>
|
|
<span>ation</span>
|
|
</h1>
|
|
</div>
|
|
<div class="Presentation">
|
|
<div class="Histoire">
|
|
<img src="../../../assets/img/Renard.png">
|
|
<div class="Consigne">
|
|
<p>Bonjour utilisateur ! Je suis Foxy, une IA créer par Howard Aiken, un chercheur en informatique. J'ai besoin de ton aide ... </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>
|
|
</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 est passer à la prochaine enigme </p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |