Initial screen5.shahikitchen.se index page
This commit is contained in:
Executable
+37
@@ -0,0 +1,37 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>screen5.shahikitchen.se</title>
|
||||||
|
<style>
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap');
|
||||||
|
body { font-family: 'Inter', system_ui, sans-serif; margin: 0; padding: 0; background: linear-gradient(135deg, #f8f5f0 0%, #f0e9d9 100%); color: #2c2a26; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; }
|
||||||
|
.container { max-width: 800px; padding: 2rem; }
|
||||||
|
h1 { font-family: 'Playfair Display', Georgia, serif; font-size: 3.5rem; margin: 0 0 1rem; color: #b38b4d; letter-spacing: -1px; }
|
||||||
|
.subtitle { font-size: 1.25rem; color: #6b665f; margin-bottom: 2rem; font-weight: 500; }
|
||||||
|
.status { display: inline-block; background: #0f5a4a; color: white; padding: 0.5rem 1.25rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 2rem; }
|
||||||
|
.content { background: white; border-radius: 16px; padding: 2.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.08); margin-bottom: 2rem; }
|
||||||
|
.note { font-size: 0.95rem; color: #8a8478; line-height: 1.6; }
|
||||||
|
a { color: #b38b4d; text-decoration: none; font-weight: 600; }
|
||||||
|
a:hover { text-decoration: underline; }
|
||||||
|
.footer { font-size: 0.8rem; color: #a8a29e; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<div class="status">LIVE</div>
|
||||||
|
<h1>screen5.shahikitchen.se</h1>
|
||||||
|
<p class="subtitle">This is screen5 — a dedicated display / micro-site for Shahi Kitchen.</p>
|
||||||
|
<div class="content">
|
||||||
|
<p class="note">This site is managed via its own Git repository in Gitea.<br>Push code to the <strong>production</strong> branch and it will automatically deploy here.</p>
|
||||||
|
<p style="margin-top: 1.5rem; font-size: 0.9rem;">Currently serving a simple static index. More pages and features can be added by pushing code.</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
Powered by the same deployment flow as <a href="https://shahikitchen.se">shahikitchen.se</a><br>
|
||||||
|
<a href="https://git.shahikitchen.se">git.shahikitchen.se</a> •
|
||||||
|
<a href="https://shahikitchen.se">Main site</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user