From 3a52131d1e9af00e998dc04ea615a58a78494085 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Le=20Pr=C3=A9vost-Corvellec=20Arnault?=
Date: Thu, 9 Apr 2026 01:07:41 +0200
Subject: [PATCH] Add closing slide section with QR codes and styling
enhancements
- Introduced a new closing slide section in index.html to thank the audience and provide QR codes for easy access to the repository and slides.
- Added corresponding CSS styles in custom.css to enhance the presentation of the closing slide elements, including layout and typography adjustments.
- Implemented QR code generation for the repository and slides using JavaScript for improved user engagement.
---
.../kubernetes-hell-to-heaven/css/custom.css | 67 +++++++++++++++++++
content/kubernetes-hell-to-heaven/index.html | 39 +++++++++++
2 files changed, 106 insertions(+)
diff --git a/content/kubernetes-hell-to-heaven/css/custom.css b/content/kubernetes-hell-to-heaven/css/custom.css
index 252268d..92a704a 100644
--- a/content/kubernetes-hell-to-heaven/css/custom.css
+++ b/content/kubernetes-hell-to-heaven/css/custom.css
@@ -284,3 +284,70 @@
color: var(--accent-cyan);
font-weight: 600;
}
+
+/* Slide de fin : remerciement, Q/R, QR codes */
+.reveal section.slide-fin h1 {
+ margin: 0 0 0.2em;
+ font-size: clamp(1.15em, 5vw, 1.45em);
+}
+
+.reveal section.slide-fin .slide-fin-thanks {
+ margin: 0 0 0.15em;
+ font-size: 0.52em;
+ line-height: 1.35;
+ color: var(--text-muted);
+}
+
+.reveal section.slide-fin .slide-fin-cta {
+ margin: 0 0 0.35em;
+ font-size: 0.72em;
+ font-weight: 600;
+ color: var(--accent-cyan);
+}
+
+.reveal section.slide-fin .slide-fin-hint {
+ margin: 0 auto 0.45em;
+ max-width: 28em;
+ font-size: 0.38em;
+ line-height: 1.4;
+ color: var(--text-subtle);
+}
+
+.reveal section.slide-fin .slide-fin-qr-grid {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ align-items: flex-end;
+ gap: 0.85em 1.75em;
+ margin: 0.15em 0 0;
+}
+
+.reveal section.slide-fin .slide-fin-qr-block {
+ margin: 0;
+ padding: 0;
+ border: none;
+ text-align: center;
+}
+
+.reveal section.slide-fin .slide-fin-qr-block figcaption {
+ margin: 0 0 0.35em;
+ font-size: 0.36em;
+ font-weight: 600;
+ color: var(--text-muted);
+}
+
+.reveal section.slide-fin .qrcode-fin-wrap {
+ display: inline-block;
+ padding: 0.2em;
+ background: #fff;
+ border-radius: 8px;
+ line-height: 0;
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
+}
+
+.reveal section.slide-fin .qrcode-fin-wrap canvas,
+.reveal section.slide-fin .qrcode-fin-wrap img {
+ display: block;
+ width: 150px;
+ height: 150px;
+}
diff --git a/content/kubernetes-hell-to-heaven/index.html b/content/kubernetes-hell-to-heaven/index.html
index 2efd8bb..3af8d5d 100644
--- a/content/kubernetes-hell-to-heaven/index.html
+++ b/content/kubernetes-hell-to-heaven/index.html
@@ -667,8 +667,31 @@ spec:
honnêtes, plus que chaque ligne du deck.
+
+ Merci
+ Merci pour votre attention.
+ Des questions ?
+ Dépôt des sources et page d’accueil des slides — à scanner pour repartir avec les
+ liens.
+
+
+ Dépôt
+
+
+
+ Slides — accueil
+
+
+
+
+