Spaces:
Running
Running
Попробуйте демо съеъало за хедер
Browse files- index.html +13 -14
index.html
CHANGED
|
@@ -51,12 +51,12 @@
|
|
| 51 |
</div>
|
| 52 |
|
| 53 |
<div class="hidden md:flex items-center space-x-8">
|
| 54 |
-
<a href="#features" class="text-gray-300 hover:text-
|
| 55 |
-
<a href="#demo" class="text-gray-300 hover:text-
|
| 56 |
-
<a href="#pricing" class="text-gray-300 hover:text-
|
| 57 |
-
<a href="#about" class="text-gray-300 hover:text-
|
| 58 |
<button class="bg-gradient-to-r from-blue-500 to-blue-700 px-6 py-2 rounded-full font-medium hover:shadow-lg hover:shadow-blue-500/25 transition-all">
|
| 59 |
-
|
| 60 |
</button>
|
| 61 |
</div>
|
| 62 |
|
|
@@ -67,20 +67,20 @@ Get Started
|
|
| 67 |
</div>
|
| 68 |
|
| 69 |
<!-- Mobile Menu -->
|
| 70 |
-
<div x-show="mobileMenu" x-transition class="md:hidden glass-effect border-t border-
|
| 71 |
<div class="px-6 py-4 space-y-4">
|
| 72 |
-
<a href="#features" class="block text-gray-300 hover:text-
|
| 73 |
-
<a href="#demo" class="block text-gray-300 hover:text-
|
| 74 |
-
<a href="#pricing" class="block text-gray-300 hover:text-
|
| 75 |
-
<a href="#about" class="block text-gray-300 hover:text-
|
| 76 |
<button class="w-full bg-gradient-to-r from-blue-500 to-blue-700 px-6 py-2 rounded-full font-medium">
|
| 77 |
-
|
| 78 |
</button>
|
| 79 |
</div>
|
| 80 |
</div>
|
| 81 |
</nav>
|
| 82 |
<!-- Demo Section -->
|
| 83 |
-
<section id="demo" class="relative min-h-screen flex items-center justify-center overflow-hidden bg-gradient-to-br from-gray-900 to-black">
|
| 84 |
<div class="absolute inset-0">
|
| 85 |
<div class="floating absolute top-20 left-10 w-72 h-72 bg-blue-600/10 rounded-full blur-3xl"></div>
|
| 86 |
<div class="floating absolute bottom-20 right-10 w-96 h-96 bg-blue-700/10 rounded-full blur-3xl" style="animation-delay: 3s;"></div>
|
|
@@ -167,8 +167,7 @@ Get Started
|
|
| 167 |
</div>
|
| 168 |
</div>
|
| 169 |
</section>
|
| 170 |
-
|
| 171 |
-
<!-- Hero Section -->
|
| 172 |
<section class="py-20 lg:py-32">
|
| 173 |
<div class="container mx-auto px-6">
|
| 174 |
<div class="max-w-6xl mx-auto grid lg:grid-cols-2 gap-12 items-center">
|
|
|
|
| 51 |
</div>
|
| 52 |
|
| 53 |
<div class="hidden md:flex items-center space-x-8">
|
| 54 |
+
<a href="#features" class="text-gray-300 hover:text-blue-400 transition-colors">Возможности</a>
|
| 55 |
+
<a href="#demo" class="text-gray-300 hover:text-blue-400 transition-colors">Демо</a>
|
| 56 |
+
<a href="#pricing" class="text-gray-300 hover:text-blue-400 transition-colors">Тарифы</a>
|
| 57 |
+
<a href="#about" class="text-gray-300 hover:text-blue-400 transition-colors">О нас</a>
|
| 58 |
<button class="bg-gradient-to-r from-blue-500 to-blue-700 px-6 py-2 rounded-full font-medium hover:shadow-lg hover:shadow-blue-500/25 transition-all">
|
| 59 |
+
Начать
|
| 60 |
</button>
|
| 61 |
</div>
|
| 62 |
|
|
|
|
| 67 |
</div>
|
| 68 |
|
| 69 |
<!-- Mobile Menu -->
|
| 70 |
+
<div x-show="mobileMenu" x-transition class="md:hidden glass-effect border-t border-blue-500/20">
|
| 71 |
<div class="px-6 py-4 space-y-4">
|
| 72 |
+
<a href="#features" class="block text-gray-300 hover:text-blue-400">Возможности</a>
|
| 73 |
+
<a href="#demo" class="block text-gray-300 hover:text-blue-400">Демо</a>
|
| 74 |
+
<a href="#pricing" class="block text-gray-300 hover:text-blue-400">Тарифы</a>
|
| 75 |
+
<a href="#about" class="block text-gray-300 hover:text-blue-400">О нас</a>
|
| 76 |
<button class="w-full bg-gradient-to-r from-blue-500 to-blue-700 px-6 py-2 rounded-full font-medium">
|
| 77 |
+
Начать
|
| 78 |
</button>
|
| 79 |
</div>
|
| 80 |
</div>
|
| 81 |
</nav>
|
| 82 |
<!-- Demo Section -->
|
| 83 |
+
<section id="demo" class="relative min-h-screen flex items-center justify-center overflow-hidden bg-gradient-to-br from-gray-900 to-black pt-20">
|
| 84 |
<div class="absolute inset-0">
|
| 85 |
<div class="floating absolute top-20 left-10 w-72 h-72 bg-blue-600/10 rounded-full blur-3xl"></div>
|
| 86 |
<div class="floating absolute bottom-20 right-10 w-96 h-96 bg-blue-700/10 rounded-full blur-3xl" style="animation-delay: 3s;"></div>
|
|
|
|
| 167 |
</div>
|
| 168 |
</div>
|
| 169 |
</section>
|
| 170 |
+
<!-- Hero Section -->
|
|
|
|
| 171 |
<section class="py-20 lg:py-32">
|
| 172 |
<div class="container mx-auto px-6">
|
| 173 |
<div class="max-w-6xl mx-auto grid lg:grid-cols-2 gap-12 items-center">
|