Added GitHub account

This commit is contained in:
syrell 2023-08-19 16:24:25 +02:00
parent 6c4a72313b
commit ae59966ee5
Signed by: syrell
GPG Key ID: BC9570E849334AF9
2 changed files with 3 additions and 1 deletions

View File

@ -371,7 +371,6 @@ button:hover,
.button.button-github {
color: #ffffff;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-github:hover,
.button.button-github:focus {

View File

@ -128,6 +128,9 @@
<!-- GitLab -->
<a class="button button-gitlab" href="https://gitlab.com/syrell" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/gitlab.svg" alt="">GitLab</a><br>
<!-- GitHub -->
<a class="button button-github" href="https://github.com/FinchRelia" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/github.svg" alt="">GitHub</a><br>
<!-- Hedgedoc -->
<a class="button button-hedgedoc" href="https://hedgedoc.syyrell.com/" target="_blank" rel="noopener" role="button"><img class="icon icon-hedgedoc" src="images/icons/hedgedoc.png" alt="">Hedgedoc</a><br>