forked from kerryboyko/Mayday_Late_Version
-
Notifications
You must be signed in to change notification settings - Fork 0
/
petition-republican.html
34 lines (29 loc) · 1.27 KB
/
petition-republican.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
---
layout: landing_page
title: MAYDAY.US - A Crowdfunded, Kickstarted SuperPAC to end all SuperPACs
omit_title_suffix: true
cssid: landing
---
<div id="hero" class="stormflag">
<h1><span class="tell-congress">Tell the Democrats in Congress:</span><br/> Get Big Money Out of Politics</h1>
<div class="row">
<div class="container">
<div class=" jumbotron col-md-8 col-md-offset-2">
<p>Big money has taken Congress hostage. Washington must respect the will of the people.</p>
<p><strong>ADD YOUR EMAIL to support MAYDAY.US and tell Congress to quit their addiction to big money and special interests.</strong></p>
<div class="email">
<form action="https://pledge.mayday.us/r/subscribe" method="post" onsubmit=" return lpValidate() ">
<input type="hidden" name="redirect" value="https://mayday.us/newpledge" />
<input type="hidden" name="source" value="landing" />
<input name="email" id="emailInputID" type="email" placeholder="Add Your Email..." />
<button type="submit" class="pledge btn" value="landing" title="Submit Email">
<span>Sign the Petition</span>
</button>
<p id="emailValidationMessage"></p>
</form>
</div>
</div>
</div>
</div>
</div>
{% include footer_new.html %}