mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Footer: reorganize entries
I moved some stuff around, added nad removed some entries, added a link to the Sitemap, removed the IRC Section and replaced with a more generic 'Reach Out' section.
This commit is contained in:
parent
db495b958f
commit
a8587fdfd8
2 changed files with 18 additions and 14 deletions
|
@ -60,7 +60,9 @@ footer:
|
|||
feed: RSS Feed
|
||||
legal: Legal
|
||||
source: Source Code
|
||||
channels: IRC channels
|
||||
ml: Mailing List
|
||||
ccs: Community Crowdfunding System
|
||||
reachout: Reach Out
|
||||
|
||||
index:
|
||||
page_title: "Monero - secure, private, untraceable"
|
||||
|
|
|
@ -9,29 +9,28 @@
|
|||
<li><a class="white" href="{{ site.baseurl }}/resources/developer-guides/">{% t titles.developerguides %}</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl }}/resources/user-guides/">{% t titles.userguides %}</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl }}/library/">{% t titles.library %}</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl_root }}/feed.xml">{% t footer.feed %}</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl }}/downloads/">{% t titles.downloads %}</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<h3>{% t titles.channels %}</h3>
|
||||
<h3>{% t footer.reachout %}</h3>
|
||||
<ul class="list-unstyled">
|
||||
<li><a class="white" href="irc://chat.freenode.net/#monero">monero</a></li>
|
||||
<li><a class="white" href="irc://chat.freenode.net/#monero-dev">monero-dev</a></li>
|
||||
<li><a class="white" href="irc://chat.freenode.net/#monero-markets">monero-markets</a></li>
|
||||
<li><a class="white" href="irc://chat.freenode.net/#monero-pools">monero-pools</a></li>
|
||||
<li><a class="white" href="irc://chat.freenode.net/#monero-community">monero-community</a></li>
|
||||
<li><a class="white" href="irc://chat.freenode.net/#monero-translations">monero-translations</a></li>
|
||||
<li><a class="white" href="irc://chat.freenode.net/#monero-hardware">monero-hardware</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl}}/community/team/">{% t titles.workgroups %}</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl}}/community/hangouts/">{% t titles.hangouts %}</a></li>
|
||||
<li><a class="white" href="https://lists.getmonero.org/postorius/lists/monero-announce.lists.getmonero.org/">{% t footer.ml %}</a></li>
|
||||
<li><a class="white" href="https://mattermost.getmonero.org/">Mattermost</a></li>
|
||||
<li><a class="white" href="https://telegram.me/monero">Telegram chat</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<h3>{% t navigation.community %}</h3>
|
||||
<ul class="list-unstyled">
|
||||
<li><a class="white" href="https://reddit.com/r/monero">Reddit</a></li>
|
||||
<li><a class="white" href="https://monero.stackexchange.com/">Stack Exchange</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl}}/community/merchants/">{% t titles.merchants %}</a></li>
|
||||
<li><a class="white" href="https://monero.stackexchange.com/">Stack Echange</a></li>
|
||||
<li><a class="white" href="https://bitcointalk.org/index.php?topic=583449.0">BitcoinTalk</a></li>
|
||||
<li><a class="white" href="https://mattermost.getmonero.org/">Mattermost chat</a></li>
|
||||
<li><a class="white" href="https://telegram.me/monero">Telegram chat</a></li>
|
||||
<li><a class="white" href="https://translate.getmonero.org/">Weblate</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
|
@ -40,6 +39,7 @@
|
|||
<li><a class="white" href="https://openalias.org/">Open Alias</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl }}/resources/research-lab/">{% t titles.researchlab %}</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl }}/press-kit/">{% t titles.presskit %}</a></li>
|
||||
<li><a class="white" href="https://ccs.getmonero.org">{% t footer.ccs %}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="row center-xs">
|
||||
|
@ -49,6 +49,8 @@
|
|||
<ul class="list-unstyled list-inline">
|
||||
<li><a href="{{ site.baseurl }}/legal/" class="white footer-link">{% t footer.legal %}</a></li>
|
||||
<li><a href="https://github.com/monero-project/monero-site" class="white footer-link">{% t footer.source %}</a></li>
|
||||
<li><a href="{{ site.baseurl}}/sitemap.xml" class="white footer-link">Sitemap</a></li>
|
||||
<li><a class="white" href="{{ site.baseurl_root }}/feed.xml">{% t footer.feed %}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue