-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbitcoin.html
33 lines (31 loc) · 1.14 KB
/
bitcoin.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
---
layout: default
title: Donate with Bitcoin
permalink: /bitcoin/
only-bitcoin: true
pledge_url: //pledgedev.mayday.us
---
{% capture content %}
<div class="donate-page container">
<div class="col-md-6 col-lg-6 donate-flavor-text">
<h1>Donate with Bitcoin</h1>
<p>Be part of the movement to restore our democracy.</p>
<p>Mayday is built on the idea that harnessing the full strength of our community will make reform possible.</p>
<p>We've got a million ideas for different ways to experiment on how best to move members to commit to fundamental reform. Help us learn what works, by supporting MaydayPAC.</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 %}