Skip to content

Commit

Permalink
Merge pull request #94 from artificialbutter/main
Browse files Browse the repository at this point in the history
Added NGL
  • Loading branch information
sethcottle authored Jun 29, 2023
2 parents d607fe5 + 4cbc369 commit e979518
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,16 @@ button:hover,
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 */
.button.button-notion {
color: #000000;
Expand Down
1 change: 1 addition & 0 deletions images/icons/ngl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,10 @@ <h1 role="heading">LittleLink</h1>

<!-- 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>


<!-- NGL -->
<a class="button button-ngl" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/ngl.svg" alt="">NGL</a><br>

<!-- 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>

Expand Down

0 comments on commit e979518

Please sign in to comment.