Migrated getinvolved.html to volunteer/index.html

This commit is contained in:
str4d
2012-09-14 23:43:17 +00:00
parent 01ff425135
commit ca2094c5e0
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
<li><a href="http://trac.i2p2.i2p/"><span>Trac</span></a></li> <li><a href="http://trac.i2p2.i2p/"><span>Trac</span></a></li>
</ul> </ul>
</li> </li>
<li class="has-sub"><a href="#"><span>Volunteer</span></a> <li class="has-sub"><a href="{{ site_url('volunteer') }}"><span>Volunteer</span></a>
<ul> <ul>
<li><a href="bounties.html"><span>Bounties</span></a></li> <li><a href="bounties.html"><span>Bounties</span></a></li>
<li><a href="roadmap.html"><span>Roadmap</span></a></li> <li><a href="roadmap.html"><span>Roadmap</span></a></li>

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %} {% extends "global/layout.html" %}
{% block title %}Get Involved!{% endblock %} {% block title %}Get Involved!{% endblock %}
{% block content %} {% block content %}
<h1>We need your help!</h1> <h1>We need your help!</h1>
@@ -43,7 +43,7 @@ See the <a href="newtranslators.html">new translator's guide</a> for details.
</li><li><b>Analysis</b> &mdash; </li><li><b>Analysis</b> &mdash;
Study or test the code to look for vulnerabilities. Study or test the code to look for vulnerabilities.
Both anonymity vulnerabilities from the various Both anonymity vulnerabilities from the various
<a href="how_threatmodel.html">threat models</a>, <a href="{{ site_url('docs/how/threatmodel') }}">threat models</a>,
and DOS and other weaknesses due to securities holes, and DOS and other weaknesses due to securities holes,
need researching. need researching.
</li><li><b><a href="donate.html">Donate</a></b> </li><li><b><a href="donate.html">Donate</a></b>