Added hackerearth
This commit is contained in:
parent
94305ee443
commit
aa2368e181
3 changed files with 16 additions and 0 deletions
|
@ -124,6 +124,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Hackerearth */
|
||||
.button.button-hackerearth {
|
||||
color: #fff;
|
||||
background-color: #2b3352;
|
||||
}
|
||||
.button.button-hackerearth:hover,
|
||||
.button.button-hackerearth:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Hackerrank */
|
||||
.button.button-hackerrank {
|
||||
color: #0000;
|
||||
|
|
1
images/icons-extended/hackerearth.svg
Normal file
1
images/icons-extended/hackerearth.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg style="color: white" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>HackerEarth</title><path d="M18.447 20.936H5.553V19.66h12.894zM20.973 0H9.511v6.51h.104c.986-1.276 2.206-1.4 3.538-1.306 1.967.117 3.89 1.346 4.017 5.169v7.322c0 .089-.05.177-.138.177h-2.29c-.09 0-.253-.082-.253-.177V10.6c0-1.783-.58-3.115-2.341-3.115-1.282 0-2.637.892-2.637 2.77v7.417c0 .089-.008.072-.102.072h-2.29c-.09 0-.29.022-.29-.072V0H3.178c-.843 0-1.581.673-1.581 1.515v20.996c0 .843.738 1.489 1.58 1.489h17.797c.843 0 1.431-.646 1.431-1.489V1.515c0-.842-.588-1.515-1.43-1.515" fill="white"></path></svg>
|
After Width: | Height: | Size: 614 B |
|
@ -117,6 +117,11 @@
|
|||
<img class="icon" src="images/icons/distiller.svg" alt="Distiller Logo">Distiller</a>
|
||||
<br>
|
||||
|
||||
<!-- Hackerearth -->
|
||||
<a class="button button-hackerearth" href="#" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons/hackerearth.svg" alt="HackerRank Logo">HackerEarth</a>
|
||||
<br>
|
||||
|
||||
<!-- Hackerrank -->
|
||||
<a class="button button-hackerrank" href="#" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons/hackerrank.svg" alt="HackerRank Logo">HackerRank</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue