new footer
This commit is contained in:
43
app/page.tsx
43
app/page.tsx
@@ -151,10 +151,45 @@ export default function Home() {
|
|||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer className="foot">
|
<footer style={{
|
||||||
<div className="wrap">
|
borderTop: "1px solid var(--line-soft)",
|
||||||
Daten: football-data.org (Spiele & Tabellen) · Polymarket Gamma API (Wahrscheinlichkeiten) ·
|
padding: "24px 0",
|
||||||
Annex-C-Zuordnung nach den FIFA-Wettbewerbsregeln WM 2026. Kein offizielles FIFA-Produkt.
|
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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user