Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- index.html +54 -19
index.html
CHANGED
|
@@ -1,19 +1,54 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Hermes Intelligence | Operational Hub</title>
|
| 7 |
+
<style>
|
| 8 |
+
body { font-family: 'Inter', -apple-system, sans-serif; background: #111; color: #eee; margin: 0; padding: 20px; }
|
| 9 |
+
.header { border-bottom: 1px solid #333; padding-bottom: 20px; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; }
|
| 10 |
+
.title { font-size: 1.5rem; font-weight: bold; letter-spacing: 1px; color: #fff; }
|
| 11 |
+
.status-badge { background: #00ff41; color: #000; padding: 4px 12px; border-radius: 12px; font-size: 0.7rem; font-weight: bold; text-transform: uppercase; }
|
| 12 |
+
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
|
| 13 |
+
.card { background: #1a1a1a; border: 1px solid #333; padding: 20px; border-radius: 8px; }
|
| 14 |
+
.card h3 { margin-top: 0; font-size: 1rem; color: #888; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #333; padding-bottom: 10px; }
|
| 15 |
+
.milestone-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #222; }
|
| 16 |
+
.milestone-item:last-child { border-bottom: none; }
|
| 17 |
+
.milestone-name { font-size: 0.9rem; }
|
| 18 |
+
.milestone-status { font-size: 0.7rem; font-family: monospace; }
|
| 19 |
+
.done { color: #00ff41; }
|
| 20 |
+
.progress { color: #ffcc00; }
|
| 21 |
+
.pending { color: #666; }
|
| 22 |
+
.metrics { display: flex; gap: 20px; margin-bottom: 30px; }
|
| 23 |
+
.metric-box { background: #1a1a1a; padding: 15px; border: 1px solid #333; border-radius: 8px; flex: 1; text-align: center; }
|
| 24 |
+
.metric-val { font-size: 1.8rem; font-weight: bold; display: block; color: #fff; }
|
| 25 |
+
.metric-label { font-size: 0.7rem; color: #666; text-transform: uppercase; }
|
| 26 |
+
</style>
|
| 27 |
+
</head>
|
| 28 |
+
<body>
|
| 29 |
+
<div class="header">
|
| 30 |
+
<div class="title">HERMES INTELLIGENCE // HUB</div>
|
| 31 |
+
<div class="status-badge">System Active</div>
|
| 32 |
+
</div>
|
| 33 |
+
<div class="metrics">
|
| 34 |
+
<div class="metric-box"><span class="metric-val">ACTIVE</span><span class="metric-label">Build Mode</span></div>
|
| 35 |
+
<div class="metric-box"><span class="metric-val">VERIFIED</span><span class="metric-label">Intelligence State</span></div>
|
| 36 |
+
<div class="metric-box"><span class="metric-val">LIVE</span><span class="metric-label">GitHub Infrastructure</span></div>
|
| 37 |
+
</div>
|
| 38 |
+
<div class="grid">
|
| 39 |
+
<div class="card">
|
| 40 |
+
<h3>Project Milestones</h3>
|
| 41 |
+
<div class="milestone-item"><span class="milestone-name">Infrastructure Migration (GH Pages)</span><span class="milestone-status done">[COMPLETED]</span></div>
|
| 42 |
+
<div class="milestone-item"><span class="milestone-name">Landing Page Deployment</span><span class="milestone-status done">[COMPLETED]</span></div>
|
| 43 |
+
<div class="milestone-item"><span class="milestone-name">Verified Alpha Edition #01-03</span><span class="milestone-status done">[COMPLETED]</span></div>
|
| 44 |
+
<div class="milestone-item"><span class="milestone-name">Dynamic Data Integration</span><span class="milestone-status pending">[PENDING]</span></div>
|
| 45 |
+
</div>
|
| 46 |
+
<div class="card">
|
| 47 |
+
<h3>Core Objectives</h3>
|
| 48 |
+
<div class="milestone-item"><span class="milestone-name">Curation Over Noise</span><span class="milestone-status done">✓</span></div>
|
| 49 |
+
<div class="milestone-item"><span class="milestone-name">Institutional Aesthetic</span><span class="milestone-status done">✓</span></div>
|
| 50 |
+
<div class="milestone-item"><span class="milestone-name">Verification-First Engine</span><span class="milestone-status progress">...</span></div>
|
| 51 |
+
</div>
|
| 52 |
+
</div>
|
| 53 |
+
</body>
|
| 54 |
+
</html>
|