-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlieux.html
89 lines (74 loc) · 3.24 KB
/
lieux.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="Accueil.css"/>
<link rel="stylesheet" href="lieux.css"/>
<title> Passez des vacances à Barcelone </title>
</head>
<body>
<header>
<h1 id ="entete">Visitez Barcelone autrement</h1>
<nav >
<ul>
<li id="logo"><a href="index.html"><img id="imglogo" src="logo.png" width="150" height="140" alt="bouton accueil"></a></li>
<li class="box" id="menu"><a class="clic" href="lieux.html">Les sites culturels</a></li>
<li class="box" id="menu1"><a class="clic" href="gastronomie.html">Gastronomie</a></li>
<li class="box" id="menu3"><a class="clic" href="sports.html">Une ville de sports</a></li>
<li class="box" id="menu4"><a class="clic" href="Newsletter.html">Newsletter</a></li>
<li id="menu2"></li>
</ul>
</nav>
</header>
<br><br><br>
<main>
<section id="sagrada">
<a href="http://www.sagradafamilia.org/"><img id="sagradaFamilia" src="sagrada.jpg" alt="image sagrada familia"></a>
<article class="articleDroite" id="familia">
<h1 class="titre">Le chef-d'oeuvre de Gaudí</h1><br>
</article>
</section>
<section id="Camp">
<a href="http://www.fcbarcelona.com/fr/camp-nou"><img id="nou" src="campnou.jpg" alt="image camp nou"></a>
<article class="articleGauche" id="cn">
<h1 class="titre">Le plus grand stade d'Europe</h1><br>
</article>
</section>
<section id="parc">
<a href="http://www.parkguell.cat/fr/"><img id="Guel" src="parc.jpg" alt="image parc Guel"></a>
<article class="articleDroite" id="Pg">
<h1 class="titre">La beauté de l'étrange</h1><br>
</article>
</section>
<section id="jeux">
<a href="http://www.olympic.org/fr/barcelone-1992-olympiques-ete"><img id="olympiques" src="jo.jpg" alt="image parc olympique"></a>
<article class="articleGauche" id="jo92">
<h1 class="titre">Le parc de Jeux mythiques</h1><br>
</article>
</section>
<section id="village">
<a href="http://www.onedayonetravel.com/visite-du-quartier-du-port-olympique-a-barcelone-vila-olimpica/"><img id="jo" src="villageJO.jpg" alt="image port olympique"></a>
<article class="articleDroite" id="villageJO">
<h1 class="titre">Le port de Barcelone 92</h1><br>
</article>
</section>
<section id="palais">
<a href="https://www.google.ca/maps/place/Font+M%C3%A0gica+de+Montju%C3%AFc/@41.3652877,2.144705,14z/data=!4m2!3m1!1s0x0000000000000000:0x09adb4e352777050"><img id="mont" src="palais.jpg" alt="image palais Montjuïc"></a>
<article class="articleGauche" id="juic">
<h1 class="titre">Le Palais de Montjuïc et sa fontaine magique</h1><br>
</article>
</section>
<section id="torre">
<a href="https://fr.wikipedia.org/wiki/Tour_Agbar"><img id="agbar" src="tour.jpg" alt="image tour agbar"></a>
<article class="articleDroite" id="ta">
<h1 class="titre">La tour emblématique de Barcelone</h1><br>
</article>
</section>
</main>
<footer id ="footer">
<address>Contact</address>
<a href="index.html">[email protected]</a>
<p align="right"><i >Copyright Jordy CABANNES</i></p>
</footer>
</body>
</html>