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.
98 lines
3.3 KiB
98 lines
3.3 KiB
<!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>
|
|
<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>
|
|
</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>
|
|
</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>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|