-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
335 lines (315 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" type="image/png" href="img/icon.png" />
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Bankist | When Banking meets Minimalist</title>
<script defer src="script.js"></script>
</head>
<body>
<header class="header">
<nav class="nav">
<img
src="img/logo4.png"
style="height: 180px; width: 240px"
alt="Bankist logo"
class="nav__logo"
id="logo"
designer="Saif"
data-version-number="3.0"
/>
<ul class="nav__links">
<li class="nav__item">
<a class="nav__link" href="#section--1">Explore</a>
</li>
<li class="nav__item">
<a class="nav__link" href="#section--2">Destinations</a>
</li>
<li class="nav__item">
<a class="nav__link" href="#section--3">Reviews</a>
</li>
<li class="nav__item">
<a class="nav__link nav__link--btn btn--show-modal" href="#"
>Book Now</a
>
</li>
</ul>
</nav>
<div class="header__title">
<h1>
Discover
<span class="highlight">Morocco</span>
<br />
<span class="highlight">with us</span>
</h1>
<h4>Your gateway to Moroccan adventures.</h4>
<button class="btn--text btn--scroll-to">Learn more ↓</button>
<img src="img/hero2.png" class="header__img" alt="Moroccan adventure" />
</div>
</header>
<section class="section" id="section--1">
<div class="section__title">
<h2 class="section__description">Explore</h2>
<h3 class="section__header">
Everything you need for your Moroccan adventure.
</h3>
</div>
<div class="features">
<img
src="img/mosque-lazy.jpg"
data-src="img/mosque.jpg"
alt="Computer"
class="features__img lazy-img"
/>
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="img/icons.svg#icon-monitor"></use>
</svg>
</div>
<h5 class="features__header">Guided Tours</h5>
<p>
Discover the best of Morocco with our expert-guided tours to iconic
landmarks and hidden gems.
</p>
</div>
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="img/icons.svg#icon-trending-up"></use>
</svg>
</div>
<h5 class="features__header">Adventure Activities</h5>
<p>
Embark on thrilling adventures such as hiking the Atlas Mountains or
exploring Sahara desert camps.
</p>
</div>
<img
src="img/desert-lazy.jpg"
data-src="img/desert.jpg"
alt="Plant"
class="features__img lazy-img"
/>
<img
src="img/morracanFood-lazy.jpg"
data-src="img/morracanFood.jpg"
alt="morracanFood"
class="features__img lazy-img"
/>
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="img/icons.svg#icon-credit-card"></use>
</svg>
</div>
<h5 class="features__header">Local Cuisine</h5>
<p>
Enjoy authentic Moroccan cuisine from local markets and traditional
restaurants.
</p>
</div>
</div>
</section>
<section class="section" id="section--2">
<div class="section__title">
<h2 class="section__description">Experiences</h2>
<h3 class="section__header">
Everything as thrilling as possible, but no simpler.
</h3>
</div>
<div class="operations">
<div class="operations__tab-container">
<button
class="btn operations__tab operations__tab--1 operations__tab--active"
data-tab="1"
>
<span>01</span>Guided Tours
</button>
<button class="btn operations__tab operations__tab--2" data-tab="2">
<span>02</span>Adventure Activities
</button>
<button class="btn operations__tab operations__tab--3" data-tab="3">
<span>03</span>Local Cuisine
</button>
</div>
<div
class="operations__content operations__content--1 operations__content--active"
>
<div class="operations__icon operations__icon--1">
<svg>
<use xlink:href="img/icons.svg#icon-upload"></use>
</svg>
</div>
<h5 class="operations__header">
Explore Morocco with expert-guided tours, hassle-free!
</h5>
<p>
Discover the wonders of Morocco with our knowledgeable guides and
curated tours to iconic destinations.
</p>
</div>
<div class="operations__content operations__content--2">
<div class="operations__icon operations__icon--2">
<svg>
<use xlink:href="img/icons.svg#icon-home"></use>
</svg>
</div>
<h5 class="operations__header">
Experience thrilling adventures in Morocco.
</h5>
<p>
Embark on thrilling activities like hiking in the Atlas Mountains or
camel trekking in the Sahara desert.
</p>
</div>
<div class="operations__content operations__content--3">
<div class="operations__icon operations__icon--3">
<svg>
<use xlink:href="img/icons.svg#icon-user-x"></use>
</svg>
</div>
<h5 class="operations__header">
Delight your taste buds with authentic Moroccan cuisine.
</h5>
<p>
Indulge in the flavors of Morocco with traditional dishes from local
markets and restaurants.
</p>
</div>
</div>
</section>
<section class="section" id="section--3">
<div class="section__title section__title--testimonials">
<h2 class="section__description">Not sure yet?</h2>
<h3 class="section__header">
Hear from travelers who have experienced the best of Morocco.
</h3>
</div>
<div class="slider">
<div class="slide">
<div class="testimonial">
<h5 class="testimonial__header">Best travel decision ever!</h5>
<blockquote class="testimonial__text">
Morocco is a mesmerizing destination with its diverse landscapes,
rich culture, and warm hospitality. My journey here has been
unforgettable!
</blockquote>
<address class="testimonial__author">
<img src="img/user-1.jpg" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Aarav Lynn</h6>
<p class="testimonial__location">San Francisco, USA</p>
</address>
</div>
</div>
<div class="slide">
<div class="testimonial">
<h5 class="testimonial__header">
The highlight of my travel experiences
</h5>
<blockquote class="testimonial__text">
Exploring Morocco's ancient cities and vibrant markets has been
nothing short of magical. I highly recommend it to every traveler!
</blockquote>
<address class="testimonial__author">
<img src="img/user-2.jpg" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Miyah Miles</h6>
<p class="testimonial__location">London, UK</p>
</address>
</div>
</div>
<div class="slide">
<div class="testimonial">
<h5 class="testimonial__header">
Morocco - where history meets adventure
</h5>
<blockquote class="testimonial__text">
From hiking in the Atlas Mountains to experiencing the Sahara
desert, Morocco has exceeded my expectations. It's a must-visit
destination!
</blockquote>
<address class="testimonial__author">
<img src="img/user-3.jpg" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Francisco Gomes</h6>
<p class="testimonial__location">Lisbon, Portugal</p>
</address>
</div>
</div>
<button class="slider__btn slider__btn--left">←</button>
<button class="slider__btn slider__btn--right">→</button>
<div class="dots"></div>
</div>
</section>
<section class="section section--sign-up">
<div class="section__title">
<h3 class="section__header">
The best day to start exploring Morocco was yesterday. The second best
is today!
</h3>
</div>
<button class="btn btn--show-modal">Plan your adventure now!</button>
</section>
<footer class="footer">
<ul class="footer__nav">
<li class="footer__item">
<a class="footer__link" href="#">Explore</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">Destinations</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">Travel Tips</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">Packages</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">About Us</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">Contact</a>
</li>
</ul>
<img
src="img/footerlogo.png"
style="width: 200px; height: 150px"
alt="Logo"
class="footer__logo"
/>
<p class="footer__copyright">
© Copyright by
<a
class="footer__link twitter-link"
target="_blank"
href="https://twitter.com/Saifschmedtman"
>SIF-EDDINE EL HARCHAOUI</a
>.
</p>
</footer>
<div class="modal hidden">
<button class="btn--close-modal">×</button>
<h2 class="modal__header">
Plan your dream vacation <br />
in just <span class="highlight">5 minutes</span>
</h2>
<form class="modal__form">
<label>First Name</label>
<input type="text" placeholder="Enter your first name" />
<label>Last Name</label>
<input type="text" placeholder="Enter your last name" />
<label>Email Address</label>
<input type="email" placeholder="Enter your email address" />
<button type="submit" class="btn">Next step →</button>
</form>
</div>
<div class="overlay hidden"></div>
<!-- <script src="script.js"></script> -->
</body>
</html>