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.

88 lines
3.0 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>
<a href="home.html">Accueil</a>
<a href="cursus.html">cursus</a>
<a href="planning.html">planning</a>
<a href="images.html">Images</a>
<a href="videos.html">Videos</a>
</head>
<body>
<h1>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>