@@ -48,6 +48,33 @@ img {
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.status-hero {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 48px 0
|
||||
}
|
||||
|
||||
.status-card {
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
padding: 40px;
|
||||
border-radius: var(--card-radius);
|
||||
background: var(--panel);
|
||||
border: 1px solid var(--panel-border);
|
||||
box-shadow: var(--shadow)
|
||||
}
|
||||
|
||||
.status-brand {
|
||||
margin-bottom: 28px
|
||||
}
|
||||
|
||||
.status-note {
|
||||
margin: 24px 0 0;
|
||||
color: var(--muted);
|
||||
line-height: 1.6
|
||||
}
|
||||
|
||||
.header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MyAi.ro · Temporarily unavailable</title>
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<meta name="theme-color" content="#071326" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" href="/img/favicon-256.png" />
|
||||
<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;500;600;700;800&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/myai.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="site-shell">
|
||||
<main>
|
||||
<section class="hero status-hero">
|
||||
<div class="container">
|
||||
<div class="status-card">
|
||||
<a class="brand status-brand" href="/" aria-label="MyAi.ro home">
|
||||
<span class="brand-mark">
|
||||
<img src="/img/myai-logo.svg" alt="MyAi.ro">
|
||||
</span>
|
||||
<span>
|
||||
<span class="brand-text">MyAi.ro</span>
|
||||
<small>AI engineering showcase</small>
|
||||
</span>
|
||||
</a>
|
||||
<span class="eyebrow">Temporarily unavailable</span>
|
||||
<h1>The site is not available right now.</h1>
|
||||
<p class="hero-text">
|
||||
MyAi.ro is temporarily offline for maintenance.
|
||||
We expect to be back shortly.
|
||||
</p>
|
||||
<p class="status-note">
|
||||
<strong>RO:</strong> Site-ul nu este disponibil temporar. Vă mulțumim pentru răbdare.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MyAi.ro · Under construction</title>
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<meta name="theme-color" content="#071326" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" href="/img/favicon-256.png" />
|
||||
<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;500;600;700;800&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/myai.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="site-shell">
|
||||
<main>
|
||||
<section class="hero status-hero">
|
||||
<div class="container">
|
||||
<div class="status-card">
|
||||
<a class="brand status-brand" href="/" aria-label="MyAi.ro home">
|
||||
<span class="brand-mark">
|
||||
<img src="/img/myai-logo.svg" alt="MyAi.ro">
|
||||
</span>
|
||||
<span>
|
||||
<span class="brand-text">MyAi.ro</span>
|
||||
<small>AI engineering showcase</small>
|
||||
</span>
|
||||
</a>
|
||||
<span class="eyebrow">Under construction</span>
|
||||
<h1>We are building something new.</h1>
|
||||
<p class="hero-text">
|
||||
MyAi.ro is being updated with new AI demos and improvements.
|
||||
Please check back soon.
|
||||
</p>
|
||||
<p class="status-note">
|
||||
<strong>RO:</strong> Site-ul este în construcție. Reveniți în curând.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user