diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 129ece4..3e2e6b2 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -10,6 +10,6 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry polar: # Replace with a single Polar username -buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +buy_me_a_coffee: treeman183 thanks_dev: # Replace with a single thanks.dev username custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/allstarr/AppVersion.cs b/allstarr/AppVersion.cs index bc37990..978aff2 100644 --- a/allstarr/AppVersion.cs +++ b/allstarr/AppVersion.cs @@ -9,5 +9,5 @@ public static class AppVersion /// /// Current application version. /// - public const string Version = "1.5.2"; + public const string Version = "1.5.3"; } diff --git a/allstarr/wwwroot/images/buymeacoffee-symbol.svg b/allstarr/wwwroot/images/buymeacoffee-symbol.svg new file mode 100644 index 0000000..c6903c3 --- /dev/null +++ b/allstarr/wwwroot/images/buymeacoffee-symbol.svg @@ -0,0 +1 @@ + diff --git a/allstarr/wwwroot/images/github-mark.svg b/allstarr/wwwroot/images/github-mark.svg new file mode 100644 index 0000000..5edc74d --- /dev/null +++ b/allstarr/wwwroot/images/github-mark.svg @@ -0,0 +1 @@ + diff --git a/allstarr/wwwroot/images/kofi_symbol.svg b/allstarr/wwwroot/images/kofi_symbol.svg new file mode 100644 index 0000000..ade749d --- /dev/null +++ b/allstarr/wwwroot/images/kofi_symbol.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/allstarr/wwwroot/index.html b/allstarr/wwwroot/index.html index bc4f9cd..83ba574 100644 --- a/allstarr/wwwroot/index.html +++ b/allstarr/wwwroot/index.html @@ -34,11 +34,30 @@
- If Allstarr has helped you, or maybe even replaced a monthly streaming service subscription, consider - supporting its development via - GitHub Sponsor - or - Ko-Fi. +

+ If Allstarr has helped you, or maybe even replaced a monthly streaming service subscription, consider + supporting its development +

+
@@ -974,13 +993,30 @@ diff --git a/allstarr/wwwroot/spotify-mappings.html b/allstarr/wwwroot/spotify-mappings.html index 9216fc5..d0d474c 100644 --- a/allstarr/wwwroot/spotify-mappings.html +++ b/allstarr/wwwroot/spotify-mappings.html @@ -669,13 +669,30 @@ diff --git a/allstarr/wwwroot/styles.css b/allstarr/wwwroot/styles.css index 1b8b283..539a67c 100644 --- a/allstarr/wwwroot/styles.css +++ b/allstarr/wwwroot/styles.css @@ -97,6 +97,54 @@ body { text-decoration: underline; } +.support-text { + margin: 0 0 10px; +} + +.support-funding-icons { + display: flex; + flex-wrap: wrap; + align-items: center; + gap: 14px; + list-style: none; + margin: 0; + padding: 0; +} + +.support-funding-icons li { + display: flex; + align-items: center; +} + +.support-badge .support-funding-icons { + justify-content: flex-start; +} + +.support-footer .support-funding-icons { + justify-content: center; +} + +.support-funding-link { + display: inline-flex; + align-items: center; + justify-content: center; + opacity: 0.9; + line-height: 0; +} + +.support-badge .support-funding-link:hover, +.support-footer .support-funding-link:hover { + opacity: 1; + text-decoration: none; + color: inherit; +} + +.support-funding-link img { + display: block; + height: 30px; + width: auto; +} + .container { max-width: 1200px; margin: 0 auto;