Add 1 files
Browse files- index.html +4 -23
index.html
CHANGED
|
@@ -173,7 +173,7 @@
|
|
| 173 |
</div>
|
| 174 |
<div class="z-10">
|
| 175 |
<h3>🔍 Free AI Opportunity Audit</h3>
|
| 176 |
-
<p class="text-sm">
|
| 177 |
</div>
|
| 178 |
<div class="ml-auto z-10">
|
| 179 |
<div class="bg-white bg-opacity-30 rounded-full p-1">
|
|
@@ -285,12 +285,7 @@
|
|
| 285 |
|
| 286 |
<!-- Footer -->
|
| 287 |
<div class="mt-8 text-center text-gray-500 text-sm">
|
| 288 |
-
<p>©
|
| 289 |
-
<div class="flex justify-center space-x-4 mt-3">
|
| 290 |
-
<a href="#" class="text-gray-500 hover:text-blue-600"><i class="fab fa-twitter"></i></a>
|
| 291 |
-
<a href="#" class="text-gray-500 hover:text-pink-600"><i class="fab fa-instagram"></i></a>
|
| 292 |
-
<a href="#" class="text-gray-500 hover:text-gray-800"><i class="fab fa-github"></i></a>
|
| 293 |
-
</div>
|
| 294 |
</div>
|
| 295 |
</div>
|
| 296 |
|
|
@@ -315,7 +310,7 @@
|
|
| 315 |
sparkle.style.height = sparkle.style.width;
|
| 316 |
sparkle.style.left = Math.random() * 100 + '%';
|
| 317 |
sparkle.style.top = -10 + 'px';
|
| 318 |
-
sparkle.style.background = colors[Math.floor(
|
| 319 |
sparkle.style.animationDuration = Math.random() * 3 + 1 + 's';
|
| 320 |
sparkle.style.animationDelay = Math.random() * 0.5 + 's';
|
| 321 |
container.appendChild(sparkle);
|
|
@@ -332,19 +327,5 @@
|
|
| 332 |
const sparkle = document.createElement('div');
|
| 333 |
sparkle.classList.add('ai-sparkle');
|
| 334 |
sparkle.style.width = Math.random() * 8 + 2 + 'px';
|
| 335 |
-
sparkle.style
|
| 336 |
-
sparkle.style.left = Math.random() * 100 + '%';
|
| 337 |
-
sparkle.style.top = -10 + 'px';
|
| 338 |
-
sparkle.style.background = colors[Math.floor(Math.random() * colors.length)];
|
| 339 |
-
sparkle.style.animationDuration = Math.random() * 3 + 1 + 's';
|
| 340 |
-
container.appendChild(sparkle);
|
| 341 |
-
|
| 342 |
-
// Remove sparkle after animation completes
|
| 343 |
-
setTimeout(() => {
|
| 344 |
-
sparkle.remove();
|
| 345 |
-
}, 3000);
|
| 346 |
-
}, 200);
|
| 347 |
-
});
|
| 348 |
-
</script>
|
| 349 |
-
</body>
|
| 350 |
</html>
|
|
|
|
| 173 |
</div>
|
| 174 |
<div class="z-10">
|
| 175 |
<h3>🔍 Free AI Opportunity Audit</h3>
|
| 176 |
+
<p class="text-sm">Get your personalized AI assessment report at no cost</p>
|
| 177 |
</div>
|
| 178 |
<div class="ml-auto z-10">
|
| 179 |
<div class="bg-white bg-opacity-30 rounded-full p-1">
|
|
|
|
| 285 |
|
| 286 |
<!-- Footer -->
|
| 287 |
<div class="mt-8 text-center text-gray-500 text-sm">
|
| 288 |
+
<p>© 2025 Marc Cornelius. All rights reserved.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
</div>
|
| 290 |
</div>
|
| 291 |
|
|
|
|
| 310 |
sparkle.style.height = sparkle.style.width;
|
| 311 |
sparkle.style.left = Math.random() * 100 + '%';
|
| 312 |
sparkle.style.top = -10 + 'px';
|
| 313 |
+
sparkle.style.background = colors[Math.floor(MathRandom() * colors.length)];
|
| 314 |
sparkle.style.animationDuration = Math.random() * 3 + 1 + 's';
|
| 315 |
sparkle.style.animationDelay = Math.random() * 0.5 + 's';
|
| 316 |
container.appendChild(sparkle);
|
|
|
|
| 327 |
const sparkle = document.createElement('div');
|
| 328 |
sparkle.classList.add('ai-sparkle');
|
| 329 |
sparkle.style.width = Math.random() * 8 + 2 + 'px';
|
| 330 |
+
sparkle.style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 331 |
</html>
|