From 6844c12eb1f36a513e18553bc2007a5ff499dc68 Mon Sep 17 00:00:00 2001
From: "Luke T. Shumaker"
Date: Mon, 15 Apr 2024 14:01:58 -0600
Subject: Add GitHub Sponsors
---
public/index.html | 12 +++++++++++-
public/sponsor/github-icon.svg | 3 +++
public/sponsor/index.html | 6 +++++-
public/sponsor/sponsor.css | 12 ++++++++++++
4 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 public/sponsor/github-icon.svg
(limited to 'public')
diff --git a/public/index.html b/public/index.html
index 92c664f..9041067 100644
--- a/public/index.html
+++ b/public/index.html
@@ -31,7 +31,17 @@
- Liberapay
+ Liberapay
+
+
+
+
+
+
+ GitHub
+
+
diff --git a/public/sponsor/github-icon.svg b/public/sponsor/github-icon.svg
new file mode 100644
index 0000000..bf1081a
--- /dev/null
+++ b/public/sponsor/github-icon.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/sponsor/index.html b/public/sponsor/index.html
index 9d9e823..2499b1f 100644
--- a/public/sponsor/index.html
+++ b/public/sponsor/index.html
@@ -50,7 +50,11 @@ to cut back my activities by at least 50% in the next year.
alt="Liberapay icon" />
Liberapay
-
+
+
+ GitHub
+
diff --git a/public/sponsor/sponsor.css b/public/sponsor/sponsor.css
index 6975341..0059dc4 100644
--- a/public/sponsor/sponsor.css
+++ b/public/sponsor/sponsor.css
@@ -30,6 +30,18 @@ a.donate-btn.liberapay:hover {
background-color: #fbce1a;
}
+/* GitHub */
+
+a.donate-btn.github {
+ background-color: #f6f8fa;
+ color: #24292f;
+ outline: solid 1px #d0d7de;
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif;
+}
+a.donate-btn.github:hover {
+ background-color: #eef1f4;
+}
+
/* Ko-fi */
a.donate-btn.kofi {
--
cgit v1.2.3-54-g00ecf