MoShow commited on
Commit
e13c713
Β·
verified Β·
1 Parent(s): 2f9cc52

Great work thank you, Label app the Vortex Cortex

Browse files
Files changed (3) hide show
  1. components/footer.js +7 -7
  2. components/navbar.js +2 -2
  3. index.html +5 -5
components/footer.js CHANGED
@@ -168,12 +168,12 @@ class CustomFooter extends HTMLElement {
168
  <div class="brand">
169
  <a href="index.html" class="logo">
170
  <div class="logo-icon">πŸŒ€</div>
171
- <span class="logo-text">VortexAI</span>
172
- </a>
173
  <p class="brand-desc">
174
- Professional-grade AI generation for creators who demand the highest quality.
175
- From 4K to 20K+ resolution, we deliver pixel-perfect results.
176
- </p>
177
  <div class="social-links">
178
  <a href="#" class="social-link" title="Twitter">
179
  <i data-feather="twitter" style="width: 18px; height: 18px;"></i>
@@ -219,8 +219,8 @@ class CustomFooter extends HTMLElement {
219
  </div>
220
 
221
  <div class="footer-bottom">
222
- <p class="copyright">Β© 2024 VortexAI. All rights reserved.</p>
223
- <div class="footer-badges">
224
  <span class="badge">4K Ready</span>
225
  <span class="badge">8K Ready</span>
226
  <span class="badge">16K+ Ready</span>
 
168
  <div class="brand">
169
  <a href="index.html" class="logo">
170
  <div class="logo-icon">πŸŒ€</div>
171
+ <span class="logo-text">Vortex Cortex</span>
172
+ </a>
173
  <p class="brand-desc">
174
+ Professional-grade AI generation by Mostar Industries.
175
+ From 4K to 20K+ resolution, delivering pixel-perfect results.
176
+ </p>
177
  <div class="social-links">
178
  <a href="#" class="social-link" title="Twitter">
179
  <i data-feather="twitter" style="width: 18px; height: 18px;"></i>
 
219
  </div>
220
 
221
  <div class="footer-bottom">
222
+ <p class="copyright">Β© 2024 Mostar Industries. All rights reserved.</p>
223
+ <div class="footer-badges">
224
  <span class="badge">4K Ready</span>
225
  <span class="badge">8K Ready</span>
226
  <span class="badge">16K+ Ready</span>
components/navbar.js CHANGED
@@ -180,8 +180,8 @@ class CustomNavbar extends HTMLElement {
180
  <div class="nav-container">
181
  <a href="index.html" class="logo">
182
  <div class="logo-icon">πŸŒ€</div>
183
- <span class="logo-text">VortexAI</span>
184
- </a>
185
 
186
  <ul class="nav-links">
187
  <li><a href="#studio">Studio</a></li>
 
180
  <div class="nav-container">
181
  <a href="index.html" class="logo">
182
  <div class="logo-icon">πŸŒ€</div>
183
+ <span class="logo-text">Vortex Cortex</span>
184
+ </a>
185
 
186
  <ul class="nav-links">
187
  <li><a href="#studio">Studio</a></li>
index.html CHANGED
@@ -3,8 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>VortexAI - Multiverse Generator</title>
7
- <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>πŸŒ€</text></svg>">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
@@ -118,9 +118,9 @@
118
  <br>
119
  <span class="text-white">Into Reality</span>
120
  </h1>
121
- <p class="text-xl md:text-2xl text-slate-400 max-w-3xl mx-auto mb-12">
122
- Generate cinema-quality content in 4K, 8K, 16K and beyond. Professional-grade AI for creators who demand perfection.
123
- </p>
124
  <!-- Quick Start -->
125
  <div class="max-w-4xl mx-auto">
126
  <custom-prompt-input id="hero-prompt"></custom-prompt-input>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Vortex Cortex - Multiverse Generator</title>
7
+ <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>πŸŒ€</text></svg>">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
 
118
  <br>
119
  <span class="text-white">Into Reality</span>
120
  </h1>
121
+ <p class="text-xl md:text-2xl text-slate-400 max-w-3xl mx-auto mb-12">
122
+ Generate cinema-quality content in 4K, 8K, 16K and beyond. Professional-grade AI by Mostar Industries.
123
+ </p>
124
  <!-- Quick Start -->
125
  <div class="max-w-4xl mx-auto">
126
  <custom-prompt-input id="hero-prompt"></custom-prompt-input>