-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
382 lines (335 loc) · 19.8 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
<!DOCTYPE html>
<html lang="en" class="gr__getbootstrap_com" style="overflow: auto;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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>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">
<meta name="google-site-verification" content="vtfbZNwb3wysJKn7Egrz2_idpmBgiaHBz5GL9f1VV0o" />
<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">
<!-- 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="index" data-gr-c-s-loaded="true" screen_capture_injected="true">
<div class="darktheme overlay-2 height_full_viewport bg fade-in-image " style="background-image: url(./images/gallery/bus_painted_side.png);">
<div w3-include-html="header.html" class="header header_shadow"></div>
<div class="d-flex w-100 h-100 align-items-center">
<main role="main" class="container home-content">
<div class="row">
<!-- <h1 class="page-heading">"Into the forest I go, to lose my mind and find my soul."
— John Muir</h1> -->
<!-- <h5>We purchased a 1980 Ford bus kitted out for comfortable living. Excited to explore the hidden gems of New Zealand, visit friends and experience new things along the way.</h5> -->
</div>
<div class="bottom_images row justify-content-end d-none d-lg-flex">
<!-- <div class="box-container col-md-4 col-lg-3 mr-3">
<div class="index-box">
<p>We purchased a 1980 Ford bus kitted out for comfortable living. Excited to explore the hidden gems of New Zealand, visit friends and experience new things along the way.</p>
</div>
</div> -->
<div class="box-container col-md-4 col-lg-3 mr-3">
<a href="post-19.html">
<div class="background-image-holder" 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">Tour highlight</span>
<h5>The Wairarapa</h5>
<p>Read more</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Content here -->
<div id="about" class="section-curved">
<div class="section-wrap bus-original">
<div class="container section">
<div class="row section justify-content-center text-center">
<div class="col-sm-auto col-lg-8">
<h1 class="page-heading">Wild & free ft. Dusty</h1>
<p class="lead">Dusty was bought as a weekend wanderer in July 2019 as a way of collecting sweet memories. Excited to explore the hidden gems of New Zealand, visit friends, and experience new things along the way.</p>
</div>
</div>
<div class="row">
<div class="col-lg-5 section">
<h4>Meet Dusty <small>(originally Edwards no. 8)</small></h4>
<ul class="nav nav-tabs mb-3" id="pills-tab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="pills-about-tab" data-toggle="pill" href="#pills-about" role="tab" aria-controls="pills-about" aria-selected="true">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-home-tab" data-toggle="pill" href="#pills-home" role="tab" aria-controls="pills-home" aria-selected="true">Specs</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="#pills-profile" role="tab" aria-controls="pills-profile" aria-selected="false">Motorhome</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab" aria-controls="pills-contact" aria-selected="false">History</a>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-about" role="tabpanel" aria-labelledby="pills-about-tab">
<p>Dusty is a 1980 wide body ~7.2 m Ford truck with a bus shell. We chose a bus so that we could be more hands-on customising and fitting it out. There's enough space for the kids to grow into and decent living space for longer trips. One of the things that drew me to it was the seating arrangement where we could all ride up the front together. We've fitted additional kid's beds, and are <a href="https://dustyandthesardines.nz/projects2021.html">adding a few of our own touches</a>, but it's mostly good to go travelling as is.</p>
<p>The interior and solar setup is pretty old, so my aim is to keep it travellable but slowly work through it and update where it makes sense.</p>
<p>Having permanent dining and sleeping areas has been a real game changer compared to our previous caravan, rather than having to reconfigure things for kid's naps, and connect water/waste tanks each time.</p>
</div>
<div class="tab-pane fade" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">
<div class="row">
<div class="col-7">
<ul class="list-unstyled">
<li><small class="text-muted">Year:</small> 1980</li>
<li><small class="text-muted">Make/model:</small> Ford D-series</li>
<li><small class="text-muted">Origin:</small> NZ Built</li>
<li><small class="text-muted">Body type:</small> Aluminium</li>
<li><small class="text-muted">Width:</small> Wide body?</li>
<li><small class="text-muted">Length:</small> 7.2m + spare wheel</li>
<li><small class="text-muted">Motor:</small> V6 Mitsi 6l 6D14</li>
<li><small class="text-muted">Gears:</small> 5sp. Man. low/high</li>
<li><small class="text-muted">Steering:</small> Assisted steering</li>
</ul>
</div>
<div class="col-5">
<p class="small">It's <a href="https://www.carjam.co.nz/car/?plate=GNC413" target="_blank">registered in NZ as a DOG10 model on Carjam</a> but as far as I can tell that model never existed. I think it's more likely a D0610, D0710, D0810, or D0910. <a target="_blank" href="http://www.omnibus.org.nz/buslocation/ford/dseries.html">Omnibus NZ have it mentioned as a D0710</a>.</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab">
<p>We bought it fully kitted out with all of the basics we need for the time being.</p>
<p>It came with; kitchen, fridge, oven, gas hot water, toilet, shower, solar and alternator (12v/24v), swivel 22 inch TV, LED lights throughout, stainless grey/fresh tanks (200 ltrs), 4 berth with full seatbelts, double bed, separate dinning area, towbar, awning, large stand up boot.</p>
<p>We have since removed the T.V. and some cupboards, added some kids beds, and added some more lighting. More on the changes are on the <a href="projects2021.html">Tinkering page</a>.</p>
</div>
<div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab">
<p>It was previously in commision as a passenger coach up to about 2007. Owned/opporated by Edwards Passenger Service Ltd (Tuakau 1984-94), Countrywide Tours NZ Ltd (Auckland 1994-96), Keiths Tours (Manurewa 1996-2000), Mosgiel Coach Services 2000-2007. Since then it has been privately owned, we are the third private use owners but most of the motorhome conversion was done by the previous owner.</p>
<p>It was named <i>Done and Dusted</i> by the previous owners and we kept it like that for a couple years. It's spent most of its life in Auckland but has previously done a stint in Kapiti several years with its first private owner as a "party bus".</p>
<p>At some some stage the front of the bus has been changed for fibreglass, maybe it was damaged or it was done at the time of the engine swap? it's a shame it's lost a bit of it original character.</p>
<p>I have been told that the bus may have been built by <a targert="_blank" href="https://en.wikipedia.org/wiki/Hawke_Coachwork">Hawke Coachwork</a> which soon after joined forces in 1983 with <a href"https://en.wikipedia.org/wiki/Coachwork_International">New Zealand Motor Bodies to form Coachwork International</a>.
</div>
<!-- <div class="tab-pane fade" id="pills-model" role="tabpanel" aria-labelledby="pills-model-link">
<ul>
<li><b>Previously in commision with:</b></li>
<li><small>Edwards Passenger Service Ltd, Tuakau 1984-94</small></li>
<li><small>Countrywide Tours NZ Ltd, Auckland 1994-96</small></li>
<li><small>Keiths Tours, Manurewa 1996-2000</small></li>
<li><small>Mosgiel Coach Services 2000-2007</small></li>
<li><small>Then privately owned by 2 other owners before us</small></li>
</ul>
</div> -->
</div>
</div>
<div class="col-lg-7 original-bus-image">
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="pic-1984-tab" role="tabpanel" aria-labelledby="1984-tab" style="background-image: url('./images/gallery/original_edwards.jpg');"></div>
<div class="tab-pane fade" id="pic-2004-tab" role="tabpanel" aria-labelledby="2004-tab" style="background-image: url('./images/gallery/mosgield.jpg');">
<p class="photo-credit">Photo: by Mike Butler in 2004, Mosgiel Coach Services</p>
</div>
<div class="tab-pane fade" id="pic-2010-tab" role="tabpanel" aria-labelledby="2010-tab" style="background-image: url('./images/gallery/bus_top_view_small.png');"></div>
<div class="tab-pane fade" id="pic-2019-tab" role="tabpanel" aria-labelledby="2019-tab" style="background-image: url('./images/gallery/D&D_side.jpg');"></div>
<div class="tab-pane fade" id="pic-2021-tab" role="tabpanel" aria-labelledby="2021-tab" style="background-image: url('./images/gallery/paintjob.jpeg');"></div>
</div>
<div class="nav btn-group btn-group-toggle image-toggle" id="myTab" role="tablist">
<a class="btn btn-dark active" id="1984-tab" data-toggle="tab" href="#pic-1984-tab" role="tab" aria-controls="pic-1984-tab" aria-selected="true">1984</a>
<a class="btn btn-dark" id="2004-tab" data-toggle="tab" href="#pic-2004-tab" role="tab" aria-controls="pic-2004-tab" aria-selected="false">2004</a>
<a class="btn btn-dark" id="2010-tab" data-toggle="tab" href="#pic-2010-tab" role="tab" aria-controls="pic-2010-tab" aria-selected="false">200?</a>
<a class="btn btn-dark" id="2019-tab" data-toggle="tab" href="#pic-2019-tab" role="tab" aria-controls="pic-2019-tab" aria-selected="false">2019</a>
<a class="btn btn-dark" id="2021-tab" data-toggle="tab" href="#pic-2021-tab" role="tab" aria-controls="pic-2021-tab" aria-selected="false">2021</a>
</div>
</div>
</div>
</div><!-- end container -->
</div>
</div>
<div id="meetcrew" class="section section-white-bg">
<div class="container">
<div class="row pb-4 justify-content-center">
<div class="col-8 text-center">
<i data-feather="users icon-lg"></i>
<i data-feather="circle"></i>
<h2><i data-feather="users"></i> Meet the crew</h2>
<p class="big-para mb-4">We are a family of 5 +dog from Wellington, New Zealand. If you want to chat, <a href="mailto:2paulclarke@gmail.com">send us a message</a>, and we'll get back to you as soon as we can.</p>
</div>
</div>
<div class="row justify-content-center pb-4">
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="member-selfie paul" style="background-image: url('images/gallery/IMG_7001.jpeg');"></div>
<div class="member-about mb-4">
<div class="author_social_link">
<a href="https://www.instagram.com/clarkepaul"><figure class="icon-small"><img loading=lazy" src="./images/social/instagram.svg" alt=""></figure></a>
<a href="https://www.facebook.com/2paulclarke"><figure class="icon-small"><img loading=lazy" src="./images/social/fb.svg" alt=""></figure></a>
<a href="https://twitter.com/clarkepaul"><figure class="icon-small"><img loading=lazy" src="./images/social/twitter.svg" alt=""></figure></a>
</div>
<h5>Paul</h5>
<p>Instigator of shenanigans, crew lifeguard</p>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="member-selfie" style="background-image: url('images/gallery/IMG_7102.jpeg');"></div>
<div class="member-about mb-4">
<h5>Kim</h5>
<p>Wellness officer, giver of common sense</p>
<div class="author_social_link">
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="member-selfie" style="background-image: url('images/gallery/IMG_8015.jpeg');"></div>
<div class="member-about mb-4">
<h5>Isaac (Izee)</h5>
<p>Entertainer, grand master dreamer</p>
<div class="author_social_link">
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="member-selfie" style="background-image: url('images/gallery/IMG_9151.jpeg');"></div>
<div class="member-about mb-4">
<h5>Little Leon (Le Cannonball)</h5>
<p>Ball hunter, cuddle chief</p>
<div class="author_social_link">
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="member-selfie" style="background-image: url('images/gallery/IMG_9063.jpeg');"></div>
<!-- <div class="member-selfie" style="background-image: url('https://picsum.photos/id/683/400/440');"></div> -->
<div class="member-about mb-4">
<h5>Zoe (Zen master)</h5>
<p>Customer service representative</p>
<div class="author_social_link">
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="member-selfie" style="background-image: url('images/gallery/tui.jpg');"></div>
<div class="member-about mb-4">
<h5>Tui (Tu Tu)</h5>
<p>Security & cleaner</p>
<div class="author_social_link">
</div>
</div>
</div>
</div>
</div><!-- end container -->
<div class="container hero hero-caravan z_index_0">
<div class="hero-section has_middle_shadow_md_down left-section bg" style="background-image: url(./images/gallery/caravan.jpg);"></div>
<div class="hero-section justify-content-md-center justify-content-lg-start right-section">
<div class="selling-page-hero-title">
<h2>Days gone by...</h2>
<p>We previously owned a small caravan that took us around the East Cape of the North Island, and many weekends away camping.</p>
<p>Owning a caravan gave us a taste of what to expect on the road, and we wanted more of it. We loved the time we had with it, although with the additions to the family, we appreciate the extra space of the bus.</p>
</div>
<div class="skew">
</div>
</div>
</div>
</div>
<!-- <div class="box-container col-lg-3 mr-4">
<div class="background-image-holder border_radius_8" style="background: url(./images/gallery/ready_for_welly.jpg);"></div>
<div class="image-caption">
<a href="#">
<div class="image-info">
<div class="image-title">
<span class="label-image">Licence</span>
<h5>Class 2</h5>
<p>Read more</p>
</div>
<figure>
<img loading=lazy" src="images/icons/icon-arrow.svg" alt="">
</figure>
</div>
</a>
</div> -->
</div>
</div>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>Site created by the bus owner <a targrt="_blank" href="https://www.instagram.com/clarkepaul/">Paul Clarke</a></p>
</div>
</footer>
</div>
<script>
includeHTML();
</script>
<!-- Smooth scroll for homepage only -->
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>