-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinfopraten.html
109 lines (107 loc) · 3.52 KB
/
infopraten.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Portraits the photo exhibition | News</title>
<link href="style/style.css" rel="stylesheet" type="text/css"/>
<link href="style/style.css" rel="stylesheet" type="text/normalize"/>
<script src="script/changepage.js" type="text/javascript"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<img id="logo" src="Images/Logoen.png">
<nav>
<a href="indexen.html">Home</a>
<a href="lesalonen.html">The exhibition</a>
<a href="#">Useful information</a>
<a href="contacten.html">Contact</a>
<a href="reservationen.html">Book your places</a>
</nav>
<div id="login">
<a href="#" id="account">
<p class="text-hide">Logo account</p>
</a>
<div id="connection">
<input placeholder="Login" type="text">
<input placeholder="Password" type="password">
</div>
</div>
<div id="langue">
<input type="image" id="flaglangue" onClick="changepage('fr')" src="Images/flagfr.png">
</div>
</header>
<div id="banner-salon">
<img id="img-banner-salon" src="Images/bannero.jpg">
<p id="text-banner-salon">Useful Information</p>
</div>
<div class="text">
<div class="paragraph">
<h1>How to get to the exhibition</h1>
<p>Address: Paris Expo Porte de Versailles - 1 Place de la Porte de Versailles <br/>
75015 Paris<br/>
</p>
</div>
</div>
<div id="planacces">
<a href="Images/plan-du-site.png" target="_blank"><img src="Images/plan-du-siteanglais.png" alt="plan du site" title="Click here to download the plan."></a>
<a href="Images/plan d'accès.pdf" target="_blank"><img src="Images/planacces.png" alt="plan d'accés" title="Click here to download the plan."></a>
</div>
<div class="text">
<div class="paragraph">
<h2>Opening hours</h2>
<p>The exhibition will be open on Saturday 21st and Sunday 22nd November 2020.<br/>
Saturday: 8:30 am - 8 pm<br/>
Sunday: 9 am - 7 pm</p>
</div>
</div>
<div id="hebergement">
<h1>Accomodation</h1><br/>
<p>Accommodation is available around the show and can be booked 48 hours in advance.</p>
<h2>Find hostels for all budgets around the exposition parc :</h2>
</div>
<div id="liste-heberge">
<a class="lien-heberge" target="_blank" href="https://urlz.fr/cSDV">
<div>
<img class="img-heberge" src="Images/Adagio.png">
<span class="text-hide">Adagio</span>
</div>
</a>
<a class="lien-heberge" target="_blank" href="https://urlz.fr/cSDT">
<div>
<img class="img-heberge" src="Images/hostelworld.png">
<span class="text-hide">HostelWorld</span>
</div>
</a>
<a class="lien-heberge" target="_blank" href="https://urlz.fr/cSDS">
<div>
<img class="img-heberge" src="Images/booking.png">
<span class="text-hide">Booking.com</span>
</div>
</a>
<a class="lien-heberge" target="_blank" href="https://www.pavillon-porte-de-versailles.com/">
<div>
<img class="img-heberge" src="Images/pavillon.png">
<span class="text-hide">Pavilon porte de versaille</span>
</div>
</a>
</div>
</div>
<footer>
<div id="footer-social">
<a id="fb"><span class="text-hide">Facebook</span></a>
<a id="insta"><span class="text-hide">Instagram</span></a>
<a id="yt"><span class="text-hide">Youtube</span></a>
<a id="twitter"><span class="text-hide">Twitter</span></a>
</div>
<div>
<a href="#" id="agence">
<span class="text-hide">Agence Pixel</span>
</a>
</div>
<div>
<a href="#" id="mentions">Mentions Légales</a>
</div>
</footer>
</body>
</html>