Merge pull request #34 from HardenedSteel/links
added .onion link to the footer
This commit is contained in:
commit
84be2ca53a
2 changed files with 22 additions and 2 deletions
|
@ -1,9 +1,29 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<style>
|
<style>
|
||||||
a.color-grey {
|
a.color-grey, .footer-links {
|
||||||
color: var(--license-color);
|
color: var(--license-color);
|
||||||
}
|
}
|
||||||
|
a.footer-links img {
|
||||||
|
width: 1rem;
|
||||||
|
display: inline;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-right: 0.2rem;
|
||||||
|
}
|
||||||
|
.footer-icons {
|
||||||
|
display: inline;
|
||||||
|
width: 1rem;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-bottom: 0;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<span>2023 - Revuo Monero.</br>
|
<span>2023 - Revuo Monero.</br>
|
||||||
<a class="color-grey" href="https://revuo-xmr.com/source/" target="_blank">Source Code & Licenses</a>.</span>
|
<a class="color-grey" href="https://revuo-xmr.com/source/" target="_blank">Source Code & Licenses</a>.</span>
|
||||||
|
<p class="footer-links-section" align="center">
|
||||||
|
<a class="footer-links" href="https://revuo-xmr.com/">Clearnet</a>
|
||||||
|
|
|
||||||
|
<img class="footer-icons" src="/img/onion-tor.avif">
|
||||||
|
<a class="footer-links" href="http://revuo75joezkbeitqmas4ab6spbrkr4vzbhjmeuv75ovrfqfp47mtjid.onion/">Onion</a>.
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
BIN
img/onion-tor.avif
Normal file
BIN
img/onion-tor.avif
Normal file
Binary file not shown.
Loading…
Reference in a new issue