-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-en.html
137 lines (116 loc) · 5.22 KB
/
index-en.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!doctype html>
<html lang="en">
<!-- HEAD-->
<head>
<meta charset= utf8>
<title>Bistrot du Pontias</title>
<link rel="stylesheet" href="style/style.css"/>
<link rel="stylesheet" href="style/index.css"/>
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inclusive+Sans&family=Varela+Round&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<!-- BODY-->
<body>
<!-- HEADER-->
<header>
<nav>
<a href="index-en.html"><img id="logo-header" src="images/logo-large.png" alt="logo"></a>
<div class="dropdownmenu">
<input id="toggle" type="checkbox" checked>
<div id="button">
<div id="top_bar"></div>
<div id="center_bar"></div>
<div id="bottom_bar"></div>
</div>
<div class="list">
<a href="evenements-en.html"><div class="list_element">EVENTS</div></a>
<a href="index-en.html"><div class="list_element">MENUS</div></a>
<a href="notre-histoire-en.html"><div class="list_element">OUR STORY</div></a>
<a href="le-pontias-en.html"><div class="list_element">"LE PONTIAS"</div></a>
<a href="photos-en.html"><div class="list_element">GALLERY</div></a>
<a href="index.html"><div class="list_element">ACCESS/CONTACT</div></a>
</div>
</div>
<a id="dropdown_flag" href="index.html"><img class="flag" src="images/fr.png" alt="fr flag"></a>
<div class="menu">
<a id="evenement" href="evenements-en.html">EVENTS</a>
<a id="page-actuelle" href="index-en.html">MENUS</a>
<a href="notre-histoire-en.html">OUR STORY</a>
<a href="le-pontias-en.html">"LE PONTIAS"</a>
<a href="photos-en.html">GALLERY</a>
<a href="acces-contact-en.html">ACCESS/CONTACT</a>
<a href="index.html"><img class="flag" src="images/fr.png" alt="fr flag"></a>
</div>
</nav>
</header>
<!--MAIN-->
<main>
<div class="accueil">
<a href="cartes/boissons.html" id="box1"></a>
<a href="cartes/boissons.html" id="box2" class="box-orange">DRINKS</a>
<a href="cartes/restauration.html" id="box3"></a>
<a href="cartes/restauration.html" id="box4" class="box-orange">FOOD</a>
<a href="cartes/cocktails.html" id="box6" class="box-orange">COCKTAILS</a>
<a href="cartes/cocktails.html" id="box5"></a>
<a href="cartes/glaces.html" id="box8" class="box-orange">ICE CREAMS</a>
<a href="cartes/glaces.html" id="box7"></a>
</div>
</main>
<!-- FOOTER-->
<footer>
<div class="footer">
<a href="index-en.html"><img id="logo-footer" src="images/logo.png" alt="logo"/></a>
<div id="footer_bloc_adresse">
<h3>Bistrot du Pontias</h3>
<a target="_blank" href="https://maps.app.goo.gl/xvtJB9C5qYj4tjQ37">
46 place de la libération<br>
26110 Nyons<br>
France
</a>
</div>
<div id="footer_bloc_horaires">
<h3>Opening times*</h3>
<div class="horaires">
<div class="jours">
MONDAY<br>
THURSDAY<br>
FRIDAY<br>
SATURDAY<br>
SUNDAY
</div>
<div class="heures">
09:30 - 21:30<br>
07:30 - 21:30<br>
16:00 - 23:00<br>
09:30 - 23:00<br>
10:00 - 21:00
</div>
</div>
</div>
<div id="footer_bloc_contact">
<h3>Info & booking</h3>
<a href="tel:+334 75 28 54 13">
+33 4 75 28 54 13
</a>
</div>
<div id="footer_bloc_reseaux">
<h3>Folow us</h3>
<a target="_blank" href="https://www.facebook.com/bistrotdupontias">
<img class="reseaux-sociaux" src="images/facebook.png" alt="logo facebook">
</a>
<a target="_blank" href="https://www.instagram.com/bistrot_du_pontias/">
<img class="reseaux-sociaux" src="images/instagram.png" alt="logo instagram">
</a>
</a>
<a target="_blank" href="https://www.tripadvisor.fr/Restaurant_Review-g1497613-d12714735-Reviews-Bistrot_du_Pontias-Nyons_Drome_Auvergne_Rhone_Alpes.html?m=19905">
<img class="reseaux-sociaux" src="images/tripadvisor.png" alt="logo tripadvisor">
</a>
</div>
</div>
<p id="mentions">* These hours are provided as an indication and may vary depending on the crowd. To check real-time schedules on Google, please <a target="_blank" href="https://maps.app.goo.gl/xvtJB9C5qYj4tjQ37">click here</a>.</p>
</footer>
</body>
</html>