-
Notifications
You must be signed in to change notification settings - Fork 0
/
recensies.html
222 lines (183 loc) · 7.07 KB
/
recensies.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="nl">
<head>
<title>Potvis</title>
<link rel="icon" href="img/logo.png" />
<link href="style/reset_browser_styles.css" rel="stylesheet" />
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="style/recensies.css">
<link rel="stylesheet" href="style/all.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-189984081-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-189984081-1');
</script>
</head>
<body>
<div class="imgDiv">
<img class="topImg" src="img/Potvis.jpg" alt="Logo">
</div>
<div id="navbar">
<div class="stippenKlein">
<a onclick="toggleMenu()" style="text-align: left!important;"><i class="fa fa-bars"
style="font-size:36px"></i></a>
<div class="titelKlein" id="titelKlein" style="display: none;">
<a href="index.html" onclick="toggleMenu()" style="text-align: left!important;">Potvis</a>
<a href="de_woning.html" onclick="toggleMenu()" style="text-align: left!important;">De Woning</a>
<a href="info.html" onclick="toggleMenu()" style="text-align: left!important;">Info</a>
<a href="ligging.html" onclick="toggleMenu()" style="text-align: left!important;">Ligging</a>
<a href="contact.html" onclick="toggleMenu()" style="text-align: left!important;">Contact</a>
<a class="actief" href="recensies.html" onclick="toggleMenu()" style="text-align: left!important;">Recensies</a>
</div>
</div>
<div class="titel" id="titel">
<a href="index.html">Potvis</a>
<a href="de_woning.html">De Woning</a>
<a href="info.html">Info</a>
<a href="ligging.html">Ligging</a>
<a href="contact.html">Contact</a>
<a class="actief" href="recensies.html">Recensies</a>
</div>
</div>
<main>
<div id="content">
<h1 class="center">Recensies</h1>
<div id="recensies">
<div class="titelLijn center"></div>
<br>
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width slides/quotes -->
<div class="mySlidesReview">
<q>It is very well located, close to the seaside, to the city center, while being very quiet. The living room is spacious, there is a very comfortable table in the garden and there is enough space in the bedrooms. The entire house was very clean.</q>
<p class="author center">- Wape</p>
</div>
<div class="mySlidesReview">
<q>De locatie dicht bij de duinen</q>
<p class="author center">- Koen</p>
</div>
<div class="mySlidesReview">
<q>La décoration de la maison est super jolie !
Il y a deux belles salles de bain ce qui est super lorsque l´on séjourne à 8 dans une maison.
Le séjour possède beaucoup de vitrages, il est très lumineux et super agréable.
La situation de la maison est top : proche des dunes et des commerces.
</q>
<p class="author center">- Anoniem</p>
</div>
<!-- Next/prev buttons -->
<a class="prev" onclick="plusSlides(-1, 'mySlidesReview', 'dot3')">❮</a>
<a class="next" onclick="plusSlides(1, 'mySlidesReview', 'dot3')">❯</a>
</div>
<!-- Dots/bullets/indicators -->
<div class="dot-container center">
<span class="dot3 dot" onclick="currentSlide(1, 'mySlidesReview', 'dot3')"></span>
<span class="dot3 dot" onclick="currentSlide(2, 'mySlidesReview', 'dot3')"></span>
<span class="dot3 dot" onclick="currentSlide(3, 'mySlidesReview', 'dot3')"></span>
</div>
</div>
<div class="centerDiv">
<div class="delen">
<div class="deel1">
<img class="topImg" src="img/d.jpg" alt="" style="padding-bottom: 50px;">
</div>
<div class="deel2">
<img class="topImg" src="img/c.jpg" alt="" style="padding-bottom: 50px;">
</div>
<div class="deel3">
<img class="topImg" src="img/j.jpg" alt="" style="padding-bottom: 50px;">
</div>
</div>
</div>
</div>
</main>
<footer class="footer-distributed">
<div class="footer-left">
<h3>Vakantiewoning<span> Potvis</span></h3>
<p class="footer-links">
<a href="index.html" class="link-1">Potvis</a>
<a href="de_woning.html">De Woning</a>
<a href="info.html">Info</a>
<a href="ligging.html">Ligging</a>
<a href="contact.html">Contact</a>
<a class="actief" href="recensies.html">Recensies</a>
</p>
<p class="footer-company-name">Potvis © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<a href="https://www.google.be/maps/place/Vakantiewoning+POTVIS/@51.1226119,2.6726663,17z/data=!4m12!1m6!3m5!1s0x47dcbd1e790fbba7:0xc0d8760c95cd780d!2sVakantiewoning+POTVIS!8m2!3d51.1226086!4d2.674855!3m4!1s0x47dcbd1e790fbba7:0xc0d8760c95cd780d!8m2!3d51.1226086!4d2.674855?hl=nl&authuser=0"
target="_blank">
<p style="color: #30a1ec;">Witte Burg 20<br>8670 Oostduinkerke</p>
</a>
</div>
<div>
<i class="fa fa-phone"></i>
<p><a class="link" href="tel:0478/80 80 98">0478/80 80 98</a></p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]?SUBJECT=Vakantiehuis Potvis" class="link">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
Heeft u nog vragen of opmerkingen, neem dan zeker contact met ons op.
</p>
</div>
</footer>
</body>
</html>
<script>
window.onscroll = function () {
myFunction();
};
var navbar = document.getElementById("navbar");
var content = document.getElementById('content');
var sticky;
function myFunction() {
if (sticky != navbar.offsetTop && navbar.offsetTop != 0) {
sticky = navbar.offsetTop;
}
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky");
content.style.paddingTop = '65px';
} else {
navbar.classList.remove("sticky");
content.style.paddingTop = '0px';
}
}
function toggleMenu() {
var x = document.getElementById("titelKlein");
if (x.style.display === "inline-block") {
x.style.display = "none";
} else {
x.style.display = "inline-block";
}
}
document.onkeydown = function (e) {
e = e || window.event;
if (e.keyCode == '37') {
changeImage(-1) //left <- show Prev image
} else if (e.keyCode == '39') {
// right -> show next image
changeImage(1)
} else if (e.keyCode == '27') {
document.getElementById("myModal").style.display = "none";
}
}
function changeImage(dir) {
var modal = document.getElementById("myModal");
if (modal.style.display == "block") {
if (dir == -1) {
plusSlidesLightbox(-1)
}
else {
plusSlidesLightbox(1)
}
}
}
</script>
<script src="js/reviews.js"></script>