110 lines
3.8 KiB
HTML
110 lines
3.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="sv">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
|
<title>LandveX — Intern Status</title>
|
||
|
|
<style>
|
||
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||
|
|
body {
|
||
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||
|
|
background: #0a0a0a;
|
||
|
|
color: #fff;
|
||
|
|
line-height: 1.6;
|
||
|
|
-webkit-text-size-adjust: 100%;
|
||
|
|
}
|
||
|
|
.hero {
|
||
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||
|
|
padding: 40px 20px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.hero h1 { font-size: 2em; }
|
||
|
|
.hero p { opacity: 0.9; margin-top: 10px; }
|
||
|
|
|
||
|
|
.warning {
|
||
|
|
background: rgba(239, 68, 68, 0.2);
|
||
|
|
border: 1px solid #ef4444;
|
||
|
|
border-radius: 8px;
|
||
|
|
padding: 15px;
|
||
|
|
margin: 20px;
|
||
|
|
text-align: center;
|
||
|
|
color: #ef4444;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
|
||
|
|
h2 { font-size: 1.5em; margin: 30px 0 15px; color: #667eea; }
|
||
|
|
.card {
|
||
|
|
background: rgba(255,255,255,0.05);
|
||
|
|
border-radius: 12px;
|
||
|
|
padding: 20px;
|
||
|
|
margin: 15px 0;
|
||
|
|
border-left: 3px solid #667eea;
|
||
|
|
}
|
||
|
|
table {
|
||
|
|
width: 100%;
|
||
|
|
border-collapse: collapse;
|
||
|
|
margin: 15px 0;
|
||
|
|
font-size: 0.9em;
|
||
|
|
}
|
||
|
|
th, td {
|
||
|
|
padding: 8px;
|
||
|
|
text-align: left;
|
||
|
|
border-bottom: 1px solid rgba(255,255,255,0.1);
|
||
|
|
}
|
||
|
|
th { color: #667eea; }
|
||
|
|
.status-ok { color: #4ade80; }
|
||
|
|
.status-wait { color: #fbbf24; }
|
||
|
|
.status-na { color: #ef4444; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="hero">
|
||
|
|
<h1>🔒 LandveX Intern Status</h1>
|
||
|
|
<p>Intern översikt — Ej för extern användning</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="warning">
|
||
|
|
⚠️ DENNA SIDA ÄR INTERNT BRUK — INTE FÖR KUNDER
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="container">
|
||
|
|
<h2>📊 AI-pipeline Status</h2>
|
||
|
|
|
||
|
|
<div class="card">
|
||
|
|
<h3>Fas 1: Cloud Vision Bootstrap</h3>
|
||
|
|
<p>Status: <span class="status-wait">🟡 Väntar på API-nyckel</span></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="card">
|
||
|
|
<h3>Fas 2: Eget Dataset</h3>
|
||
|
|
<p>Status: <span class="status-na">🔴 Ej startad</span></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="card">
|
||
|
|
<h3>Fas 3: Egen Modell</h3>
|
||
|
|
<p>Status: <span class="status-na">🔴 Ej tränad</span></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2>📋 Komponenter</h2>
|
||
|
|
<table>
|
||
|
|
<tr><th>Komponent</th><th>Status</th></tr>
|
||
|
|
<tr><td>AI-arkitektur</td><td class="status-ok">✅ Klar</td></tr>
|
||
|
|
<tr><td>Cloud Vision SDK</td><td class="status-ok">✅ Installerad</td></tr>
|
||
|
|
<tr><td>Benchmark</td><td class="status-ok">✅ Klar</td></tr>
|
||
|
|
<tr><td>GC-projekt</td><td class="status-wait">🟡 Väntar</td></tr>
|
||
|
|
<tr><td>API-nyckel</td><td class="status-wait">🟡 Väntar</td></tr>
|
||
|
|
<tr><td>Gold Route</td><td class="status-na">🔴 Ej startad</td></tr>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<h2>🔗 Dokumentation</h2>
|
||
|
|
<div class="card">
|
||
|
|
<p><a href="/pilot/EXECUTION-PLAN.md" style="color: #667eea;">Execution Plan</a></p>
|
||
|
|
<p><a href="/pilot/AI-ARCHITECTURE.md" style="color: #667eea;">AI-arkitektur</a></p>
|
||
|
|
<p><a href="/pilot/INFRASTRUCTURE-VOCABULARY.md" style="color: #667eea;">Vokabulär</a></p>
|
||
|
|
<p><a href="/pilot/STATUS-2026-06-29.md" style="color: #667eea;">Full status</a></p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|