style before n8n

This commit is contained in:
karim hassan
2025-08-24 16:28:35 +00:00
parent 72b5d23ce8
commit 92e6afff00
5 changed files with 312 additions and 24 deletions

View File

@@ -1,33 +1,47 @@
<!doctype html>
<html lang="fr">
<head>
<title>Super Sunday — Accueil</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Super Sunday — Accueil</title>
<link rel="stylesheet" href="/assets/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/style.css?v=4" />
</head>
<body>
<header>
<h1>Super Sunday — Padel Championship</h1>
<nav>
<a href="/">Accueil</a>
<a href="/" class="active">Accueil</a>
<a href="/events">Événements</a>
<a href="/admin">Admin</a>
</nav>
</header>
<main class="container">
<div class="card accent" style="padding:22px; margin:8px 0 18px;">
<div class="kicker">Tournoi du dimanche</div>
<h2 class="hero-title">Padel, ambiance & performance</h2>
<p class="muted" style="margin:6px 0 0">Inscriptions, poules Americano, scores en direct.</p>
<div class="cta-row" style="display:flex; gap:12px; flex-wrap:wrap; margin-top:12px">
<a class="btn" href="/events">Voir les événements</a>
<a class="btn-outline" href="/admin">Espace organisateur</a>
</div>
</div>
<section>
<h2>Tournois</h2>
<h2 class="section-title">Tournois</h2>
<div id="tournaments"></div>
</section>
<section>
<h2>Matches</h2>
<h2 class="section-title">Matches</h2>
<div id="matches" class="empty">Aucun match</div>
</section>
</main>
<!-- Bubbles -->
<div class="bg-bubble b1"></div>
<div class="bg-bubble b2"></div>
<div class="bg-bubble b3"></div>