Update index.html
Browse files- index.html +194 -43
index.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
}
|
24 |
|
25 |
.neon-text {
|
26 |
-
text-shadow: 0 0 10px var(
|
27 |
color: white;
|
28 |
}
|
29 |
|
@@ -42,7 +42,7 @@
|
|
42 |
backdrop-filter: blur(10px);
|
43 |
border: 1px solid rgba(100, 100, 255, 0.2);
|
44 |
border-radius: 12px;
|
45 |
-
box-shadow: 0 0 20px rgba(0, 200, 255,
|
46 |
transition: all 0.3s ease;
|
47 |
}
|
48 |
|
@@ -296,6 +296,119 @@
|
|
296 |
display: block;
|
297 |
animation: fadeIn 0.8s ease;
|
298 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
</style>
|
300 |
</head>
|
301 |
<body>
|
@@ -352,7 +465,7 @@
|
|
352 |
<button class="bg-transparent border-2 border-cyan-500 text-cyan-300 rounded-full px-8 py-3 text-lg font-semibold hover:bg-cyan-900 hover:bg-opacity-30 transition">
|
353 |
<i class="fas fa-terminal mr-2"></i>Try Now
|
354 |
</button>
|
355 |
-
|
356 |
|
357 |
<div class="glowing-border max-w-5xl mx-auto p-1 rounded-xl">
|
358 |
<div class="futuristic-card p-6">
|
@@ -447,7 +560,7 @@
|
|
447 |
<div class="text-cyan-200">Faster Campaign Creation</div>
|
448 |
</div>
|
449 |
<div>
|
450 |
-
<div class="text-4xl font-bold neon-pink mb
|
451 |
<div class="text-cyan-200">Higher Average CTR</div>
|
452 |
</div>
|
453 |
<div>
|
@@ -553,7 +666,7 @@
|
|
553 |
<div class="text-3xl font-bold bg-green-900 w-16 h-16 rounded-full flex items-center justify-center matrix-text mr-6">4</div>
|
554 |
<h3 class="text-2xl font-bold matrix-text">Visual Content Creation</h3>
|
555 |
</div>
|
556 |
-
<div class="grid grid-
|
557 |
<div>
|
558 |
<p class="text-cyan-100 mb-4">AI generates stunning visuals that match your brand and campaign goals.</p>
|
559 |
<div class="flex flex-wrap gap-2">
|
@@ -822,7 +935,7 @@
|
|
822 |
<span>A/B testing capabilities</span>
|
823 |
</li>
|
824 |
<li class="flex items-start">
|
825 |
-
<i class="fas fa-check-circle text-green-400 mt-1 mr-3"
|
826 |
<span>Priority support</span>
|
827 |
</li>
|
828 |
</ul>
|
@@ -896,50 +1009,64 @@
|
|
896 |
</div>
|
897 |
</section>
|
898 |
|
899 |
-
<!-- Footer -->
|
900 |
-
<footer class="
|
901 |
-
<div class="container mx-auto
|
902 |
-
<div class="grid grid-cols-1 md:grid-cols-4 gap-8
|
903 |
-
|
904 |
-
|
905 |
-
<
|
906 |
-
|
907 |
-
<
|
908 |
-
<
|
909 |
-
<
|
910 |
-
|
|
|
911 |
</div>
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
<
|
918 |
-
<
|
919 |
-
|
|
|
|
|
920 |
</div>
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
<
|
927 |
-
<
|
928 |
-
|
|
|
|
|
929 |
</div>
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
<a href="#"
|
936 |
-
<a href="#"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
937 |
</div>
|
938 |
</div>
|
939 |
</div>
|
940 |
|
941 |
-
<div class="
|
942 |
-
<p>© 2023 Rookus AI. All rights reserved. The future of marketing is here.</p>
|
943 |
</div>
|
944 |
</div>
|
945 |
</footer>
|
@@ -1028,6 +1155,30 @@
|
|
1028 |
}
|
1029 |
});
|
1030 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1031 |
</script>
|
1032 |
</body>
|
1033 |
</html>
|
|
|
23 |
}
|
24 |
|
25 |
.neon-text {
|
26 |
+
text-shadow: 0 0 10px var(--极on-cyan), 0 0 20px var(--neon-cyan);
|
27 |
color: white;
|
28 |
}
|
29 |
|
|
|
42 |
backdrop-filter: blur(10px);
|
43 |
border: 1px solid rgba(100, 100, 255, 0.2);
|
44 |
border-radius: 12px;
|
45 |
+
box-shadow: 0 0 20px rgba(0, 200, 255, 极.1);
|
46 |
transition: all 0.3s ease;
|
47 |
}
|
48 |
|
|
|
296 |
display: block;
|
297 |
animation: fadeIn 0.8s ease;
|
298 |
}
|
299 |
+
|
300 |
+
/* New Footer Styles */
|
301 |
+
.footer-section {
|
302 |
+
background: linear-gradient(135deg, #0a0e1a 0%, #0d1120 100%);
|
303 |
+
border-top: 1px solid rgba(0, 200, 255, 0.1);
|
304 |
+
padding: 60px 0 30px;
|
305 |
+
}
|
306 |
+
|
307 |
+
.footer-column h3 {
|
308 |
+
font-size: 1.25rem;
|
309 |
+
font-weight: 700;
|
310 |
+
margin-bottom: 1.5rem;
|
311 |
+
position: relative;
|
312 |
+
padding-bottom: 10px;
|
313 |
+
color: var(--neon-cyan);
|
314 |
+
}
|
315 |
+
|
316 |
+
.footer-column h3::after {
|
317 |
+
content: '';
|
318 |
+
position: absolute;
|
319 |
+
bottom: 0;
|
320 |
+
left: 0;
|
321 |
+
width: 40px;
|
322 |
+
height: 2px;
|
323 |
+
background: var(--neon-cyan);
|
324 |
+
box-shadow: 0 0 10px var(--neon-cyan);
|
325 |
+
}
|
326 |
+
|
327 |
+
.footer-links a {
|
328 |
+
display: block;
|
329 |
+
margin-bottom: 12px;
|
330 |
+
color: #a0aec0;
|
331 |
+
transition: all 0.3s ease;
|
332 |
+
position: relative;
|
333 |
+
padding-left: 20px;
|
334 |
+
}
|
335 |
+
|
336 |
+
.footer-links a::before {
|
337 |
+
content: '▹';
|
338 |
+
position: absolute;
|
339 |
+
left: 0;
|
340 |
+
color: var(--neon-cyan);
|
341 |
+
}
|
342 |
+
|
343 |
+
.footer-links a:hover {
|
344 |
+
color: white;
|
345 |
+
transform: translateX(5px);
|
346 |
+
}
|
347 |
+
|
348 |
+
.social-links a {
|
349 |
+
display: inline-block;
|
350 |
+
width: 40px;
|
351 |
+
height: 40px;
|
352 |
+
border-radius: 50%;
|
353 |
+
background: rgba(100, 100, 255, 0.1);
|
354 |
+
color: var(--neon-cyan);
|
355 |
+
text-align: center;
|
356 |
+
line-height: 40px;
|
357 |
+
margin-right: 12px;
|
358 |
+
transition: all 0.3s ease;
|
359 |
+
}
|
360 |
+
|
361 |
+
.social-links a:hover {
|
362 |
+
background: var(--neon-cyan);
|
363 |
+
color: #0a0a12;
|
364 |
+
transform: translateY(-3px);
|
365 |
+
box-shadow: 0 0 15px var(--neon-cyan);
|
366 |
+
}
|
367 |
+
|
368 |
+
.copyright {
|
369 |
+
border-top: 1px solid rgba(100, 100, 255, 0.1);
|
370 |
+
padding-top: 30px;
|
371 |
+
margin-top: 50px;
|
372 |
+
text-align: center;
|
373 |
+
color: #718096;
|
374 |
+
font-size: 0.9rem;
|
375 |
+
}
|
376 |
+
|
377 |
+
.copyright-text {
|
378 |
+
color: var(--neon-cyan);
|
379 |
+
text-shadow: 0 0 5px var(--neon-cyan);
|
380 |
+
}
|
381 |
+
|
382 |
+
.cta-section {
|
383 |
+
background: linear-gradient(135deg, #0d1120 0%, #0a0e1a 100%);
|
384 |
+
border: 1px solid rgba(0, 200, 255, 0.1);
|
385 |
+
border-radius: 12px;
|
386 |
+
padding: 50px 30px;
|
387 |
+
margin-bottom: 60px;
|
388 |
+
position: relative;
|
389 |
+
overflow: hidden;
|
390 |
+
}
|
391 |
+
|
392 |
+
.cta-section::before {
|
393 |
+
content: '';
|
394 |
+
position: absolute;
|
395 |
+
top: -50%;
|
396 |
+
left: -50%;
|
397 |
+
width: 200%;
|
398 |
+
height: 200%;
|
399 |
+
background: linear-gradient(
|
400 |
+
transparent,
|
401 |
+
rgba(0, 255, 255, 0.05),
|
402 |
+
transparent
|
403 |
+
);
|
404 |
+
transform: rotate(30deg);
|
405 |
+
animation: hologram 10s linear infinite;
|
406 |
+
}
|
407 |
+
|
408 |
+
@keyframes hologram {
|
409 |
+
0% { transform: rotate(30deg) translateX(-100%); }
|
410 |
+
100% { transform: rotate(30deg) translateX(100%); }
|
411 |
+
}
|
412 |
</style>
|
413 |
</head>
|
414 |
<body>
|
|
|
465 |
<button class="bg-transparent border-2 border-cyan-500 text-cyan-300 rounded-full px-8 py-3 text-lg font-semibold hover:bg-cyan-900 hover:bg-opacity-30 transition">
|
466 |
<i class="fas fa-terminal mr-2"></i>Try Now
|
467 |
</button>
|
468 |
+
</极>
|
469 |
|
470 |
<div class="glowing-border max-w-5xl mx-auto p-1 rounded-xl">
|
471 |
<div class="futuristic-card p-6">
|
|
|
560 |
<div class="text-cyan-200">Faster Campaign Creation</div>
|
561 |
</div>
|
562 |
<div>
|
563 |
+
<div class="text-4xl font-bold neon-pink mb-2">47%</div>
|
564 |
<div class="text-cyan-200">Higher Average CTR</div>
|
565 |
</div>
|
566 |
<div>
|
|
|
666 |
<div class="text-3xl font-bold bg-green-900 w-16 h-16 rounded-full flex items-center justify-center matrix-text mr-6">4</div>
|
667 |
<h3 class="text-2xl font-bold matrix-text">Visual Content Creation</h3>
|
668 |
</div>
|
669 |
+
<div class="grid grid-c极ls-1 md:grid-cols-2 gap-8">
|
670 |
<div>
|
671 |
<p class="text-cyan-100 mb-4">AI generates stunning visuals that match your brand and campaign goals.</p>
|
672 |
<div class="flex flex-wrap gap-2">
|
|
|
935 |
<span>A/B testing capabilities</span>
|
936 |
</li>
|
937 |
<li class="flex items-start">
|
938 |
+
<i class="fas fa-check-circle text-green-400 mt-1 mr-3"></i>
|
939 |
<span>Priority support</span>
|
940 |
</li>
|
941 |
</ul>
|
|
|
1009 |
</div>
|
1010 |
</section>
|
1011 |
|
1012 |
+
<!-- Enhanced Footer -->
|
1013 |
+
<footer class="footer-section">
|
1014 |
+
<div class="container mx-auto px-6">
|
1015 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
1016 |
+
<!-- Product Column -->
|
1017 |
+
<div class="footer-column">
|
1018 |
+
<h3>Product</h3>
|
1019 |
+
<div class="footer-links">
|
1020 |
+
<a href="#">Features</a>
|
1021 |
+
<a href="#">Pricing</a>
|
1022 |
+
<a href="#">API</a>
|
1023 |
+
<a href="#">Integrations</a>
|
1024 |
+
</div>
|
1025 |
</div>
|
1026 |
+
|
1027 |
+
<!-- Resources Column -->
|
1028 |
+
<div class="footer-column">
|
1029 |
+
<h3>Resources</h3>
|
1030 |
+
<div class="footer-links">
|
1031 |
+
<a href="#">Documentation</a>
|
1032 |
+
<a href="#">Guides</a>
|
1033 |
+
<a href="#">Blog</a>
|
1034 |
+
<a href="#">Support</a>
|
1035 |
+
</div>
|
1036 |
</div>
|
1037 |
+
|
1038 |
+
<!-- Company Column -->
|
1039 |
+
<div class="footer-column">
|
1040 |
+
<h3>Company</h3>
|
1041 |
+
<div class="footer-links">
|
1042 |
+
<a href="#">About</a>
|
1043 |
+
<a href="#">Careers</a>
|
1044 |
+
<a href="#">Privacy</a>
|
1045 |
+
<a href="#">Terms</a>
|
1046 |
+
</div>
|
1047 |
</div>
|
1048 |
+
|
1049 |
+
<!-- Connect Column -->
|
1050 |
+
<div class="footer-column">
|
1051 |
+
<h3>Connect</h3>
|
1052 |
+
<div class="social-links mb-6">
|
1053 |
+
<a href="#"><i class="fab fa-twitter"></i></a>
|
1054 |
+
<a href="#"><i class="fab fa-linkedin"></i></a>
|
1055 |
+
<a href="#"><i class="fab fa-facebook"></i></a>
|
1056 |
+
<a href="#"><i class="fab fa-instagram"></i></a>
|
1057 |
+
</div>
|
1058 |
+
<p class="text-cyan-100">Subscribe to our newsletter</p>
|
1059 |
+
<div class="mt-4 flex">
|
1060 |
+
<input type="email" placeholder="Your email" class="flex-grow bg-gray-800 text-white rounded-l-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-cyan-500">
|
1061 |
+
<button class="bg-cyan-600 hover:bg-cyan-500 text-white px-4 rounded-r-lg">
|
1062 |
+
<i class="fas fa-paper-plane"></i>
|
1063 |
+
</button>
|
1064 |
</div>
|
1065 |
</div>
|
1066 |
</div>
|
1067 |
|
1068 |
+
<div class="copyright">
|
1069 |
+
<p>© 2023 Rookus AI. All rights reserved. <span class="copyright-text">The future of marketing is here.</span></p>
|
1070 |
</div>
|
1071 |
</div>
|
1072 |
</footer>
|
|
|
1155 |
}
|
1156 |
});
|
1157 |
}
|
1158 |
+
|
1159 |
+
// Simple animation for the newsletter input
|
1160 |
+
const emailInput = document.querySelector('input[type="email"]');
|
1161 |
+
if (emailInput) {
|
1162 |
+
emailInput.addEventListener('focus', function() {
|
1163 |
+
this.parentElement.classList.add('ring-2', 'ring-cyan-500', 'rounded-lg');
|
1164 |
+
});
|
1165 |
+
|
1166 |
+
emailInput.addEventListener('blur', function() {
|
1167 |
+
this.parentElement.classList.remove('ring-2', 'ring-cyan-500', 'rounded-lg');
|
1168 |
+
});
|
1169 |
+
}
|
1170 |
+
|
1171 |
+
// Add hover effect to footer links
|
1172 |
+
const footerLinks = document.querySelectorAll('.footer-links a');
|
1173 |
+
footerLinks.forEach(link => {
|
1174 |
+
link.addEventListener('mouseenter', function() {
|
1175 |
+
this.style.color = 'var(--neon-cyan)';
|
1176 |
+
});
|
1177 |
+
|
1178 |
+
link.addEventListener('mouseleave', function() {
|
1179 |
+
this.style.color = '#a0aec0';
|
1180 |
+
});
|
1181 |
+
});
|
1182 |
</script>
|
1183 |
</body>
|
1184 |
</html>
|