Spaces:
Running
Running
not there but in circles inn last
Browse files- index.html +5 -6
- style.css +9 -1
index.html
CHANGED
|
@@ -326,8 +326,8 @@
|
|
| 326 |
<script>
|
| 327 |
feather.replace();
|
| 328 |
|
| 329 |
-
// Initialize Vanta.js background
|
| 330 |
-
VANTA.
|
| 331 |
el: "#vanta-bg",
|
| 332 |
mouseControls: true,
|
| 333 |
touchControls: true,
|
|
@@ -336,11 +336,10 @@
|
|
| 336 |
minWidth: 200.00,
|
| 337 |
scale: 1.00,
|
| 338 |
scaleMobile: 1.00,
|
| 339 |
-
color:
|
| 340 |
backgroundColor: 0x111827,
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
spacing: 18.00
|
| 344 |
});
|
| 345 |
</script>
|
| 346 |
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
|
|
|
|
| 326 |
<script>
|
| 327 |
feather.replace();
|
| 328 |
|
| 329 |
+
// Initialize Vanta.js circles background
|
| 330 |
+
VANTA.CIRCLES({
|
| 331 |
el: "#vanta-bg",
|
| 332 |
mouseControls: true,
|
| 333 |
touchControls: true,
|
|
|
|
| 336 |
minWidth: 200.00,
|
| 337 |
scale: 1.00,
|
| 338 |
scaleMobile: 1.00,
|
| 339 |
+
color: 0x8b5cf6,
|
| 340 |
backgroundColor: 0x111827,
|
| 341 |
+
size: 1.50,
|
| 342 |
+
spacing: 20.00
|
|
|
|
| 343 |
});
|
| 344 |
</script>
|
| 345 |
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
|
style.css
CHANGED
|
@@ -28,12 +28,20 @@ body {
|
|
| 28 |
section {
|
| 29 |
scroll-margin-top: 80px;
|
| 30 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
/* Animation for elements */
|
| 33 |
.fade-in {
|
| 34 |
animation: fadeIn 1s ease-in-out;
|
| 35 |
}
|
| 36 |
-
|
| 37 |
@keyframes fadeIn {
|
| 38 |
from { opacity: 0; transform: translateY(20px); }
|
| 39 |
to { opacity: 1; transform: translateY(0); }
|
|
|
|
| 28 |
section {
|
| 29 |
scroll-margin-top: 80px;
|
| 30 |
}
|
| 31 |
+
/* Hero section background */
|
| 32 |
+
#vanta-bg {
|
| 33 |
+
position: absolute;
|
| 34 |
+
top: 0;
|
| 35 |
+
left: 0;
|
| 36 |
+
width: 100%;
|
| 37 |
+
height: 100%;
|
| 38 |
+
z-index: 0;
|
| 39 |
+
}
|
| 40 |
|
| 41 |
/* Animation for elements */
|
| 42 |
.fade-in {
|
| 43 |
animation: fadeIn 1s ease-in-out;
|
| 44 |
}
|
|
|
|
| 45 |
@keyframes fadeIn {
|
| 46 |
from { opacity: 0; transform: translateY(20px); }
|
| 47 |
to { opacity: 1; transform: translateY(0); }
|