diff --git a/content/videos/ld23nixos.md b/content/videos/ld23nixos.md index c1e1f32..9a7c46c 100644 --- a/content/videos/ld23nixos.md +++ b/content/videos/ld23nixos.md @@ -11,6 +11,8 @@ license: "CC BY-NC-SA 4.0 International" Registrazione della mia presentazione riguardo il selfhosting con NixOS che ho dato al Linux Day di Napoli 2023. -Scarica la presentazione da [qui](https://dl.gianmarco.gg/presentations/linuxday23-nixos-rev1.pdf). +Scarica la presentazione da qui. + +{{< download "https://dl.gianmarco.gg/presentations/linuxday23-nixos-rev1.pdf" "linuxday23-nixos-rev1.pdf" "PDF document, 14MB">}} Puoi vedere questo video anche su [YouTube](https://www.youtube.com/@gianmarcogg03), [Odysee](https://odysee.com/@gianmarcogg03) e [PeerTube](https://videos.gianmarco.gg/c/gianmarcogg03). diff --git a/static/ytr.html b/static/ytr.html index db5625b..8c67739 100644 --- a/static/ytr.html +++ b/static/ytr.html @@ -34,18 +34,37 @@ .button { border: none; color: white; - padding: 15px 32px; + padding: 10px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; + border-radius: 5px; } #pipedbtn {background-color: darkred} /* Piped */ #ytbtn {background-color: red} /* YouTube */ #odybtn {background-color: purple} /* Odysee */ #ptbtn {background-color: #C2540A} /* PeerTube */ + + @font-face { + font-family: "Mustica Pro"; + src: url("fonts/MusticaPro-SemiBold.otf") format("opentype"); + font-weight: normal; + font-style: normal + } + + @font-face { + font-family: "Roboto"; + src: url("fonts/Roboto-Regular.ttf") format("truetype"); + font-weight: normal; + font-style: normal + } + + h1 { + font-family: "Mustica Pro"; + }