-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathletter-to-parties.html
97 lines (68 loc) · 5.56 KB
/
letter-to-parties.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
---
title: Letter to Parties
permalink: "/letter-to-parties/"
layout: default
dark-theme: true
nav-title: Letter to Parties
responses:
- party: Health Australia Party
link: https://web.archive.org/web/20160613040740/https://www.healthaustraliaparty.com.au/index.php/how-to-vote-card/
- party: James Wright (Independent)
link: https://web.archive.org/web/20160628202453/http://www.ejameswright.com/
- party: Science Party
link: https://web.archive.org/web/20160628201442/http://www.scienceparty.org.au/flux_an_interesting_model
- party: Sex Party
link: https://web.archive.org/web/20160628201705/https:/twitter.com/FrancescaASXP/status/747280980507930630
---
{% include navbar.html %}
<header class="bg-near-black texture-bg-img white pb3 pt5 sm-pr4">
<div class="max-width-4 mx-auto px2 md-px3 mt4">
{% include components/main-heading.html
text="Letter to Parties and Independents"
font-size="h0 line-height-1"
font-weight="bold"
line="true" %}
</div>
</header>
<section id="contact" class="bg-light-gray mid-gray py4 sm-pr4">
<div class="mx-auto max-width-3 px2 sm-px4 pt4 pb3 bg-white relative mt5 z2">
{% include components/main-heading.html
text="Flux and How To Votes"
font-size="h0 line-height-1"
font-weight="bold"
line="true" %}
<p>As many of you know, at Flux, we do things differently.</p>
<p>By design our party is policy neutral, and while this doesn't provide us with the freedom to cut preference deals like other parties, it does provide an opportunity for your party, your membership, and the people who come out to vote for you this election.</p>
<p>We are the only party with an objective to help other parties which do not win a seat — <strong>from day zero, our <a href="https://github.com/voteflux/flux/blob/master/CONSTITUTION.md">constitution</a> has contained the objective: "To provide the framework and means for minor parties to participate productively without winning a seat".</strong> This is our way of making good on this objective.</p>
<p><strong>Our proposal to you is simple:</strong> if your party, or you as an independent, is preferenced #1 on a senate ballot, and that ballot directly helps a Flux senator get elected through any path, your party, or you as an independent, will be allocated one vote within the Flux system for the term of that Senator. This offer is open to all parties, and all candidates.</p>
<p>We see this as a way to honour that voter's wish, and kick-start momentum on this exciting new platform.</p>
<p>To quote Aaron Sorkin, decisions are made by those who show up. We want to help you express your opinions on a federal level, regardless of whether you get a seat.</p>
<p><strong>NB:</strong> If your party wins more than 1 quota then preferences are scaled down accordingly (The technical AEC term refers to their 'transfer value'). In this case the number of votes allocated within the Flux system is equal to the total of all transfer values, which is 1 per ballot if your party doesn't win any seats.</p>
<h1>Handling HTVs</h1>
<p>Our 400 registered volunteers will be handing out How to Vote cards at the most popular polling stations around the country, with a focus on Tasmania.</p>
<p>As we our completely policy neutral, we will not be directing voters preferences on our How to Vote cards, however, we will be listing ‘Friends of Democracy’ and we'll ask our supporters to make an individual decision on how to preference each of these friends.</p>
<p>Any party can request to appear on this list, and there is only one criterion, a publicly linkable statement on your website, social media accounts or other digital channels, which states 'If a Flux senator is elected, and <insert party name here> is allocated votes on the Flux system, we will use them to pursue our political goals.'</p>
<p>There is no prescribed format for this, it just needs to be publicly linkable on an official communications channel. (You'll also have to let us know where to find it.)</p>
<p>And that's it. Any parties or independents that provide us such a link will appear on our HTVs as 'Friends of Democracy'.</p>
<h1>Close</h1>
<p>Flux is a movement of democratic expression. It's about letting voices be heard, and empowering those of us who have the conviction to change the world for the better. It's not about exclusion, or conflict; it's about cooperation.</p>
<p>Despite the recent Senate changes, I still believe that we can transition past a democracy based on conflict, and into a democracy where our differences are a strength, not a weakness.</p>
<p>Flux asks you consider putting us on your HTVs. 3,000,000 voters reject the major parties each year; their voices and votes are threatened now more than ever. Let's not throw away all those quotas worth of votes, let's not abide countless volunteer hours being destroyed by our voting system. If Flux is on your HTVs before major parties, it gives us the best chance possible to build an inclusive, participatory democracy, where every Australian can be represented, fairly, and honestly.</p>
<p>All we ask is for your consideration.</p>
<p>Sincerely,<br>
Max Kaye,<br>
Deputy Leader and co-founder, Flux<br>
040 271 3219</p>
<hr>
<div class="">
<h2>Responses</h2>
The following responses to the above have been received:
{% for response in page.responses %}
<div class="m1">
<h5>{{ response.party }} — <a href="{{response.link}}">Link</a></h5>
</div>
{% endfor %}
</div>
</div>
</section>
{% include footer.html %}