mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
Donation related changes
This commit is contained in:
parent
0cea68b152
commit
94dd042918
@ -64,3 +64,8 @@ a.titleanchor {
|
||||
.share-btn.linkedin { background: #4875B4; }
|
||||
.share-btn.email { background: #444444; }
|
||||
.share-btn.diaspora { background: #2f3537; }
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
color:#3498DB;
|
||||
font-weight: bold;
|
||||
}
|
40
donate.html
40
donate.html
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Donate | Privacy Tools</title>
|
||||
<title>Donate - privacytools.io</title>
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
|
||||
@ -10,32 +10,46 @@
|
||||
|
||||
<center>
|
||||
|
||||
<h1><a href="https://www.privacytools.io/"><img src="img/layout/logo.png" class="img-responsive" alt="privacytools.io"></a></h1>
|
||||
|
||||
<h2>Please Donate</h2>
|
||||
<br>
|
||||
|
||||
<p>
|
||||
Support <a href="https://www.privacytools.io/">privacytools.io</a> to cover costs for server, domains and coffee.
|
||||
<a href="https://www.privacytools.io/"><img src="img/layout/logo.png" class="img-responsive" alt="privacytools.io"></a>
|
||||
</p>
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<p>
|
||||
Address:
|
||||
<br>
|
||||
1EM2JEbQeoiZP4Cd4Pm2wgJcBPAWJBeijz [<a href="bitcoin:1EM2JEbQeoiZP4Cd4Pm2wgJcBPAWJBeijz">Link</a>]
|
||||
</p>
|
||||
<h2>Bitcoin:</h2>
|
||||
|
||||
<p>
|
||||
or
|
||||
</p>
|
||||
<a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)" target="_blank"><img src="img/layout/qr.png"></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7MPR5TEA9KJZY" target="_blank">Use PayPal instead</a>
|
||||
<input type="text" value="1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt" onclick="this.focus();this.select()" class="form-control input-lg" style="width:400px;">
|
||||
<span class="help-block">For easy copy and paste. <a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)">Or use this link.</a></span>
|
||||
</p>
|
||||
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<p>
|
||||
<strong>Thanks for your support. You are awesome!</strong>
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5G9CBU8P6F4K2" target="_blank"><img src="img/layout/PayPal.png"></a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Thanks for your support. You are awesome!</h3>
|
||||
|
||||
|
||||
<p>
|
||||
<img src="img/misc/smile.png" class="img-responsive" alt="Smile">
|
||||
</p>
|
||||
|
BIN
img/layout/PayPal.png
Normal file
BIN
img/layout/PayPal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
img/layout/qr.png
Normal file
BIN
img/layout/qr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 418 B |
26
index.html
26
index.html
@ -158,7 +158,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://twitter.com/privacytoolsIO">Twitter</a></li>
|
||||
<li><a href="donate.html">Donate</a></li>
|
||||
<li><a href="donate.html" style="color:white;"><strong>Donate</strong> <span class="glyphicon glyphicon-heart" aria-hidden="true" style="color:red;"></span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -168,13 +168,6 @@
|
||||
|
||||
<div class="container theme-showcase" role="main">
|
||||
|
||||
<p class="text-right">
|
||||
<a data-toggle="tooltip" data-placement="bottom" data-original-title="Translations of privacytools.io were done by volunteers. They might be not up to date.">Language:</a> <span class="flag-icon flag-icon-cn" style="margin-left:5px;"></span> <a href="https://privacytools.twngo.xyz/">繁体中文</a> <span class="flag-icon flag-icon-es" style="margin-left:5px;"></span> <a href="https://victorhck.gitlab.io/privacytools-es/">Español</a> <span class="flag-icon flag-icon-de" style="margin-left:5px;"></span> <a href="https://privacytools.it-sec.rocks/">Deutsch</a>
|
||||
|
||||
|
||||
|
||||
<span style="margin-left:15px;">Darknet:</span> <a data-toggle="tooltip" data-placement="bottom" data-original-title="Requires specific software to access." href="http://privacytools.i2p">I2P</a>
|
||||
</p>
|
||||
|
||||
<div class="jumbotron">
|
||||
<!-- header just below the navigation bar -->
|
||||
@ -183,6 +176,21 @@
|
||||
<!-- end header just below the navigation bar -->
|
||||
</div>
|
||||
|
||||
<!-- start language and darknet selection -->
|
||||
<p>
|
||||
|
||||
<a data-toggle="tooltip" data-placement="bottom" data-original-title="Translations of privacytools.io were done by volunteers. They might be not up to date.">Language:</a>
|
||||
|
||||
<span class="flag-icon flag-icon-cn" style="margin-left:5px;"></span> <a href="https://privacytools.twngo.xyz/">繁体中文</a>
|
||||
|
||||
<span class="flag-icon flag-icon-es" style="margin-left:5px;"></span> <a href="https://victorhck.gitlab.io/privacytools-es/">Español</a>
|
||||
|
||||
<span class="flag-icon flag-icon-de" style="margin-left:5px;"></span> <a href="https://privacytools.it-sec.rocks/">Deutsch</a>
|
||||
|
||||
<span style="margin-left:15px;">Darknet:</span> <a data-toggle="tooltip" data-placement="bottom" data-original-title="Requires specific software to access." href="http://privacytools.i2p">I2P</a>
|
||||
</p>
|
||||
<!-- end language and darknet selection -->
|
||||
|
||||
<!-- quote by Glenn Greenwald located below the header -->
|
||||
<div class="page-header">
|
||||
<h1>Privacy? I don't have anything to hide.</h1>
|
||||
@ -3006,7 +3014,7 @@ Windows 10 Sends Your Data 5500 Times Every Day Even After Tweaking Privacy Sett
|
||||
|
||||
<a href="http://www.kopimi.com/" data-toggle="tooltip" data-placement="top" style="margin-right:30px;" data-original-title="kopimi (copyme), symbol showing that you want to be copied. use kopimi in your own fancy. kopimi may be put on homepages or blogs, in books, in software, as sound logos in music or whatever."><img src="img/layout/kopimi.gif" style="margin-right:15px;">kopimi (copyme)</a>
|
||||
|
||||
<a href="donate.html" data-toggle="tooltip" data-placement="top" data-original-title="Please support this project by donating Bitcoins. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain."><img src="img/layout/Bitcoin.png" style="margin-right:15px;">Donate:</a> <span style="margin-left:15px;">1EM2JEbQeoiZP4Cd4Pm2wgJcBPAWJBeijz</span> or use <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7MPR5TEA9KJZY">PayPal.</a>
|
||||
<a href="donate.html" data-toggle="tooltip" data-placement="top" data-original-title="Please support this project by donating Bitcoins. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain."><img src="img/layout/Bitcoin.png" style="margin-right:15px;">Donate:</a> <span style="margin-left:15px;">1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt</span> or use <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5G9CBU8P6F4K2">PayPal.</a>
|
||||
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user