-
Notifications
You must be signed in to change notification settings - Fork 0
/
post-17.html
270 lines (239 loc) · 12 KB
/
post-17.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
<!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">
<meta property="og:type" content="website" />
<meta property="og:url" content="http://dustyandthesardines.nz/post-08.html" />
<meta property="og:title" content="We are Dusty and the Sardines" />
<meta property="og:description" content="Bus blog of Paul Clarke and family. Interested in experiencing the motorhome lifestyle, we purchased an old 1980 Ford bus which is kitted out for comfortable living. We're really looking forward to the upcoming travels and spending time as a family, seeing the sights and experienceing new things." />
<title>Post 17 | 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">
<!-- gallery -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.css">
<link rel="stylesheet" href="./bus-files/fluid-gallery.css">
<!-- feather icons -->
<script src="./feather/feather.min.js"></script>
<!-- include nav -->
<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="" data-gr-c-s-loaded="true" screen_capture_injected="true">
<div role="main" class="darktheme overlay bg fade-in-image" style="background-position: center !important; background: url(./images/gallery/post17/IMG_8425.jpeg);">
<div w3-include-html="header.html" class="header header_shadow"></div>
<div class="hero hero-intro align-items-center ">
<div class="container">
<div class="van-build-page-title-wrapper row justify-content-center">
<div class="van-build-page-title-width-fix col-sm-12 col-md-10">
<h4 class="small-label white-text bottommargin-8">
<span class="add-number">17</span>
</h4>
<h1 class="white-text">Ngā Manu Nature Reserve visit</h1>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-12">
<div class="blocks margin-desktop ">
<ul class="blockThree border_radius_8 shadowMedium">
<li class="card-noshadow card-icon-text" onclick="vue.playVideo()">
<!-- <figure class="icon-lg"><img loading=lazy" src="./CopyTrip_files/icon-video.svg" alt=""></figure> -->
<div class="card-info">
<p class="small-label text-uppercase no-marginbottom">Destination</p>
<h5>Waikanae</h5>
</div><!-- end card-info -->
</li><!-- end card -->
<li class="card-noshadow card-icon-text">
<!-- <figure class="icon-lg"><img loading=lazy" src="./CopyTrip_files/icon-time.svg" alt=""></figure> -->
<div class="card-info">
<p class="small-label text-uppercase no-marginbottom">When</p>
<h5>5-7 June 2021</h5>
</div><!-- end card-info -->
</li><!-- end card -->
<li class="card-noshadow card-icon-text">
<!-- <figure class="icon-lg"><img loading=lazy" src="./CopyTrip_files/icon-pro.svg" alt=""></figure> -->
<div class="card-info">
<p class="small-label text-uppercase no-marginbottom">Company</p>
<h5>Just the sardines</h5>
</div><!-- end card-info -->
</li><!-- end card -->
</ul>
<div class="nav-posts-mini-controls">
<a class="btn-arrows nav-posts-mini nav-posts-prev" href="post-16.html">Previous post</a>
<a class="btn-arrows nav-posts-mini nav-posts-next" href="post-18.html">Next post</a>
</div>
</div>
</div>
</div>
</div>
<div class="container large-text h-300">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-10">
<p class="lead">This long weekend we took a trip up the Kapiti Coastline to <a target="_blank" href="https://ngamanu.co.nz/">Ngā Manu Nature Reserve</a>. A good way to celebrate 2 years bus ownership!</p>
<p>It was only a short trip up the coast to a place we often head to but everytime it delivers something new. This time it was to treat the boys to duck feeding, bush walks, sunrise walk with tourch to spot rabbits and Pukeko, bike rides, paddling in the ocean, and playgrounds.</p>
<p>Leon is really starting to enjoy his independance zooming around on his bike. At the beach he got taken down by a wave and was covered in sand which didn't bother him too much (would have been cold though!). We are so lucky to be able to have a hot shower in the bus to clean off and warm up so easily—the benefits of buslife.</p>
<p>We stayed one night at the beach and the second at the nature reserve itself amongst the wetlands. Good weather, good freedom camping, plenty of beach.</p>
</div>
</div>
</div>
</div>
<div class="gallery-container">
<div class="tz-gallery">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8466.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8466.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8388.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8388.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8390.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8390.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8399.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8399.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8419.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8419.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8428.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8428.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8439.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8439.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8451.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8451.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8460.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8460.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8463.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8463.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8468.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8468.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8469.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8469.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8474.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8474.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8481.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8481.jpeg');"></div>
</a>
</div>
<div class="col-sm-12 col-md-4 col-lg-3">
<a class="lightbox" href="./images/gallery/post17/IMG_8432.jpeg" title="">
<div style="background: url('./images/gallery/post17/IMG_8432.jpeg');"></div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="page-navigate container-fluid">
<a href="post-16.html" class="page-nav-left">
<h5>Prev</h5> <p class="text-truncate">No kids</p>
</a>
<a class="page-nav-right" href="post-18.html">
<h5>Next</h5> <p class="text-truncate">The Wairarapa</p>
</a>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.js"></script>
<script>
baguetteBox.run('.tz-gallery');
</script>
<script>
includeHTML();
</script>
</body>
</html>