Skip to content

Commit 9ee906f

Browse files
committed
Add bluesky badge for biocards
Logo came from the media kit linked from https://bsky.social/about/blog/press-faq
1 parent 1252a7f commit 9ee906f

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

_includes/biocard.html

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
{% if include.mastodon %}
2727
<a href="{{ include.mastodon }}" rel="noopener noreferrer"><img src="/assets/badges/mastodon.svg" alt="Mastodon" title="Mastodon"></a>
2828
{% endif %}
29+
{% if include.bluesky_handle %}
30+
<a href="https://bsky.app/profile/{{ include.bluesky_handle }}" rel="noopener noreferrer"><img src="/assets/badges/bluesky_media_kit_logo_svgs.svg" alt="Bluesky" title="Bluesky"></a>
31+
{% endif %}
2932
{% if include.subproject %}
3033
<div class="biocard-subproject">{{ include.subproject }}</div>
3134
{% endif %}

about.html

+10
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/executive_counci
623623
linkedin=bio.linkedin
624624
twitter_handle=bio.twitter_handle
625625
mastodon=bio.mastodon
626+
bluesky_handle=bio.bluesky_handle
626627
%}
627628
{% endfor %}
628629
</div>
@@ -648,6 +649,7 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/software_steerin
648649
linkedin=bio.linkedin
649650
twitter_handle=bio.twitter_handle
650651
mastodon=bio.mastodon
652+
bluesky_handle=bio.bluesky_handle
651653
subproject=bio.subproject
652654
%}
653655
{% endfor %}
@@ -676,6 +678,7 @@ <h3>2023 Cohort</h3>
676678
linkedin=bio.linkedin
677679
twitter_handle=bio.twitter_handle
678680
mastodon=bio.mastodon
681+
bluesky_handle=bio.bluesky_handle
679682
%}
680683
{% endfor %}
681684
</div>
@@ -694,6 +697,7 @@ <h3>2022 Cohort</h3>
694697
linkedin=bio.linkedin
695698
twitter_handle=bio.twitter_handle
696699
mastodon=bio.mastodon
700+
bluesky_handle=bio.bluesky_handle
697701
%}
698702
{% endfor %}
699703
</div>
@@ -712,6 +716,7 @@ <h3>2021 Cohort</h3>
712716
linkedin=bio.linkedin
713717
twitter_handle=bio.twitter_handle
714718
mastodon=bio.mastodon
719+
bluesky_handle=bio.bluesky_handle
715720
%}
716721
{% endfor %}
717722
</div>
@@ -728,6 +733,7 @@ <h3>2020 Cohort</h3>
728733
linkedin=bio.linkedin
729734
twitter_handle=bio.twitter_handle
730735
mastodon=bio.mastodon
736+
bluesky_handle=bio.bluesky_handle
731737
%}
732738
{% endfor %}
733739
</div>
@@ -743,6 +749,7 @@ <h3>Special Election Cohort</h3>
743749
linkedin=bio.linkedin
744750
twitter_handle=bio.twitter_handle
745751
mastodon=bio.mastodon
752+
bluesky_handle=bio.bluesky_handle
746753
%}
747754
{% endfor %}
748755
</div>
@@ -758,6 +765,7 @@ <h3>Inaugural Cohort (Former Steering Council Members)</h3>
758765
linkedin=bio.linkedin
759766
twitter_handle=bio.twitter_handle
760767
mastodon=bio.mastodon
768+
bluesky_handle=bio.bluesky_handle
761769
%}
762770
{% endfor %}
763771
</div>
@@ -782,6 +790,7 @@ <h2 class="text-center"><a href="https://jupyter.org/governance/communitybuildin
782790
linkedin=bio.linkedin
783791
twitter_handle=bio.twitter_handle
784792
mastodon=bio.mastodon
793+
bluesky_handle=bio.bluesky_handle
785794
%}
786795
{% endfor %}
787796
</div>
@@ -806,6 +815,7 @@ <h2 class="text-center">Trademark Subcommittee Members</h2>
806815
linkedin=bio.linkedin
807816
twitter_handle=bio.twitter_handle
808817
mastodon=bio.mastodon
818+
bluesky_handle=bio.bluesky_handle
809819
%}
810820
{% endfor %}
811821
</div>
Loading

0 commit comments

Comments
 (0)