-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (199 loc) · 8.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Find peace in the Forest</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<div class="header__logo">
<a href="/" class="header__logo-link">
<img src="./img/svg/logo.svg" alt="Find peace in the Forest" class="header__logo-pic">
</a>
</div>
<nav class="header__nav">
<ul class="header__list">
<li class="header__item">
<a href="#!" class="header__link">HOME</a>
</li>
<li class="header__item">
<a href="#!" class="header__link">THE HUT</a>
</li>
<li class="header__item">
<a href="#!" class="header__link">THE AREA</a>
</li>
<li class="header__item">
<a href="#!" class="header__link">BOOKING</a>
</li>
<li class="header__item">
<a href="#!" class="header__link">ABOUT US</a>
</li>
<li class="header__item">
<a href="#!" class="header__link">FAQ</a>
</li>
</ul>
<div class="language-select">
<img src="./img/svg/denmark.svg" alt="denmark" class="language-icon">
<ul class="language-dropdown">
<li><a href="#!" class="language-option"><img src="./img/svg/united-kingdom.svg"
alt="united-kingdom"></a></li>
<li><a href="#!" class="language-option"><img src="./img/svg/germany.svg" alt="German"></a></li>
</ul>
</div>
</nav>
<button class="header__button">BOOK NOW</button>
</header>
<main class="main">
<div class="intro wrapper">
<div class="intro__text">
<h1>Find peace in the Forest</h1>
<p>Come and stay in out hut hotel near Mariager Fjord in Denmark</p>
</div>
<button class="intro__button">BOOK NOW</button>
<div class="intro__button__info">
<div class="intro__button__container">
<p class="intro__button__info-1">from</p>
<p class="intro__button__info-price">€3.200</p>
<p class="intro__button__info-2">per night</p>
</div>
</div>
</div>
<div class="container__cabins wrapper">
<div class="cabins__info">
<h2>The Cabins</h2>
<p>Løvtag’s three exclusive and comfortable cabins, Et, Ro and Ly, are designed by architect Sigurd
Larsen. They all have an open space with a double bed, a double sofa bed, kitchen, separate toilet
and an outdoor shower. On the roof, surrounded by treetops, there is a terrace, which is about nine
meters above ground. The cottages are built around tall, old trees that go through the entire
cottage from floor to ceiling.</p>
<a href="#!">Read More</a>
</div>
<img class="cabins__image" src="img/the-bed-features-luxurious.png" alt="the-bed-features-luxuriou">
<div class="cabins__images">
<img src="img/cabins-1.png" alt="cabins-1">
<img src="img/cabins-2.png" alt="cabins-2">
<img src="img/cabins-3.png" alt="cabins-3">
</div>
</div>
<div class="forest wrapper">
<div class="forest__map">
<img src="img/forest-map.png" alt="forest-map">
</div>
<div class="forest__info">
<div class="forest__info_text">
<h2>The Forest</h2>
<p>Løvtag’s three exclusive and comfortable cabins, Et, Ro and Ly, are designed by architect Sigurd
Larsen. They all have an open space with a double bed, a double sofa bed, kitchen, separate
toilet
and an outdoor shower. On the roof, surrounded by treetops, there is a terrace, which is about
nine
meters above ground. The cottages are built around tall, old trees that go through the entire
cottage from floor to ceiling.</p>
<a href="#!">Read More</a>
</div>
</div>
</div>
<div class="facilities wrapper">
<div class="facilities__container">
<h2>Facilities</h2>
<div class="facilities__grid">
<div>
<img src="img/svg/fridge.svg" alt="fridge">
<p>Mini fridge</p>
</div>
<div>
<img src="img/svg/kitchen.svg" alt="kitchen">
<p>Kitchenette</p>
</div>
<div>
<img src="img/svg/coffee.svg" alt="coffe">
<p>Coffee machine</p>
</div>
<div>
<img src="img/svg/electric-tea.svg" alt="electric-tea">
<p>Electric tea kettle</p>
</div>
<div>
<img src="img/svg/parking.svg" alt="parking">
<p>Parking</p>
</div>
<div>
<img src="img/svg/trees.svg" alt="trees">
<p>Breathtaking views</p>
</div>
<div>
<img src="img/svg/temperature.svg" alt="temperature">
<p>Floor heating</p>
</div>
<div>
<img src="img/svg/plug.svg" alt="plug">
<p>230V</p>
</div>
<div>
<img src="img/svg/wifi.svg" alt="wifi">
<p>Parking</p>
</div>
<div>
<img src="img/svg/shower.svg" alt="shower">
<p>Shower</p>
</div>
<div>
<img src="img/svg/toilet.svg" alt="toilet">
<p>Flushing toilets</p>
</div>
<div>
<img src="img/svg/towels.svg" alt="towels">
<p>Bedding & towels</p>
</div>
</div>
</div>
</div>
<div class="more wrapper">
<button class="more__button">More about us</button>
</div>
<div class="contact">
<h2>Stay in touch with us</h2>
<address>
<p>Vesterborg, Denmark</p>
<p>+123 456 789 000<br>[email protected]</p>
</address>
<div class="contact__icons">
<img src="img/svg/instagram.svg">
<img src="img/svg/facebook.svg">
<img src="img/svg/twitter.svg">
</div>
<div class="contact__offer">
<img src="img/hut.png" alt="hut">
<a href="#!">
<img src="img/book-a-hut.png" alt="book-a-hut">
</a>
</div>
</div>
</main>
<footer class="footer wrapper">
<div class="footer__newsletter">
<h2>Newsletter</h2>
<div class="input-wrapper">
<input type="email" placeholder="Email Address">
<img src="img/svg/arrow.svg" alt="Arrow" class="input-arrow">
</div>
<p>
Sign up to our newsletter for special things and receive<br>
10% off your next order.
</p>
<p class="footer__official">
© 2021 The Glass Huts
</p>
</div>
<div class="privacy__container">
<a href="#!">TERMS AND CONDITIONS</a>
<a href="#!">CENCELLATION POLICY</a>
<a href="#!">PRIVACY POLICY</a>
</div>
<img class="footer__payments" src="img/svg/payments.svg" alt="payments">
</footer>
</body>
</html>