DOGFATHER UNIVERSE: erste lauffähige Website + Bewerbungs-Postfach + Hosting-Vorbereitung
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de" data-theme="dogfather">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Streamplan & Livebereich — DOGFATHER UNIVERSE</title>
|
||||
<meta name="description" content="Wann geht Dogfather live? Streamplan und Livebereich." />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/img/favicon.svg" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="DOGFATHER UNIVERSE" />
|
||||
<meta property="og:title" content="Streamplan & Livebereich — DOGFATHER UNIVERSE" />
|
||||
<meta property="og:description" content="Wann geht Dogfather live? Streamplan und Livebereich." />
|
||||
<meta property="og:image" content="https://REPLACE-WITH-YOUR-DOMAIN.tld/assets/img/og-cover.jpg" />
|
||||
<meta property="og:url" content="https://REPLACE-WITH-YOUR-DOMAIN.tld/streamplan.html" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Streamplan & Livebereich — DOGFATHER UNIVERSE" />
|
||||
<meta name="twitter:description" content="Wann geht Dogfather live? Streamplan und Livebereich." />
|
||||
<meta name="twitter:image" content="https://REPLACE-WITH-YOUR-DOMAIN.tld/assets/img/og-cover.jpg" />
|
||||
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<link rel="stylesheet" href="assets/css/theme-dogfather.css" />
|
||||
<link rel="stylesheet" href="assets/css/theme-hasidog.css" />
|
||||
<link rel="stylesheet" href="assets/css/theme-spicymedia.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="site-header"></div>
|
||||
|
||||
<main>
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
<span class="eyebrow">Welt 1 — Dogfather</span>
|
||||
<h1>Streamplan & Livebereich</h1>
|
||||
<p class="lead worlds">Wann ist Dogfather live?</p>
|
||||
<div class="btn-row" style="justify-content:center;">
|
||||
<a class="btn btn-primary" href="https://www.tiktok.com/@dogfather0804" target="_blank" rel="noopener">Zum TikTok-Livestream</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section-tight">
|
||||
<div class="container">
|
||||
<h2 class="text-center">Wochenplan</h2>
|
||||
<div class="grid grid-4">
|
||||
<div class="card text-center"><h3>Montag</h3><p class="small muted">TODO: Uhrzeit/Format</p></div>
|
||||
<div class="card text-center"><h3>Mittwoch</h3><p class="small muted">TODO: Uhrzeit/Format</p></div>
|
||||
<div class="card text-center"><h3>Freitag</h3><p class="small muted">TODO: Uhrzeit/Format</p></div>
|
||||
<div class="card text-center"><h3>Sonntag</h3><p class="small muted">TODO: Uhrzeit/Format</p></div>
|
||||
</div>
|
||||
<div class="todo-note">
|
||||
<strong>TODO:</strong> Echte Streamtage/-zeiten und Formate mit Dogi klären (Masterplan Block D) und hier eintragen.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<div id="site-footer"></div>
|
||||
<script src="assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user