forked from I2P_Developers/i2p.www
Migrated over donation and hall of fame pages
This commit is contained in:
@@ -36,5 +36,5 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class='aside sixth'>
|
||||
<a class='button' href='#donate'>Donate</a>
|
||||
<a class='button' href="{{ site_url('volunteer/donate') }}">Donate</a>
|
||||
</div>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Donate{% endblock %}
|
||||
{% block content %}<p>Thank you for your interest in contributing to I2P!
|
||||
The details of how you
|
||||
@@ -91,5 +91,5 @@ as the envelope can be lost on the way to us. </p>
|
||||
<p>If you'd like to donate via snail mail, send an email to <a href="mailto:echelon@i2pmail.org?subject=information about snailmail donation">echelon@i2pmail.org</a>
|
||||
and you'll receive an email with instructions detailing how to proceed.</p>
|
||||
|
||||
<p>In the meantime, feel free to take a look at the generous donations that have been given in support of the I2P Project at the <a href="halloffame.html">hall of fame</a>.</p>
|
||||
<p>In the meantime, feel free to take a look at the generous donations that have been given in support of the I2P Project at the <a href="{{ site_url('volunteer/halloffame') }}">hall of fame</a>.</p>
|
||||
{% endblock %}
|
@@ -1,16 +1,16 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}halloffame{% endblock %}
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Hall Of Fame{% endblock %}
|
||||
{% block content %}
|
||||
<!-- file version 2012.08.01.01 -->
|
||||
<h1>I2P'<small>s</small> Hall of Fame</h1>
|
||||
<b>Current balance: as of 2012-08-01</b><br />
|
||||
<b>General fund: 3471,5 € and 1528,65311242 BTC</b><br />
|
||||
<b><a href="bounty_datastore">Datastorage bounty</a>: 115.0 € and 2 BTC</b><br />
|
||||
<b><a href="bounty_ipv6">native IPv6 I2P </a>: 100.0 €</b><br />
|
||||
<b><a href="bounty_i2phex">I2PHex bounty</a>: 60.0 €</b><br />
|
||||
<b><a href="bounty_debpack">I2P in debian mirrors</a>: 93.0 €</b><br />
|
||||
<b><a href="bounty_btcclient">Bitcoin client for I2P</a>: 30.0 € and 117.34 BTC</b><br />
|
||||
<b><a href="bounty_unittests">Unit Tests for I2P router</a>: 2700 €</b><br />
|
||||
<b><a href="{{ site_url('volunteer/bounties/datastore') }}">Datastorage bounty</a>: 115.0 € and 2 BTC</b><br />
|
||||
<b><a href="{{ site_url('volunteer/bounties/ipv6') }}">native IPv6 I2P </a>: 100.0 €</b><br />
|
||||
<b><a href="{{ site_url('volunteer/bounties/i2phex') }}">I2PHex bounty</a>: 60.0 €</b><br />
|
||||
<b><a href="{{ site_url('volunteer/bounties/debpack') }}">I2P in debian mirrors</a>: 93.0 €</b><br />
|
||||
<b><a href="{{ site_url('volunteer/bounties/btcclient') }}">Bitcoin client for I2P</a>: 30.0 € and 117.34 BTC</b><br />
|
||||
<b><a href="{{ site_url('volunteer/bounties/unittests') }}">Unit Tests for I2P router</a>: 2700 €</b><br />
|
||||
<br />
|
||||
<b>Current monthly running costs:</b><br />
|
||||
<table border="1">
|
Reference in New Issue
Block a user