privacyguides.org/donate.html
Jonah Aragon 48fd518cb7 Split All Services into Individual Pages (#807)
* Split sections into pages

Preliminary work

* Separate everything into their own pages

+ Permalinks!

* Navbar Link Updates

* Change all asset links

Assets are served from the root. Hope nobody is serving this site in a subfolder for some reason! :)

* Point all navbar links to pages

* Make the layouts more modular

* Remove unnecessary div containers

* Adjust footer and headers layout

* Add link to various privacy subpages to homepage

* Remove test script

* Add titles and descriptions to all pages

* Fix links and layouts

* Adjust header margins

* Create master pages

* Finalize master pages

* Add services page

* Add Javascript redirects

Okay I'm pretty garbage at Javascript so this is basically hacked together. If someone who knows what they're doing wants to do this, be my guest.
2019-04-02 08:42:34 +08:00

32 lines
1.5 KiB
HTML

---
layout: default
active_page: donate
permalink: /donate/
---
<div class="col-12">
<div class="row">
<div class="mx-auto text-center">
<div class="mt-4 mb-4">
<a href="https://www.privacytools.io/"><img src="/assets/img/layout/logo_smaller.png" class="img-fluid" alt="privacytools.io"></a>
</div>
<h1>Please Donate</h1>
<p>Our website is free of advertisement and not affiliated with any listed providers.<br>Your donation will cover our cost for server, domains, coffee, beer and pizza.</p>
<h2>Bitcoin:</h2>
<a href="bitcoin:31xuA5yEvBaAxqspKx2AwJx5yoEspGpypw?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)" target="_blank">
<img style="margin:1em" src="/assets/img/layout/qr.png">
</a>
<div class="form-group">
<input id="address" type="text" value="31xuA5yEvBaAxqspKx2AwJx5yoEspGpypw" onclick="this.focus();this.select()" class="form-control text-center">
<label for="address">For easy copy and paste. <a href="bitcoin:31xuA5yEvBaAxqspKx2AwJx5yoEspGpypw?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)">Or use this link.</a></label>
</div>
<p>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5G9CBU8P6F4K2" target="_blank"><img src="/assets/img/layout/PayPal.png"></a>
</p>
<h3>Thanks for your support. You are awesome!</h3>
<p>
<img src="/assets/img/misc/smile.png" class="img-fluid" alt="Smile">
</p>
</div>
</div>
</div>