Files
Talks/content/index.html
Le Prévost-Corvellec Arnault 4ffed1b5fa
Some checks failed
Talks slides — image & chart / vars (push) Successful in 2s
Talks slides — image & chart / Build container image (push) Failing after 41s
Talks slides — image & chart / Helm chart (push) Failing after 43s
ci
2026-04-08 20:13:50 +02:00

33 lines
941 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Talks — Specificat</title>
<link rel="stylesheet" href="css/home.css" />
</head>
<body>
<div class="page">
<header class="masthead">
<h1>Talks</h1>
<p>Présentations (Reveal.js) — même charte visuelle que le site Specificat.</p>
</header>
<main class="talks-grid" aria-label="Liste des présentations">
<a class="talk-card" href="kubernetes-hell-to-heaven/">
<h2>Kubernetes Operators</h2>
<p>De lenfer au paradis — Kubernetes, opérateurs et boucle de réconciliation.</p>
<span class="meta">Dossier · kubernetes-hell-to-heaven</span>
</a>
</main>
<footer class="site-footer">
Contenu servi depuis le dépôt <em>Talks</em> (dossier <code>content/</code>).
</footer>
</div>
</body>
</html>