Skip to content

Commit a449230

Browse files
committed
Add github svg badge from https://github.com/logos
1 parent 549e56c commit a449230

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

_includes/biocard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="{{ include.personal }}" rel="noopener noreferrer">Web</a>
1717
{% endif %}
1818
{% if include.gh_handle %}
19-
<a href="https://github.com/{{ include.gh_handle }}" rel="noopener noreferrer">GitHub</a>
19+
<a href="https://github.com/{{ include.gh_handle }}" rel="noopener noreferrer"><img src="/assets/badges/github.svg" alt="GitHub"></a>
2020
{% endif %}
2121
{% if include.linkedin %}
2222
<a href="{{ include.linkedin }}" rel="noopener noreferrer">LinkedIn</a>

_sass/components/_biocard.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,9 @@
4040
margin-top: 0.5em;
4141
text-align: left;
4242
font-size: 14px;
43+
44+
img {
45+
height: 24px;
46+
}
4347
}
4448
}

assets/badges/github.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)