forked from I2P_Developers/i2p.www
Moved team and halloffame pages to an about section
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<div class='aside second'>
|
||||
<h1>{{ _('About I2P') }}</h1>
|
||||
<ul>
|
||||
<li><a href="{{ site_url('volunteer/team') }}">{{ _('I2P Team') }}</a></li>
|
||||
<li><a href="{{ site_url('volunteer/halloffame') }}">{{ _('Hall of Fame') }}</a></li>
|
||||
<li><a href="{{ site_url('about/team') }}">{{ _('I2P Team') }}</a></li>
|
||||
<li><a href="{{ site_url('about/halloffame') }}">{{ _('Hall of Fame') }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='aside third'>
|
||||
|
@@ -108,13 +108,17 @@
|
||||
<li><a href="{{ site_url('volunteer/guides/newtranslators') }}"><span>{{ _('New translators') }}</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{{ site_url('volunteer/team') }}"><span>{{ _('Team') }}</span></a></li>
|
||||
<li><a href="{{ site_url('volunteer/halloffame') }}"><span>{{ _('Hall of Fame') }}</span></a></li>
|
||||
<li><a href="{{ site_url('volunteer/bounties') }}"><span>{{ _('Bounties') }}</span></a></li>
|
||||
<li><a href="{{ site_url('volunteer/roadmap') }}"><span>{{ _('Roadmap') }}</span></a></li>
|
||||
<li><a href="{{ site_url('volunteer/todo') }}"><span>{{ _('Task list') }}</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="has-sub"><a href="#"><span>{{ _('About') }}</span></a>
|
||||
<ul>
|
||||
<li><a href="{{ site_url('about/team') }}"><span>{{ _('Team') }}</span></a></li>
|
||||
<li><a href="{{ site_url('about/halloffame') }}"><span>{{ _('Hall of Fame') }}</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="has-sub right"><a href="#"><span>{{ _('Language') }}</span></a>
|
||||
{% include "global/lang.html" %}
|
||||
</li>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<h1>We need your help!</h1>
|
||||
<p>To get involved, please feel free to join us on the #i2p IRC channel (on
|
||||
irc.freenode.net, or within I2P on irc.freshcoffee.i2p or irc.postman.i2p).</p>
|
||||
<p>If you're interested in joining our <a href="{{ site_url('volunteer/team') }}">team</a>, please get in
|
||||
<p>If you're interested in joining our <a href="{{ site_url('about/team') }}">team</a>, please get in
|
||||
touch as we're always looking for eager contributors!</p>
|
||||
<p>
|
||||
We need help in many areas, and you don't need to know Java to contribute!
|
||||
|
Reference in New Issue
Block a user