53 lines
1.4 KiB
HTML
53 lines
1.4 KiB
HTML
{% load static %}
|
|
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Colloscope</title>
|
|
<link href="{% static 'main.css' %}" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Universal Kholloscope Systems™</h1>
|
|
|
|
<nav class="semaine">
|
|
<span class="select"><</span>
|
|
<span class="label">Semaine : du 22 au 26 avril 2024.</span>
|
|
<span class="select">></span>
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<h2>Programme de colles</h2>
|
|
<p class="programme">
|
|
Mathématiques : Dimension finie et matrices
|
|
</p>
|
|
<p class="programme">
|
|
Physique : Mécanique du solide
|
|
</p>
|
|
|
|
<h2>
|
|
Colles cette semaine
|
|
</h2>
|
|
|
|
<ul>
|
|
<li>Groupe 1 : Physique dimanche 23h Newton</li>
|
|
<li>Groupe 2 : Maths dimanche 23h Euler</li>
|
|
<li>Groupe 3 : Anglais dimanche 23h Shakespeare</li>
|
|
<li>Groupe 4 : Informatique dimanche 23h Turing</li>
|
|
<li>Groupe 5 : Histoire dimanche 23h Tite-Live</li>
|
|
<li>Groupe 6 : Philosophie dimanche 23h Descartes</li>
|
|
<li>Groupe 7 : EPS dimanche 23h Bolt</li>
|
|
</ul>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
© UKS 2024
|
|
</footer>
|
|
</body>
|
|
</html>
|