Skip to content

Commit

Permalink
Add Signal, Venmo, Patreon
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Nov 10, 2021
1 parent 9f76bf8 commit e85a054
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
24 changes: 24 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,30 @@ button:hover,
.button.button-bandcamp:focus {
filter: brightness(90%) }

/* Patreon */
.button.button-patreon {
color: #FFFFFF;
background-color: #ff424d }
.button.button-patreon:hover,
.button.button-patreon:focus {
filter: brightness(90%) }

/* Signal */
.button.button-signal {
color: #FFFFFF;
background-color: #3a76f0 }
.button.button-signal:hover,
.button.button-signal:focus {
filter: brightness(90%) }

/* Venmo */
.button.button-venmo {
color: #FFFFFF;
background-color: #3d95ce }
.button.button-venmo:hover,
.button.button-venmo:focus {
filter: brightness(90%) }

/* Discord */
.button.button-discord {
color: #FFFFFF;
Expand Down
3 changes: 3 additions & 0 deletions icons/patreon.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 icons/signal.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 icons/venmo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,15 @@ <h1>LittleLink</h1>
<!-- Bandcamp -->
<a class="button button-bandcamp" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/bandcamp.svg" alt="Bandcamp Logo">Bandcamp</a>

<!-- Patreon -->
<a class="button button-patreon" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/patreon.svg" alt="Patreon Logo">Patreon</a>

<!-- Signal -->
<a class="button button-signal" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/signal.svg" alt="Signal Logo">Signal</a>

<!-- Venmo -->
<a class="button button-venmo" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/venmo.svg" alt="Venmo Logo">Venmo</a>

<br>
<br>
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
Expand Down

0 comments on commit e85a054

Please sign in to comment.