|
|
@ -24,11 +24,15 @@
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div class="container-fluid px-5">
|
|
|
|
<div class="container-fluid px-5">
|
|
|
|
<!-- First Row -->
|
|
|
|
<!-- First Row -->
|
|
|
|
<div class="row py-4">
|
|
|
|
<div class="row py-4 d-flex justify-content-between user-select-none">
|
|
|
|
<div class="col-6 d-flex align-items-center px-0">
|
|
|
|
<div class="col d-flex align-items-center px-0">
|
|
|
|
<a class="material-icons pl-0" id="home" href="index.php?action=goToHome"
|
|
|
|
<a class="material-icons pl-0" id="home" href="index.php?action=goToHome"
|
|
|
|
style="font-size: 40px; color: white">home</a>
|
|
|
|
style="font-size: 40px; color: white">home</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-4 d-flex align-items-center justify-content-center px-0">
|
|
|
|
|
|
|
|
<button>Next</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- <div class="col-1 d-flex align-items-center justify-content-end px-0">
|
|
|
|
<!-- <div class="col-1 d-flex align-items-center justify-content-end px-0">
|
|
|
|
<a class="material-icons pl-0" id="backArrow"
|
|
|
|
<a class="material-icons pl-0" id="backArrow"
|
|
|
|
href="index.php?action=goToEnigme&ordre=<?php
|
|
|
|
href="index.php?action=goToEnigme&ordre=<?php
|
|
|
@ -48,11 +52,11 @@
|
|
|
|
style="font-size: 40px; color: white"> ></a>
|
|
|
|
style="font-size: 40px; color: white"> ></a>
|
|
|
|
</div> -->
|
|
|
|
</div> -->
|
|
|
|
<button style="background-color: transparent; border: none; outline: none;" onclick="displayHelp()"
|
|
|
|
<button style="background-color: transparent; border: none; outline: none;" onclick="displayHelp()"
|
|
|
|
class="col-6 d-flex align-items-center">
|
|
|
|
class="col d-flex align-items-center">
|
|
|
|
<div class="col-10 text-right px-3">
|
|
|
|
<div class="col text-right px-2">
|
|
|
|
<p style="font-size: 14px; color: white"><b>Besoin d'aide ?</b></p>
|
|
|
|
<p style="font-size: 14px; color: white"><b>Besoin d'aide ?</b></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-2 text-right">
|
|
|
|
<div class="col-1 text-right">
|
|
|
|
<img src="View/assets/img/Foxy.png" alt="Logo" class="rounded-circle moving-fox"
|
|
|
|
<img src="View/assets/img/Foxy.png" alt="Logo" class="rounded-circle moving-fox"
|
|
|
|
style="border: 1px solid #44fff6; width: 60px; height: 60px" />
|
|
|
|
style="border: 1px solid #44fff6; width: 60px; height: 60px" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|