File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 21
21
{% if include.linkedin %}
22
22
< a href ="{{ include.linkedin }} " rel ="noopener noreferrer "> < img src ="/assets/badges/linkedin.png " alt ="LinkedIn "> </ a >
23
23
{% endif %}
24
+ {% if include.mastodon %}
25
+ < a href ="{{ include.mastodon }} " rel ="noopener noreferrer "> < img src ="/assets/badges/mastodon.svg " alt ="Mastodon "> </ a >
26
+ {% endif %}
24
27
{% if include.twitter_handle %}
25
28
< a href ="https://twitter.com/{{ include.twitter_handle }} " rel ="noopener noreferrer "> < img src ="/assets/badges/twitter.svg " alt ="Twitter "> </ a >
26
29
{% endif %}
Original file line number Diff line number Diff line change @@ -496,6 +496,7 @@ <h2 class="text-center">Executive Council Members</h2>
496
496
gh_handle=bio.gh_handle
497
497
linkedin=bio.linkedin
498
498
twitter_handle=bio.twitter_handle
499
+ mastodon=bio.mastodon
499
500
%}
500
501
{% endfor %}
501
502
</ div >
@@ -519,6 +520,7 @@ <h2 class="text-center">Software Steering Council Members</h2>
519
520
gh_handle=bio.gh_handle
520
521
linkedin=bio.linkedin
521
522
twitter_handle=bio.twitter_handle
523
+ mastodon=bio.mastodon
522
524
subproject=bio.subproject
523
525
%}
524
526
{% endfor %}
@@ -546,6 +548,7 @@ <h3>2021 Cohort</h3>
546
548
gh_handle=bio.gh_handle
547
549
linkedin=bio.linkedin
548
550
twitter_handle=bio.twitter_handle
551
+ mastodon=bio.mastodon
549
552
%}
550
553
{% endfor %}
551
554
</ div >
@@ -561,6 +564,7 @@ <h3>2020 Cohort</h3>
561
564
gh_handle=bio.gh_handle
562
565
linkedin=bio.linkedin
563
566
twitter_handle=bio.twitter_handle
567
+ mastodon=bio.mastodon
564
568
%}
565
569
{% endfor %}
566
570
</ div >
@@ -575,6 +579,7 @@ <h3>Special Election Cohort</h3>
575
579
gh_handle=bio.gh_handle
576
580
linkedin=bio.linkedin
577
581
twitter_handle=bio.twitter_handle
582
+ mastodon=bio.mastodon
578
583
%}
579
584
{% endfor %}
580
585
</ div >
@@ -589,6 +594,7 @@ <h3>Inaugural Cohort (Former Steering Council Members)</h3>
589
594
gh_handle=bio.gh_handle
590
595
linkedin=bio.linkedin
591
596
twitter_handle=bio.twitter_handle
597
+ mastodon=bio.mastodon
592
598
%}
593
599
{% endfor %}
594
600
</ div >
@@ -612,6 +618,7 @@ <h2 class="text-center">Trademark Subcommittee Members</h2>
612
618
gh_handle=bio.gh_handle
613
619
linkedin=bio.linkedin
614
620
twitter_handle=bio.twitter_handle
621
+ mastodon=bio.mastodon
615
622
%}
616
623
{% endfor %}
617
624
</ div >
You can’t perform that action at this time.
0 commit comments