new footer
This commit is contained in:
43
app/page.tsx
43
app/page.tsx
@@ -151,10 +151,45 @@ export default function Home() {
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer className="foot">
|
||||
<div className="wrap">
|
||||
Daten: football-data.org (Spiele & Tabellen) · Polymarket Gamma API (Wahrscheinlichkeiten) ·
|
||||
Annex-C-Zuordnung nach den FIFA-Wettbewerbsregeln WM 2026. Kein offizielles FIFA-Produkt.
|
||||
<footer style={{
|
||||
borderTop: "1px solid var(--line-soft)",
|
||||
padding: "24px 0",
|
||||
marginTop: 40,
|
||||
}}>
|
||||
<div className="wrap" style={{
|
||||
display: "flex", flexDirection: "column", alignItems: "center", gap: 8,
|
||||
}}>
|
||||
<div style={{
|
||||
display: "flex", alignItems: "center", gap: 12,
|
||||
}}>
|
||||
<span style={{
|
||||
display: "inline-flex", alignItems: "center", justifyContent: "center",
|
||||
width: 28, height: 28,
|
||||
fontFamily: "var(--font-display)", fontSize: 13, fontWeight: 700,
|
||||
color: "var(--ink-dim)", background: "var(--bg-card)",
|
||||
border: "1px solid var(--line-soft)", borderRadius: "var(--radius-sm)",
|
||||
}}>
|
||||
AK
|
||||
</span>
|
||||
<a href="#" style={{
|
||||
fontFamily: "var(--font-mono)", fontSize: 12,
|
||||
color: "var(--ink-faint)", textDecoration: "none",
|
||||
}}>
|
||||
Andreas Knuth
|
||||
</a>
|
||||
</div>
|
||||
<span style={{
|
||||
fontFamily: "var(--font-mono)", fontSize: 10,
|
||||
color: "var(--ink-faint)",
|
||||
}}>
|
||||
WM 2026 Dashboard
|
||||
</span>
|
||||
<span style={{
|
||||
fontFamily: "var(--font-mono)", fontSize: 9,
|
||||
color: "var(--ink-faint)", opacity: 0.5, marginTop: 8,
|
||||
}}>
|
||||
Daten: football-data.org · Polymarket Gamma API · FIFA Annex C
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user