artificial
2 years ago
No known key found for this signature in database
GPG Key ID: B7265D4DDEDDCD3D
3 changed files with
15 additions and
1 deletions
-
css/brands.css
-
images/icons/ngl.svg
-
index.html
|
@ -579,6 +579,16 @@ button:hover, |
|
|
filter: brightness(90%); |
|
|
filter: brightness(90%); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* NGL */ |
|
|
|
|
|
.button.button-ngl { |
|
|
|
|
|
color: #ffffff; |
|
|
|
|
|
background-image: linear-gradient(45deg, #ed1581 0%, #ff8614 100%); |
|
|
|
|
|
} |
|
|
|
|
|
.button.button-ngl:hover, |
|
|
|
|
|
.button.button-ngl:focus { |
|
|
|
|
|
filter: brightness(90%); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* Notion */ |
|
|
/* Notion */ |
|
|
.button.button-notion { |
|
|
.button.button-notion { |
|
|
color: #000000; |
|
|
color: #000000; |
|
|
|
@ -237,7 +237,10 @@ |
|
|
|
|
|
|
|
|
<!-- 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> |
|
|
|
|
|
|
|
|