revuo-weekly/_includes/footer.html

41 lines
1.3 KiB
HTML
Raw Normal View History

2022-04-02 03:21:09 -06:00
<footer class="footer">
2022-05-17 11:14:28 -06:00
<style>
2024-03-20 14:58:30 -06:00
a.color-grey, .footer-links {
2022-05-17 12:51:10 -06:00
color: var(--license-color);
2022-05-17 11:14:28 -06:00
}
.footer-links-section {
margin-bottom: 0;
}
2024-03-20 14:58:30 -06:00
.footer-icons {
display: inline;
height: 1rem;
2024-03-20 14:58:30 -06:00
vertical-align: middle;
margin-bottom: 0;
border-radius: 0;
2024-03-20 14:58:30 -06:00
}
.footer-sponsor, .footer-sponsor:hover, .footer-sponsor:focus {
border-bottom: none;
text-decoration: none;
}
.footer-sponsor img {
display: inline;
height: 1.3rem;
vertical-align: middle;
margin-bottom: 0;
border-radius: 0;
}
2022-05-17 11:14:28 -06:00
</style>
2024-04-13 01:00:58 -06:00
<span>2024 - Revuo Monero</br>
<a class="color-grey" href="/source/" target="_blank">Source Code & Licenses</a></span>
<p class="footer-links-section" align="center">
<a class="footer-links" href="https://www.revuo-xmr.com/">Clearnet</a>
2024-03-20 14:58:30 -06:00
|
<img class="footer-icons" src="/img/tor.png">
<a class="footer-links" href="http://revuo75joezkbeitqmas4ab6spbrkr4vzbhjmeuv75ovrfqfp47mtjid.onion/">Onion</a>
|
<img class="footer-icons" src="/img/itoopie.png">
<a class="footer-links" title="http://revuo-xmr.i2p" href="http://qve7i3ke5h2mbbyphd7agmh5awzcwulvrvghjvhndkagdbi4mkcq.b32.i2p/">I2P</a>
2024-03-20 14:58:30 -06:00
</p>
2024-06-26 21:29:23 -06:00
Infrastructure sponsored by <a class="footer-sponsor" href="https://www.digilol.net" target="_blank"><img src="/img/digilol.png"></a>
2022-05-17 10:19:59 -06:00
</footer>