mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
7daf9dc6ff
- Readded Blog RSS Feed to the footer - Added Mattermost and Taiga to the Hangouts page - Added Press Kit page - CSS Tweaks
75 lines
4.5 KiB
HTML
75 lines
4.5 KiB
HTML
<footer class="container-fluid">
|
|
<div class="container">
|
|
<div class="row around-xs footer-wrapper">
|
|
<div class="col-sm-3 col-xs-6">
|
|
<h3>Resources</h3>
|
|
<ul class="list-unstyled">
|
|
<li><a href="/resources/about/" class="white">About Monero</a></li>
|
|
<li><a href="/resources/moneropedia/" class="white">Moneropedia</a></li>
|
|
<li><a href="/resources/developer-guides/" class="white">Developer Guides</a></li>
|
|
<li><a href="/resources/user-guides/" class="white">User Guides</a></li>
|
|
<li><a href="https://getmonero.org/feed.xml" class="white">RSS Feed</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-sm-3 col-xs-6">
|
|
<h3>IRC Channels</h3>
|
|
<ul class="list-unstyled">
|
|
<li><a href="irc://chat.freenode.net/#monero" class="white">#monero (General)</a></li>
|
|
<li><a href="irc://chat.freenode.net/#monero-dev" class="white">#monero-dev (Development)</a></li>
|
|
<li><a href="irc://chat.freenode.net/#monero-markets" class="white">#monero-markets (Markets)</a></li>
|
|
<li><a href="irc://chat.freenode.net/#monero-pools" class="white">#monero-pools (Mining)</a></li>
|
|
<li><a href="irc://chat.freenode.net/#monero-community" class="white">#monero-community (Community)</a></li>
|
|
<li><a href="irc://chat.freenode.net/#monero-translations" class="white">#monero-translations (Localization)</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-sm-3 col-xs-6">
|
|
<h3>Community</h3>
|
|
<ul class="list-unstyled">
|
|
<li><a href="https://reddit.com/r/monero" class="white">Reddit</a></li>
|
|
<li><a href="https://monero.stackexchange.com" class="white">Stack Exchange</a></li>
|
|
<li><a href="https://bitcointalk.org/index.php?topic=583449.0" class="white">BitcoinTalk Thread</a></li>
|
|
<li><a href="https://mattermost.getmonero.org" class="white">MatterMost Chat</a></li>
|
|
<li><a href="https://telegram.me/bitmonero" class="white">Telegram Chat</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-sm-3 col-xs-6">
|
|
<h3>The Monero Project</h3>
|
|
<ul class="list-unstyled">
|
|
<li><a href="https://openalias.org" class="white">Open Alias</a></li>
|
|
<li><a href="https://getkovri.org" class="white">Kovri</a></li>
|
|
<li><a href="/resources/research-lab/" class="white">Monero Research Lab</a></li>
|
|
<li><a href="/press-kit/" class="white">Monero Press Kit</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="row center-xs">
|
|
<div class="social-icons">
|
|
</div>
|
|
<div class="footer-links">
|
|
<ul class="list-unstyled list-inline">
|
|
<li><a href="/legal/" class="white footer-link">Legal</a></li>
|
|
<li><a href="https://github.com/monero-project" class="white footer-link">Source Code</a></li>
|
|
<li><a href="/resources/technical-specs/" class="white footer-link">Technical Specs</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
<!-- JS -->
|
|
<script src="//static.getmonero.org/scripts.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function(){
|
|
$('[data-toggle="tooltip"]').tooltip();
|
|
});
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-53312765-1', 'auto');
|
|
ga('require', 'linkid', 'linkid.js');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
{% include hostflag.html %}
|