-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
446 lines (398 loc) · 19.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TravelBloks</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta charset="utf-8">
<meta name="author" content="Harry Boo">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<!-- Favicons -->
<link rel="shortcut icon" href="assets/img/favicon.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-touch-icon-114x114.png">
<!-- Load Core CSS
=====================================-->
<link rel="stylesheet" href="assets/css/core/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/core/animate.min.css">
<!-- Load Main CSS
=====================================-->
<link rel="stylesheet" href="assets/css/main/main.min.css">
<!-- Load Magnific Popup CSS
=====================================-->
<link rel="stylesheet" href="assets/css/magnific/magic.min.css">
<link rel="stylesheet" href="assets/css/magnific/magnific-popup.css">
<link rel="stylesheet" href="assets/css/magnific/magnific-popup-zoom-gallery.css">
<!-- Load OWL Carousel CSS
=====================================-->
<link rel="stylesheet" href="assets/css/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="assets/css/owl-carousel/owl.transitions.css">
<!-- Load Color CSS - Please uncomment to apply the color.
=====================================
<link rel="stylesheet" href="assets/css/color/blue.css">
<link rel="stylesheet" href="assets/css/color/brown.css">
<link rel="stylesheet" href="assets/css/color/cyan.css">
<link rel="stylesheet" href="assets/css/color/dark.css">
<link rel="stylesheet" href="assets/css/color/green.css">
<link rel="stylesheet" href="assets/css/color/orange.css">
<link rel="stylesheet" href="assets/css/color/purple.css">
<link rel="stylesheet" href="assets/css/color/pink.css">
<link rel="stylesheet" href="assets/css/color/red.css">
<link rel="stylesheet" href="assets/css/color/yellow.css">-->
<link rel="stylesheet" href="assets/css/color/pasific.css">
<!-- Load Fontbase Icons - Please Uncomment to use linea icons
=====================================
<link rel="stylesheet" href="assets/css/icon/linea-arrows-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-basic-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-basic-elaboration-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-ecommerce-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-music-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-software-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-weather-10.css">-->
<link rel="stylesheet" href="assets/css/icon/font-awesome.css">
<link rel="stylesheet" href="assets/css/icon/et-line-font.css">
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Load JS
HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries
WARNING: Respond.js doesn't work if you view the page via file://
=====================================-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="topPage" data-spy="scroll" data-target=".navbar" data-offset="100" ng-app="TravelBloks"
ng-controller="MainController">
<!-- Page Loader
===================================== -->
<div id="pageloader">
<div class="loader-item">
<img src="assets/img/other/puff.svg" alt="page loader">
</div>
</div>
<!-- Navigation Area
===================================== -->
<nav class="navbar navbar-pasific navbar-mp navbar-standart megamenu navbar-fixed-top"
style="border-bottom:1px solid #fff;">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<img src="assets/img/logo/logo.png" alt="logo">
TravelBloks
</a>
</div>
<div class="navbar-collapse collapse navbar-main-collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="/">Reisverslagen</a></li>
<li><a href="/">Reizen</a></li>
<li><a href="#" data-toggle="modal" data-target="#searchModal"><i
class="fa fa-search fa-fw color-pasific"></i></a></li>
</ul>
</div>
</div>
</nav>
<!-- Search Modal Dialog Box
===================================== -->
<div id="searchModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header bg-gray">
<button type="button" class="close" data-dismiss="modal">×</button>
<h5 class="modal-title text-center"><i class="fa fa-search fa-fw"></i> Search here</h5>
</div>
<div class="modal-body">
<form action="#" class="inline-form">
<input type="text" class="modal-search-input" autofocus>
</form>
</div>
<div class="modal-footer bg-gray">
<span class="text-center"><a href="#" class="color-dark">Advanced Search</a></span>
</div>
</div>
</div>
</div>
<!-- Sub Header
===================================== -->
<div class="pt100 pb100 parallax-window-2" data-parallax="scroll" data-speed="0.5"
data-image-src="https://images.unsplash.com/39/yvDPJ8ZSmSVob7pRxIvU_IMG_40322.jpg" data-positionY="1000">
<div class="intro-body text-center">
<div class="container">
<div class="row">
<div class="col-md-12 pt50">
<h1 class="brand-heading font-montserrat text-uppercase color-light" data-in-effect="fadeInDown">
Waar ben je naar op zoek?</h1>
<h4 class="brand-heading font-montserrat text-uppercase color-light alpha5"
data-in-effect="fadeInDown">Welke van de volgende afbeeldingen passen in jouw perfecte
vakantie?</h4>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Area
===================================== -->
<div id="portfolioMasonry">
<div class="container">
<div class="row">
<div class="col-md-12 mt25 mb50">
<h2 class="text-center">Ik ben op zoek naar <input type="text" ng-model="search"
class="text-left modal-search-input" placeholder=""
style="width: 30%; color: orangered" autofocus></h2>
<ul class="text-center filters mt25 mb50">
<!--<li><a class="active" data-filter="*">All Projects</a></li>-->
<li ng-repeat="tag in tags | filter:search:strict | limitTo:10 | orderBy:random"
ng-if="tag !=='Reisverslag'"><a data-filter=".{{ tag }}" ng-if="tag!=='Reisverslag'" class=""
ng-click="addTag(tag)">{{ tag }}</a></li>
</ul>
<ul class="text-center filters mt25 mb50">
<li ng-repeat="tag in personalTags"><a class="" data-filter=".{{ tag }}"
ng-if="tag!=='Reisverslag'">{{ tag }}</a></li>
</ul>
<div class="portfolio-masonry-one">
<div ng-repeat="item in data.items">
<div class="portfolio-masonry-one-item width2 {{ item.tags[0] }} {{ item.tags[1] }} {{ item.tags[2] }} {{ item.tags[3] }} {{ item.tags[4] }} {{ item.tags[5] }} {{ item.tags[6] }} {{ item.tags[7] }} {{ item.tags[8] }} {{ item.tags[9] }} {{ item.tags[10] }}">
<div class="portfolio-mask text-center">
<h6>{{ item.title }}</h6>
<p><a href="#">{{ item.title }}</a></p>
<div class="portfolio-mask-attr text-center">
<a ng-click="like(item)" class="magnific-popup" title="project title">
<i class="likeButton fa fa-thumbs-up"></i>
</a>
</div>
</div>
<img src="{{ item.image }}" alt="" class="img-responsive">
</div>
</div>
</div>
<h2 class="text-center"><a href="#artikelen" class="">Geef mij meer inspiratie!</a></h2>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<div id="artikelen">
<div class="row blog-masonry-3col">
<div ng-repeat="like in likes">
<div class="col-md-4 col-sm-6 col-xs-12 mb50">
<div class="blog-three">
<h4 class="blog-title"><a href="#">{{ like.title }}</a></h4>
<img src="{{ like.image }}" class="img-responsive" alt="image blog">
<p class="mt25" ng-bind-html="like.description | limitTo:250">
</p>
<p>...</p>
<a href="#" class="button button-gray button-xs">Lees Meer <i
class="fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<h2 class="text-center"><a href="#advertenties" class="">Ik wil op <strong>reis</strong>!</a></h2>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<!--END-->
</div>
<div id="advertenties">
<h2>Aanbiedingen</h2>
<div class="row">
<div class="col-md-6">
<img src="http://www.airtransat.com/getmedia/22463e82-447c-49b0-bb98-997284fc3675/Rome03.jpg" class="img-responsive">
<p>All-in vlucht naar Rome. Verblijf 7 dagen in een lux 4-sterren hotel.</p>
<p>€1250,-</p>
<a class="button button-gray">Boek nu!</a>
</div>
<div class="col-md-6">
<img src="http://www.easyjet.com/nl/vakantie/shared/images/guides/united-kingdom.jpg" class="img-responsive">
<p>Busreis naar Engeland. Verblijf 7 dagen in een lux 4-sterren hotel.</p>
<p>€750,-</p>
<a class="button button-gray">Boek nu!</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial Area
===================================== -->
<!--<div>-->
<!--<div class="container-fluid pb25 pt70" style="background: url(assets/img/bg/bg-subheader-5.jpg) 50% 50% no-repeat;">-->
<!--<div class="row">-->
<!--<div class="container">-->
<!--<div class="row">-->
<!--<div class="col-sm-12">-->
<!--<div id="owlSectionThreeItem" class="owl-carousel">-->
<!--<!– Testimonial Item –>-->
<!--<div class="testimonial testimonial-center">-->
<!--<div class="testimonial-header">-->
<!--<img src="assets/img/other/photo-1.jpg" alt="testimonial author" class="img-responsive img-circle">-->
<!--</div>-->
<!--<div class="testimonial-body">-->
<!--<p class="color-light">-->
<!--Pasific template is the best template so far. So easy to customize and clean code. Recommended!-->
<!--</p>-->
<!--</div>-->
<!--<div class="testimonial-footer">-->
<!--<i class="fa fa-quote-left"></i>-->
<!--Martin Smith <a href="#">Smashingmagazine.com </a>-->
<!--</div>-->
<!--</div>-->
<!--<!– Testimonial Item –>-->
<!--<div class="testimonial testimonial-center">-->
<!--<div class="testimonial-header">-->
<!--<img src="assets/img/other/photo-2.jpg" alt="testimonial author" class="img-responsive img-circle">-->
<!--</div>-->
<!--<div class="testimonial-body">-->
<!--<p class="color-light">-->
<!--Quisque mollis lacus augue, a hendrerit leo tristique vitae. Mauris non ipsum molestie sagittis elit ac vulputate odio.-->
<!--</p>-->
<!--</div>-->
<!--<div class="testimonial-footer">-->
<!--<i class="fa fa-quote-left"></i>-->
<!--Steve Austin <a href="#">envato.com </a>-->
<!--</div>-->
<!--</div>-->
<!--<!– Testimonial Item –>-->
<!--<div class="testimonial testimonial-center">-->
<!--<div class="testimonial-header">-->
<!--<img src="assets/img/other/photo-3.jpg" alt="testimonial author" class="img-responsive img-circle">-->
<!--</div>-->
<!--<div class="testimonial-body">-->
<!--<p class="color-light">-->
<!--Fusce quam augue, gravida tincidunt dui nec, tempor iaculis justo.-->
<!--</p>-->
<!--</div>-->
<!--<div class="testimonial-footer">-->
<!--<i class="fa fa-quote-left"></i>-->
<!--Johny English <a href="#">themeforest.net </a>-->
<!--</div>-->
<!--</div>-->
<!--<!– Testimonial Item –>-->
<!--<div class="testimonial testimonial-center">-->
<!--<div class="testimonial-header">-->
<!--<img src="assets/img/other/photo-1.jpg" alt="testimonial author" class="img-responsive img-circle">-->
<!--</div>-->
<!--<div class="testimonial-body">-->
<!--<p class="color-light">-->
<!--Pasific template is the best template so far. So easy to customize and clean code. Recommended!-->
<!--</p>-->
<!--</div>-->
<!--<div class="testimonial-footer">-->
<!--<i class="fa fa-quote-left"></i>-->
<!--Martin Smith <a href="#">Smashingmagazine.com </a>-->
<!--</div>-->
<!--</div>-->
<!--<!– Testimonial Item –>-->
<!--<div class="testimonial testimonial-center">-->
<!--<div class="testimonial-header">-->
<!--<img src="assets/img/other/photo-2.jpg" alt="testimonial author" class="img-responsive img-circle">-->
<!--</div>-->
<!--<div class="testimonial-body">-->
<!--<p class="color-light">-->
<!--Quisque mollis lacus augue, a hendrerit leo tristique vitae. Mauris non ipsum molestie sagittis elit ac vulputate odio.-->
<!--</p>-->
<!--</div>-->
<!--<div class="testimonial-footer">-->
<!--<i class="fa fa-quote-left"></i>-->
<!--Steve Austin <a href="#">envato.com </a>-->
<!--</div>-->
<!--</div>-->
<!--<!– Testimonial Item –>-->
<!--<div class="testimonial testimonial-center">-->
<!--<div class="testimonial-header">-->
<!--<img src="assets/img/other/photo-3.jpg" alt="testimonial author" class="img-responsive img-circle">-->
<!--</div>-->
<!--<div class="testimonial-body">-->
<!--<p class="color-light">-->
<!--Fusce quam augue, gravida tincidunt dui nec, tempor iaculis justo.-->
<!--</p>-->
<!--</div>-->
<!--<div class="testimonial-footer">-->
<!--<i class="fa fa-quote-left"></i>-->
<!--Johny English <a href="#">themeforest.net </a>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!-- Footer Area
=====================================-->
<!--<footer id="footer" class="footer-one center-block bg-light pt50 pb30 bt1">-->
<!--<div class="container">-->
<!--<div class="row">-->
<!--<div class="col-md-2 col-xs-12 mb25">-->
<!--<div class="navbar-brand-footer center-block">Pasific</div>-->
<!--<div class="copyright center-block">© 2016. All rights reserved.</div>-->
<!--</div>-->
<!--<div class="col-md-8 col-xs-12 text-center">-->
<!--<div class="row">-->
<!--<div class="col-sm-12">-->
<!--<ul class="bb1 bb-solid-1">-->
<!--<li><a href="#">Home</a></li>-->
<!--<li><a href="#">About</a></li>-->
<!--<li><a href="#">Service</a></li>-->
<!--<li><a href="#">Price</a></li>-->
<!--<li><a href="#">Feature</a></li>-->
<!--<li><a href="#">Works</a></li>-->
<!--<li><a href="#">Shop</a></li>-->
<!--<li><a href="#">Blog</a></li>-->
<!--<li><a href="#">Contact</a></li>-->
<!--</ul>-->
<!--</div>-->
<!--<div class="col-sm-12 mt25">-->
<!--<ul>-->
<!--<li><a href="#">Help Center</a></li>-->
<!--<li><a href="#">Knowledgebase</a></li>-->
<!--<li><a href="#">Term of Service</a></li>-->
<!--<li><a href="#">Privacy Policy</a></li>-->
<!--<li><a href="#">FAQs</a></li>-->
<!--</ul>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--<div class="col-md-2 col-xs-12">-->
<!--<div class="social-container">-->
<!--<ul class="footer-social text-center">-->
<!--<li><a href="#"><i class="fa fa-facebook"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-twitter"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-google-plus"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-github"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-linkedin"></i></a></li>-->
<!--</ul>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</footer>-->
<script src="assets/js/angular/angular.min.js"></script>
<script src="assets/js/angular/angular-sanitize.min.js"></script>
<!-- JQuery Core
=====================================-->
<script src="assets/js/core/jquery.min.js"></script>
<script src="assets/js/core/bootstrap.min.js"></script>
<!-- Magnific Popup
=====================================-->
<script src="assets/js/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/magnific-popup/magnific-popup-zoom-gallery.js"></script>
<!-- JQuery Main
=====================================-->
<script src="assets/js/main/jquery.appear.js"></script>
<script src="assets/js/main/isotope.pkgd.min.js"></script>
<script src="assets/js/main/parallax.min.js"></script>
<script src="assets/js/main/jquery.countTo.js"></script>
<script src="assets/js/main/owl.carousel.min.js"></script>
<script src="assets/js/main/jquery.sticky.js"></script>
<script src="assets/js/main/ion.rangeSlider.min.js"></script>
<script src="assets/js/main/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/main/main.js"></script>
<script src="assets/js/app/main.js"></script>
</body>
</html>