This commit is contained in:
Jack Parrot
2025-03-23 07:16:40 +01:00
parent 4a764beb9b
commit de2ab090d7
8 changed files with 879 additions and 46 deletions
+20 -13
View File
@@ -6,27 +6,30 @@
<link rel="stylesheet" href="./bootstrap-5.3.3-dist/css/bootstrap.css">
<title>MinHAUMTaure</title>
</header>
<body>
<body background="./images/labyrinth-1080p-wallpaper-1920x1080.jpg">
<div class="container-fluid">
<div class="container-fluid text-white">
<div class="row mb-5 mt-5">
<div class="col">
<h1 class="text-center">Bienvenue sur MinHAUMTaure</h1>
</div>
</div>
<div class="row">
<div class="col mt-5">
<div class="row flex-nowrap">
<div class="col">
<h2 class="text-center">Directions</h2>
<canvas id="motors_joystick"width="400"height="400"></canvas>
<div class="row justify-content-around">
<div class="col-5 mt-5">
<div class="row mb-3">
<h2 class="text-center">Fonctionnalités</h2>
</div>
<div class="row flex-nowrap align-items-center bg-dark bg-opacity-75 rounded-5">
<div class="col ">
<h2 class="text-center pt-4">Directions</h2>
<canvas id="motors_joystick"width="400"height="400">
</div>
<div class="col">
<h2 class="text-center"> Fonctionnalités</h2>
<h2 >Changement de couleur LED</h2>
<p>Sélection de la couleur</p>
<input type="color" id="colorLed">
<h2 class="text-center">Automatique</h2>
<h2>Automatique</h2>
<div class="form-check-inline form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault">
<label class="form-check-label" for="flexSwitchCheckDefault">Mode Auto</label>
@@ -34,9 +37,13 @@
</div>
</div>
</div>
<div class="col mt-5">
<h2 class="text-center">Repère Spatial</h2>
<div class="col-5 mt-5">
<div class="row mb-3">
<h2 class="text-center">Repère Spatial</h2>
</div>
<div class="row flex-nowrap align-items-center bg-dark bg-opacity-75 rounded-5">
</div>
</div>
</div>
</div>