From 1dcf19f75016cd4dcf07897a618b17050dca52fa Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 14 Apr 2024 09:02:37 -0600 Subject: wip --- public/donate.css | 62 ++++++++++++++++++++++++++++++++++++++++++ public/donate.html | 4 +-- public/index.html | 80 +++++++++++++++++++++++++++++++++++++----------------- 3 files changed, 119 insertions(+), 27 deletions(-) create mode 100644 public/donate.css (limited to 'public') diff --git a/public/donate.css b/public/donate.css new file mode 100644 index 0000000..49be209 --- /dev/null +++ b/public/donate.css @@ -0,0 +1,62 @@ +/* generic */ + +fieldset > a.donate-btn { + width: calc(100% - 1em); +} + +a.donate-btn { + margin: 0.25em 0; + + border-radius: 5px; + display: inline-block; + padding: 5px 7px 3px 7px; + + font-size: 14px; + font-weight: 700; + line-height: 22px; + text-decoration: none; +} +a.donate-btn > img { + height: 16px; + margin-top: 2px; + margin-right: 3px; + vertical-align: top; +} +a.donate-btn > span { + vertical-align: top; +} + +/* Liberapay */ + +a.donate-btn.liberapay { + background-color: #f6c915; + color: #1a171b; + font-family: Helvetica Neue,Helvetica,sans-serif; +} +a.donate-btn.liberapay:hover { + background-color: #fbce1a; +} + +/* Ko-fi */ + +a.donate-btn.kofi { + font-family: 'Quicksand',Helvetica,Century Gothic,sans-serif; + background-color: #29abe0; + color: #ffffff; +} +a.donate-btn.kofi:hover { + background-color: #48b7e4; +} + +/* Patreon */ + +a.donate-btn.patreon { + background-color: #000000; + color: #ffffff; + text-transform: uppercase; + outline: solid 1px #000000; +} +a.donate-btn.patreon:hover { + background-color: #ffffff; + color: #000000; +} diff --git a/public/donate.html b/public/donate.html index 5df1b08..8dc33f3 100644 --- a/public/donate.html +++ b/public/donate.html @@ -30,9 +30,9 @@ to cut back my activities by at least 50% in the next year.

There are several ways you can sponsor me:

diff --git a/public/index.html b/public/index.html index c781278..3c46e61 100644 --- a/public/index.html +++ b/public/index.html @@ -2,29 +2,51 @@ - Luke Shumaker's home page + Luke T. Shumaker's home page +

Luke T. Shumaker

-

I am a programmer/hacker, +

+ +

I am a programmer/hacker, and an advocate of software freedom. I'm working on improving the GNU/Linux-libre ecosystem!

-

Things to see here:

Contact

@@ -77,6 +97,16 @@ +
  • Not-so-social web:
  • +
  • My phone number is . Please only use it to contact me regarding server issues, including the mav.lukeshu.com mail server.
  • -- cgit v1.2.3-54-g00ecf