Skip to content

Commit

Permalink
Added GoFundMe
Browse files Browse the repository at this point in the history
  • Loading branch information
sethcottle committed Jun 12, 2023
1 parent aa334ce commit 8eaa45c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,16 @@ button:hover,
filter: brightness(90%);
}

/* GoFundMe */
.button.button-gofundme {
color: #ffffff;
background-color: #02A95C;
}
.button.button-gofundme:hover,
.button.button-gofundme:focus {
filter: brightness(90%);
}

/* Goodreads */
.button.button-goodreads {
color: #333333;
Expand Down
6 changes: 6 additions & 0 deletions images/icons/gofundme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ <h1 role="heading">LittleLink</h1>
<!-- GitLab -->
<a class="button button-gitlab" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/gitlab.svg" alt="">GitLab</a><br>

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

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

Expand Down

0 comments on commit 8eaa45c

Please sign in to comment.