-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
95 lines (90 loc) · 3.97 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<title>Document</title>
</head>
<body class="page-3s">
<!-- Slider main container -->
<!-- <div class="preloader">
<img src="./assets/loader.gif" alt="">
</div> -->
<header>
<nav class="flex">
<a href="#" class="logo">
<img src="./assets/logo1.png" alt="">
</a>
<label for="bar"><i class="fa-solid fa-bars"></i></label>
<input type="checkbox" id="bar">
<ul class="menu flex">
<li>
<a href="./index.html">Accueil</a>
</li>
<li>
<a href="./realisation.html">Nos réalisations</a>
</li>
<li>
<a href="./contact.html">Contact</a>
</li>
</ul>
</nav>
<div class="banner gallery">
<div class="slogan slogan-3">
<h1 class="header-title">Contact</h1>
<!-- <a class="btn btn-header">voir plus</a> -->
</div>
</div>
</header>
<main>
<div class="close" onclick="closeModal()"><i class="fa-solid fa-xmark"></i></div>
<section id="contact">
<h1>Contactez-nous</h1>
<div class="container">
<form action="#" method="post">
<input type="text" placeholder="Nom">
<input type="tel" placeholder="Telephone">
<textarea name="msg" id="msg" placeholder="Votre message..." cols="30" rows="10"></textarea>
<a href="#" class="btn">Envoyer</a>
</form>
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15438.09963123772!2d-17.45896027335761!3d14.682882293042978!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xec1725f3676fa21%3A0x147bc7f1291d491!2zTcOpZGluYSwgRGFrYXIsIFPDqW7DqWdhbA!5e0!3m2!1sfr!2sma!4v1647424541390!5m2!1sfr!2sma"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
-->
</div>
</section>
</main>
<footer>
<div class="bloc ">
<h3>Contactez-nous</h3>
<div class="rs">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-linkedin-in"></i>
<i class="fa-brands fa-instagram"></i>
</div>
<div>
<br>[email protected] <br><br>+221 77 345 54 25 <br><br>+221 332 23 45 64
</div>
</div>
<div class="bloc ">
<h3>Acces rapide</h3>
<a href="#">Accueil</a>
<a href="#">Qui sommes-nous</a>
<a href="#">Nos produits</a>
<a href="#">Contact</a>
</div>
<div class="bloc ">
<h3>A propos de l'entreprise</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<img src="./assets/logo1.png " alt=" " class="logo ">
</div>
</footer>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js "></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js " integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin=" anonymous "></script>
<script src="./js/main.js "></script>
</body>
</html>