From 9723ddfc790d39bcbef4c10c48de728a9b825cab Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 30 Nov 2023 23:00:18 +0200 Subject: [PATCH] add a thanks page for donations Signed-off-by: Ari Archer --- content/styles/thanks/index.css | 20 +++++++++ page/thanks/index.html | 73 +++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 content/styles/thanks/index.css create mode 100644 page/thanks/index.html diff --git a/content/styles/thanks/index.css b/content/styles/thanks/index.css new file mode 100644 index 0000000..7ae2796 --- /dev/null +++ b/content/styles/thanks/index.css @@ -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%); +} diff --git a/page/thanks/index.html b/page/thanks/index.html new file mode 100644 index 0000000..7e45e0a --- /dev/null +++ b/page/thanks/index.html @@ -0,0 +1,73 @@ + + + + + + + Ari::web -> Thanks + + + + + + + + + + + + + + + + + +
+

thank you for supporting me,

+
+ +
+ +
+
    +
  • + 2024/11/24 : casey, my best friend for buying + me + ari.lt for + 11.99 euros +
  • +
  • + 2024/11/30 : mario g. for an + 80 euro cent donation on + paypal +
  • +
+
+ +
+ + + +