"bak 18h15"
This commit is contained in:
@ -11,11 +11,36 @@
|
||||
<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/TD1" target="_blank">ICI</a></strong> !</p>
|
||||
<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://www.youtube.com/embed/RxnjbxLElWI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen id="butMelou"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user