Update README.md
Browse files
README.md
CHANGED
|
@@ -29,29 +29,28 @@ pipeline_tag: text-generation
|
|
| 29 |
<img src="https://huggingface.co/Vaultkeeper/ouroboros-next/resolve/main/vaultai-logo.png" alt="VAULTAI" width="300" style="max-height: 300px;" />
|
| 30 |
</div>
|
| 31 |
|
| 32 |
-
<div align="center" style="margin: 2em 0; padding:
|
| 33 |
-
<h2 style="margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #ffffff; letter-spacing:
|
| 34 |
-
|
| 35 |
</h2>
|
| 36 |
|
| 37 |
-
<div style="width:
|
| 38 |
-
<div style="width:
|
| 39 |
</div>
|
| 40 |
|
| 41 |
-
<p style="margin: 0; font-size: 1em; color: #
|
| 42 |
-
|
| 43 |
</p>
|
| 44 |
|
| 45 |
<style>
|
| 46 |
@keyframes pulse {
|
| 47 |
-
0% { opacity: 1; }
|
| 48 |
-
50% { opacity: 0.
|
| 49 |
-
100% { opacity: 1; }
|
| 50 |
}
|
| 51 |
-
@keyframes
|
| 52 |
-
0% {
|
| 53 |
-
|
| 54 |
-
100% { width: 100%; }
|
| 55 |
}
|
| 56 |
</style>
|
| 57 |
</div>
|
|
|
|
| 29 |
<img src="https://huggingface.co/Vaultkeeper/ouroboros-next/resolve/main/vaultai-logo.png" alt="VAULTAI" width="300" style="max-height: 300px;" />
|
| 30 |
</div>
|
| 31 |
|
| 32 |
+
<div align="center" style="margin: 2em 0; padding: 25px; border: 1px solid #444; border-radius: 12px; background: linear-gradient(145deg, #0a0a0a, #141414); box-shadow: 0 10px 30px rgba(0,0,0,0.7);">
|
| 33 |
+
<h2 style="margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #ffffff; letter-spacing: 3px; font-size: 1.6em; text-transform: uppercase;">
|
| 34 |
+
Deployment Status: <span style="color: #ff3333; animation: pulse 1.5s infinite;">UNRELEASED</span>
|
| 35 |
</h2>
|
| 36 |
|
| 37 |
+
<div style="width: 85%; background-color: #1a1a1a; border-radius: 20px; margin: 25px 0; height: 14px; overflow: hidden; border: 1px solid #333; position: relative;">
|
| 38 |
+
<div style="width: 100%; height: 100%; background: linear-gradient(90deg, #333, #ffcc00, #333); background-size: 200% 100%; animation: loading-shimmer 2s linear infinite; border-radius: 20px;"></div>
|
| 39 |
</div>
|
| 40 |
|
| 41 |
+
<p style="margin: 0; font-size: 1.1em; color: #aaa; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;">
|
| 42 |
+
<span style="color: #ffcc00;">[ PRE-ALPHA ]</span> SOVEREIGN-CODE & CORPUS-CALLOSUM | ARCHITECTING...
|
| 43 |
</p>
|
| 44 |
|
| 45 |
<style>
|
| 46 |
@keyframes pulse {
|
| 47 |
+
0% { opacity: 1; text-shadow: 0 0 5px #ff3333; }
|
| 48 |
+
50% { opacity: 0.3; text-shadow: 0 0 0px #ff3333; }
|
| 49 |
+
100% { opacity: 1; text-shadow: 0 0 5px #ff3333; }
|
| 50 |
}
|
| 51 |
+
@keyframes loading-shimmer {
|
| 52 |
+
0% { background-position: 200% 0; }
|
| 53 |
+
100% { background-position: -200% 0; }
|
|
|
|
| 54 |
}
|
| 55 |
</style>
|
| 56 |
</div>
|