PONS Matéo
3 years ago
5 changed files with 110 additions and 0 deletions
After Width: | Height: | Size: 61 KiB |
@ -0,0 +1,55 @@ |
|||||
|
<!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> Présentation </h2> |
||||
|
<div class="presentation"> |
||||
|
<div class="imagePresentation"> |
||||
|
<img src="manoirPresentation.png" alt="manoirpresentation" width="670" height="400"> |
||||
|
<img src="af98ed0ef4a678d20ca4c04f08a352f4_95_rb_40_2perc_0.jpg" alt="manoirpresentationInterieur" width="450" height="270"> |
||||
|
<img src="Opera Instantané_2021-11-24_191711_www.google.fr.png" alt="manoirpresentation" width="400" height="400" > |
||||
|
</div> |
||||
|
<div class="présentation-text"> |
||||
|
<h1>Ouverture</h1> |
||||
|
<h3>Toute l'année, tous les samedis de 0h à 6h.</h3> |
||||
|
<h1>Tarifs</h1> |
||||
|
<h3>à partir de 10 € avec conso gratuite.</h3> |
||||
|
<h3> Entrée grande bouteille 8 personnes / entrée petite bouteille 3 personnes. </h3> |
||||
|
<h1> Modes de paiement </h1> |
||||
|
<h3>Carte bancaire/crédit, Espèces.</h3> |
||||
|
</div> |
||||
|
</div> |
||||
|
</article> |
||||
|
<footer> |
||||
|
<div class="footer-content"> |
||||
|
<h3> Le Manoir Discotèque </h3> |
||||
|
</div> |
||||
|
<div class="footer-bottom"> |
||||
|
<p>Copyright © 2021 Le Manoir Discotèque. Designed by <span>Matéo PONS</span></p> |
||||
|
</div> |
||||
|
</footer> |
||||
|
</body> |
||||
|
</html> |
@ -0,0 +1,55 @@ |
|||||
|
<!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> Présentation </h2> |
||||
|
<div class="presentation"> |
||||
|
<div class="imagePresentation"> |
||||
|
<img src="manoirPresentation.png" alt="manoirpresentation" width="670" height="400"> |
||||
|
<img src="af98ed0ef4a678d20ca4c04f08a352f4_95_rb_40_2perc_0.jpg" alt="manoirpresentationInterieur" width="450" height="270"> |
||||
|
<img src="Opera Instantané_2021-11-24_191711_www.google.fr.png" alt="manoirpresentation" width="400" height="400" > |
||||
|
</div> |
||||
|
<div class="présentaton-text"> |
||||
|
<h1>Ouverture</h1> |
||||
|
<h3>Toute l'année, tous les samedis de 0h à 6h.</h3> |
||||
|
<h1>Tarifs</h1> |
||||
|
<h3>à partir de 10 € avec conso gratuite.</h3> |
||||
|
<h3> Entrée grande bouteille 8 personnes / entrée petite bouteille 3 personnes. </h3> |
||||
|
<h1> Modes de paiement </h1> |
||||
|
<h3>Carte bancaire/crédit, Espèces.</h3> |
||||
|
</div> |
||||
|
</div> |
||||
|
</article> |
||||
|
<footer> |
||||
|
<div class="footer-content"> |
||||
|
<h3> Le Manoir Discotèque </h3> |
||||
|
</div> |
||||
|
<div class="footer-bottom"> |
||||
|
<p>Copyright © 2021 Le Manoir Discotèque. Designed by <span>Matéo PONS</span></p> |
||||
|
</div> |
||||
|
</footer> |
||||
|
</body> |
||||
|
</html> |
After Width: | Height: | Size: 383 KiB |
After Width: | Height: | Size: 122 KiB |
Loading…
Reference in new issue