ci
This commit is contained in:
32
content/index.html
Normal file
32
content/index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!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 l’enfer 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>
|
||||
Reference in New Issue
Block a user