forked from voteflux/flux-website-v2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
465 lines (426 loc) · 18.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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
---
layout: default
carousel: true
video: true
dark-theme: true
home: true
# Top hero section
hero-title: Upgrade the system and return power to the people
hero-copy: >
When did our politics become so broken? Things must change. Flux is your way to
participate directly in parliament. Empowering people in government decisions directly
through technology. Let’s break up the party politics, end the gridlock and return the power
to where it belongs - you.
hero-action: Become a Member
# Why Austrialia needs Flux
why-flux-title: Why Australia needs Flux
why-flux-copy: >
Australian politics is broken. Traditional politicians say one thing to get elected and then do another. Horse trading and backroom deals have become more important than good policy.
Flux is here to help upgrade our democracy, pioneering a real-time voting system which gives you a direct voice into parliament. #takethepowerback
why-flux-action: Find out more
## Second call out section
second-callout-title: We're fed up with the political process too
second-callout-copy: >
Feel unrepresented? Fed up with broken promises? Vote to change the system.
Flux is a new system, not about ideology, but of progress for process. Elect Flux and make your voice heard. Help us contest the 2016 federal election and change #AusPol forever.
second-callout-action: Become a member
# Meetups section
show-meetups: false
meetups:
- city: Melbourne
location: Melbourne Bitcoin Technology Centre
address: 89-91 City Road, South Bank
date: Tuesday, May 3, 2016
time: 6:00 PM
url: http://www.meetup.com/FluxSydney/events/230138091/
#Make as global variable..
social-media:
- name: facebook
url: https://facebook.com/voteflux.org
- name: twitter
url: https://twitter.com/voteflux
- name: reddit
url: https://www.reddit.com/r/voteflux
---
{% include base.html %}
{% include navbar.html %}
<main>
<section class="bg-near-black py3 sm-pr4 relative texture-bg-img">
<div class="mx-auto max-width-4 px2 md-px3">
<div class="md-flex justify-between mxn2">
<!-- LOGO -->
<header class="white md-col-2 px2 mt2 pt1">
<div class="silver">
<div class="xs-flex sm-flex md-block">
<div class="md-mb1">
<img src="img/flux-mark.svg" alt="FLUX LOGO" class="width-8rem">
</div>
<div class="flex flex-column justify-center pl2 md-p0">
<div class="width-8rem">
{% include svg/flux-text-logo.html color="white" no-js=true %}
</div>
</div>
</div>
<div class="xs-hide sm-hide">
<div class="clearfix">
<hr class="muted border-bottom black width-8rem left my2">
</div>
<h5 class="muted caps">Registered<br>Members</h5>
<h3> <span class="js-member-count">Loading...</span> </h3>
<h5 class="muted caps">Volunteers</h5>
<h3> <span class="js-volunteer-count">Loading...</span> </h3>
<!-- WA State Election Countdown - Remove After 11 March 2017 -->
<div class="clearfix">
<hr class="border-bottom accent width-8rem left my1">
</div>
<h5 class="light-silver caps">Days until WA<br>State Election</h5>
<h3 class="light-silver"> <span class="js-waelection-countdown">Loading...</span> </h3>
<h5 class="light-silver caps">WA Validated<br>Members</h5>
<h3 class="light-silver"> <span class="js-wamember-count">Loading...</span> / 550</h3>
<!-- WA State Election Countdown - Remove After 11 March 2017 -->
<h5 class="muted caps"> <a href="/dashboard">Graphs</a> </h5>
</div>
</div>
</header>
<!-- HERO SECTION -->
<div class="md-col-9 pb3 px2 mt3">
{% include components/main-heading.html
text=page.hero-title
font-size="h0 line-height-2"
font-weight="bold"
classes="letter-spacing-1 mb2 sm-mb4 md-mt4 md-pt4 near-white" %}
<p class="h3 sm-h2 h-font light mb4 silver letter-spacing-2 line-height-4">
{{ page.hero-copy }}
</p>
<div class="inline-block">
<a href="{{site.baseurl}}/signup" class="h2 letter-spacing-1 accent border-bottom inline-block">
{{ page.hero-action }}
</a>
<span class="gray h3 block caps mt1 letter-spacing-1">Membership is free for life</span>
</div>
<div class="md-hide lg-hide silver">
<h5 class="muted caps mt3">Registered Members</h5>
<h3><span class="js-member-count">Loading...</span></h3>
<h5 class="muted caps mt2">Volunteers</h5>
<h3><span class="js-volunteer-count">Loading...</span></h3>
<!-- WA State Election Countdown - Remove After 11 March 2017 -->
<div class="clearfix">
<hr class="border-bottom accent width-8rem left my1">
</div>
<h5 class="light-silver caps mt2">Days until WA State Election</h5>
<h3 class="light-silver"> <span class="js-waelection-countdown">Loading...</span> </h3>
<h5 class="light-silver caps mt2">WA Registered Members</h5>
<h3 class="light-silver"> <span class="js-wamember-count">Loading...</span> </h3>
<!-- WA State Election Countdown - Remove After 11 March 2017 -->
<h5 class="muted caps mt2"> <a href="/dashboard">Graphs</a> </h5>
</div>
</div>
</div>
</div>
</section>
<!-- ANNOUNCEMENT SECTION -->
<!--<section id="js-announcement-home" class="py4 sm-pr4 bg-white dark-gray height-30vh">-->
<!-- <div class="max-width-4 mx-auto px2 md-px3">-->
<!-- <div id="js-announcement-content" class="">-->
<!-- <div class="mb4">-->
<!-- <h1 id="js-callout-heading" class="h0 mb3">Announcing: The Flux Startup</h1>-->
<!-- <p id="js-callout-body" class="h3 sm-h2 h-font light mb4 gray letter-spacing-2 line-height-4">-->
<!-- We're excited to announce a major development for the Flux movement:-->
<!-- a startup that will drive the Flux system globally and usher in a new era of democracy.-->
<!-- </p>-->
<!-- </div>-->
<!-- <a id="js-callout-link" href="http://www.thefluxstartup.com" class="h2 letter-spacing-1 accent border-bottom inline-block">-->
<!-- Read the announcement-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!--</section>-->
{% if page.video %}
<!-- VIDEO section here -->
<section class="py4 bg-black light-gray px2 md-px3">
<div class="max-width-4 mx-auto">
<div class="lg-flex mxn2">
<div class="lg-col-4 px2">
{% include components/main-heading.html
text="Flux in a nutshell"
sub-text="01:56"
font-size="h0 line-height-2"
font-weight="bold"
classes="white"
line="true" %}
<p class="h-font h3 sm-h2 light silver mb3">
This is us in a nutshell. We're fed up with the political process too!
Flux is your answer for a real democratic voice in parliament.
</p>
<p class="h-font h3 sm-h2 light silver"> Help us get the word out! #share </p>
<div class="mb3">
<a data-sumome-share-id="b6279140-56da-424e-9e95-54d26518c49d"></a>
</div>
</div>
<div class="lg-col-8 px2">
<a href=" https://www.youtube.com/watch?v=i7MCxADcrwE&rel=0" data-lity class="relative block">
<i class="material-icons absolute center-xy z3 white h0">play_arrow</i>
<i class="material-icons absolute center-xy z2 near-black muted h00">lens</i>
<img class="col-12" src="https://img.youtube.com/vi/i7MCxADcrwE/sddefault.jpg" alt="Flux video">
</a>
<!-- <h5 class="muted right-align">Caption goes here</h5> -->
</div>
</div>
</div>
</section>
{% endif %}
<!-- PUNT -->
{% if false %}
<section class="height-40vh py2 sm-py4 relative bg-dark-gray px2 md-px2">
<div class="max-width-4 mx-auto relative z2sm-pr4">
<div class="lg-flex mxn2">
<div class="lg-col-6 px2">
<div class="bg-near-black light-gray px3 py4 sm-p4 mb3">
<div class="mb3">
{% include components/main-heading.html
text="PUNT Podcast - Behind The Scenes"
font-size="h0 line-height-2"
font-weight="bold" %}
<p class="h3 sm-h2 h-font mb4 light letter-spacing-2 line-height-4 silver">
PUNT is a behind the scenes look at what it’s like to start a political party.
It's the true story of The Flux Party. Recording for PUNT started in January, that's 4.5 months of audio!
</p>
</div>
<div class="gray">
<a href="http://www.puntpodcast.com/"
target="_blank"
class="h3 sm-h2 link-reset border-bottom inline-block accent">
Listen now
</a>
</div>
</div>
</div>
<div class="lg-col-6 px2">
<img src="/img/punt.jpg" alt="" class="block mb3 col-12"/>
<div class="flex">
<div class="col-8 lg-mr2">
<img src="/img/punt-2.jpg" alt="" class='col-12'/>
</div>
<div class="col-4 relative z1">
<img src="/img/punt-3.jpg" alt="" class="rotate-right deep-shadow col-12"/>
</div>
</div>
<h5 class="silver lg-mt2">Photos by Adam Bird</h5>
</div>
</div>
</div>
</section>
{% endif %}
<!-- Posts -->
<section class="height-40vh py2 sm-py4 relative bg-dark-gray px2 md-px2">
<div class="max-width-4 mx-auto relative z2sm-pr4">
<div class="lg-flex mxn2">
<div class="lg-col-12 px2">
<div class="bg-near-black light-gray px3 py4 sm-p4 mb3">
<div class="mb3" id="blog">
{% include components/main-heading.html
text="Recent Posts"
font-size="h0 line-height-2"
font-weight="bold" %}
{% for post in site.posts %}
<div class="post">
<h1 class="h1"><a class="underline" href="{{ post.url }}">{{ post.title }}</a> <small>— {{ post.date | date: "%Y-%m-%d" }}</small></h1>
<div class="h3 sm-h2 h-font mb4 light letter-spacing-2 line-height-4 silver">
{{ post.excerpt }}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</section>
<!-- WHY FLUX SECTION -->
<section class="bg-white py4 px2 md-px3">
<div class="max-width-4 mx-auto dark-gray">
<div class="md-flex mb3">
<div class="md-col-9">
<h5 class="h4"><span class="gray">ABOUT FLUX</span> / <span class="bold">WHY</span></h5>
<hr class="accent-muted muted border-bottom">
<h1 class="h0 bold mb3 line-height-2">
{{ page.why-flux-title }}
</h1>
<p class="h3 sm-h2 light h-font mb4 gray letter-spacing-2 line-height-4">
{{ page.why-flux-copy }}
</p>
<a href="{{ site.baseurl }}/about/why-flux"
class="h3 sm-h2 border-bottom accent inline-block">
{{page.why-flux-action}}
</a>
</div>
</div>
</div>
</section>
<!-- SECOND CALLOUT SECTION -->
<section class="full-bg-img height-40vh py2 sm-py4">
<div class="max-width-4 mx-auto clearfix sm-px2 md-px3">
<div class="bg-near-black light-gray px2 py4 sm-p4 sm-col-right sm-col-12 md-col-9 mt4">
<div class="mb3">
{% include components/main-heading.html
text=page.second-callout-title
font-size="h0 line-height-2"
font-weight="bold" %}
<p class="h3 sm-h2 h-font mb4 light letter-spacing-2 line-height-4 silver">
{{ page.second-callout-copy }}
</p>
</div>
<div class="gray">
<a href="{{site.baseurl}}/signup"
class="h3 sm-h2 link-reset border-bottom inline-block accent">
{{ page.second-callout-action }}
</a>
</div>
</div>
</div>
</section>
<!-- ABOUT PAGE LINKS -->
{% assign items = site.about | sort: 'menu-order' %}
{% for item in items %}
{% if item.tag-topic != 'why' %}
<section class="bg-white dark-gray py4 relative z1 px2 md-px3">
<div class="max-width-4 mx-auto">
{% if item.video-id %}
<div class="sm-col-8 inline-block align-top pb3">
<h5 class="h4"><span class="gray">
ABOUT FLUX</span> / <span class="bold">{{ item.tag-topic | upcase }}</span>
</h5>
<h1 class="h0 bold line-height-1">{{ item.title }}</h1>
<a href="{{ site.baseurl }}{{ item.url }}" class="h3 sm-h2 link-reset border-bottom inline-block accent">
Learn more
</a>
</div>
<div class="sm-col-3 inline-block">
<a href=" https://www.youtube.com/watch?v={{ item.video-id }}&rel=0" data-lity class="relative block">
<i class="material-icons absolute center-xy z3 white h0">play_arrow</i>
<i class="material-icons absolute center-xy z2 near-black muted h00">lens</i>
<img class="col-12" src="https://img.youtube.com/vi/{{ item.video-id }}/sddefault.jpg" alt="Video">
</a>
</div>
{% else %}
<div class="sm-col-9">
<h5 class="h4"><span class="gray">
ABOUT FLUX</span> / <span class="bold">{{ item.tag-topic | upcase }}</span>
</h5>
<h1 class="h0 bold line-height-1">{{ item.title }}</h1>
<a href="{{ site.baseurl }}{{ item.url }}" class="h3 sm-h2 link-reset border-bottom inline-block accent">
Learn more
</a>
</div>
{% endif %}
</div>
</section>
<hr class="accent-light border-bottom m0">
{% endif %}
{% endfor %}
<!-- IN THE NEWS -->
<section class="py4 bg-near-black light-gray texture-bg-img sm-pr4 px2 md-px3">
<div class="max-width-4 mx-auto">
<div class="sm-flex items-center">
<div class="flex-auto">
{% include components/main-heading.html
text="In the news"
font-size="h0 line-height-1 m0"
font-weight="bold" %}
</div>
<div class="clearfix">
<div class="sm-col-right">
<h5 class="muted mb0 light">MEDIA ENQUIRIES</h5>
<h3 class="white mb2 inline-block">media@voteflux.org</h3>
</div>
</div>
</div>
<div class="sm-flex flex-wrap mxn2 mb3">
{% for article in site.data.articles limit:6 %}
<div class="sm-col-6 lg-col-4 px2">
<div class="mb3">
<hr class="border-bottom accent-muted mb1 muted">
<div class="flex flex-column justify-between height-2">
<div>
<h5 class="mb2 gray">{{ article.type | upcase }} / <span class="light-silver">{{ article.publishedIn | upcase }}</span>
</h5>
<a href="{{ article.url }}" target="_blank" class="link-reset block hover-show-child">
<h3 class="h-font light line-height-4 accent-on-hover transition-fast inline">
{{ article.title }}
</h3><i class="material-icons icon-adjust muted">call_made</i>
</a>
</div>
<time datetime="{{ article.date }}" class="italic gray">
{{ article.date | date: '%B %d, %Y' }}
</time>
</div>
</div>
</div>
{% endfor %}
</div>
<div class="right-align">
<a href="{{ site.baseurl }}/press" class="list-reset border-bottom accent">All articles</a>
</div>
</div>
</section>
<!-- UPCOMING MEETUPS -->
{% if page.show-meetups %}
<section id="upcoming-meetups" class="py4 bg-dark-gray light-silver">
<div class="max-width-4 mx-auto px2 md-px3">
<div class="lg-col-9">
{% include components/main-heading.html
text="Upcoming meetups"
font-size="h0 line-height-1"
font-weight="bold near-white" %}
<p class="h3 sm-h2 light h-font letter-spacing-2 line-height-4 mb4">
Join party co-founders <a href="{{site.baseurl}}/about/who#nathan-spataro" class="accent accent-on-hover transition-fast">Nathan Spataro</a> & <a href="{{site.baseurl}}/about/who#max-kaye" class="accent accent-on-hover transition-fast">Max Kaye</a> for a Q&A at the next meetup in your city
</p>
<div class="sm-flex flex-wrap mxn2">
{% for meetup in page.meetups %}
{% if forloop.length == 1 %}
<div class="sm-col-6 px2 mb3">
{% else %}
<div class="sm-col-6 md-col-4 px2 mb3">
{% endif %}
{% include components/hr-muted.html %}
<!-- <h5 class="gray caps">Meetup city</h5> -->
<h3 class="white h2 mt0 mb3 bold">{{ meetup.city }}</h3>
<dl class="link-reset h3 near-white line-height-3 mb2">
<hr class="near-black muted border-bottom my2">
<dt class="h5 silver mb1 caps">Location</dt>
<dd class="h-font mb1">{{ meetup.location }}</dd>
<dd class="h4 h-font light">{{ meetup.address }}</dd>
<hr class="near-black muted border-bottom my2">
<dt class="h5 silver caps mb1">Date</dt>
<dd class="h-font mb1">{{ meetup.date }}</dd>
<dd class="h4 h-font light">{{ meetup.time }}</dd>
</dl>
<hr class="near-black muted border-bottom my2">
<div class="nowrap hover-show-child">
<a href="{{ meetup.url }}" target="_blank" class="border-bottom">RSVP</a><i class="material-icons icon-adjust muted">call_made</i>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="right-align mt4 sm-mt0">
<span class="hover-show-child">
<a href="http://www.meetup.com/FluxSydney/" target="_blank" class="border-bottom">Flux meetup page</a><i class="material-icons icon-adjust muted">call_made</i>
</span>
</div>
</div>
</div>
</section>
{% endif %}
<!-- CONTACT SECTION -->
<section id="contact" class="bg-light-gray mid-gray py4 sm-pr4">
<div class="max-width-4 mx-auto px2 md-px3">
{% include components/main-heading.html
text="Join the conversation"
font-size="h0 line-height-1"
font-weight="bold dark-gray mb4" %}
{% include contact.html %}
</div>
</section>
</main>
{% include footer.html %}