-
Notifications
You must be signed in to change notification settings - Fork 0
/
availability.html
83 lines (80 loc) · 2.47 KB
/
availability.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
---
layout: default
title: "Your Holiday Dream House"
description: ""
handle: availability
---
{% include navigation.html %}
<section class="section-gray navigation-margin">
<div class="grid grid-centered">
<div class="grid-cell is-centered">
<div class="section-intro fade-in">
<h2>Prices</h2>
<p>Prices are fixed, no matter how many guests are staying. Low season prices can be adapted to the number of guests on request. In the calendar below you can see what weeks are available.</p>
</div>
</div>
<div class="grid-cell with-3col">
<div class="container-price fade-in">
<h3>Peak</h3>
<p>27th June to 28th August</p>
<h2>
€ 3995
<span>/week</span>
</h2>
</div>
</div>
<div class="grid-cell with-3col">
<div class="container-price fade-in">
<h3>High</h3>
<p>30th May to 26th June and 29th August to 4th September</p>
<h2>
€ 3500
<span>/week</span>
</h2>
</div>
</div>
<div class="grid-cell with-3col">
<div class="container-price fade-in">
<h3>Mid</h3>
<p>2nd May to 29th May and 5th September to 16th October</p>
<h2>
€ 1900
<span>/week</span>
</h2>
</div>
</div>
<div class="grid-cell with-3col">
<div class="container-price is-last fade-in">
<h3>Low</h3>
<p>All other dates excluding Christmas and New Year</p>
<h2>
On demand
<span>/week</span>
</h2>
</div>
</div>
</div>
<div class="grid grid-centered">
<div class="grid-cell">
<div class="container-calendar fade-in">
<div class="btn-group">
<button class="btn btn-primary button button-default" data-calendar-nav="prev"><</button>
<button class="btn btn-default button button-default" data-calendar-nav="today">Today</button>
<button class="btn btn-primary button button-default" data-calendar-nav="next">></button>
</div>
<h3 id="calendar-date" class="container-calendar-title"></h3>
<div id="calendar"></div>
<div class="container-calendar-legend">
<div class="legend">
<span></span>
<p>Indicates a reservation</p>
</div>
<div class="legend is-booking">
<span></span>
<p>Indicates a booking</p>
</div>
</div>
</div>
</div>
</div>
</section>