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.

68 lines
3.7 KiB

<!DOCTYPE html>
<html lang="fr">
<html style="height: 100%" class="row">
<head>
<meta charset=utf-8>
<title>Math'Educ</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<style>
@font-face {
font-family: 'MenuFont';
src: url('Media/mathEducFont.ttf') format('truetype');
}
* {
font-family: 'MenuFont';
}
</style>
</head>
<body style="background: linear-gradient(to bottom, rgba(37, 34, 71, 1), rgba(37, 35, 72, 1));" >
<div id="chrono" class="container mx-5 my-4 position-relative" style="width: 120px; height: 120px; border-radius: 50%; background: red; border: solid white; display: flex; align-items: center; justify-content: center;left:5%">
<div id="centre" style="height: 10px; width: 10px; border-radius: 50%; background: white; position: absolute; z-index: 2;"></div>
<div id="aiguille-container" style="position: absolute; top: 2px; height: 58px; width: 3px;">
<div id="aiguille" class="aiguille" style="height: 100%; background: red; transform-origin: center bottom; transform: rotate(0deg);"></div>
</div>
<div id="fond" style="position: absolute; width: 120px; height: 120px;border: solid white;display: flex; align-items: center; justify-content: center; background: conic-gradient(red 0%, red 0deg, #4b4b4b 0deg, #4b4b4b 360deg);border-radius:50%;"></div>
</div>
<script src="js/scriptChrono.js"></script>
<div class="container text-center">
<div class="container text-center text-white border border-white rounded mt-5">
<p class="fs-2">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident fuga cum soluta iure libero! Ullam, expedita excepturi! Odio distinctio quos quasi commodi libero ratione corrupti, unde iste explicabo suscipit consequatur ipsum! Id beatae corrupti ipsa totam deserunt, vel tenetur, iusto quaerat asperiores veritatis quidem! Vel dolorem recusandae necessitatibus ullam laborum!
<?php /* Query to bd d'une question aléatoire */ ?>
</p>
</div>
<div class="row g-5">
<div class="col pt-5">
<button class="text-white fs-2 d-grid gap-2 container text-center rounded border border-white" style="background-color:blue;text-decoration: none;color: black; ">
Lorem, ipsum.
<?php /* Query to bd d'une question aléatoire */ ?>
</button>
</div>
<div class="col pt-5">
<button class="text-white fs-2 container text-center rounded border border-white" style="background-color:green;text-decoration: none;color: black;">
Lorem, ipsum.
<?php /* Query to bd d'une question aléatoire */ ?>
</button>
</div>
</div>
<div class="row g-5">
<div class="col pt-5">
<button class="text-white fs-2 container text-center rounded border border-white" style="background-color:red;text-decoration: none;color: black;">
e^5
<?php /* Query to bd d'une question aléatoire */ ?>
</button>
</div>
<div class="col pt-5">
<button class="text-white fs-2 container text-center rounded border border-white" style="background-color:orange;text-decoration: none;color: black;">
Lorem, ipsum.
<?php /* Query to bd d'une question aléatoire */ ?>
</button>
</div>
</div>
</div>
</body>