Skip to content

Commit 51c3667

Browse files
committed
Add mastodon badges
1 parent c303ccf commit 51c3667

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

_includes/biocard.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
{% if include.linkedin %}
2222
<a href="{{ include.linkedin }}" rel="noopener noreferrer"><img src="/assets/badges/linkedin.png" alt="LinkedIn"></a>
2323
{% endif %}
24+
{% if include.mastodon %}
25+
<a href="{{ include.mastodon }}" rel="noopener noreferrer"><img src="/assets/badges/mastodon.svg" alt="Mastodon"></a>
26+
{% endif %}
2427
{% if include.twitter_handle %}
2528
<a href="https://twitter.com/{{ include.twitter_handle }}" rel="noopener noreferrer"><img src="/assets/badges/twitter.svg" alt="Twitter"></a>
2629
{% endif %}

about.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ <h2 class="text-center">Executive Council Members</h2>
496496
gh_handle=bio.gh_handle
497497
linkedin=bio.linkedin
498498
twitter_handle=bio.twitter_handle
499+
mastodon=bio.mastodon
499500
%}
500501
{% endfor %}
501502
</div>
@@ -519,6 +520,7 @@ <h2 class="text-center">Software Steering Council Members</h2>
519520
gh_handle=bio.gh_handle
520521
linkedin=bio.linkedin
521522
twitter_handle=bio.twitter_handle
523+
mastodon=bio.mastodon
522524
subproject=bio.subproject
523525
%}
524526
{% endfor %}
@@ -546,6 +548,7 @@ <h3>2021 Cohort</h3>
546548
gh_handle=bio.gh_handle
547549
linkedin=bio.linkedin
548550
twitter_handle=bio.twitter_handle
551+
mastodon=bio.mastodon
549552
%}
550553
{% endfor %}
551554
</div>
@@ -561,6 +564,7 @@ <h3>2020 Cohort</h3>
561564
gh_handle=bio.gh_handle
562565
linkedin=bio.linkedin
563566
twitter_handle=bio.twitter_handle
567+
mastodon=bio.mastodon
564568
%}
565569
{% endfor %}
566570
</div>
@@ -575,6 +579,7 @@ <h3>Special Election Cohort</h3>
575579
gh_handle=bio.gh_handle
576580
linkedin=bio.linkedin
577581
twitter_handle=bio.twitter_handle
582+
mastodon=bio.mastodon
578583
%}
579584
{% endfor %}
580585
</div>
@@ -589,6 +594,7 @@ <h3>Inaugural Cohort (Former Steering Council Members)</h3>
589594
gh_handle=bio.gh_handle
590595
linkedin=bio.linkedin
591596
twitter_handle=bio.twitter_handle
597+
mastodon=bio.mastodon
592598
%}
593599
{% endfor %}
594600
</div>
@@ -612,6 +618,7 @@ <h2 class="text-center">Trademark Subcommittee Members</h2>
612618
gh_handle=bio.gh_handle
613619
linkedin=bio.linkedin
614620
twitter_handle=bio.twitter_handle
621+
mastodon=bio.mastodon
615622
%}
616623
{% endfor %}
617624
</div>

assets/badges/mastodon.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)