Skip to content

Commit

Permalink
Edit ORCID icon
Browse files Browse the repository at this point in the history
  • Loading branch information
YanY-Henry committed Oct 25, 2024
1 parent ff5820b commit 1d6f2ee
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ author:
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
lastfm :
linkedin : "YanY-Henry"
orcid : "0009-0005-4274-7342"
orcid : # "0009-0005-4274-7342"
pinterest :
soundcloud :
stackoverflow : # http://stackoverflow.com/users/123456/username
Expand Down
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-fw fa-github" aria-hidden="true"></i> Github</a></li>
{% endif %}
{% if author.orcid %}
<li><a href="https://orcid.org/{{ author.orcid }}"><i class="ai ai-orcid ai-fw" style="color: #a5ce37;" aria-hidden="true"></i> ORCID</a></li>
<li><a href="https://orcid.org/{{ author.orcid }}"><i class="ai ai-fw ai-orcid" aria-hidden="true"></i> ORCID</a></li>
{% endif %}
{% if author.xing %}
<li><a href="https://www.xing.com/profile/{{ author.xing }}"><i class="fab fa-fw fa-xing-square" aria-hidden="true"></i> XING</a></li>
Expand Down
5 changes: 5 additions & 0 deletions _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ body:hover .visually-hidden button {
color: $linkedin-color;
}

.fa-orcid,
.fa-orcid-square {
color: $orcid-color;
}

.ai-orcid,
.ai-orcid-square {
color: $orcid-color;
Expand Down
1 change: 1 addition & 0 deletions _sass/vendor/font-awesome/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ readers do not read off random characters that represent icons */
.#{$fa-css-prefix}-openid:before { content: fa-content($fa-var-openid); }
.#{$fa-css-prefix}-opera:before { content: fa-content($fa-var-opera); }
.#{$fa-css-prefix}-optin-monster:before { content: fa-content($fa-var-optin-monster); }
.#{$fa-css-prefix}-orcid:before { content: fa-content($fa-var-orcid); }
.#{$fa-css-prefix}-osi:before { content: fa-content($fa-var-osi); }
.#{$fa-css-prefix}-otter:before { content: fa-content($fa-var-otter); }
.#{$fa-css-prefix}-outdent:before { content: fa-content($fa-var-outdent); }
Expand Down
5 changes: 5 additions & 0 deletions _sass/vendor/font-awesome/_shims.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,11 @@
font-weight: 400;
}

.#{$fa-css-prefix}.#{$fa-css-prefix}-orcid {
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}

.#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl {
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
Expand Down
1 change: 1 addition & 0 deletions _sass/vendor/font-awesome/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ $fa-var-opencart: \f23d;
$fa-var-openid: \f19b;
$fa-var-opera: \f26a;
$fa-var-optin-monster: \f23c;
$fa-var-orcid: \f888;
$fa-var-osi: \f41a;
$fa-var-otter: \f700;
$fa-var-outdent: \f03b;
Expand Down
5 changes: 4 additions & 1 deletion assets/fonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified assets/fonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified assets/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/fonts/fa-solid-900.woff2
Binary file not shown.

0 comments on commit 1d6f2ee

Please sign in to comment.