-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
489 lines (445 loc) · 26.4 KB
/
index.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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Casa Modero - Bed & Breakfast located in Cartosio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="icon" href="static/images/logo.ico" type="image/x-icon">
</head>
<body class="w3-content w3-border-left w3-border-right">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-light-grey w3-collapse w3-top" style="z-index:3;width:260px" id="mySidebar">
<div class="w3-container w3-display-container w3-padding-16">
<i onclick="w3_close()" class="fa fa-remove w3-hide-large w3-button w3-transparent w3-display-topright"></i>
<a href="#"><img src="static/images/logo.png" width="50%" class="center" height="50%" alt="Casa Modero logo"></a>
<hr class="hr-sidebar">
</div>
<div class="w3-bar-block">
<a id="dropdown-btn-rooms" class="w3-bar-item w3-button w3-padding-16"><i class="fa fa-house"></i> Rooms</a>
<div id="dropdown-container" style="display: none">
<a href="#room-olivo" class="w3-bar-item w3-button w3-padding-10 clicked-side"><i class="fa fa-bed"></i> Olivo</a>
<a href="#room-melazana" class="w3-bar-item w3-button w3-padding-10 clicked-side"><i class="fa fa-bed"></i> Melanzana</a>
<a href="#room-cavolo" class="w3-bar-item w3-button w3-padding-10clicked-side"><i class="fa fa-bed"></i> Cavolo</a>
</div>
</a>
<a href="https://www.booking.com/hotel/it/casa-modero.html" target="_blank" class="w3-bar-item w3-button w3-padding-16 clicked-side"><i class="fa fa-book"></i> Book your stay</a>
<a href="#garden" class="w3-bar-item w3-button w3-padding-16 clicked-side"><i class="fa fa-seedling"></i> Garden</a>
<a href="#surroundings" class="w3-bar-item w3-button w3-padding-16 clicked-side"><i class="fa fa-archway"></i> Surroundings</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-16 clicked-side"><i class="fa fa-envelope"></i> Contact</a>
</div>
</nav>
<!-- Top menu on small screens -->
<header class="w3-bar w3-top w3-hide-large w3-black w3-xlarge">
<span class="w3-bar-item">Casa Modero</span>
<a href="javascript:void(0)" class="w3-right w3-bar-item w3-button" onclick="w3_open()"><i class="fa fa-bars"></i></a>
</header>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main w3-white" style="margin-left:260px">
<!-- Push down content on small screens -->
<div class="w3-hide-large" style="margin-top:80px"></div>
<div class="w3-container" id="casa-modero">
<video id="vid" class="fit-vid" controls ></video>
<h1 class="w3-text-green center-text">"Benvenuto"</h1>
<h2 class="w3-text-green center-text">To the website of Casa Modero</h2>
<p>Casa Modero is a three-bedroom Bed & Breakfast located in Cartosio. Based in the beautiful valley of the Erro, a place lodged between the best vineyards of Piedmont in the north and many regional nature parks at the coast in the south. Casa Modero is the ideal place to rest between activities such as trying out the local wines and dishes, going for a swim in the Erro, a day trip to the Ligurian coast or sightseeing the old sulfur springs in Acqui Terme.</p>
<div class="w3-content w3-display-container">
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\1.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\2.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\3.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\4_1.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\4_2.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\5.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\6.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\7.jpeg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\8.jpeg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\9.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\10_1.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\10_2.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\11.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\12.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\13.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\14.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\15.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\16.jpeg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\17.jpeg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\18.jpeg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\19.jpeg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\20.jpg" class="image_show">
</div>
<div class="w3-display-container headSlide">
<img loading="lazy" src="static\images\house\other\21.jpg" class="image_show">
</div>
<button class="w3-button w3-display-left w3-black" onclick="plusSlide(-1)">❮</button>
<button class="w3-button w3-display-right w3-black" onclick="plusSlide(1)">❯</button>
</div>
<h4><strong>Facilities</strong></h4>
<p>Casa Modero offers its accomodation with three bedrooms, each adorned with its private bathroom. The house has a shared living and dining room and multiple places to rest and eat outside of the house. For example the patio which can be shaded or the front of the house with its enchanting view over the valley. . Discover a perfect blend of private comfort and communal charm at Casa Modero.</p>
<h4><strong>Breakfast</strong></h4>
<p>Breakfast is included with the stay. Start your morning here with a choice of tea or coffee paired with fresh orange juice. Enjoy the freshly baked Farinata or bread with a variety of jams made from the fruits and berries sourced from our garden our garden. The breakfast served will be vegan/vegetarian.</p>
</div>
<hr>
<!-- Slideshow Header -->
<div class="w3-container" id="room-olivo">
<h2 class="w3-text-green">Olivo</h2>
<div class="w3-display-container mySlides1">
<img src="static\images\house\olivo\1.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides1">
<img src="static\images\house\olivo\2.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides1">
<img src="static\images\house\olivo\3.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides1">
<img src="static\images\house\olivo\4.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides1">
<img src="static\images\house\olivo\5.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides1">
<img src="static\images\house\olivo\6.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Toilet</p>
</div>
</div>
<div class="w3-display-container mySlides1">
<img src="static\images\house\olivo\7.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Shower</p>
</div>
</div>
</div>
<div class="w3-row-padding w3-section">
<div class="w3-col s2-o">
<img class="demo1 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\olivo\1.jpeg" onclick="currentDiv(1, '1')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo1 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\olivo\2.jpeg" onclick="currentDiv(2, '1')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo1 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\olivo\3.jpg" onclick="currentDiv(3, '1')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo1 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\olivo\4.jpg" onclick="currentDiv(4, '1')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo1 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\olivo\5.jpg" onclick="currentDiv(5, '1')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo1 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\olivo\6.jpeg" onclick="currentDiv(6, '1')" title="Toilet">
</div>
<div class="w3-col s2-o">
<img class="demo1 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\olivo\7.jpeg" onclick="currentDiv(7, '1')" title="Shower">
</div>
</div>
<div class="w3-container">
<h4><strong>Amenities</strong></h4>
<div class="w3-row">
<div class="w3-col s6">
<p><i class="fa fa-fw fa-bed"></i> Double bed</p>
<p><i class="fa fa-fw fa-cutlery"></i> Breakfast included</p>
<p><i class="fa fa-fw fa-note-sticky"></i> Bed linen and towels included</p>
<p><i class="fa fa-fw fa-bath"></i> Private adjacent bathroom</p>
<p><i class="fa fa-fw fa-wifi"></i> WiFi</p>
<p><i class="fa fa-fw fa-thermometer-full"></i> Heating</p>
<p><i class="fa fa-fw fa-paw"></i> Pets allowed</p>
</div>
</div>
<hr>
<div class="w3-row">
<div class="w3-col s8">
<p style="display: inline;"><i class="fa fa-fw fa-regular fa-calendar"></i></p>
<p style="font-size: 0.95em;display: inline;">From the 1st of April till the 30th of November</p>
<p><i class="fa fa-fw fa-regular fa-clock"></i> Check In: 15:00 - 24:00</p>
<p><i class="fa fa-fw fa-regular fa-clock"></i> Check Out: Before 10:00</p>
</div>
</div>
<hr>
<h4><strong>Info</strong></h4>
<p>"Olivo" is the biggest room in the house with an adjacent private bathroom. The soft green tone of the room and the windows faced towards the forest will make you feel like you are immeresed in nature when spending the night in this room.</p>
<hr>
<!-- Slideshow Header -->
<div class="w3-container" id="room-melazana">
<h2 class="w3-text-green">Melanzana</h2>
<div class="w3-display-container mySlides2">
<img src="static\images\house\melanzana\1.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides2">
<img src="static\images\house\melanzana\2.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides2">
<img src="static\images\house\melanzana\3.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides2">
<img src="static\images\house\melanzana\4.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides2">
<img src="static\images\house\melanzana\5.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides2">
<img src="static\images\house\melanzana\6.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Toilet</p>
</div>
</div>
<div class="w3-display-container mySlides2">
<img src="static\images\house\melanzana\7.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Shower</p>
</div>
</div>
</div>
<div class="w3-row-padding w3-section">
<div class="w3-col s2-o">
<img class="demo2 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\melanzana\1.jpeg" onclick="currentDiv(1, '2')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo2 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\melanzana\2.jpeg" onclick="currentDiv(2, '2')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo2 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\melanzana\3.jpg" onclick="currentDiv(3, '2')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo2 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\melanzana\4.jpg" onclick="currentDiv(4, '2')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo2 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\melanzana\5.jpg" onclick="currentDiv(5, '2')" title="Bedroom">
</div>
<div class="w3-col s2-o">
<img class="demo2 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\melanzana\6.jpg" onclick="currentDiv(6, '2')" title="Shower">
</div>
<div class="w3-col s2-o">
<img class="demo2 w3-opacity w3-hover-opacity-off img-preview-olivo" src="static\images\house\melanzana\7.jpg" onclick="currentDiv(7, '2')" title="Toilet">
</div>
</div>
<div class="w3-container">
<h4><strong>Amenities</strong></h4>
<div class="w3-row">
<div class="w3-col s6">
<p><i class="fa fa-fw fa-bed"></i> Double bed</p>
<p><i class="fa fa-fw fa-cutlery"></i> Breakfast included</p>
<p><i class="fa fa-fw fa-note-sticky"></i> Bed linen and towels included</p>
<p><i class="fa fa-fw fa-bath"></i> Private bathroom</p>
<p><i class="fa fa-fw fa-wifi"></i> WiFi</p>
<p><i class="fa fa-fw fa-thermometer-full"></i> Heating</p>
<p><i class="fa fa-fw fa-paw"></i> Pets allowed</p>
</div>
</div>
<hr>
<div class="w3-row">
<div class="w3-col s8">
<p style="display: inline;"><i class="fa fa-fw fa-regular fa-calendar"></i></p>
<p style="font-size: 0.95em;display: inline;">From the 1st of April till the 30th of November</p>
<p><i class="fa fa-fw fa-regular fa-clock"></i> Check In: 15:00 - 24:00</p>
<p><i class="fa fa-fw fa-regular fa-clock"></i> Check Out: Before 10:00</p>
</div>
</div>
<hr>
<h4><strong>Info</strong></h4>
<p>The room "Melanza" offers a more antique interior and has a private bathroom next to the room. Its colours make it ideal for a romantic getaway.</p>
</div>
<hr>
<!-- Slideshow Header -->
<div class="w3-container" id="room-cavolo">
<h2 class="w3-text-green">Cavolo</h2>
<div class="w3-display-container mySlides3">
<img src="static\images\house\cavolo\1.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides3">
<img src="static\images\house\cavolo\2.jpg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides3">
<img src="static\images\house\cavolo\3.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Bedroom</p>
</div>
</div>
<div class="w3-display-container mySlides3">
<img src="static\images\house\cavolo\4.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Toilet</p>
</div>
</div>
<div class="w3-display-container mySlides3">
<img src="static\images\house\cavolo\5.jpeg" class="image_show">
<div class="w3-display-bottomleft w3-container w3-black">
<p>Shower</p>
</div>
</div>
</div>
<div class="w3-row-padding w3-section">
<div class="w3-col s2-2">
<img class="demo3 w3-opacity w3-hover-opacity-off img-preview" src="static\images\house\cavolo\1.jpeg" onclick="currentDiv(1, '3')" title="Living room">
</div>
<div class="w3-col s2-2">
<img class="demo3 w3-opacity w3-hover-opacity-off img-preview" src="static\images\house\cavolo\2.jpg" onclick="currentDiv(2, '3')" title="Dining room">
</div>
<div class="w3-col s2-2">
<img class="demo3 w3-opacity w3-hover-opacity-off img-preview" src="static\images\house\cavolo\3.jpeg" onclick="currentDiv(3, '3')" title="Bedroom">
</div>
<div class="w3-col s2-2">
<img class="demo3 w3-opacity w3-hover-opacity-off img-preview" src="static\images\house\cavolo\4.jpeg" onclick="currentDiv(4, '3')" title="Second Living Room">
</div>
<div class="w3-col s2-2">
<img class="demo3 w3-opacity w3-hover-opacity-off img-preview" src="static\images\house\cavolo\5.jpeg" onclick="currentDiv(4, '3')" title="Second Living Room">
</div>
</div>
<div class="w3-container">
<h4><strong>Amenities</strong></h4>
<div class="w3-row">
<div class="w3-col s6">
<p><i class="fa fa-fw fa-bed"></i> Double bed</p>
<p><i class="fa fa-fw fa-cutlery"></i> Breakfast included</p>
<p><i class="fa fa-fw fa-note-sticky"></i> Bed linen and towels included</p>
<p><i class="fa fa-fw fa-bath"></i> Private adjacent bathroom</p>
<p><i class="fa fa-fw fa-wifi"></i> WiFi</p>
<p><i class="fa fa-fw fa-thermometer-full"></i> Heating</p>
<p><i class="fa fa-fw fa-paw"></i> Pets allowed</p>
</div>
</div>
<hr>
<div class="w3-row">
<div class="w3-col s8">
<p style="display: inline;"><i class="fa fa-fw fa-regular fa-calendar"></i></p>
<p style="font-size: 0.95em;display: inline;">From the 1st of April till the 30th of November</p>
<p><i class="fa fa-fw fa-regular fa-clock"></i> Check In: 15:00 - 24:00</p>
<p><i class="fa fa-fw fa-regular fa-clock"></i> Check Out: Before 10:00</p>
</div>
</div>
<hr>
<h4><strong>Info</strong></h4>
<p>The last room that is avaliable to book is the room "Cavalo". Located in the older parts of the house, this room has also an adjecent bathroom. The thick outside walls of the room make it the perfect place to cool down in summer after a joyful day. </p>
<hr>
<div>
<h4><strong>Rules</strong></h4>
<p> - Our rooms are really clean and we like to keep it that way, so please keep all the outside and inside areas clean and tidy.</p>
<p> - Smoking is strictly forbidden inside of the house and outside on the property of the house.</p>
<p> - It is strictly forbidden to light fires, candles or incense inside the rooms or in the shared spaces of the house.</p>
<p> - It is only allowed to throw toilet paper in the toilet, for other objects a bin can be found in the bathroom. </p>
<p> - Between 23:30 pm and 08:00 am, all loud noises and any sort of disturbances are to be avoided. During the rest of the day, an adequate behavior should be kept as a form of respect to all of the guests. </p>
<p> - It is not allowed to organize parties or events in the facility without permission from the host. </p>
<p> - At the end of each stay, the room and the B&B main entrance keys have to be returned. If lost or misplaced, a penalty fee of Euro 50,00 per lost key will be charged.</p>
<p> - Any damages caused to the B&B’s property and/or damages caused by improper use of the furnished equipment, will have to be paid for .</p>
</div>
<hr>
<!-- surroundings -->
<div class="w3-container" id="garden">
<h2>Garden</h2>
<p>Like has been said as much of the breakfast is served from produce from the garden. Below is a map of all the plant species that are found at Casa Modero.</p>
<iframe src="https://www.protura.nl/map/shareiframe/cHJvdHVyYS5vZmZpY2lhbEBwcm90b25tYWlsLmNvbQ%3D%3D" width="100%" height="400"></iframe>
</div>
<hr>
<!-- surroundings -->
<div class="w3-container" id="surroundings">
<h2>Surroundings</h2>
<h4><strong>Acqui Terme</strong></h4>
<p>As is in the name, this city is known for its natural thermal waters and spas. At piazza Bollente the most known thermal spring can be found and this is also the perfect place to grab a bite and drink a Spritz. With impressive ruins of the roman aqueduct still standing next to the Bormida river and being known for its surrounding vineyards, its landscapes were assigned in 2014 as a UNESCO World Heritage Site.</p>
<h4><strong>Wineries</strong></h4>
<p>Close to Acqui Terme lies the Monferrato region that is known for its picturesque vineyards that produce wines of excellence quality. Here is is possible to learn how wine is produced, discover the perfect gastronomic combination of food and wine and take a tour of the vineyards and historical cellars.</p>
<h4><strong>Hiking</strong></h4>
<p>Casa Modero is surrounded by the beautiful hills, valleys and dense forests of <a href="https://en.wikipedia.org/wiki/Langhe">the Langhe area</a> making it a great place for many day hikes. For the more experienced hikers, the E1 European long distance trail is close by and there are many other long distance trails located in the regional parks on the Piedmonte/Ligueria border.</p>
<h4><strong>Places to cool off</strong></h4>
<p>There are many places around Casa Modero to cool off on a hot day. Walking distance from the property lies the river <a href="https://en.wikipedia.org/wiki/Erro_(river)">the Erro</a> which stays cool all summer. If you rather swim in a swimming pool, we are located close to <a href="https://goo.gl/maps/dopuahB74Fz2kM2UA">the public swimming pool of Cartosio.</a> Liguerian coast is also just 50 minutes away from Casa Modero, making it the perfect place for a day trip to the beach.</p>
</div>
<hr>
<!-- Contact -->
<div class="w3-container" id="contact">
<h2>Contact</h2>
<i class="fab fa-instagram" style="width:30px"></i> <a href="https://www.instagram.com/casa.modero/"> Instagram</a><br>
<i class="fab fa-facebook-f" style="width:30px"></i> <a href="https://www.facebook.com/Modero-104678462172960/"> Facebook</a><br>
<i class="fa fa-map-marker" style="width:30px"></i> <a href="https://goo.gl/maps/BaavzN8od9PEhaZy9"> Località chiazze 3, Cartosio</a><br>
<i class="fa fa-phone" style="width:30px"></i> Phone number: <div style="display:inline-block" id="phoneContact">Click here to see number</div><br>
<i class="fa fa-envelope" style="width:30px; margin-bottom: 2em;"> </i> Email: <div style="display:inline-block" id="emailContact">Click here to see email</div><br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1168.3714552147471!2d8.426054229280671!3d44.57995075392469!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xd2afbc8145a302a8!2zNDTCsDM0JzQ3LjgiTiA4wrAyNSczNS44IkU!5e1!3m2!1sen!2sit!4v1658751233118!5m2!1sen!2sit" width="100%" height="450" style="border:5;" allow="fullscreen" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!-- End page content -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="response.js"></script>
</body>
</html>