Aleksandr Sashka commited on
Commit
142d36a
·
verified ·
1 Parent(s): c7c99e0

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +8 -26
index.html CHANGED
@@ -164,10 +164,10 @@
164
  <img src="images/2400x395.svg" alt="Promotion" class="w-full h-[300px] object-cover opacity-70">
165
  <div class="absolute inset-0 flex flex-col justify-center px-16">
166
  <h2 class="text-3xl md:text-4xl font-bold mb-4 text-white leading-tight">
167
- Забирайте максимум <br>
168
  к большим победам
169
  </h2>
170
- <p class="text-lg text-gold mb-6">в осенние выходные!</p>
171
  <a href="https://best7000traffic.com/l/6808789cb67d93560401ac07" rel="nofollow noindex" class="bg-gold text-black font-bold py-3 px-8 rounded-full inline-block w-fit hover:bg-yellow-500 transition-colors">
172
  Подробнее
173
  </a>
@@ -177,9 +177,9 @@
177
  <img src="images/cisa-3230_2400x395_ru-1754319554.svg" alt="Promotion" class="w-full h-[300px] object-cover opacity-70">
178
  <div class="absolute inset-0 flex flex-col justify-center px-16">
179
  <h2 class="text-3xl md:text-4xl font-bold mb-4 text-white leading-tight">
180
- Welcome-апгрейд бери по максимуму
181
  </h2>
182
- <p class="text-lg text-gold mb-6">бонус, спины, фрибет!</p>
183
  <a href="https://best7000traffic.com/l/6808789cb67d93560401ac07" rel="nofollow noindex" class="bg-gold text-black font-bold py-3 px-8 rounded-full inline-block w-fit hover:bg-yellow-500 transition-colors">
184
  К лутбоксам
185
  </a>
@@ -191,12 +191,13 @@
191
  </div>
192
  </div>
193
  </section>
 
194
  <section class="pt-0 pb-10" data-aos="fade-up">
195
  <div class="max-w-7xl mx-auto px-4">
196
  <div class="bg-gray-900 rounded-2xl shadow-xl p-8 flex flex-col lg:flex-row items-center justify-between">
197
  <div>
198
  <h3 class="text-2xl md:text-3xl font-bold mb-2">Джекпот</h3>
199
- <p id="jackpotAmount" class="text-4xl md:text-5xl font-black text-gold jackpot-text">217 525.8$</p>
200
  </div>
201
  <div class="mt-6 lg:mt-0">
202
  <a href="https://best7000traffic.com/l/6808789cb67d93560401ac07" rel="nofollow noindex" class="bg-accent text-white px-10 py-4 rounded-full text-xl font-bold hover:bg-red-700 transition-colors">
@@ -206,7 +207,8 @@
206
  </div>
207
  </div>
208
  </section>
209
- <section class="py-16">
 
210
  <div class="max-w-7xl mx-auto px-4">
211
  <div class="flex flex-col md:flex-row justify-between items-center mb-10">
212
  <h2 class="text-3xl font-bold mb-6 md:mb-0">Игровые автоматы 7К</h2>
@@ -759,26 +761,6 @@
759
  arrows: false,
760
  pagination: false
761
  }).mount();
762
-
763
- // Jackpot randomizer
764
- const jackpotElement = document.getElementById('jackpotAmount');
765
- let currentJackpot = 217525.8;
766
-
767
- function updateJackpot() {
768
- // Generate random increment between $0.01 and $2.00
769
- const increment = Math.random() * 1.99 + 0.01;
770
- currentJackpot += increment;
771
-
772
- // Format and display the new amount
773
- jackpotElement.textContent = currentJackpot.toFixed(1) + '</body>
774
- </html>;
775
-
776
- // Continue updating every 100-500ms
777
- setTimeout(updateJackpot, Math.random() * 400 + 100);
778
- }
779
-
780
- // Start the jackpot animation
781
- updateJackpot();
782
  });
783
  </script>
784
  </body>
 
164
  <img src="images/2400x395.svg" alt="Promotion" class="w-full h-[300px] object-cover opacity-70">
165
  <div class="absolute inset-0 flex flex-col justify-center px-16">
166
  <h2 class="text-3xl md:text-4xl font-bold mb-4 text-white leading-tight">
167
+ Начни путь <br>
168
  к большим победам
169
  </h2>
170
+ <p class="text-lg text-gold mb-6">с welcome-бонусом!</p>
171
  <a href="https://best7000traffic.com/l/6808789cb67d93560401ac07" rel="nofollow noindex" class="bg-gold text-black font-bold py-3 px-8 rounded-full inline-block w-fit hover:bg-yellow-500 transition-colors">
172
  Подробнее
173
  </a>
 
177
  <img src="images/cisa-3230_2400x395_ru-1754319554.svg" alt="Promotion" class="w-full h-[300px] object-cover opacity-70">
178
  <div class="absolute inset-0 flex flex-col justify-center px-16">
179
  <h2 class="text-3xl md:text-4xl font-bold mb-4 text-white leading-tight">
180
+ Welcome-апгрейд
181
  </h2>
182
+ <p class="text-lg text-gold mb-6">бери по максимуму бонус, спины, фрибет! </p>
183
  <a href="https://best7000traffic.com/l/6808789cb67d93560401ac07" rel="nofollow noindex" class="bg-gold text-black font-bold py-3 px-8 rounded-full inline-block w-fit hover:bg-yellow-500 transition-colors">
184
  К лутбоксам
185
  </a>
 
191
  </div>
192
  </div>
193
  </section>
194
+
195
  <section class="pt-0 pb-10" data-aos="fade-up">
196
  <div class="max-w-7xl mx-auto px-4">
197
  <div class="bg-gray-900 rounded-2xl shadow-xl p-8 flex flex-col lg:flex-row items-center justify-between">
198
  <div>
199
  <h3 class="text-2xl md:text-3xl font-bold mb-2">Джекпот</h3>
200
+ <p class="text-4xl md:text-5xl font-black text-gold jackpot-text">217 525.8$</p>
201
  </div>
202
  <div class="mt-6 lg:mt-0">
203
  <a href="https://best7000traffic.com/l/6808789cb67d93560401ac07" rel="nofollow noindex" class="bg-accent text-white px-10 py-4 rounded-full text-xl font-bold hover:bg-red-700 transition-colors">
 
207
  </div>
208
  </div>
209
  </section>
210
+
211
+ <section class="py-16">
212
  <div class="max-w-7xl mx-auto px-4">
213
  <div class="flex flex-col md:flex-row justify-between items-center mb-10">
214
  <h2 class="text-3xl font-bold mb-6 md:mb-0">Игровые автоматы 7К</h2>
 
761
  arrows: false,
762
  pagination: false
763
  }).mount();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
764
  });
765
  </script>
766
  </body>