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.

56 lines
2.2 KiB

<!DOCTYPE html>
<html lang="fr">
<head>
<title>Le Manoir Discotèque</title>
<meta charset="utf-8">
<link href="stylepage.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<header>
<div class="inner">
<div class="logo">
<div>
<img src="logo.jpg" alt="logo">
</div>
</div>
<nav>
<li><span> <a href="manoir.html"> Présentation </a></span> </li>
<li><span> <a href="theme.html"> Thèmes </a></span> </li>
<li> <span><a href="bar.html"> Bar </a></span> </li>
<li> <span><a href="apropos.html" class="button"> Contact </a></span> </li>
</nav>
</header>
<article>
<h2> Les thèmes du samedi soir </h2>
<div class="imagethemes">
<div><img src="262948508_4284864434958755_707873835931637796_n.jpg" alt="nuit de la tentation" width="375" height="550"></div>
<div><img src="260724103_4259675834144282_6856171700845518065_n.jpg" alt="ladyshow" width="550" height="350"></div>
<div><img src="257845414_4237098636402002_3495243310767324828_n.jpg" alt="tentation" width="375" height="550"></div>
<div><img src="tentaton.jpg" alt="tentation" width="400" height="500"></div>
<div><img src="69866615_2196428580469028_5350531555682942976_n.jpg" alt="amazing" width="400" height="500"></div>
<div><img src="brice.jpg" alt="brice" width="400" height="500"></div>
<div><img src="feria.jpg" alt="feria" width="350" height="470"></div>
<div><img src="moula.jpg" alt="moula night" width="550" height="350"></div>
<div><img src="winter.jpg" alt="winter" width="400" height="550"></div>
<div><img src="mousse.jpg" alt="mousse" width="400" height="550"></div>
<div><img src="halloween.jpg" alt="haloween" width="400" height="550"></div>
</div>
</article>
<footer>
<div class="footer-content">
<h3> Le Manoir Discotèque </h3>
</div>
<div class="footer-bottom">
<p>Copyright &copy; 2021 Le Manoir Discotèque. Designed by <span>Matéo PONS</span></p>
</div>
</footer>
</body>
</html>