54 lines
2.0 KiB
HTML
54 lines
2.0 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>
|
|
|
|
<p>Il a marqué en pro par saison :</p>
|
|
|
|
<ul>
|
|
<li>5 buts avec le Dijon FCO en 2015-2016</li>
|
|
<li>7 buts avec le Dijon FCO 2016-2017</li>
|
|
<li>5 buts avec l'OGC Nice 2017-2018</li>
|
|
<li>2 buts avec l'OGC Nice 2018-2019</li>
|
|
<li>4 buts avec l'OGC Nice cette saison 2019-2020</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<a href="https://www.youtube.com/watch?v=6Hz19CiexU4&t=3s" target="_blank">
|
|
<h2>Son dernier but</h2>
|
|
</a>
|
|
</body>
|
|
|
|
</html> |