Maintenance release

Update: Maintenance release
- Changed: several small GUI changes.
pull/67/head
TRaSH 3 years ago
parent 2e3b7993f6
commit d0ea946d35

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -41,12 +41,12 @@ Everything here you use on your own risk I won't be hold responsible if somethin
## Buy me a coffee
<p align="center">
<a href="https://www.buymeacoffee.com/TRaSH" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
</p>
??? abstract "CLICK HERE FOR OTHER OPTIONS HOW TO BUY ME A COFFEE"
Buy me a coffee (paypal with subscription option and donator status on discord):
<a href="https://www.buymeacoffee.com/TRaSH" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
Paypal In $ (Dollars):
[![paypal](https://raw.githubusercontent.com/TRaSH-/Guides/master/images/coffee-paypal.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P95QYT5662VLN"){:target="_blank"}

@ -4,15 +4,12 @@
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
}
@keyframes heart {
0%, 40%, 80%, 100% {
transform: scale(1);
}
20%, 60% {
transform: scale(1.15);
footer.sponsorship {
text-align: center;
hr {
display: inline-block;
vertical-align: middle;
}
}
.heart {
animation: heart 1000ms infinite;
color: #e91e63;
}

@ -67,10 +67,10 @@ theme:
language: en
palette:
primary: indigo
accent: red
accent: indigo
scheme: slate
font:
code: "Fira Code"
favicon: img/favicon.png
logo: img/logo.png
# custom_dir: docs/themes

@ -4,3 +4,13 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZZKM4MPQXL"></script>
{% endblock %}
{% block content %}
{{ super() }}
<footer class="sponsorship">
<hr>
<a href="https://trash-guides.info/#buy-me-a-coffee" title="Buy me a Coffee"><img src="img/buy-me-a-coffee.png" alt="Buy me a coffee" width=137" height="39">
</a>
<hr>
</footer>
{% endblock %}

Loading…
Cancel
Save