-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRestaurant.php
137 lines (117 loc) · 5.37 KB
/
Restaurant.php
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
<?php
session_start();
$pageName='Restaurants';
include_once 'isAuthentificated.php';
include_once 'assets/mainHead.php';
include_once 'autoload.php';
?>
<link rel="stylesheet" href="css/resto.css">
<link rel="stylesheet" href="css/map.css">
<body>
<?php include "navbarCo.php" ?>
<?php include_once 'preloader.php' ?>
<div class="container_resto">
<div class="services">
<h1 class="c4 faded">Les Restaurants Coeliaques</h1>
<br>
<br>
<div class="serviceRow row">
<div class="service col4">
<img src="images/T.jpg" class="service__img">
<h2 class="fbpage"><a href="https://www.facebook.com/celiacsafesansgluten/" target="_blank">Celiac Safe</a></h2>
<p>Adresse: 4 Reu de Moscou, Tunis 1089<br>
Heure De Travail: Ouvre à 12h<br>
Téléphone: 24 101 401<br>
<button class="btn btn4" id="mybtn1"><a href="#Local"> Location</a></button>
</p>
</div>
<div class="service col4">
<img src="images/T2.jpg" class="service__img">
<h2 class="fbpage"><a href="https://www.facebook.com/laseine.tn/" target="_blank">La Seine Pâtisserie</a></h2>
<p>Adresse: 2 Rue Tahar Memmi, Ariana 2091<br>
Heure: Ouvre à 8h<br>
Téléphone: 52 516 415 <br>
<button class="btn btn4" id="mybtn3"><a href="#Local"> Location</a></button>
</p>
</div>
<div class="service col4">
<img src="images/T3.jpg" class="service__img">
<h2 class="fbpage"><a href="https://www.facebook.com/Romanescatunis" target="_blank">Restaurant La Romanesca</a></h2>
<p> Adresse: Ariana<br>
Heure: Ouvre à 12PM<br>
Téléphone: 71 753 241 <br>
<button class="btn btn4" id="mybtn2"><a href="#Local"> Location</a></button>
</p>
</div>
<div class="service col4">
<img src="images/T4.jpg" class="service__img">
<h2 class="fbpage"><a href="https://www.facebook.com/ilVongole/?ref=page_internal" target="_blank">il Vongole</a></h2>
<p>Adresse: Rue des Lac de Mazurie, Les Berges Du Lac, Tunis 1053<br>
Téléphone: 71 960 207 <br>
<button class="btn btn4" id="mybtn4"><a href="#Local"> Location</a></button>
</p>
</div>
<div class="service col4">
<img src="images/T5.jpg" class="service__img">
<h2 class="fbpage"><a href="https://www.facebook.com/breizhbistrottunisie/" target="_blank">Breizh Bistrot</a></h2>
<p>Adresse: Passage du la Malawi, Tunis<br>
Heure: Ouvre à 11h<br>
Téléphone: 71 960 155 <br>
<button class="btn btn4" id="mybtn5"><a href="#Local"> Location</a></button>
</p>
</div>
<div class="service col4">
<img src="images/T6.jpg" class="service__img">
<h2 class="fbpage"><a href="https://www.facebook.com/lasuitedufarfalle/" target="_blank">Le Farfalle</a></h2>
<p>Adresse: Rue du Lac Biwa, Tunis 1053<br>
Heure: Ouvre à 12h<br>
Téléphone: 71 960 128 <br>
<button class="btn btn4" id="mybtn6"><a href="#Local"> Location</a></button>
</p>
</div>
</div>
</div>
</div>
<div id="Local"></div>
<br>
<br>
<div id="effect" class="wavy restolocation">
<span style="--i:1;">L</span>
<span style="--i:2;">O</span>
<span style="--i:3;">C</span>
<span style="--i:4;">A</span>
<span style="--i:5;">L</span>
<span style="--i:6;">I</span>
<span style="--i:7;">S</span>
<span style="--i:8;">A</span>
<span style="--i:9;">S</span>
<span style="--i:10;">I</span>
<span style="--i:11;">O</span>
<span style="--i:12;">N</span>
<span style="--i:13;"> </span>
<span style="--i:14;"> </span>
<span style="--i:15;">D</span>
<span style="--i:16;">U</span>
<span style="--i:17;"> </span>
<span style="--i:18;"> </span>
<span style="--i:19;">R</span>
<span style="--i:20;">E</span>
<span style="--i:21;">S</span>
<span style="--i:22;">T</span>
<span style="--i:23;">A</span>
<span style="--i:24;">U</span>
<span style="--i:25;">R</span>
<span style="--i:26;">A</span>
<span style="--i:27;">N</span>
<span style="--i:28;">T</span>
</div>
<!--The div element for the map -->
<div id="map"></div>
<?php include("footer.php"); ?>
<!--script pour map-->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCQpw0VdM_Cpj50OfKTRMJbP1SK7wzYcAE&callback=initMap" type="text/javascript">
</script>
<script src="Js/map.js"></script>
<script src="js/testnav.js"></script>
</body>
</html>