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.
60 lines
2.1 KiB
60 lines
2.1 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>
|
|
|
|
<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>
|