diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-04 19:16:42 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-04 19:16:42 +0100 |
commit | ab41be00ede879e57608d05044d268098fb820a3 (patch) | |
tree | 54705b0065c11b8d95b4d9ceb80f5a29bbd48710 /dst/donate.html | |
parent | 80f69003909e1f4362cd1bd4289668fd60d65820 (diff) |
Website redesign
Diffstat (limited to 'dst/donate.html')
-rw-r--r-- | dst/donate.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/dst/donate.html b/dst/donate.html new file mode 100644 index 0000000..9c66e1b --- /dev/null +++ b/dst/donate.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Donate</title> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <link rel="alternate" type="application/rss+xml" title="" href='feed'> + <link rel="stylesheet" type="text/css" href="main.css"> + </head> + <body> + <header> + <nav> + <a href="/">Home</a><span> | </span> + <a href="/projects">Projects</a><span> | </span> + <a href="/services">Services</a><span> | </span> + <a href="/resume">Resume</a><span> | </span> + <a href="/donate">Donate</a><span> | </span> + <a href="/uses">Uses</a><span> | </span> + <a href="/rss.xml">RSS</a> + </nav> + </header><main> +<h1 id="donate">Donate</h1> + +<p>Help keep the server running.</p> + +<h2 id="send-me-money">Send me money</h2> + +<p>coming soon…</p> + +<h2 id="hetzner-referral">Hetzner Referral</h2> + +<p>Interested in trying out some self-hosting, or have big dreams of creating +your own platform? You can use <a href="https://hetzner.cloud/?ref=bXrpw5w6RQon">my referral +link</a>, and get 20 EUR +of Hetzner Cloud credits to start out with (2-4 months of hosting). </p> + +<p>Once you spend at least 10 EUR with Hetzner (not including credits), I get 10 EUR of credits back. </p> + +<blockquote> +<p>TODO: write a straightforward guide, to get started using a VPS</p> +</blockquote> +<footer role="contentinfo"> + + <span><a href="#">↑ Back to Top</a></span><br><br> + <small> + Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br> + Maintained with ♥ for the web. <br> + The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> + The <a href="https://git.sr.ht/~adamski/adast.xyz">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.xyz/tree/main/item/LICENSE">MIT</a>. + </small> +</footer> +</main> +</body> +</html> |