PONS Matéo
3 years ago
5 changed files with 60 additions and 0 deletions
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 63 KiB |
After Width: | Height: | Size: 700 KiB |
After Width: | Height: | Size: 93 KiB |
@ -0,0 +1,60 @@ |
|||||
|
<!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> |
||||
|
|
||||
|
<h2> Contactez nous </h2> |
||||
|
<div class="contact"> |
||||
|
<ul class="socials"> |
||||
|
<li><a href="https://www.facebook.com/Le-Manoir-Discothèque-691921790919722/"><i class="fa fa-facebook"></i></a></li> |
||||
|
<li><a href="https://www.instagram.com/le_manoir_03/"><i class="fa fa-instagram"></i></a></li> |
||||
|
<li><a href="tel:+33784245588"><i class="fa fa-phone"></i></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<section id="contact"> |
||||
|
<div class="container"> |
||||
|
<div class="title"> |
||||
|
<h6>Une question ? un conseil ?</h6> |
||||
|
<h3>Contactez-nous</h3> |
||||
|
</div> |
||||
|
<form action="#" method="post"> |
||||
|
<input type="text" name="name" placeholder="Nom" required=""> |
||||
|
<input type="email" name="email" placeholder="Email" required=""> |
||||
|
<input type="text" name="subject" placeholder="Sujet" required=""> |
||||
|
<input type="text" name="number" placeholder="Numero de téléphone" required=""> |
||||
|
<textarea name="message" placeholder="Entrer votre message" style="margin: 0px 0px 20px; height: 85px; width: 1031px;"></textarea> |
||||
|
<button type="submit">Envoyer</button> |
||||
|
</form> |
||||
|
</div> |
||||
|
</section> |
||||
|
<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> |
Loading…
Reference in new issue