forked from MayOneUS/mayday-2.0-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
173 lines (165 loc) · 8.23 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
---
layout: default
title: MAYDAY.US - We tried. We learned. We're trying something new.
hideFromNav: true
hideHeaderSignUp: true
bodyClass: index-page
---
{% capture content %}
<div id="index">
<div class="full-bg-image">
<div class="background-image-blurred"></div>
<div class="container banner-image">
<div class="row">
<div class="col-md-offset-8 col-lg-offset-6 col-md-4 col-lg-4 col-sm-8 col-sm-offset-2">
{% capture panel_body %}
<div class="panel-body">
<h2>Make Calls with Team MAYDAY</h2>
<p>Join Team MAYDAY to call Congress.</strong></p>
<p><a href="/call/" title="" class="btn btn-md-wide">Get Started</a></p>
</div>
{% endcapture %}
{% include panels/panel_empty.html form_class='smaller-form no-gutter'%}
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row gutter-justphone homepage-panel homepage-ribbon">
<div class="col-xs-12 col-md-4">
<div class="mini-panel mini-panel-text">
<p class="no-top-margin"><a href="/">MAYDAY.US</a> is a crowd-funded Super PAC to end all Super PACs... including our own. Help us reduce the influence of money in politics by getting a Congress that is committed to fundamental reform by 2016,<a href="/take-action/"> Let's win our democracy back!</a></p>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="mini-panel mini-panel-state">
<p class="no-top-margin">The closer we get to closing the gap, the more likely it is that leaders from either party will make this issue central to the 2016 campaign. <a href="/legislators/">Find out if your rep supports reform</a>.</p>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="mini-panel mini-panel-call">
<div class="row call-box">
<!-- <span class="col-sm-1">678</span> -->
<span class="no-top-margin col-sm-2 call-box-thin">CALLS <i>to</i></span> <br/>
<span class="no-top-margin col-sm-2 call-box-thick">CONGRESS</span>
</div>
<p class="no-top-margin">Move America towards fundamental reform. Call representatives and urge them to be leaders. <a href="/call/">Make the call</a>.</p>
</div>
</div>
</div>
</div>
<div class="homepage-panel dark ten-star">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<div class="container homepage-panel-body">
<div class="row">
<div class="col-md-10 col-xs-12">
<h2>We are Mayday PAC</h2>
<p>The biggest challenge blocking fundamental reform is the belief that it is not possible. We want to change that belief by showing America – with results in Congress – that it is absolutely possible.</p>
<p>Last year, more than 50,000 people rallied behind this idea. We want to leverage that energy to close the gap between the number in Congress committed to fundamental reform and the majority needed to pass it.</p>
<p>This platform helps citizens ask their representatives to step up and become #Leaders4Reform. <a href="/take-action/" style="color:#fff;text-decoration:underline">Give it a try.</a></p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row homepage-panel light">
<div class="col-md-12 homepage-panel-body">
<h2>State of Reform</h2>
<div id="container2" class="non-chart col-md-4 col-sm-6 col-xs-12">
<p>We are 70 members away from a majority in the House, and when the Senate bill is introduced, we’ll see how far from a majority we are in the Senate. But across the range of fundamental reform (identified on the site, <a href="http://repswith.us/" target="_blank">RepsWith.US</a>), we are tracking how close we are to a majority in Congress. Because the closer we get, the more likely it is that leaders from either party will make this issue central to the 2016 campaign.</p>
</div>
<div id="container1" class="chart-holder col-md-4 col-sm-6 col-xs-12"></div>
<div id="container3" class="chart-holder non-chart col-md-4 col-sm-12 col-xs-12">
{% include panels/panel_counters.html %}
</div>
</div>
</div>
</div>
<!-- <div class="homepage-panel grey">
<div class="container">
<div class="row">
<div class="col-md-10 homepage-panel-body">
<h2>Our Progress</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus laudantium, id, sapiente repudiandae exercitationem facere nisi laboriosam quo minima, earum asperiores harum incidunt! Molestiae nesciunt quae quos sed illo voluptates?</p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<img src="/images/temp-img/mayday-story.png" alt="">
</div>
</div>
</div>
</div> -->
<div class="homepage-panel grey">
<div class="container">
<div class="row homepage-panel-body">
<div class="col-xs-12 text-center-sm"><h2>Recent Leaders for Fundamental Reform</h2></div>
</div>
{% include newest_allies.html %}
<p class="text-center"><a href="/legislators" title="">View all Leaders for Fundamental Reform</a></p>
</div>
</div>
<div class="homepage-panel dark two-star">
<img class="bg-star" src="/images/star_white.svg">
<img class="bg-star" src="/images/star_white.svg">
<div class="container">
<div class="row homepage-panel-body">
<div class="col-xs-10">
<h2>Recent Coverage</h2>
</div>
</div>
<div class="row mayday-quotes">
<div class="col-md-4 col-xs-12">
<p>“It’s an ingenious plan to make the drive for small-dollar publicly funded elections a central issue in 2016. With a little luck... idea could help save the republic.”</p>
<img class="center-block" alt="Matt Miller, Washington Post Opinions" src="/images/news-logos/washington-post-large-logo-2-300x78-white.png">
</div>
<div class="col-md-4 col-xs-12">
<p>“The first part was hard. That second part is even harder. But now that MAYDAY has done the impossible once, it's worth staying tuned to see if they can do it again.”</p>
<img class="center-block" alt="Ben Wikler, Tech President" src="/images/news-logos/techrepublic-logo-white.png" style="opacity:0.8">
</div>
<div class="col-md-4 col-xs-12">
<p>“The mortal struggle at hand today is not between the right and the left. It is not between Republicans and Democrats. It is not between the Congress and the president. It is between us (currently outsiders to our own government) voters and the Washington Insiders.”</p>
<img class="center-block" alt="Ralph Benko, Forbes Opinion" src="/images/news-logos/forbes-logo-white.png">
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center"><a class="white-link "href="/in-the-news/">Read more news</a></div>
</div>
</div>
</div>
<div class="homepage-panel light capitol-building">
<div class="container">
<div class="row">
<div class="col-md-8 center-block panel-wrapper">
{% include panels/panel_action_w_signup.html hide_next=true %}
</div>
</div>
</div>
</div>
</div>
{% endcapture %}
{% include sub_layouts/default_layout.html %}
<script src="{{ root_path }}/js/lib/highcharts.js"></script>
<script src="{{ root_path }}/js/homepage.js"></script>
<script>
$('.js-sign-letter-form').validate({
submitHandler: function(form) {
$form = $(form);
$form.find('button.btn').html('<i class="fa fa-refresh fa-spin"></i> Loading...');
$.post('{{site.services_url}}/actions', $form.serialize(), function(data){
}).done(function(){
window.location = '/sign-the-letter/?already_signed=true'
});
}
});
</script>