47 lines
1.9 KiB
HTML
47 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name='author' content="JunkJumper" />
|
|
<meta charset='utf-8' />
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
|
|
<title>M4103 - Programmation Web Client Riche - TD1</title>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
|
<meta name="description" content="Page TD1 M413" />
|
|
<meta name="keywords" content="JavaScript, TD1" />
|
|
<link rel='stylesheet' type='text/css' media='screen' href='./css/main.css'>
|
|
<script src='./js/main.js'></script>
|
|
<p>Comme pour tous les autres td, les réponses aux questions sont disponibles <strong><a href="https://github.com/JunkJumper/M4103-Programmation-Web-Client-Riche/tree/master/TD2" target="_blank">ICI</a></strong> !</p>
|
|
</head>
|
|
|
|
<body onload="init();">
|
|
<h1>Pierre Lees-Melou</h1>
|
|
<h2>Courte présentation</h2>
|
|
<div id="presentation">
|
|
<p>Pierre Lees-Melou, est un footballeur français. Il évolue au poste de milieu offensif à l'OGC Nice.</p>
|
|
<img src="./img/melou.jpeg" width="15%" alt="melou" id="imgMelou" />
|
|
</div>
|
|
|
|
<h2>Son parcours et ses stats</h2>
|
|
|
|
<div id="parcours">
|
|
<p>Voici les clubs par lequel notre numéro <span>8</span> <a href="https://www.ogcnice.com/fr/">du gym</a> est passé</p>
|
|
|
|
<ul>
|
|
<li>2010-2012 | Langon FC</li>
|
|
<li>2012 | FCE Mérignac Arlac</li>
|
|
<li>2013-2015 | US Lège-Cap-Ferret</li>
|
|
<li>2015-2017 | Dijon FCO</li>
|
|
<li>2017-Aujoud'hui | OGC Nice</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h2>Son dernier but</h2>
|
|
|
|
<div id="video">
|
|
<iframe width="640" height="360" src="https://youtu.be/6Hz19CiexU4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen id="butMelou"></iframe>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|