-
Notifications
You must be signed in to change notification settings - Fork 10
/
donate2-option.html
43 lines (32 loc) · 1.45 KB
/
donate2-option.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
---
layout: default
title: Donate
permalink: /donate2-option/
---
{% capture content %}
{% include jumbotrons/donate-jumbotron-2-option.html title="Donate" %}
{% comment %}
<div class="donate-page container">
<div class="row">
<div class="col-md-6 col-lg-6 donate-flavor-text">
<p>MAYDAY.US is leading a modern day civil rights movement to bring true political equality back to our Republic. You may not be able to afford your own personal lobbyist, but you can band together with members of this community and support leaders who are on the right side of history.</p>
<p>Our innovative technologies and organizational strategies are inspiring a new generation of activism. To continue this work, we need your support. Every time you give, it’s a vote against political corruption, against legalized bribery, against crony capitalism. So, please, give what you can. Give with hope for our future, so that we can take back our democracy.</p>
<p><strong>Prefer to donate by check?</strong></p>
<p>Mayday PAC<br />
P.O. Box 75357<br />
Washington, DC 20013</p>
</div>
</div>
</div><!-- END .donate-page.container -->
{% endcomment %}
<div id="rules" class="container-fluid grey" style="padding-top:40px;">
<div class="container">
<div class="row">
<div class="col-md-10">
{% include donate_rules.html %}
</div>
</div>
</div>
</div>
{% endcapture %}
{% include sub_layouts/splash-candidate.html %}