zekeecs commited on
Commit
aa9feff
·
verified ·
1 Parent(s): e270a35

также все выровни, чтобы было все ровно - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +10 -11
index.html CHANGED
@@ -37,9 +37,9 @@
37
  <!-- Header -->
38
  <header class="container mx-auto px-4 py-6 flex justify-between items-center">
39
  <div class="flex items-center space-x-2">
40
- <div class="w-10 h-10 bg-blue-500 rounded-full flex items-center justify-center">
41
  <i class="fas fa-crosshairs text-white text-xl"></i>
42
- </div>
43
  <h1 class="text-2xl font-bold bg-clip-text text-transparent animate-gradient bg-gradient-to-r from-blue-400 via-purple-500 to-pink-500">
44
  Training moonchasee and byechasee
45
  </h1>
@@ -158,13 +158,13 @@
158
  </p>
159
  </div>
160
  <div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
161
- <!-- zekee -->
162
- <div class="bg-gray-800 rounded-xl overflow-hidden border border-gray-700 aimer-card transition duration-300">
163
  <div class="h-48 bg-gradient-to-r from-blue-900 to-purple-900 flex items-center justify-center">
164
  <i class="fas fa-crosshairs text-white text-6xl opacity-30"></i>
165
  </div>
166
  <div class="p-6">
167
- <div class="flex items-center space-x-4 mb-4">
168
  <div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center -mt-12 border-4 border-gray-800">
169
  <span class="text-xl font-bold">Z</span>
170
  </div>
@@ -181,10 +181,10 @@
181
  <span class="text-xs bg-purple-900 text-purple-300 px-2 py-1 rounded">Точность</span>
182
  </div>
183
  </div>
184
- </div>
185
 
186
- <!-- minigodcs -->
187
- <div class="bg-gray-800 rounded-xl overflow-hidden border border-gray-700 aimer-card transition duration-300">
188
  <div class="h-48 bg-gradient-to-r from-purple-900 to-red-900 flex items-center justify-center">
189
  <i class="fas fa-crosshairs text-white text-6xl opacity-30"></i>
190
  </div>
@@ -206,8 +206,7 @@
206
  <span class="text-xs bg-red-900 text-red-300 px-2 py-1 rounded">Скорость</span>
207
  </div>
208
  </div>
209
- </div>
210
-
211
  </div>
212
  </section>
213
 
@@ -466,7 +465,7 @@
466
  </div>
467
 
468
  <div class="pt-8 border-t border-gray-800 text-center text-gray-500 text-sm">
469
- <p>© 2023 Aim Training Hub. Все права защищены. является официальным сайтом Voltaic.</p>
470
  </div>
471
  </div>
472
  </footer>
 
37
  <!-- Header -->
38
  <header class="container mx-auto px-4 py-6 flex justify-between items-center">
39
  <div class="flex items-center space-x-2">
40
+ <a href="#" class="w-10 h-10 bg-blue-500 rounded-full flex items-center justify-center">
41
  <i class="fas fa-crosshairs text-white text-xl"></i>
42
+ </a>
43
  <h1 class="text-2xl font-bold bg-clip-text text-transparent animate-gradient bg-gradient-to-r from-blue-400 via-purple-500 to-pink-500">
44
  Training moonchasee and byechasee
45
  </h1>
 
158
  </p>
159
  </div>
160
  <div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
161
+ <!-- moonchasee -->
162
+ <a href="https://steamcommunity.com/id/aimchase-" target="_blank" class="bg-gray-800 rounded-xl overflow-hidden border border-gray-700 aimer-card transition duration-300 block">
163
  <div class="h-48 bg-gradient-to-r from-blue-900 to-purple-900 flex items-center justify-center">
164
  <i class="fas fa-crosshairs text-white text-6xl opacity-30"></i>
165
  </div>
166
  <div class="p-6">
167
+ <div class="flex items-center space-x-4 mb-4 cursor-pointer">
168
  <div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center -mt-12 border-4 border-gray-800">
169
  <span class="text-xl font-bold">Z</span>
170
  </div>
 
181
  <span class="text-xs bg-purple-900 text-purple-300 px-2 py-1 rounded">Точность</span>
182
  </div>
183
  </div>
184
+ </a>
185
 
186
+ <!-- byechasee -->
187
+ <a href="https://steamcommunity.com/id/byechasee" target="_blank" class="bg-gray-800 rounded-xl overflow-hidden border border-gray-700 aimer-card transition duration-300 block">
188
  <div class="h-48 bg-gradient-to-r from-purple-900 to-red-900 flex items-center justify-center">
189
  <i class="fas fa-crosshairs text-white text-6xl opacity-30"></i>
190
  </div>
 
206
  <span class="text-xs bg-red-900 text-red-300 px-2 py-1 rounded">Скорость</span>
207
  </div>
208
  </div>
209
+ </a>
 
210
  </div>
211
  </section>
212
 
 
465
  </div>
466
 
467
  <div class="pt-8 border-t border-gray-800 text-center text-gray-500 text-sm">
468
+ <p>© 2025 Aim Training Hub. Все права защищены. является официальным сайтом Voltaic.</p>
469
  </div>
470
  </div>
471
  </footer>