mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2025-03-12 03:26:14 +00:00
modify footer links
This commit is contained in:
parent
6450f11e43
commit
def64bb485
2 changed files with 11 additions and 2 deletions
|
@ -46,8 +46,8 @@
|
||||||
|
|
||||||
<footer class="content">
|
<footer class="content">
|
||||||
<hr>
|
<hr>
|
||||||
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
|
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
|
||||||
<p><a href="https://banyan.divineduty.xyz/GNUxeava/divineduty.xyz">View source</a></p>
|
<p><a class="footer-link" href="https://banyan.divineduty.xyz/GNUxeava/divineduty.xyz">View source</a></p>
|
||||||
<p>© 2022 ♥ Aditya Kumar</p>
|
<p>© 2022 ♥ Aditya Kumar</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -40,3 +40,12 @@ footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.footer-link {
|
||||||
|
color: #808080;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover.footer-link {
|
||||||
|
color: #b00c2f;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue