Skip to content

Commit ce4e93c

Browse files
committed
replace x icon with bluesky in the footer
prompted by a request from @danielskatz in the #website Slack channel Signed-off-by: Chad Dougherty <[email protected]>
1 parent a8a0b72 commit ce4e93c

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ hero_line_two: A community of people who make research software happen.
3131

3232
# social media
3333
twitter: us_rse
34+
bluesky: us-rse.bsky.social
3435
github_org: USRSE
3536
github_repo: usrse.github.io
3637
linkedin: company/us-rse/

_includes/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<span class="screen-reader-text">Mastodon</span>
2626
</a>{% endif %}
2727

28-
{% if site.twitter %}<a href="https://twitter.com/{{ site.twitter }}"
28+
{% if site.bluesky %}<a href="https://bsky.app/profile/{{ site.bluesky }}"
2929
target="_blank"
3030
rel="noopener "
3131
class="button button-icon">
32-
<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--><path fill="#741654" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>
33-
<span class="screen-reader-text">Twitter</span>
32+
<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="#741654" d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z"/></svg>
33+
<span class="screen-reader-text">Bluesky</span>
3434
</a>{% endif %}
3535

3636
{% if site.youtube %}<a href="https://youtube.com/@{{ site.youtube }}"

assets/css/reboot.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,6 +2277,18 @@ tr, td, th {
22772277
background-color: #006292;
22782278
color: #fff;
22792279
}
2280+
.btn--bluesky {
2281+
background-color: #007bb6;
2282+
color: #fff;
2283+
}
2284+
.btn--bluesky:visited {
2285+
background-color: #007bb6;
2286+
color: #fff;
2287+
}
2288+
.btn--bluesky:hover {
2289+
background-color: #006292;
2290+
color: #fff;
2291+
}
22802292
.btn--block {
22812293
display: block;
22822294
width: 100%}
@@ -3679,6 +3691,9 @@ body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .vi
36793691
.social-icons .fa-mastodon {
36803692
color: #2b90d9;
36813693
}
3694+
.social-icons .fa-bluesky {
3695+
color: #1185fe;
3696+
}
36823697
.social-icons .fa-pinterest, .social-icons .fa-pinterest-p, .social-icons .fa-pinterest-square {
36833698
color: #cb2027;
36843699
}

0 commit comments

Comments
 (0)