Merge pull request #94 from artificialbutter/main

Added NGL
This commit is contained in:
Seth Cottle 2023-06-29 19:51:48 -04:00 committed by GitHub
commit e9795187b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

View file

@ -599,6 +599,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* NGL */
.button.button-ngl {
color: #ffffff;
background-image: linear-gradient(-45deg, #ff8d10, #ec1187);
}
.button.button-ngl:hover,
.button.button-ngl:focus {
filter: brightness(90%);
}
/* Notion */ /* Notion */
.button.button-notion { .button.button-notion {
color: #000000; color: #000000;

1
images/icons/ngl.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -244,6 +244,9 @@
<!-- Medium --> <!-- Medium -->
<a class="button button-medium" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/medium.svg" alt="">Medium</a><br> <a class="button button-medium" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/medium.svg" alt="">Medium</a><br>
<!-- NGL -->
<a class="button button-ngl" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/ngl.svg" alt="">NGL</a><br>
<!-- Notion --> <!-- Notion -->
<a class="button button-notion" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/notion.svg" alt="">Notion</a><br> <a class="button button-notion" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/notion.svg" alt="">Notion</a><br>