Browse Source

Merge pull request #44 from JulianPrieber/main

Added Buy Me A Coffee button
main
Seth Cottle 3 years ago
committed by GitHub
parent
commit
1f8faf8805
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      css/brands.css
  2. 1
      images/icons/coffee.svg
  3. 5
      index.html

10
css/brands.css

@ -94,6 +94,16 @@ button:hover,
filter: brightness(90%);
}
/* Buy Me a Coffee */
.button.button-coffee {
color: #100a26;
background-color: #ffdd00;
}
.button.button-coffee:hover,
.button.button-coffee:focus {
filter: brightness(90%);
}
/* Cash App */
.button.button-cashapp {
color: #ffffff;

1
images/icons/coffee.svg
File diff suppressed because it is too large
View File

5
index.html

@ -335,6 +335,11 @@
src="images/icons/web.svg" alt="Web Logo">Website</a>
<br>
<!-- Buy Me a Coffee -->
<a class="button button-coffee" href="#" target="_blank" rel="noopener"><img class="icon"
src="images/icons/coffee.svg" alt="Buy Me a Coffee">Buy Me a Coffee</a>
<br>
<br>
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>

Loading…
Cancel
Save