Social Bluesky

pull/1/head
Swissky 2024-02-04 21:05:28 +01:00
parent fd36d700d7
commit 79eba877a3
4 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,7 @@ footer-links:
rss: swissky # just type anything here for a working RSS icon rss: swissky # just type anything here for a working RSS icon
twitter: pentest_swissky twitter: pentest_swissky
mastodon: swissky mastodon: swissky
bluesky: swissky.bsky.social
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
youtube: # channel/<your_long_string> or user/<user-name> youtube: # channel/<your_long_string> or user/<user-name>
googleplus: # anything in your profile username that comes after plus.google.com/ googleplus: # anything in your profile username that comes after plus.google.com/

View File

@ -8,6 +8,7 @@
{% if site.footer-links.pinterest %}<a href="https://www.pinterest.com/{{ site.footer-links.pinterest }}"><i class="svg-icon pinterest"></i></a>{% endif %} {% if site.footer-links.pinterest %}<a href="https://www.pinterest.com/{{ site.footer-links.pinterest }}"><i class="svg-icon pinterest"></i></a>{% endif %}
{% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml"><i class="svg-icon rss"></i></a>{% endif %} {% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml"><i class="svg-icon rss"></i></a>{% endif %}
{% if site.footer-links.twitter %}<a href="https://www.twitter.com/{{ site.footer-links.twitter }}"><i class="svg-icon twitter"></i></a>{% endif %} {% if site.footer-links.twitter %}<a href="https://www.twitter.com/{{ site.footer-links.twitter }}"><i class="svg-icon twitter"></i></a>{% endif %}
{% if site.footer-links.bluesky %}<a href="https://bsky.app/profile//{{ site.footer-links.bluesky }}"><i class="svg-icon bluesky"></i></a>{% endif %}
{% if site.footer-links.mastodon %}<a href="https://infosec.exchange/@{{ site.footer-links.mastodon }}"><i class="svg-icon mastodon"></i></a>{% endif %} {% if site.footer-links.mastodon %}<a href="https://infosec.exchange/@{{ site.footer-links.mastodon }}"><i class="svg-icon mastodon"></i></a>{% endif %}
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><i class="svg-icon stackoverflow"></i></a>{% endif %} {% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><i class="svg-icon stackoverflow"></i></a>{% endif %}
{% if site.footer-links.youtube %}<a href="https://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %} {% if site.footer-links.youtube %}<a href="https://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %}

View File

@ -39,6 +39,12 @@
background-color: #000000; background-color: #000000;
border-radius: 50px; border-radius: 50px;
} }
&.bluesky {
background-image: url(images/logo/bluesky.svg);
background-size: cover;
background-color: #000000;
border-radius: 50px;
}

1
images/logo/bluesky.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -3.268 64 68.414" width="2232" height="2500"><path fill="#0085ff" d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805zm36.254 0C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745z"/></svg>

After

Width:  |  Height:  |  Size: 619 B