forked from Manuel83/craftbeerpi_doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonation.html
28 lines (21 loc) · 811 Bytes
/
donation.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
---
layout: blank
permalink: /donation/
title: Support with a PayPal Donation
---
</div>
<div>
<div class="alert alert-transparent nomargin">
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-12"><!-- left text -->
<p class="font-lato weight-300 size-20 nomargin-bottom">
In general the software is free. If you like the software I would be very happy about a donation.
</p>
</div><!-- /left text -->
<div class="col-md-3 col-sm-12 text-right"><!-- right btn -->
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2X9KR98KJ8YZQ" rel="nofollow" target="_blank" class="btn btn-blue btn-lg"><i class="fa fa-paypal"></i> DONATE NOW</a>
</div><!-- /right btn -->
</div>
</div>
</div>