add 'donate' page, with links to FSF + EFF, to website

for #211
This commit is contained in:
Jon Atkins 2013-04-30 02:16:26 +01:00
parent 08ab525b7f
commit 73f9786bba
4 changed files with 56 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -116,6 +116,7 @@ $pages = Array (
'mobile' => '<i class="icon-chevron-right"></i> Mobile',
'developer' => '<i class="icon-cog"></i> Developers',
'about' => '<i class="icon-info-sign"></i> About',
'donate' => '<i class="icon-gift"></i> Donate',
);
$page = $_REQUEST['page'];

55
website/page/donate.php Normal file
View File

@ -0,0 +1,55 @@
<h2>Donate</h2>
<p>
Thank you for wanting to support IITC. The developers have
<a href="https://github.com/jonatkins/ingress-intel-total-conversion/issues/211">discussed this</a>
and decided that we would prefer you make donations to charity.
</p>
<p>
Our current suggestions are:
</p>
<div class="media">
<a class="pull-left" href="http://www.fsf.org/" style="min-width: 160px">
<img class="media-object" src="assets/img/fsf-logo.png" alt="FSF Logo" title="FSF">
</a>
<div class="media-body">
<h3 class="media-heading">Free Software Foundation</h3>
<p>
The <abbr title="Free Software Foundation">FSF</abbr> is a nonprofit with a worldwide mission to promote
computer user freedom and to defend the rights of all free software users. <small><a href="http://www.fsf.org/about/">[more]</a></small>
</p>
<p>
<a class="btn btn-primary" href="https://my.fsf.org/donate">Donate to the FSF</a>.
</p>
</div>
</div>
<div class="media">
<a class="pull-left" href="https://www.eff.org/" style="min-width: 160px">
<img class="media-object" src="assets/img/eff-logo.png" alt="EFF Logo" title="EFF">
</a>
<div class="media-body">
<h3 class="media-heading">Electronic Frontier Foundation</h3>
<p>
The <abbr title="Electronic Frontier Foundation">EFF</abbr>:
<ul>
<li>Defend free speech for bloggers, journalists, dissidents and ordinary people online.</li>
<li>Protect your privacy by fighting warrantless electronic searches and surveillance.</li>
<li>Advocate for copyright and patent laws that promote rather than chill innovation.</li>
<li>Educate the public about policy and legislation that threaten online freedom around the world, such as SOPA, ACTA, and TPP.</li>
</ul>
<small><a href="https://www.eff.org/about">[more]</a></small>
</p>
<p>
<a class="btn btn-primary" href="https://supporters.eff.org/donate">Donate to the EFF</a>.
</p>
</div>
</div>
</p>
<h3>