Merge pull request #44 from JulianPrieber/main
Added Buy Me A Coffee button
This commit is contained in:
commit
1f8faf8805
@ -94,6 +94,16 @@ button:hover,
|
|||||||
filter: brightness(90%);
|
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 */
|
/* Cash App */
|
||||||
.button.button-cashapp {
|
.button.button-cashapp {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
1
images/icons/coffee.svg
Normal file
1
images/icons/coffee.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 19 KiB |
@ -335,6 +335,11 @@
|
|||||||
src="images/icons/web.svg" alt="Web Logo">Website</a>
|
src="images/icons/web.svg" alt="Web Logo">Website</a>
|
||||||
<br>
|
<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>
|
<br>
|
||||||
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
|
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user