-
Notifications
You must be signed in to change notification settings - Fork 0
/
logbook.html
646 lines (569 loc) · 28.5 KB
/
logbook.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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
<!DOCTYPE html>
<html lang="en" class="gr__getbootstrap_com" style="overflow: auto;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- <div w3-include-html="header.html"></div> -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Dusty and the Sardines, a kiwi family and their travels around NZ in their beloved bus Dusty.">
<meta name="author" content="Paul Clarke">
<title>Logbook | Dusty and the Sardines</title>
<!-- favicon -->
<link rel="apple-touch-icon-precomposed" href="/bus-15-152-260672.png">
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/bus-15-144-260672.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/bus-15-152-260672.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/bus-15-144-260672.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/bus-15-120-260672.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/bus-15-114-260672.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/bus-15-72-260672.png">
<link rel="apple-touch-icon-precomposed" href="/bus-15-57-260672.png">
<link rel="icon" href="/bus-15-32-260672.png" sizes="32x32">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151376230-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-151376230-1');
</script>
<!-- Bootstrap core -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<link href="./bus-files/bootstrap.min.css" rel="stylesheet">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Custom styles for this template -->
<link href="./bus-files/cover.css" rel="stylesheet">
<link href="./bus-files/navigation.css" rel="stylesheet">
<link href="./bus-files/member-tile.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700,900&display=swap" rel="stylesheet">
<!-- feather icons -->
<script src="./feather/feather.min.js"></script>
<script>
function includeHTML() {
var z, i, elmnt, file, xhttp;
/*loop through a collection of all HTML elements:*/
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain atrribute:*/
file = elmnt.getAttribute("w3-include-html");
if (file) {
/*make an HTTP request using the attribute value as the file name:*/
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {elmnt.innerHTML = this.responseText;}
if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
/*remove the attribute, and call this function once more:*/
elmnt.removeAttribute("w3-include-html");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/*exit the function:*/
return;
}
}
};
</script>
<body class="logbook" data-gr-c-s-loaded="true" screen_capture_injected="true">
<div class="darktheme bg tree-bg">
<div w3-include-html="header.html" class="header header_shadow"></div>
<main role="main" class="section">
<div class="logbook-container ">
<div class="row justify-content-center">
<div class=" text-center col-sm-8">
<h1 class="page-heading">Tour logbook</h1>
<p class="lead">Where we go, people we meet, and the things we do when away from Wellington NZ.</p>
</div>
</div>
<div class="row section logbook-list">
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card logbook-upcoming">
<h5>Nothing planned yet.</h5>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Rainy day hanging out by the beach</span>
<h5>Afternoon hangout with kids to give Kim some space</h5>
<p>I used the bus as a way to keep the kids busy on a wet day so Kim could finish some work. We've got games, hammock, snacks, facilities, what more do you need. Chuck in a sea view, watching the rain makes for a cosy way to have some quiality time with the kids (away from the TV).</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Easter at Kaitoki, but with a crew</span>
<h5>Yarns with friends, sharing parent duties</h5>
<p>With friends it's normally tents that out number campers. Everyone does an amazing job putting in the effort so the kids have a blast.</p>
<p>A friend had a smokeless fire pit which acted as the communal gathering spot. Tree climbing, Easter egg hunt and walk, bike riding, marshmellows, and yarns.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Kaitoki, Waitangi weekend, Feb 2024</span>
<h5>River swims and swings</h5>
<p>A couple of days at our close to home fav spot. Just us this time parked directly by a small stream that the kids could play in. We dammed up the river to make it deep enough for us to have a proper dip (even Tui too).</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">South Island, Dec 2023-24</span>
<h5>Loop trip of the northern part of the South Island</h5>
<p>Wineries, beaches, hospital visits, travels with friends.</p>
<p>Photos and a write-up to come</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Wellington south coast, April 2023</span>
<h5>Night with Isaacs friends</h5>
<p>A single overnighter with two of Isaacs friends and their dads at Red Rocks freedom camping site, and a walk out to the seals the next day.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-20.html">
<div class="logbook-item" style="background: url(./images/gallery/IMG_1819.jpeg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Central North Island, Dec 2022</span>
<h5>Waitomo Caves</h5>
<p>Waitomo Caves and back for Christmas holidays, meeting friends and family along the way.</p>
</div>
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Catchpool Camp, Oct 2022</span>
<h5>Wainuiomata</h5>
<p>Just a 45 min drive from home is <a href="https://www.doc.govt.nz/parks-and-recreation/places-to-go/wellington-kapiti/places/remutaka-forest-park/things-to-do/campsites/catchpool-valley-campsite/">Catchpool Valley Campsite</a>, it's a low profile Doc camp with some basic facilities situated by a stream.</p>
<p>Kids bike rides, kite flying, sore back, hammocks, river dams.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Wellington, Sept 2022</span>
<h5>Parents stay in bus at Evans Bay</h5>
<p>Zoë's birthday so Paul's parents come down to stay in the bus.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Tongaparutu, April 2022</span>
<h5>Taranaki to meet motorhoming friends</h5>
<p>Last dash for the disappearing summer. Kids, Easter egg hunt, cliffs with caves, river fun, paddle boarding, fishing. Hanging out with friends we made over the summer.</p>
<p>Dropped into Kim's sisters place in Whanganui for a big feed.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Wellington, April 2022</span>
<h5>Parents stay in bus at Evans Bay</h5>
<p>Isaac has his birthday so Paul's parents come down to stay in the bus.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Waikanae, Kāpiti Coast, March 2022</span>
<h5>Girls go tramping so boys go busing</h5>
<p>Kim and Zoë head tramping with a group of girls. The boys head to Ngā Manu reserve to feed the ducks, play in the Waikanae dunes and hang out for the night.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Womad, Mar 2022</span>
<h5>CANCELED, tickets booked but the event has now been canceled</h5>
<p>Omnicron is ramping up so it's hard to know when and where we are heading to next :(.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Shelly Bay, Jan 2022</span>
<h5>Swims and chill in Welly</h5>
<p>A full day outing in the bus with the family to a quiet local spot. We wanted to bring the dog, have a sheltered swim for the boys, shade for everyone... and Shelly Bay is where we ended up.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-19.html">
<div class="logbook-item" style="background: url(./images/gallery/IMG_9544.jpeg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Wairarapa Dec 2021-22</span>
<h5>Summer holidays</h5>
<p>Read more</p>
</div>
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-18.html">
<div class="logbook-item" style="background: url(./images/gallery/IMG_9364.jpeg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Mt. Holdsworth Dec 2021</span>
<h5>Camping with friends</h5>
<p>Read more</p>
</div>
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-17.html">
<div class="logbook-item" style="background: url(./images/gallery/post17/IMG_8425.jpeg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Waikanae, June 2021</span>
<h5>Winter weekend away</h5>
<p>Read more</p>
</div>
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-16.html">
<div class="logbook-item" style="background: url(./images/gallery/IMG_7924.jpeg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Waikanae, Mar 2021</span>
<h5>Pre birthday getaway</h5>
<p>Read more</p>
</div>
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-15.html">
<div class="logbook-item" style="background: url(./images/gallery/walk_to_kim.jpeg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Christmas break, Dec-Jan 2020/21</span>
<h5>Central Plateau, Bay of Plenty, Gisborne, Hawke's Bay</h5>
<p>Read more</p>
</div>
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Whanganui, Dec 2020</span>
<h5>Sister in-law's birthday bash</h5>
<p>A weekend trip to Whanganui for a 30th, stayed in the bus on a relatives farm near Kai Iwi beach. The boys traveled well, road was closed due to accident for an hour or so. Stopped on the way back at Waikanae for some beach time and dinner before driving home.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Waikanae, Dec 2020</span>
<h5>Beach day and playing with a quadcopter</h5>
<p>A day trip up the coast to Waikanae Estuary never disappoints. Beautiful day and great scenery makes you feel like you fully on the road travelling. We meet with a friend from work who recently purchased a Mavik 2 quadcopter so I got to try it out and get some cool footage. Naps were had, nachos were eaten, bike rides, sand dune jumping.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Hastings/Woodville, Oct 2020</span>
<h5>Hawkes Bay to hang with friends via a bus/truck gathering</h5>
<p>This is pretty much the first trip of the summer, it's good to get everything checked, topped up and ready to go. We headed to the Haumoana in the Hawkes Bay to catch up with friends who have kids similar ages as our kids.</p>
<p>It just so happens the Woodville house bus/truck gathering is happening for the third time and it's on the way. We only stayed one night which was the night before the official stat of the event. Isaac got chatting to others there and was welcomed in for a few tours. We might not get out if here without purchasing another dream catcher for Isaac.</p>
<p>Beautiful spot by the river, checkout last years photos, a lot of familiar faces from last year.</p>
<p>Then its was on to Haumoana. Kids, spa pool, drinks, chinwaggs... </p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Boys at the beach, Oct 2020</span>
<h5>Parental leave beach day</h5>
<p>Kim finished maternity leave and I took the last two months off. There's no better way to spend my time than at the beach with the boys and Tui. We hung out, did drawings, ate, walked, tried and failed to have naps but instead had a private dance party.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Feilding/Palmy, Sept 2020</span>
<h5>COF precheck lesson and maintenance</h5>
<p>We took a trip to Palmerston North where we have a mechanic. I had a lesson on how to do a COF precheck myself, but also we had some issues with the clutch looked at (clutch master cylinder and clutch no fluid). So far it's nothing major but until it's put back together I wont know.</p>
<p>While the bus was being looked at in Palmy we rented a house in Feilding so the grandparents could come and see their grandchildren and hang out.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-14.html">
<div class="logbook-item" style="background: url(./images/gallery/forklift.JPG);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Choppy's 70th, July 2020</span>
<h5>Fuel blockage in Palmerston North</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<!-- <div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item" style="background: url(./images/gallery/front_view.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Upcoming</span>
<h5>Bus tour</h5>
<p>Coming soon!</p>
</div>
<figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure>
</div>
</div>
</div> -->
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">MOTHERS DAY, MAY 2020</span>
<h5>Day out at the beach</h5>
<p>Covid lockdown level 3 almost at an end, our bubble spends the whole day at the Wellingtons south coast in the bus. Playing in the rock pools, watching a seal snooze in the sun, naps and games.</p>
<p>As its mother's day I do the cooking and try to give time for Kim to get some chill time. It was a beautiful day and sunset, and a much needed day to just focus on the basics.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">SLEEPOVER, APRIL 2020</span>
<h5>Isaac an dad</h5>
<p>To break up home lockdown Isaac and I do an overnighter in the bus. We didn't drive it anywhere, just on the street outside our house. It was super windy that night and Isaac had a bit too much energy but we had a good sleep and was nice to do something a little different. We often use it as you would a play house or tree house. It's close confines makes it cozy, intimate and child friendly.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-13.html">
<div class="logbook-item" style="background: url(./images/gallery/IMG_5462.jpeg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Home office, Mar-May? 2020</span>
<h5>Going nowhere, Covid-19</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-12.html">
<div class="logbook-item" style="background: url(./images/gallery/Waitarere.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Waitarere Beach, Mar 2020</span>
<h5>Hanging near the beach</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-11.html">
<div class="logbook-item" style="background: url(./images/gallery/hawkes_bay.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Hawkes Bay, Feb 2020</span>
<h5>Nic and Will's wedding</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-10.html">
<div class="logbook-item" style="background: url(./images/gallery/IMG_5382.JPG);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Kaitoke, Feb 2020</span>
<h5>With friends</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-09.html">
<div class="logbook-item" style="background: url(./images/gallery/Kaitoke.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Kaitoke, Feb 2020</span>
<h5>Isaac and friends</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-08.html">
<div class="logbook-item" style="background: url(./images/gallery/Kai_iwi.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Lower North Island, Dec-Jan 2019-20</span>
<h5>Christmas break</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">PARENTS VISIT, DEC 2019</span>
<h5>Meeting the new addition to the family</h5>
<p>Crazy winds and thunderstorms, but that didn't stop a visit from Leon's grandparents and staying in the bus. I scuffed the neighbour bus from wind catching the bus door, vehicles were parked so close but no real damage done to the other vehicle. Ran out of water, whoops. Parked in Evans Bay for 3 days, 5-8 December.</p>
</div>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-07.html">
<div class="logbook-item" style="background: url(./images/gallery/Leon3.JPG);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Kaitoke, Nov-Dec 2019</span>
<h5>Baby Leon's first trip</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-06.html">
<div class="logbook-item" style="background: url(./images/gallery/woodville_happening.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Labour weekend, Oct 2019</span>
<h5>Woodville housebus/truck weekend</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
<!-- <figure><img loading=lazy" src="images/icons/coming_soon.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-05.html">
<div class="logbook-item" style="background: url(./images/gallery/Our-beautiful-estuary.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Waikanae weekend, Oct 2019</span>
<h5>Testing all the things</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-04.html">
<div class="logbook-item" style="background: url(./images/gallery/IMG_0071.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Red Rocks, Sept 2019</span>
<h5>Over-nighter with Grandad</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-03.html">
<div class="logbook-item" style="background: url(./images/gallery/IMG_0013.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Keeping it local, July 2019</span>
<h5>Down at Lyall Bay</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-02.html">
<div class="logbook-item" style="background: url(./images/gallery/desert_road.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">First trip, July 2019</span>
<h5>Auckland - Welly</h5>
<p>Read more</p>
</div>
<!-- <figure><img loading=lazy" src="images/icons/icon-arrow.svg" alt=""></figure> -->
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<a href="post-01.html">
<div class="logbook-item" style="background: url(./images/gallery/up_front.jpg);"></div>
<div class="image-caption">
<div class="image-info">
<div class="image-title">
<span class="label-image">Licence, July 2019</span>
<h5>Bus pick up</h5>
<p>Read more</p>
</div>
<figure>
<img loading=lazy" src="images/icons/icon-arrow.svg" alt="">
</figure>
</div>
</div>
</a>
</div>
<div class="image-tile col-xs-12 col-sm-6 col-lg-4">
<div class="logbook-item logbook-card">
<span class="label-image">Trips pre July 2019</span>
<h5>Caravan days</h5>
<p>With our previously owned caravan we had a small notebook which helped us keep track of where we went and with who, this meant each trip when we added a note about the current trip we got to read and reminisce about all the past trips. Instead of a notebook We've just taken this concept one step further to share those memories with family and friends through this site.</p>
</div>
</div>
</div>
</div>
</div><!-- row -->
</main><!-- end container -->
</div>
<script>
includeHTML();
</script>
</body>
</html>