Add social icons to #sidebar_social

This commit is contained in:
Fred Boniface 2022-10-28 19:43:10 +01:00
parent e32acb5933
commit 51a073f103
1 changed files with 13 additions and 1 deletions

View File

@ -50,7 +50,19 @@
</picture> </picture>
</div> </div>
<div id="sidebar_social"> <div id="sidebar_social">
SOCIAL_LINKS <picture>
<source srcset="/images/social-icons/500px_seek_58.jxl" type="image/jxl">
<source srcset="/images/social-icons/500px_seek_58.webp" type="image/webp">
<img src="/images/social-icons/500px_seek_58.png" alt="500px Logo">
</picture>
<picture>
<source srcset="/images/social-icons/fb_blue_58.png" type="image/png">
<img src="/images/social-icons/fb_blue_58.png" alt="Facebook Logo">
</picture>
<picture>
<source srcset="/images/social-icons/gh_white_64.png" type="image/png">
<img src="/images/social-icons/gh_white_64.png" alt="Github Logo">
</picture>
</div> </div>
</div> </div>
<div class="content show_micro"> <div class="content show_micro">