Added TryHackMe profile
This commit is contained in:
parent
8c2fb2f5ed
commit
694c5e8be9
|
@ -902,6 +902,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* TryHackMe */
|
||||
.button.button-tryhackme {
|
||||
color: #ffffff;
|
||||
background-color: #c1111181;
|
||||
}
|
||||
.button.button-tryhackme:hover,
|
||||
.button.button-tryhackme:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Tumblr */
|
||||
.button.button-tumb {
|
||||
color: #ffffff;
|
||||
|
|
BIN
images/icons/tryhackme.png
Normal file
BIN
images/icons/tryhackme.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -140,6 +140,9 @@
|
|||
<!-- Hackerrank -->
|
||||
<a class="button button-hackerrank" href="https://www.hackerrank.com/Syrell" target="_blank" rel="noopener" role="button"><img class="icon icon-hackerrank" src="images/icons/hackerrank.png" alt="">HackerRank</a><br>
|
||||
|
||||
<!-- TryHackMe -->
|
||||
<a class="button button-tryhackme" href="https://tryhackme.com/p/syrell" target="_blank" rel="noopener" role="button"><img class="icon icon-tryhackme" src="images/icons/tryhackme.png" alt="">TryHackMe</a><br>
|
||||
|
||||
<!--
|
||||
Footer:
|
||||
This includes a link to privacy.html page which can be setup for your Privacy Policy.
|
||||
|
|
Loading…
Reference in New Issue
Block a user