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 @@