-
Notifications
You must be signed in to change notification settings - Fork 10
/
grassroots-donate
31 lines (28 loc) · 1.38 KB
/
grassroots-donate
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
---
layout: default
title: Donate Grassroots
permalink: /grassroots/
---
{% capture content %}
<div class="donate-page container">
<div class="col-md-6 col-lg-6 donate-flavor-text">
<h1>Donate</h1>
<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, that we may one day restore our democracy.</p>
</div>
<div class="col-sm-8 col-md-6 col-lg-5">
<div class="box-inner donate-page-box">
<h2 class="box-title">Donate In Two Minutes or Less</h2>
{% include form_donate.html facebook_tracking_id='6033848617290' %}
</div>
</div>
</div><!-- END .donate-page.container -->
<div id="rules" class="contribution-rules container-fluid">
<div class="container">
<div class="col-md-10">
{% include donate_rules.html %}
</div>
</div>
</div>
{% endcapture %}
{% include sub_layouts/default_layout.html %}