From cab5c8748419e8766fa671ef937a8ddb765bafae Mon Sep 17 00:00:00 2001 From: ministicraft Date: Tue, 14 Apr 2026 01:15:44 +0200 Subject: [PATCH] feat: move tool logos to top-left, add to title slide, cleanup - Tool logos (Terraform/Ansible/Puppet) now positioned top-left - Title slide: inline tool logos next to each tool name - Remove redundant OVHcloud logos from slides 1-2 (global logo suffices) - Remove unused .ovh-logo CSS class Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- index.html | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index d4bdc23..57f858b 100644 --- a/index.html +++ b/index.html @@ -63,25 +63,16 @@ margin-bottom: 0.2em; } - /* Tool logos — absolute within Reveal.js's positioned sections */ + /* Tool logos — top-left corner within Reveal.js's positioned sections */ .slide-logo { position: absolute; - bottom: 12px; - right: 16px; + top: 16px; + left: 16px; width: 40px; height: 40px; opacity: 0.8; } - .ovh-logo { - height: 36px; - width: auto; - margin-top: 1.2em; - display: block; - margin-left: auto; - margin-right: auto; - } - /* Persistent logo — outside Reveal container, fixed to viewport */ .ovh-logo-global { position: fixed; @@ -104,9 +95,12 @@

⚙️ Configuration as Code

-

Puppet · Ansible · Terraform
— What's the difference and when to use what? —

+

+ Puppet Puppet · + Ansible Ansible · + Terraform Terraform +
— What's the difference and when to use what? —

FinistDevs · 2026

-
@@ -114,7 +108,6 @@

Arnaud Prémel-Cabic

Tech Lead @ OVHCloud

arnaud.premel-cabic@ovhcloud.com

- OVHcloud