-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (86 loc) · 2.37 KB
/
Copy pathindex.html
File metadata and controls
92 lines (86 loc) · 2.37 KB
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
<!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">
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
</head>
<body>
<header>
<nav>
<ul>
<li id="logo"><a href="#">CLOS Mars</a></li>
<li ><a href="#langue">langue</a></li>
<li ><a href="#reserve">reserver</a></li>
<li ><a href="#cantact">nous cantacter</a></li>
</ul>
</nav>
<div id="imageprincipale">
<h1> Clos Mars</h1>
<div id="premiertrait"></div>
<h3>Chambre d'hote</h3>
</div>
</header>
<section id="presentations">
<div id="textintro">
<h2>un lieu unique pour un sejour unique</h2>
<p></p>
</div>
<div id="prestation">
<div class="images"></div>
<h4>nous trouver </h4>
<a href=""> <img src="/carte.jpg" alt="carte"></a>
</div>
<div id="prestation">
<div class="images"></div>
<h4>cote chambre </h4>
<a href=""> <img src="/ch.jpg" alt="chambre"></a>
</div>
<div id="prestation">
<div class="images"></div>
<h4>cote cuisine </h4>
<a href=""> <img src="/repas.jpg" alt="repas"></a>
</div>
</section>
<section id="tourisme">
<h2> Et tant a decouvrir ....</h2>
<ul>
<li id="ocean">
<p> l'ocean tunsienne </p>
</li>
<li id="chateau">
<p> les chateau de tunis </p>
</li>
<li id="phare">
<p> l'estuaire de GIRANDE </p>
</li>
<li id="vign">
<p> le vignoble bordelais </p>
</li>
</ul>
</section>
<footer>
<h2>CONTACTEZ-NOUS</h2>
<form >
<input placeholder="nom">
<input placeholder="email">
<textarea placeholder="votre message ici ..."></textarea>
<button>Envoyer</button>
</form>
<div id="deuxiemmetrait"></div>
<div id="copyeticons">
<div id="copy">
<span>© fromscratch();2022</span>
</div>
<div id="icons">
<a href="http://www.twitter.fr"><i class="fa fa-twitter"></i></a>
<a href="http://www.facebook.com"><i class="fa fa-facebook"></i></a>
<a href="http://www.instagram.com"><i class="fa fa-instagram"></i></a>
</div>
</div>
</footer>
</body>
</html>