diff options
Diffstat (limited to 'Meta/Websites/serenityos.org/github-sponsors/index.html')
-rw-r--r-- | Meta/Websites/serenityos.org/github-sponsors/index.html | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/Meta/Websites/serenityos.org/github-sponsors/index.html b/Meta/Websites/serenityos.org/github-sponsors/index.html index b0bf0a0ec1..3b496816db 100644 --- a/Meta/Websites/serenityos.org/github-sponsors/index.html +++ b/Meta/Websites/serenityos.org/github-sponsors/index.html @@ -1,23 +1,36 @@ <html> -<head><title>Sponsor SerenityOS on GitHub!</title></head> +<head> + <title>Sponsor SerenityOS on GitHub!</title> +<style> +.pinkbar { + padding: 4; + background-color: #ea4aaa; + text-align: center; + color: white; +} +.pinkbar a:link { + color: white; +} +</style> +</head> <body> <center> <h1>Sponsor SerenityOS on GitHub!</h1> <img src="mona.png"><br> -<div style="margin-left: auto; margin-right: auto; width: 400; text-align: left;"> +<div style="margin-left: auto; margin-right: auto; width: 440; text-align: left;"> <p><blink><b>Hello friends!</b></blink></p> <p>As of October 19 2019, I am in the <a href="https://github.com/sponsors/awesomekling/">GitHub Sponsors program</a>!</p> <p>This means you can support my work with a monthly donation via their platform.</p> <p>There are six tiers: <b>$1</b>, <b>$5</b>, <b>$10</b>, <b>$20</b>, <b>$50</b> and <b>$100</b>.</p> -<p>Sponsorships are (optionally) visible on your GitHub user card, and GitHub will <a href="https://help.github.com/en/articles/about-github-sponsors#about-the-github-sponsors-matching-fund">match all donations 1:1 for the first year</a>.</p> +<p>Sponsorships are (optionally) visible on your GitHub user card.</p> <p>I will remain on <a href="https://patreon.com/serenityos">Patreon</a> as well, with the same tiers.</p> <p>Thank you for checking it out :^)</p> -<p style="padding-top: 4; padding-bottom: 4; padding-left: 4; padding-right: 4; background-color: #ea4aaa; text-align: center;"><b>Andreas</b> +<p class="pinkbar"><b>Andreas</b> ( - <a href="https://github.com/awesomekling">GitHub</a> | - <a href="https://youtube.com/c/AndreasKling">YouTube</a> | - <a href="https://twitter.com/awesomekling">Twitter</a> | - <a href="https://patreon.com/serenityos">Patreon</a> | + <a href="https://github.com/awesomekling">GitHub</a> | + <a href="https://youtube.com/c/AndreasKling">YouTube</a> | + <a href="https://twitter.com/awesomekling">Twitter</a> | + <a href="https://patreon.com/serenityos">Patreon</a> | <a href="https://paypal.me/awesomekling">PayPal</a> ) </p> </div> |