Skip to content

Commit 454c479

Browse files
committed
Add a globe icon for personal website badges.
This icon comes from https://github.com/twitter/twemoji/blob/ad3d3d669bb3697946577247ebb15818f09c6c91/assets/svg/1f310.svg, licensed CC-by-4.0. In the readme, it says "We would consider a mention in the HTML/JS source sufficient also." so that is what we did. I tweaked the color of the path to a dark grey, matching the text on the page.
1 parent b7dfffa commit 454c479

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_includes/biocard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% endif %}
1414
<div class='biocard-badges'>
1515
{% if include.personal %}
16-
<a href="{{ include.personal }}" rel="noopener noreferrer">Web</a>
16+
<a href="{{ include.personal }}" rel="noopener noreferrer"><img src="/assets/badges/1f310.svg" alt="Personal Website"></a>
1717
{% endif %}
1818
{% if include.gh_handle %}
1919
<a href="https://github.com/{{ include.gh_handle }}" rel="noopener noreferrer"><img src="/assets/badges/github.svg" alt="GitHub"></a>

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,5 +670,5 @@ <h2 class="text-center">{{ page.donate_box.headline }}</h2>
670670
</a>
671671
</div>
672672
</div>
673-
673+
<!-- The globe icon is originally from https://github.com/twitter/twemoji/blob/ad3d3d669bb3697946577247ebb15818f09c6c91/assets/svg/1f310.svg, licensed CC-by-4.0 -->
674674
</article>

assets/badges/1f310.svg

+1
Loading

0 commit comments

Comments
 (0)