Replace social links with social icons

This commit is contained in:
Dorian Niemiec 2024-05-20 16:21:02 +02:00
parent 8ce16311fc
commit bd7a98f22f
6 changed files with 20 additions and 5 deletions

View file

@ -28,11 +28,11 @@
</div>
<div class="footer-column">
<span class="footer-headline">Social</span>
<ul class="footer-list">
<li><a rel="me" href="https://mastodon.social/@svrjs">Mastodon</a></li>
<li><a rel="me" href="https://x.com/SVR_JS">X (Twitter)</a></li>
<li><a rel="me" href="https://bsky.app/profile/svrjs.org">Bluesky</a></li>
<li><a rel="me" href="https://odysee.com/@SVRJS">Odysee</a></li>
<ul class="footer-social">
<li><a rel="me" href="https://x.com/SVR_JS" title="X (Twitter)"><img src="/css/images/social/x.png" alt="X (Twitter)"></a></li>
<li><a rel="me" href="https://mastodon.social/@svrjs" title="Mastodon"><img src="/css/images/social/mastodon.png" alt="Mastodon"></a></li>
<li><a rel="me" href="https://bsky.app/profile/svrjs.org" title="Bluesky"><img src="/css/images/social/bluesky.png" alt="Bluesky"></a></li>
<li><a rel="me" href="https://odysee.com/@SVRJS" title="Odysee"><img src="/css/images/social/odysee.png" alt="Odysee"></a></li>
</ul>
<span class="footer-headline">Policies and Security</span>
<ul class="footer-list">

View file

@ -55,3 +55,18 @@
padding: 0
margin-bottom: 1em
list-style-type: none
.footer-social
padding-left: 0
margin: 0.5em 0
list-style-type: none
li
display: inline
a:hover
img
opacity: 0.7
img
width: 40px
-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1)
-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1)
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1)

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB