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.
106 lines
3.3 KiB
106 lines
3.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Tutoriels !</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
<link rel="stylesheet" href="../style/navbar.css">
|
|
<link rel="stylesheet" href="../style/tutos.css">
|
|
<link rel="icon" href="../images/boussole.png">
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
<nav>
|
|
<ul class="navbar" id="navbar">
|
|
<li><a href="../index.html">Accueil</a></li>
|
|
<li><a href="traces.html">Nos Parcours</a></li>
|
|
<li><a href="images.html">Galerie</a></li>
|
|
<li><a id='actual' href="#">Tutoriels</a></li>
|
|
<li><a href="https://www.visugpx.com/editgpx/">Tracer !</a></li>
|
|
<li><a href="contact.html">Contact</a></li>
|
|
<a class="close" href="#"><img src="../images/open.png" id="close"></a>
|
|
</ul>
|
|
<a class="open" href="#navbar"><img src="../images/open.png" id="open"></a>
|
|
<a href="../index.html"><img src="../images/boussole.png" id="boussole"></a>
|
|
|
|
</nav>
|
|
|
|
<nav class="navbar2">
|
|
|
|
<a href="../index.html"><img src="../images/boussole.png" alt="Img Not Found :("></a>
|
|
<a href="traces.html">Nos Parcours</a>
|
|
<a href="images.html">Galerie</a>
|
|
<a href="#" id="actual">Tutoriels</a>
|
|
<a href="https://www.visugpx.com/editgpx/" target="blank_">Tracer!</a>
|
|
<a href="contact.html">Contact</a>
|
|
|
|
</nav>
|
|
</header>
|
|
|
|
<div class="Title_div"><h1>Tutoriels !<br>Apprenez à Créer Un Circuit GPX !</h1>
|
|
|
|
</div>
|
|
|
|
<div class="content_vid">
|
|
|
|
|
|
<h1>Créer Un Circuit GPX sur VisuGPX</h1>
|
|
|
|
<video id="vid" controls width="800px" height="500px">
|
|
|
|
<source src="../images/video.mp4" type="video/mp4">
|
|
|
|
|
|
</video>
|
|
|
|
<h1>Créer Un Circuit GPX sur Strava</h1>
|
|
|
|
<video id="vid" controls width="800px" height="500px">
|
|
|
|
<source src="../images/video_2.mp4" type="video/mp4">
|
|
|
|
|
|
</video>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="bf_footer">
|
|
<h3>#Go Ride Now<br>
|
|
#Va Rouler</h3>
|
|
</div>
|
|
<footer>
|
|
<div class="content_4">
|
|
|
|
<section class="bottom_left">
|
|
<a href="../index.html"><img src="../images/boussole.png"></a>
|
|
|
|
<p>
|
|
Run & Bike In Mountain @2022 All Rights Reserved.<br>
|
|
See Here Our <a href="#">Terms And Conditions.</a><br>
|
|
Dudonné Baptiste BUT 1 2022-2023.<br>
|
|
Vous Souhaitez nous Contacter ? C'est <a href="contact.html">ici.</a>
|
|
</p>
|
|
|
|
|
|
</section>
|
|
|
|
<section class="bottom_right">
|
|
|
|
<p>Follow Us On :</p>
|
|
|
|
<a href="#">Facebook</a>
|
|
<a href="#">Twitter</a>
|
|
<a href="#">intragram</a>
|
|
|
|
</section>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
</body>
|
|
</html> |