From 368c931b3848ef0c216e42e20c2250474c6f9a67 Mon Sep 17 00:00:00 2001 From: Ryan Hendrickson Date: Thu, 5 Dec 2024 18:14:58 -0500 Subject: [PATCH] Add alternative logo (pride) --- site/css/hl.css | 9 +++++---- site/img/haskell-pride.svg | 1 + site/index.html | 2 +- site/templates/default.html | 32 ++++++++++++++++++++++---------- 4 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 site/img/haskell-pride.svg diff --git a/site/css/hl.css b/site/css/hl.css index bc6c367..580e164 100644 --- a/site/css/hl.css +++ b/site/css/hl.css @@ -294,18 +294,19 @@ img { max-width: 100%; height: auto; } -.alternative-logo { +.alternative-logo-pride, +.alternative-logo-uwu { filter: drop-shadow(0px 0px 1px black); } -.alternative-logo-visible { +#alternative-logo { display: none; } -.alternative-logo .alternative-logo-visible,.alternative-logo-hidden { +.with-alternative-logo #alternative-logo,.alternative-logo-hidden { display: block; max-width: 100%; height: auto; } -.alternative-logo .alternative-logo-hidden { +.with-alternative-logo .alternative-logo-hidden { display: none; } .img-rounded { diff --git a/site/img/haskell-pride.svg b/site/img/haskell-pride.svg new file mode 100644 index 0000000..9006b7b --- /dev/null +++ b/site/img/haskell-pride.svg @@ -0,0 +1 @@ + diff --git a/site/index.html b/site/index.html index dde6417..e4bf96a 100644 --- a/site/index.html +++ b/site/index.html @@ -13,7 +13,7 @@
Haskell - +

An advanced, purely functional programming language

diff --git a/site/templates/default.html b/site/templates/default.html index 8e9bc10..d11b36e 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -15,16 +15,28 @@