From 5ae02c7adf005916945280f335bb264d80644bd8 Mon Sep 17 00:00:00 2001 From: ministicraft Date: Tue, 14 Apr 2026 00:52:40 +0200 Subject: [PATCH] feat: add persistent OVHcloud logo on bottom-left of every slide Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index a2ce8a2..4bd4031 100644 --- a/index.html +++ b/index.html @@ -70,9 +70,21 @@ margin-left: auto; margin-right: auto; } + + .ovh-logo-global { + position: fixed; + bottom: 1em; + left: 1em; + height: 28px; + width: auto; + opacity: 0.7; + z-index: 50; + pointer-events: none; + } +OVHcloud