-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
462 lines (461 loc) · 21.1 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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
---
layout: default
---
<div class="bg-dots text-white py-11 py-md-14">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9 col-lg-7 col-xxl-5 text-center">
<h2 class="h1 mb-8">
Dot loves data,
<br />
and now you will too.
</h2>
<p class="fs-5 mb-8">
We want to make the power of data available and accessible to all. The DOT Portal is your gateway to
simple, smart, beautiful data solutions from DOT all in one secure place.
</p>
<a href="{{ '/' | relative_url }}signup" class="btn btn-primary btn-lg">Sign up</a>
</div>
</div>
</div>
</div>
<div class="bg-secondary py-10 py-md-14">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 text-center px-md-7 mb-4 mb-md-0">
<div class="dot bg-yellow mx-auto mb-6"></div>
<h3 class="mb-4">Customise</h3>
<p class="fs-7">
Manage subscriptions and team access to over 10 data-driven products, or allow us to create a
bespoke data solution for you.
</p>
</div>
<div class="col-md-6 col-lg-3 text-center px-md-7 mb-4 mb-md-0">
<div class="dot bg-green mx-auto mb-6"></div>
<h3 class="mb-4">Secure</h3>
<p class="fs-7">100% secure login and protected by... so your data remains your data.</p>
</div>
<div class="col-md-6 col-lg-3 text-center px-md-7 mb-4 mb-md-0">
<div class="dot bg-teal mx-auto mb-6"></div>
<h3 class="mb-4">Learn</h3>
<p class="fs-7">
See the latest updates and watch our how-to videos to help you and your team learn become fluent in
reading and interpreting the dashboards.
</p>
</div>
<div class="col-md-6 col-lg-3 text-center px-md-7 mb-4 mb-md-0">
<div class="dot bg-blue mx-auto mb-6"></div>
<h3 class="mb-4">Analyse</h3>
<p class="fs-7">
Data is everything! Review how your team engage with the dashboards to schedule further training or
gauge ROI.
</p>
</div>
</div>
</div>
</div>
<div class="pt-10 pt-md-14">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9 col-lg-8 col-xxl-6 text-center">
<h2 class="mb-8">
No one knows
<br />
New Zealand’s big data
<br />
story like DOT.
</h2>
<p class="fs-5 mb-10">
And one of the many ways we tell this story is through dashboards. Our range of data products
address what matters to our wellbeing, our communities and our businesses.
</p>
</div>
</div>
</div>
<div class="position-relative">
<div class="container ipad-container">
<div class="ipad">
<div id="projects" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators carousel-indicators-ipad">
<button
type="button"
data-bs-target="#projects"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"></button>
<button
type="button"
data-bs-target="#projects"
data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button
type="button"
data-bs-target="#projects"
data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button
type="button"
data-bs-target="#projects"
data-bs-slide-to="3"
aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row h-100 mx-0">
<div
class="col-lg-6 d-flex flex-column align-items-center justify-content-center"
style="background-color: #f6f8fb">
<img
src="assets/img/logos/bizmomento.svg"
class="carousel-logo"
width="125"
height="auto"
alt="Bizmomento" />
</div>
<div
class="col-lg-6 d-flex flex-column justify-content-center px-md-11"
style="color: white; background-color: #365ad3">
<h5 class="font-sans-serif"><strong>Bizmomento</strong></h5>
<p class="mb-4 mb-md-0">
Maximise profit, minimise waste. Predict how many people will turn up to your
next event, attraction, restaurant or store. By day, season, month or year.
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row h-100 mx-0">
<div
class="col-lg-6 d-flex flex-column align-items-center justify-content-center"
style="background-color: #f6f8fb">
<img
src="assets/img/logos/us.svg"
class="carousel-logo"
width="182"
height="auto"
alt="Us" />
</div>
<div
class="col-lg-6 d-flex flex-column justify-content-center px-md-11"
style="color: #084130; background-color: #b2e375">
<h5 class="font-sans-serif"><strong>Us</strong></h5>
<p class="mb-4 mb-md-0">
Unique Segmentation for today’s New Zealand. A dynamic, fully interactive
customer segmentation tool that reveals NZ’s changing population and behaviours.
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row h-100 mx-0">
<div
class="col-lg-6 d-flex flex-column align-items-center justify-content-center"
style="background-color: #1e1e1e">
<img
src="assets/img/logos/dot-dot-dash.svg"
class="carousel-logo"
width="146"
height="auto"
alt="DotDotDash" />
</div>
<div
class="col-lg-6 d-flex flex-column justify-content-center px-md-11"
style="color: white; background-color: #3366ff">
<h5 class="font-sans-serif"><strong>DotDotDash</strong></h5>
<p class="mb-4 mb-md-0">
Interactive and dynamic dashboards providing up-to-date and aggregated data on
how communities across NZ are performing and changing over time.
</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row h-100 mx-0">
<div
class="col-lg-6 d-flex flex-column align-items-center justify-content-center"
style="background-color: #f6f8fb">
<img
src="assets/img/logos/turn-up.png"
class="carousel-logo"
width="200"
height="auto"
alt="Turn Up" />
</div>
<div
class="col-lg-6 d-flex flex-column justify-content-center px-md-11"
style="color: white; background-color: #634fe8">
<h5 class="font-sans-serif"><strong>Turn Up</strong></h5>
<p class="mb-4 mb-md-0">
Maximise profit, minimise waste. Predict how many people will turn up to your
next event, attraction, restaurant or store. By day, season, month or year.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="testimonial">
<div class="container d-flex justify-content-center">
<div class="row justify-content-center flex-column flex-lg-row">
<div class="col-lg-3 testimonial-logos">
<div class="testimonial-logo-row">
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/te-whata@2x.png);
width: 106px;
height: 38px;
left: 10%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/kiwi-wealth@2x.png);
width: 41px;
height: 41px;
left: 0;
top: 100%;
"></div>
</div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/mtfj@2x.png);
width: 76px;
height: 31px;
left: 0%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/interislander@2x.png);
width: 132px;
height: 45px;
left: -50%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/stats-nz@2x.png);
width: 102px;
height: 37px;
left: 10%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/nzic@2x.png);
width: 140px;
height: 64px;
left: -20%;
"></div>
<div class="testimonial-logo-row">
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/hell-pizza@2x.png);
width: 59px;
height: 35px;
left: -20%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/ncc@2x.png);
width: 140px;
height: 65px;
left: 0;
"></div>
</div>
<div class="testimonial-logo-row">
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/oranga-tamariki@2x.png);
width: 103px;
height: 54px;
left: 10%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/msd@2x.png);
width: 100px;
height: 29px;
left: 15%;
top: 70%;
"></div>
</div>
</div>
<div class="d-flex align-items-center col-lg-5 my-8 py-lg-0">
<figure class="text-center mb-0">
<blockquote class="blockquote font-serif mb-7">
<p>
A glowing testimonial from Sky or one of our other clients who have commisioned a bespoke
dashboards goes here.
</p>
</blockquote>
<figcaption class="blockquote-footer">First name last name, Company</figcaption>
</figure>
</div>
<div class="col-lg-3 testimonial-logos">
<div class="testimonial-logo-row">
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/coop-bank@2x.png);
width: 74px;
height: 40px;
left: -10%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/salvation-army@2x.png);
width: 45px;
height: 49px;
left: 0;
"></div>
</div>
<div class="testimonial-logo-row">
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/sky@2x.png);
width: 82px;
height: 41px;
left: 10%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/maritime-nz@2x.png);
width: 110px;
height: 37px;
left: 15%;
"></div>
</div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/nzta@2x.png);
width: 124px;
height: 28px;
left: 15%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/bnz@2x.png);
width: 61px;
height: 30px;
left: 45%;
top: 2%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/acc@2x.png);
width: 45px;
height: 49px;
left: -20%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/internal-affairs@2x.png);
width: 156px;
height: 56px;
left: 40%;
top: -4%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/gw@2x.png);
width: 149px;
height: 47px;
left: -25%;
top: -5%;
"></div>
<div class="testimonial-logo-row">
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/nz-police@2x.png);
width: 102px;
height: 34px;
left: -20%;
top: 55%;
"></div>
<div
class="testimonial-logo"
style="
background-image: url(assets/img/logos/testimonials/hcc@2x.png);
width: 81px;
height: 31px;
"></div>
</div>
</div>
</div>
</div>
</div>
<div class="position-relative">
<div class="container-fluid">
<div class="row">
<div
class="
col-lg-5 col-xl-5 col-xxl-4
offset-lg-1 offset-xl-1 offset-xxl-2
d-flex
flex-column
align-items-start
justify-content-center
py-12 py-lg-0
ps-lg-0
pe-lg-10
">
<div class="container px-0">
<h2 class="mb-6 mb-xl-7">Introducing Us</h2>
<p class="mb-6 mb-xl-7">
Finally, a dynamic, interactive customer segmentation tool that reveals New Zealand’s
changing population and behaviours, almost as they happen.
</p>
<a href="" class="btn btn-primary">Learn more</a>
</div>
</div>
<div class="col-lg-6 px-0">
<div class="ratio ratio-16x9">
<iframe
id="intro-video"
src="https://player.vimeo.com/video/561070574?controls=0"
title="Us"
allowfullscreen
allow="autoplay"></iframe>
<button id="btn-intro-video-play-container" class="btn-play-container d-none">
<div id="btn-intro-video-play" class="btn-play">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 44">
<path d="M42 22 0 44V0Z" fill="#fff" />
</svg>
</div>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="bg-gray-800 text-white py-11 py-md-13">
<div class="container">
<div class="row">
<div class="col text-center">
<h2 class="mb-7">Ready to get started?</h2>
<a href="" class="btn btn-primary">Get in touch</a>
</div>
</div>
</div>
</div>