Vaultkeeper commited on
Commit
c1fe38a
·
verified ·
1 Parent(s): 8b6ac2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
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: 20px; border: 1px solid #333; border-radius: 12px; background: linear-gradient(145deg, #0d0d0d, #1a1a1a); box-shadow: 0 4px 20px rgba(0,0,0,0.5);">
33
- <h2 style="margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #ffffff; letter-spacing: 2px; font-size: 1.5em; text-transform: uppercase;">
34
- Model Status: <span style="color: #ffcc00; animation: pulse 2s infinite;">COOKING...</span>
35
  </h2>
36
 
37
- <div style="width: 80%; background-color: #262626; border-radius: 20px; margin: 20px 0; height: 12px; overflow: hidden; border: 1px solid #404040;">
38
- <div style="width: 65%; height: 100%; background: linear-gradient(90deg, #ffcc00, #ff9900); border-radius: 20px; animation: progress 3s ease-in-out infinite;"></div>
39
  </div>
40
 
41
- <p style="margin: 0; font-size: 1em; color: #888; font-weight: 500;">
42
- VAULT-AI INFRASTRUCTURE | SOVEREIGN-CODE & CORPUS-CALLOSUM
43
  </p>
44
 
45
  <style>
46
  @keyframes pulse {
47
- 0% { opacity: 1; }
48
- 50% { opacity: 0.4; }
49
- 100% { opacity: 1; }
50
  }
51
- @keyframes progress {
52
- 0% { width: 0%; }
53
- 50% { width: 70%; }
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>