generated from Templates_CodeFirst/templateHtmlCss
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.
71 lines
1.9 KiB
71 lines
1.9 KiB
<!DOCTYPE html> <!-- Doctype HTML5 -->
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link type="text/css" rel="stylesheet" href="style.css">
|
|
<script src="effect.js" defer></script>
|
|
<title>Corentin</title>
|
|
<nav class="navbar">
|
|
<ul class="navbar-list">
|
|
<li><a href="index.html">Accueil</a></li>
|
|
<li><a href="cursus.html">Cursus</a></li>
|
|
<li><a href="planning.html">Planning</a></li>
|
|
<li class="dropdown">
|
|
<a href="#">Gallerie</a>
|
|
<ul class="dropdown-content">
|
|
<li><a href="images.html">Images</a></li>
|
|
<li><a href="videos.html">Vidéos</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="form.html">Contact</a></li>
|
|
<label class="switch">
|
|
<input type="checkbox" id="theme-switch">
|
|
<span class="slider"></span>
|
|
</label>
|
|
</ul>
|
|
</nav>
|
|
</head>
|
|
<body id="planning">
|
|
<h1>PLANNING</h1>
|
|
<table>
|
|
<caption>Planning d'activités</caption>
|
|
<tr>
|
|
<th>Activités</th>
|
|
<th>Créneaux</th>
|
|
<th>Image</th>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2"><strong>Musculation</strong></td>
|
|
<td>Jeudi 15h-17h</td>
|
|
<td rowspan="2"><a href="img/musculation.jpg">
|
|
<img src="img/musculation.jpg" alt="muculation" height="150px" width="150px">
|
|
</a></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td>Samedi 8h-10h</td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2"><strong>Révision</strong></td>
|
|
<td>Semaine 19h-21h</td>
|
|
<td rowspan="2"><a href="img/revision.gif"><img src="img/revision.gif" alt="revision" height="150px" width="150px"></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>week-end 12h-14h/16h-18h</td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2"><strong>Jeux vidéos</strong></td>
|
|
<td>jeudi 17h30-19h</td>
|
|
<td rowspan="2"><a href="img/jeuxVideo.jpeg"><img src="img/jeuxVideo.jpeg" alt="jeux vidéo"height="150px" width="150px"></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>weekend 8h-10h/18h-00h</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</header>
|
|
</body>
|
|
<footer>
|
|
<p>Pied de page</p>
|
|
</footer>
|
|
</html> |