Add links for ORCID ID and ResearchGate (Academia)

This commit is contained in:
Pierre Padilla-Huamantinco 2023-08-07 18:51:21 -04:00
parent 8c6de1bed8
commit cb550b33c4
4 changed files with 71 additions and 1 deletions

View file

@ -211,6 +211,17 @@ button:hover,
.button.button-myanimelist:focus {
filter: brightness(90%) }
/* ORCID ID */
.button.button-orcid-id {
color: #000000;
background-color: #FFFFFF;
border: 1px solid #212121;
}
.button.button-orcid-id:hover,
.button.button-orcid-id:focus {
filter: brightness(90%);
}
/* osu! */
.button.button-osu {
color: #ffffff;
@ -221,6 +232,17 @@ button:hover,
filter: brightness(90%);
}
/* ResearchGate */
.button.button-researchgate {
color: #000000;
background-color: #FFFFFF;
border: 1px solid #212121;
}
.button.button-researchgate:hover,
.button.button-researchgate:focus {
filter: brightness(90%);
}
/* SpaceHey */
.button.button-spacehey {
color: #FFFFFF;