diff --git a/assets/custom.css b/assets/custom.css index 8ad3c17..7f2ab11 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -50,6 +50,10 @@ header > img { /* pick one of background color or background image+size */ /* background-color: rgba(128, 128, 128, 0.2); */ } +.youtube-2024-siebenhandl { + background-image: url("../img/2024/thumbnail/siebenhandl.jpg"); + background-size: auto 180px; +} .youtube-2023 { background-image: url("../img/2023/munihac-2023-logo.svg"); background-size: auto 180px; diff --git a/assets/dist/custom.css b/assets/dist/custom.css index 8ad3c17..7f2ab11 100644 --- a/assets/dist/custom.css +++ b/assets/dist/custom.css @@ -50,6 +50,10 @@ header > img { /* pick one of background color or background image+size */ /* background-color: rgba(128, 128, 128, 0.2); */ } +.youtube-2024-siebenhandl { + background-image: url("../img/2024/thumbnail/siebenhandl.jpg"); + background-size: auto 180px; +} .youtube-2023 { background-image: url("../img/2023/munihac-2023-logo.svg"); background-size: auto 180px; diff --git a/content/2024/programme.html b/content/2024/programme.html index 23a65e5..5e00cb4 100644 --- a/content/2024/programme.html +++ b/content/2024/programme.html @@ -44,6 +44,11 @@

Hannes Siebenhandl

+
+ +

The .cabal file defines what encompasses a package in the Haskell ecosystem. It is strictly required if you want to upload your package to Hackage. As such, almost anyone has to write or modify diff --git a/img/2024/thumbnail/siebenhandl.jpg b/img/2024/thumbnail/siebenhandl.jpg new file mode 100644 index 0000000..1bc9268 Binary files /dev/null and b/img/2024/thumbnail/siebenhandl.jpg differ