diff --git a/site/css/hl.css b/site/css/hl.css index c4a0704..3246b47 100644 --- a/site/css/hl.css +++ b/site/css/hl.css @@ -294,6 +294,21 @@ img { max-width: 100%; height: auto; } +.alternative-logo { + filter: drop-shadow(0px 0px 1px black); + padding-right: 40px; } + +.alternative-logo-visible { + display: none; } + +.alternative-logo .alternative-logo-visible,.alternative-logo-hidden { + display: block; + max-width: 100%; + height: auto; } + +.alternative-logo .alternative-logo-hidden { + display: none; } + .img-rounded { border-radius: 6px; } diff --git a/site/img/haskell-uwu.png b/site/img/haskell-uwu.png new file mode 100644 index 0000000..dcc3998 Binary files /dev/null and b/site/img/haskell-uwu.png differ diff --git a/site/index.html b/site/index.html index 88c35fa..dde6417 100644 --- a/site/index.html +++ b/site/index.html @@ -11,8 +11,9 @@
- - Haskell + + Haskell +

An advanced, purely functional programming language

diff --git a/site/templates/default.html b/site/templates/default.html index cec5b1d..8b654f1 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -12,6 +12,41 @@ +