Spaces:
Running
Running
Aleksandr Sashka commited on
сразу после херо секции добавь блок с карточками игровых автоматов ,4 карточки в ряд ,нужно сделать 3 ряда таких карточек
Browse files- index.html +165 -4
index.html
CHANGED
|
@@ -323,10 +323,171 @@ transition: max-height 0.5s ease-in-out;
|
|
| 323 |
</div>
|
| 324 |
</div>
|
| 325 |
</header>
|
| 326 |
-
<!-- Hero offset -->
|
| 327 |
-
<div class="h-20"></div>
|
| 328 |
-
<div class="site-wrapper w-full max-w-[1200px] mx-auto px-4">
|
| 329 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 330 |
<section class="pt-12 pb-16 relative overflow-hidden">
|
| 331 |
<div class="absolute inset-0 bg-cover bg-center opacity-30 bg-[length:70%]" style="background-image: url('https://testsite.casino-ya.ru/azino/images/59.jpg')"></div>
|
| 332 |
<div class="absolute inset-0 overflow-hidden"></div>
|
|
|
|
| 323 |
</div>
|
| 324 |
</div>
|
| 325 |
</header>
|
| 326 |
+
<!-- Hero offset -->
|
| 327 |
+
<div class="h-20"></div>
|
| 328 |
+
<div class="site-wrapper w-full max-w-[1200px] mx-auto px-4">
|
| 329 |
+
|
| 330 |
+
<!-- Slots Grid Section -->
|
| 331 |
+
<section class="py-12">
|
| 332 |
+
<div class="container mx-auto px-4">
|
| 333 |
+
<h2 class="bebas text-4xl md:text-5xl text-center gold-text mb-8">ПОПУЛЯРНЫЕ СЛОТЫ</h2>
|
| 334 |
+
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-8">
|
| 335 |
+
<!-- Row 1 -->
|
| 336 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 337 |
+
<img src="https://static.photos/gaming/640x360/1" alt="Book of Ra" class="w-full h-40 object-cover">
|
| 338 |
+
<div class="p-4">
|
| 339 |
+
<h3 class="font-bold text-lg mb-1">Book of Ra</h3>
|
| 340 |
+
<p class="text-gray-300 text-sm mb-2">Novomatic</p>
|
| 341 |
+
<div class="flex justify-between items-center">
|
| 342 |
+
<span class="text-yellow-400 text-sm">96.5% RTP</span>
|
| 343 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 344 |
+
</div>
|
| 345 |
+
</div>
|
| 346 |
+
</div>
|
| 347 |
+
|
| 348 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 349 |
+
<img src="https://static.photos/gaming/640x360/2" alt="Starburst" class="w-full h-40 object-cover">
|
| 350 |
+
<div class="p-4">
|
| 351 |
+
<h3 class="font-bold text-lg mb-1">Starburst</h3>
|
| 352 |
+
<p class="text-gray-300 text-sm mb-2">NetEnt</p>
|
| 353 |
+
<div class="flex justify-between items-center">
|
| 354 |
+
<span class="text-yellow-400 text-sm">96.1% RTP</span>
|
| 355 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 356 |
+
</div>
|
| 357 |
+
</div>
|
| 358 |
+
</div>
|
| 359 |
+
|
| 360 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 361 |
+
<img src="https://static.photos/gaming/640x360/3" alt="Gonzo's Quest" class="w-full h-40 object-cover">
|
| 362 |
+
<div class="p-4">
|
| 363 |
+
<h3 class="font-bold text-lg mb-1">Gonzo's Quest</h3>
|
| 364 |
+
<p class="text-gray-300 text-sm mb-2">NetEnt</p>
|
| 365 |
+
<div class="flex justify-between items-center">
|
| 366 |
+
<span class="text-yellow-400 text-sm">95.7% RTP</span>
|
| 367 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 368 |
+
</div>
|
| 369 |
+
</div>
|
| 370 |
+
</div>
|
| 371 |
+
|
| 372 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 373 |
+
<img src="https://static.photos/gaming/640x360/4" alt="Mega Moolah" class="w-full h-40 object-cover">
|
| 374 |
+
<div class="p-4">
|
| 375 |
+
<h3 class="font-bold text-lg mb-1">Mega Moolah</h3>
|
| 376 |
+
<p class="text-gray-300 text-sm mb-2">Microgaming</p>
|
| 377 |
+
<div class="flex justify-between items-center">
|
| 378 |
+
<span class="text-yellow-400 text-sm">88.1% RTP</span>
|
| 379 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 380 |
+
</div>
|
| 381 |
+
</div>
|
| 382 |
+
</div>
|
| 383 |
+
</div>
|
| 384 |
+
|
| 385 |
+
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-8">
|
| 386 |
+
<!-- Row 2 -->
|
| 387 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 388 |
+
<img src="https://static.photos/gaming/640x360/5" alt="Dead or Alive" class="w-full h-40 object-cover">
|
| 389 |
+
<div class="p-4">
|
| 390 |
+
<h3 class="font-bold text-lg mb-1">Dead or Alive</h3>
|
| 391 |
+
<p class="text-gray-300 text-sm mb-2">NetEnt</p>
|
| 392 |
+
<div class="flex justify-between items-center">
|
| 393 |
+
<span class="text-yellow-400 text-sm">96.8% RTP</span>
|
| 394 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 395 |
+
</div>
|
| 396 |
+
</div>
|
| 397 |
+
</div>
|
| 398 |
+
|
| 399 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 400 |
+
<img src="https://static.photos/gaming/640x360/6" alt="Bonanza" class="w-full h-40 object-cover">
|
| 401 |
+
<div class="p-4">
|
| 402 |
+
<h3 class="font-bold text-lg mb-1">Bonanza</h3>
|
| 403 |
+
<p class="text-gray-300 text-sm mb-2">Big Time Gaming</p>
|
| 404 |
+
<div class="flex justify-between items-center">
|
| 405 |
+
<span class="text-yellow-400 text-sm">96.0% RTP</span>
|
| 406 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 407 |
+
</div>
|
| 408 |
+
</div>
|
| 409 |
+
</div>
|
| 410 |
+
|
| 411 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 412 |
+
<img src="https://static.photos/gaming/640x360/7" alt="Jammin' Jars" class="w-full h-40 object-cover">
|
| 413 |
+
<div class="p-4">
|
| 414 |
+
<h3 class="font-bold text-lg mb-1">Jammin' Jars</h3>
|
| 415 |
+
<p class="text-gray-300 text-sm mb-2">Push Gaming</p>
|
| 416 |
+
<div class="flex justify-between items-center">
|
| 417 |
+
<span class="text-yellow-400 text-sm">96.8% RTP</span>
|
| 418 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 419 |
+
</div>
|
| 420 |
+
</div>
|
| 421 |
+
</div>
|
| 422 |
+
|
| 423 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 424 |
+
<img src="https://static.photos/gaming/640x360/8" alt="Reactoonz" class="w-full h-40 object-cover">
|
| 425 |
+
<div class="p-4">
|
| 426 |
+
<h3 class="font-bold text-lg mb-1">Reactoonz</h3>
|
| 427 |
+
<p class="text-gray-300 text-sm mb-2">Play'n GO</p>
|
| 428 |
+
<div class="flex justify-between items-center">
|
| 429 |
+
<span class="text-yellow-400 text-sm">96.5% RTP</span>
|
| 430 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 431 |
+
</div>
|
| 432 |
+
</div>
|
| 433 |
+
</div>
|
| 434 |
+
</div>
|
| 435 |
+
|
| 436 |
+
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
|
| 437 |
+
<!-- Row 3 -->
|
| 438 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 439 |
+
<img src="https://static.photos/gaming/640x360/9" alt="Wolf Gold" class="w-full h-40 object-cover">
|
| 440 |
+
<div class="p-4">
|
| 441 |
+
<h3 class="font-bold text-lg mb-1">Wolf Gold</h3>
|
| 442 |
+
<p class="text-gray-300 text-sm mb-2">Pragmatic Play</p>
|
| 443 |
+
<div class="flex justify-between items-center">
|
| 444 |
+
<span class="text-yellow-400 text-sm">96.0% RTP</span>
|
| 445 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 446 |
+
</div>
|
| 447 |
+
</div>
|
| 448 |
+
</div>
|
| 449 |
+
|
| 450 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 451 |
+
<img src="https://static.photos/gaming/640x360/10" alt="Book of Dead" class="w-full h-40 object-cover">
|
| 452 |
+
<div class="p-4">
|
| 453 |
+
<h3 class="font-bold text-lg mb-1">Book of Dead</h3>
|
| 454 |
+
<p class="text-gray-300 text-sm mb-2">Play'n GO</p>
|
| 455 |
+
<div class="flex justify-between items-center">
|
| 456 |
+
<span class="text-yellow-400 text-sm">96.2% RTP</span>
|
| 457 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 458 |
+
</div>
|
| 459 |
+
</div>
|
| 460 |
+
</div>
|
| 461 |
+
|
| 462 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 463 |
+
<img src="https://static.photos/gaming/640x360/11" alt="Sweet Bonanza" class="w-full h-40 object-cover">
|
| 464 |
+
<div class="p-4">
|
| 465 |
+
<h3 class="font-bold text-lg mb-1">Sweet Bonanza</h3>
|
| 466 |
+
<p class="text-gray-300 text-sm mb-2">Pragmatic Play</p>
|
| 467 |
+
<div class="flex justify-between items-center">
|
| 468 |
+
<span class="text-yellow-400 text-sm">96.5% RTP</span>
|
| 469 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 470 |
+
</div>
|
| 471 |
+
</div>
|
| 472 |
+
</div>
|
| 473 |
+
|
| 474 |
+
<div class="card-gradient rounded-lg overflow-hidden transition-transform hover:scale-105">
|
| 475 |
+
<img src="https://static.photos/gaming/640x360/12" alt="Fire Joker" class="w-full h-40 object-cover">
|
| 476 |
+
<div class="p-4">
|
| 477 |
+
<h3 class="font-bold text-lg mb-1">Fire Joker</h3>
|
| 478 |
+
<p class="text-gray-300 text-sm mb-2">Play'n GO</p>
|
| 479 |
+
<div class="flex justify-between items-center">
|
| 480 |
+
<span class="text-yellow-400 text-sm">96.1% RTP</span>
|
| 481 |
+
<button class="bg-yellow-500 text-black px-3 py-1 rounded text-xs font-bold">Играть</button>
|
| 482 |
+
</div>
|
| 483 |
+
</div>
|
| 484 |
+
</div>
|
| 485 |
+
</div>
|
| 486 |
+
</div>
|
| 487 |
+
</section>
|
| 488 |
+
|
| 489 |
+
<div class="site-wrapper w-full max-w-[1200px] mx-auto px-4">
|
| 490 |
+
<!-- Hero Section -->
|
| 491 |
<section class="pt-12 pb-16 relative overflow-hidden">
|
| 492 |
<div class="absolute inset-0 bg-cover bg-center opacity-30 bg-[length:70%]" style="background-image: url('https://testsite.casino-ya.ru/azino/images/59.jpg')"></div>
|
| 493 |
<div class="absolute inset-0 overflow-hidden"></div>
|