Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
}
|
| 23 |
|
| 24 |
body {
|
| 25 |
-
background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%), url('/images/
|
| 26 |
background-size: cover;
|
| 27 |
background-position: center;
|
| 28 |
color: var(--text-color);
|
|
@@ -326,7 +326,7 @@
|
|
| 326 |
<!-- Neural Vision -->
|
| 327 |
<div class="space-card animate-in" data-category="neural">
|
| 328 |
<div class="space-preview">
|
| 329 |
-
<img src="/image/
|
| 330 |
<div class="space-overlay">
|
| 331 |
<a href="#" class="visit-btn" data-space="https://cosmickvisions-neural-vision.hf.space">Visit Space</a>
|
| 332 |
</div>
|
|
|
|
| 22 |
}
|
| 23 |
|
| 24 |
body {
|
| 25 |
+
background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%), url('/images/BackGround.jpeg');
|
| 26 |
background-size: cover;
|
| 27 |
background-position: center;
|
| 28 |
color: var(--text-color);
|
|
|
|
| 326 |
<!-- Neural Vision -->
|
| 327 |
<div class="space-card animate-in" data-category="neural">
|
| 328 |
<div class="space-preview">
|
| 329 |
+
<img src="/image/nueral-vision.jpeg" alt="Neural Vision Preview">
|
| 330 |
<div class="space-overlay">
|
| 331 |
<a href="#" class="visit-btn" data-space="https://cosmickvisions-neural-vision.hf.space">Visit Space</a>
|
| 332 |
</div>
|