generated from Templates_CodeFirst/templateHtmlCss
modif cursus scolaire
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b1fd6ad33a
commit
b70b10a871
@ -1,60 +1,68 @@
|
||||
<!DOCTYPE html> <!-- Doctype HTML5 -->
|
||||
<!DOCTYPE html>
|
||||
<!-- Doctype HTML5 -->
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link type="text/css" rel="stylesheet" href="style.css">
|
||||
<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">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link type="text/css" rel="stylesheet" href="style.css">
|
||||
<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>
|
||||
<li>
|
||||
<a href="images.html">Images</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="videos.html">Vidéos</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="form.php">Form</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Cursus scolaire</h1>
|
||||
</header>
|
||||
<h3>Maternelle</h3>
|
||||
<p><strong>Archignat</strong></p>
|
||||
<img src="img/Archignat.png" alt="Archignat" heigh="300px" width ="300px"></img>
|
||||
|
||||
<h3>Primaire</h3>
|
||||
<p><strong>Saint Sauvier</strong></p>
|
||||
<p><mark>cp -> ce1</mark></p>
|
||||
<img src="">saint_sauvier.jpeg</img>
|
||||
|
||||
<p><strong>Treignat</strong></p>
|
||||
<p><mark>ce2 -> cm2</mark></p>
|
||||
<img src="img/treignat.jpeg" alt="treignat" heigh="300px" width ="300px"></imgs>
|
||||
|
||||
|
||||
<h3>Collège</h3>
|
||||
<p><strong>Huriel</strong></p>
|
||||
<p><em>Collège George-Sand</em></p>
|
||||
<img src="img/huriel.jpeg" alt="huriel" heigh="300px" width ="300px"></img>
|
||||
</li>
|
||||
<li>
|
||||
<a href="form.php">Form</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</head>
|
||||
|
||||
<h3>Lycée</h3>
|
||||
<p><strong>Montluçon</strong></p>
|
||||
<p><em>Lycée madame de Staël</em></p>
|
||||
<img src="img/montluçon.jpeg" alt="montluçon" heigh="300px" width ="300px"></img>
|
||||
<body>
|
||||
<h1 id="titre_cursus">CURSUS SCOLAIRE</h1>
|
||||
<div class="timeline">
|
||||
<div class="container left">
|
||||
<div class="content">
|
||||
<h2 class="exclude">2023 ➡️ aujourd'hui</h2>
|
||||
<h3 class="exclude">Iut Aubière</h3>
|
||||
<img src="img/aubière.jpg" alt="aubière" heigh="300px" width="300px">
|
||||
</div>
|
||||
</div>
|
||||
<div class="container right">
|
||||
<div class="content">
|
||||
<h2 class="exclude">2020 ➡️ 2023</h2>
|
||||
<h3 class="exclude">Lycée LEM</h3>
|
||||
<img src="img/montluçon.jpeg" alt="LEM" heigh="300px" width="300px">
|
||||
</div>
|
||||
</div>
|
||||
<div class="container left">
|
||||
<div class="content">
|
||||
<h2 class="exclude">2016 ➡️ 2020</h2>
|
||||
<h3 class="exclude">Collège George-Sand</h3>
|
||||
<img src="img/huriel.jpeg" alt="huriel" heigh="00px" width="400px">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Pied de page</p>
|
||||
</footer>
|
||||
|
||||
<h3>Maintenant</h3>
|
||||
<p><strong>Aubière</strong></p>
|
||||
<img src="img/aubière.jpg" alt="aubière" heigh="300px" width ="300px"></img>
|
||||
</body>
|
||||
<footer>
|
||||
<p>
|
||||
Pied de page
|
||||
</p>
|
||||
</footer>
|
||||
</html>
|
@ -1,67 +1,77 @@
|
||||
<!DOCTYPE html> <!-- Doctype HTML5 -->
|
||||
<!DOCTYPE html>
|
||||
<!-- Doctype HTML5 -->
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link type="text/css" rel="stylesheet" href="style.css">
|
||||
<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.php">Form</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</head>
|
||||
<body>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link type="text/css" rel="stylesheet" href="style.css">
|
||||
<title>Corentin</title>
|
||||
<nav class="navbar"></nav>
|
||||
<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.php">Form</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Galerie d'Images</h1>
|
||||
<h3 class="title_gallery">Espace</h3>
|
||||
<div class="gallery">
|
||||
|
||||
<a href="space1.html">
|
||||
<img src="img/space1.jpg" alt="Espace">
|
||||
</a>
|
||||
<a href="space2.html">
|
||||
<img src="img/space2.jpg" alt="Espace">
|
||||
</a>
|
||||
<a href="space2.html">
|
||||
<img src="img/space3.jpg" alt="Espace">
|
||||
</a>
|
||||
<a href="space1.html">
|
||||
<img src="img/space1.jpg" alt="Espace" />
|
||||
</a>
|
||||
<a href="space2.html">
|
||||
<img src="img/space2.jpg" alt="Espace" />
|
||||
</a>
|
||||
<a href="space2.html">
|
||||
<img src="img/space3.jpg" alt="Espace" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h3 class="title_gallery">Jeux video</h3>
|
||||
<div class="gallery">
|
||||
|
||||
<a href="video_game1.html">
|
||||
<img src="img/video_game1.jpg" alt="Rocket league">
|
||||
</a>
|
||||
<a href="video_game2.html">
|
||||
<img src="img/video_game2.jpg" alt="Valorant">
|
||||
</a>
|
||||
<a href="video_game3.html">
|
||||
<img src="img/video_game3.jpeg" alt="Fortnite">
|
||||
</a>
|
||||
<a href="video_game1.html">
|
||||
<img src="img/video_game1.jpg" alt="Rocket league" />
|
||||
</a>
|
||||
<a href="video_game2.html">
|
||||
<img src="img/video_game2.jpg" alt="Valorant" />
|
||||
</a>
|
||||
<a href="video_game3.html">
|
||||
<img src="img/video_game3.jpeg" alt="Fortnite" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h3 class="title_gallery">Sport</h3>
|
||||
<div class="gallery">
|
||||
|
||||
<a href="sport1.html">
|
||||
<img src="img/sport1.jpg" alt="Paintball">
|
||||
</a>
|
||||
<a href="sport2.html">
|
||||
<img src="img/sport2.jpg" alt="Ping-pong">
|
||||
</a>
|
||||
<a href="sport3.html">
|
||||
<img src="img/sport3.jpg" alt="Natation">
|
||||
</a>
|
||||
<a href="sport1.html">
|
||||
<img src="img/sport1.jpg" alt="Paintball" />
|
||||
</a>
|
||||
<a href="sport2.html">
|
||||
<img src="img/sport2.jpg" alt="Ping-pong" />
|
||||
</a>
|
||||
<a href="sport3.html">
|
||||
<img src="img/sport3.jpg" alt="Natation" />
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,97 +1,137 @@
|
||||
<!DOCTYPE html> <!-- Doctype HTML5 -->
|
||||
<!DOCTYPE html>
|
||||
<!-- Doctype HTML5 -->
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link type="text/css" rel="stylesheet" href="style.css">
|
||||
<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.php">Form</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id ="video_categorie">Galerie Video</h1>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link type="text/css" rel="stylesheet" href="style.css" />
|
||||
<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.php">Form</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="video_categorie">Galerie Video</h1>
|
||||
<h3 class="title_gallery">Rocket league</h3>
|
||||
<div class="gallery_video">
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video src="video/reset_bounce.mp4" type="video/mp4" controls muted></video>
|
||||
</div>
|
||||
<figcaption>Double reset bounce shot</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video src="video/double_reset_double.mp4" type="video/mp4" controls muted></video>
|
||||
</div>
|
||||
<figcaption>Double reset double tap</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video src="video/double_tap_angle.mp4" type="video/mp4" controls muted></video>
|
||||
</div>
|
||||
<figcaption>Double tap</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video
|
||||
src="video/reset_bounce.mp4"
|
||||
type="video/mp4"
|
||||
controls
|
||||
muted
|
||||
></video>
|
||||
</div>
|
||||
<figcaption>Double reset bounce shot</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video
|
||||
src="video/double_reset_double.mp4"
|
||||
type="video/mp4"
|
||||
controls
|
||||
muted
|
||||
></video>
|
||||
</div>
|
||||
<figcaption>Double reset double tap</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video
|
||||
src="video/double_tap_angle.mp4"
|
||||
type="video/mp4"
|
||||
controls
|
||||
muted
|
||||
></video>
|
||||
</div>
|
||||
<figcaption>Double tap</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<h3 class="title_gallery">Valorant</h3>
|
||||
<div class="gallery_video">
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video src="video/4k breeze.mp4" type="video/mp4" controls muted></video>
|
||||
</div>
|
||||
<figcaption>4k (asc 2)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video src="video/one tap jett asc.mp4" type="video/mp4" controls muted></video>
|
||||
</div>
|
||||
<figcaption>One tap (asc3)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video src="video/4k_lotus_clutch.mp4" type="video/mp4" controls muted></video>
|
||||
</div>
|
||||
<figcaption>4k clutch (dia 3)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video
|
||||
src="video/4k breeze.mp4"
|
||||
type="video/mp4"
|
||||
controls
|
||||
muted
|
||||
></video>
|
||||
</div>
|
||||
<figcaption>4k (asc 2)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video
|
||||
src="video/one tap jett asc.mp4"
|
||||
type="video/mp4"
|
||||
controls
|
||||
muted
|
||||
></video>
|
||||
</div>
|
||||
<figcaption>One tap (asc3)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video
|
||||
src="video/4k_lotus_clutch.mp4"
|
||||
type="video/mp4"
|
||||
controls
|
||||
muted
|
||||
></video>
|
||||
</div>
|
||||
<figcaption>4k clutch (dia 3)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<h3 class="title_gallery">Mes Teammates</h3>
|
||||
<div class="gallery_video">
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video src="video/Tristan_wsh.mp4" type="video/mp4" controls muted></video>
|
||||
</div>
|
||||
<figcaption>Rank du joueur : (immo 2)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video src="video/Rae_wtf.mp4" type="video/mp4" controls muted></video>
|
||||
</div>
|
||||
<figcaption>Rank du joueur : (dia 3)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video controls muted>
|
||||
<source src="video/Skye_wtf.mp4" type="video/mp4">
|
||||
<source src="video/Skye_wtf.ogg" type="video/ogg">
|
||||
<source src="video/Skye_wtf.webm" type="video/webm">
|
||||
Video format not supported !
|
||||
</video>
|
||||
</div>
|
||||
<figcaption>Rank du joueur : (asc 2) </figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video
|
||||
src="video/Tristan_wsh.mp4"
|
||||
type="video/mp4"
|
||||
controls
|
||||
muted
|
||||
></video>
|
||||
</div>
|
||||
<figcaption>Rank du joueur : (immo 2)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video
|
||||
src="video/Rae_wtf.mp4"
|
||||
type="video/mp4"
|
||||
controls
|
||||
muted
|
||||
></video>
|
||||
</div>
|
||||
<figcaption>Rank du joueur : (dia 3)</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<div class="video-item">
|
||||
<video controls muted>
|
||||
<source src="video/Skye_wtf.mp4" type="video/mp4" />
|
||||
<source src="video/Skye_wtf.ogg" type="video/ogg" />
|
||||
<source src="video/Skye_wtf.webm" type="video/webm" />
|
||||
Video format not supported !
|
||||
</video>
|
||||
</div>
|
||||
<figcaption>Rank du joueur : (asc 2)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in new issue