add a thanks page for donations

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-11-30 23:00:18 +02:00
parent 236619449f
commit 9723ddfc79
2 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,20 @@
span {
color: #7ed44c;
font-weight: bold;
}
body {
padding: 2em;
margin: auto;
max-width: 1100px;
min-height: 100vh;
text-rendering: optimizeSpeed;
}
h1 {
text-align: center;
}
i {
filter: brightness(70%);
}

73
page/thanks/index.html Normal file
View file

@ -0,0 +1,73 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ari::web -&gt; Thanks</title>
<meta name="description" content="Thank you, my supporters" />
<meta name="keywords" content="thanks, donations, ari-web, bitcoin, paypal, thank you for donating, gratitude, open source, foss, free, website, ari archer, personal website" />
<meta
name="robots"
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
/>
<meta property="og:type" content="article" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#121212" />
<link rel="manifest" href="/manifest.json" />
<link rel="stylesheet" href="/content/styles/clean/index.css" />
<link rel="stylesheet" href="/content/styles/index/index.css" />
<link rel="stylesheet" href="/content/styles/thanks/index.css" />
</head>
<body>
<header>
<h1>thank you for supporting me,</h1>
</header>
<br />
<article>
<ul id="thanks">
<li>
<b>2024/11/24</b> : <b>casey, my best</b> friend for buying
me
<b
><a href="ari.lt">ari.lt</a> for
<span>11.99 euros</span></b
>
</li>
<li>
<b>2024/11/30</b> : <b>mario g.</b> for an
<span>80 euro cent</span> donation on
<b><a href="/paypal">paypal</a></b>
</li>
</ul>
</article>
<br />
<footer>
<p>
i appriciate and value these donations a lot, thank you for
supporting me &lt;3
<br />
<i
>feel free to support me on <a href="/paypal">paypal</a> (
<a href="mailto:ari.web.xyz@gmail.com"
>ari.web.xyz@gmail.com</a
>
), <a href="/btc">bitcoin</a> or <a href="/git">code :)</a>,
when donating feel free to specify a note to possibly link
to your own website, or social media or anything :)
</i>
</p>
</footer>
</body>
</html>