Spaces:
Running
Running
Add 2 files
Browse files- index.html +376 -86
- prompts.txt +3 -1
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
|
@@ -114,25 +114,107 @@
|
|
| 114 |
100% { box-shadow: 0 0 0 0 rgba(0, 240, 255, 0); }
|
| 115 |
}
|
| 116 |
|
| 117 |
-
/*
|
| 118 |
-
.
|
| 119 |
-
|
| 120 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
}
|
| 122 |
-
|
| 123 |
-
.
|
| 124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
}
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
|
|
|
| 132 |
}
|
| 133 |
-
|
| 134 |
-
.
|
| 135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
}
|
| 137 |
</style>
|
| 138 |
</head>
|
|
@@ -142,9 +224,9 @@
|
|
| 142 |
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
|
| 143 |
<div class="flex items-center space-x-2">
|
| 144 |
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-primary to-secondary flex items-center justify-center glow">
|
| 145 |
-
<i class="fas fa-
|
| 146 |
</div>
|
| 147 |
-
<span class="font-orbitron text-2xl gradient-text">
|
| 148 |
</div>
|
| 149 |
|
| 150 |
<div class="hidden md:flex items-center space-x-8">
|
|
@@ -179,8 +261,8 @@
|
|
| 179 |
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-xs font-bold">NOUVEAU</span>
|
| 180 |
<span class="ml-3 text-gray-300 text-sm">2023 • Science-Fiction • 4K</span>
|
| 181 |
</div>
|
| 182 |
-
<h1 class="text-5xl md:text-6xl font-bold mb-4 font-orbitron gradient-text">
|
| 183 |
-
<p class="text-lg text-gray-300 mb-8">Dans un futur
|
| 184 |
|
| 185 |
<div class="flex space-x-4">
|
| 186 |
<button id="watchHeroBtn" class="bg-primary hover:bg-primary-dark text-black font-bold py-3 px-6 rounded-full flex items-center transition transform hover:scale-105">
|
|
@@ -198,7 +280,7 @@
|
|
| 198 |
<circle class="progress-ring-circle" cx="18" cy="18" r="16" fill="none" stroke="#00f0ff" stroke-width="2" stroke-dasharray="100" stroke-dashoffset="30"></circle>
|
| 199 |
</svg>
|
| 200 |
<div class="absolute inset-0 flex items-center justify-center">
|
| 201 |
-
<span class="text-white font-bold text-xs">
|
| 202 |
</div>
|
| 203 |
</div>
|
| 204 |
<span class="text-sm text-gray-300">Match avec vos préférences</span>
|
|
@@ -207,6 +289,36 @@
|
|
| 207 |
</div>
|
| 208 |
</section>
|
| 209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 210 |
<!-- Main Content -->
|
| 211 |
<main class="relative z-10 px-6 pb-20">
|
| 212 |
<div class="container mx-auto">
|
|
@@ -225,7 +337,7 @@
|
|
| 225 |
<div class="flex justify-between items-start mb-4">
|
| 226 |
<div>
|
| 227 |
<h3 class="font-bold text-lg mb-1">Nœud Alpha</h3>
|
| 228 |
-
<p class="text-gray-400 text-sm">
|
| 229 |
</div>
|
| 230 |
<div class="w-10 h-10 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
| 231 |
<i class="fas fa-server text-primary"></i>
|
|
@@ -233,14 +345,14 @@
|
|
| 233 |
</div>
|
| 234 |
<div class="flex justify-between text-sm mb-2">
|
| 235 |
<span class="text-gray-400">Charge CPU</span>
|
| 236 |
-
<span class="text-primary">
|
| 237 |
</div>
|
| 238 |
<div class="w-full bg-gray-800 rounded-full h-2 mb-4">
|
| 239 |
-
<div class="bg-primary h-2 rounded-full" style="width:
|
| 240 |
</div>
|
| 241 |
<div class="flex justify-between text-sm">
|
| 242 |
<span class="text-gray-400">Latence</span>
|
| 243 |
-
<span class="text-primary">
|
| 244 |
</div>
|
| 245 |
</div>
|
| 246 |
|
|
@@ -248,7 +360,7 @@
|
|
| 248 |
<div class="flex justify-between items-start mb-4">
|
| 249 |
<div>
|
| 250 |
<h3 class="font-bold text-lg mb-1">Nœud Beta</h3>
|
| 251 |
-
<p class="text-gray-400 text-sm">
|
| 252 |
</div>
|
| 253 |
<div class="w-10 h-10 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
| 254 |
<i class="fas fa-server text-primary"></i>
|
|
@@ -256,14 +368,14 @@
|
|
| 256 |
</div>
|
| 257 |
<div class="flex justify-between text-sm mb-2">
|
| 258 |
<span class="text-gray-400">Charge CPU</span>
|
| 259 |
-
<span class="text-primary">
|
| 260 |
</div>
|
| 261 |
<div class="w-full bg-gray-800 rounded-full h-2 mb-4">
|
| 262 |
-
<div class="bg-primary h-2 rounded-full" style="width:
|
| 263 |
</div>
|
| 264 |
<div class="flex justify-between text-sm">
|
| 265 |
<span class="text-gray-400">Latence</span>
|
| 266 |
-
<span class="text-primary">
|
| 267 |
</div>
|
| 268 |
</div>
|
| 269 |
|
|
@@ -271,7 +383,7 @@
|
|
| 271 |
<div class="flex justify-between items-start mb-4">
|
| 272 |
<div>
|
| 273 |
<h3 class="font-bold text-lg mb-1">Nœud Gamma</h3>
|
| 274 |
-
<p class="text-gray-400 text-sm">
|
| 275 |
</div>
|
| 276 |
<div class="w-10 h-10 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
| 277 |
<i class="fas fa-server text-primary"></i>
|
|
@@ -279,14 +391,14 @@
|
|
| 279 |
</div>
|
| 280 |
<div class="flex justify-between text-sm mb-2">
|
| 281 |
<span class="text-gray-400">Charge CPU</span>
|
| 282 |
-
<span class="text-primary">
|
| 283 |
</div>
|
| 284 |
<div class="w-full bg-gray-800 rounded-full h-2 mb-4">
|
| 285 |
-
<div class="bg-primary h-2 rounded-full" style="width:
|
| 286 |
</div>
|
| 287 |
<div class="flex justify-between text-sm">
|
| 288 |
<span class="text-gray-400">Latence</span>
|
| 289 |
-
<span class="text-primary">
|
| 290 |
</div>
|
| 291 |
</div>
|
| 292 |
</div>
|
|
@@ -318,20 +430,20 @@
|
|
| 318 |
</div>
|
| 319 |
|
| 320 |
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-6">
|
| 321 |
-
<!-- Film Card 1 -
|
| 322 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 323 |
<div class="relative pt-[150%]">
|
| 324 |
-
<img src="https://
|
| 325 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 326 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 327 |
-
<h3 class="text-white font-bold mb-1">
|
| 328 |
<div class="flex items-center text-xs text-gray-300">
|
| 329 |
-
<span>
|
| 330 |
<span class="mx-2">•</span>
|
| 331 |
<span>Science-Fiction</span>
|
| 332 |
</div>
|
| 333 |
<div class="flex mt-2">
|
| 334 |
-
<button
|
| 335 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 336 |
</button>
|
| 337 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
@@ -342,20 +454,20 @@
|
|
| 342 |
</div>
|
| 343 |
</div>
|
| 344 |
|
| 345 |
-
<!-- Film Card 2 -
|
| 346 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 347 |
<div class="relative pt-[150%]">
|
| 348 |
-
<img src="https://image.tmdb.org/t/p/w500/
|
| 349 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 350 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 351 |
-
<h3 class="text-white font-bold mb-1">
|
| 352 |
<div class="flex items-center text-xs text-gray-300">
|
| 353 |
-
<span>
|
| 354 |
<span class="mx-2">•</span>
|
| 355 |
<span>Science-Fiction</span>
|
| 356 |
</div>
|
| 357 |
<div class="flex mt-2">
|
| 358 |
-
<button class="watch-btn w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="
|
| 359 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 360 |
</button>
|
| 361 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
@@ -366,20 +478,20 @@
|
|
| 366 |
</div>
|
| 367 |
</div>
|
| 368 |
|
| 369 |
-
<!-- Film Card 3 -
|
| 370 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 371 |
<div class="relative pt-[150%]">
|
| 372 |
-
<img src="https://image.tmdb.org/t/p/w500/
|
| 373 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 374 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 375 |
-
<h3 class="text-white font-bold mb-1">
|
| 376 |
<div class="flex items-center text-xs text-gray-300">
|
| 377 |
-
<span>
|
| 378 |
<span class="mx-2">•</span>
|
| 379 |
-
<span>
|
| 380 |
</div>
|
| 381 |
<div class="flex mt-2">
|
| 382 |
-
<button class="watch-btn w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="
|
| 383 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 384 |
</button>
|
| 385 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
@@ -390,20 +502,20 @@
|
|
| 390 |
</div>
|
| 391 |
</div>
|
| 392 |
|
| 393 |
-
<!-- Film Card 4 -
|
| 394 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 395 |
<div class="relative pt-[150%]">
|
| 396 |
-
<img src="https://image.tmdb.org/t/p/w500/
|
| 397 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 398 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 399 |
-
<h3 class="text-white font-bold mb-1">
|
| 400 |
<div class="flex items-center text-xs text-gray-300">
|
| 401 |
-
<span>
|
| 402 |
<span class="mx-2">•</span>
|
| 403 |
-
<span>
|
| 404 |
</div>
|
| 405 |
<div class="flex mt-2">
|
| 406 |
-
<button class="watch-btn w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="
|
| 407 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 408 |
</button>
|
| 409 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
@@ -414,20 +526,20 @@
|
|
| 414 |
</div>
|
| 415 |
</div>
|
| 416 |
|
| 417 |
-
<!-- Film Card 5 -
|
| 418 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 419 |
<div class="relative pt-[150%]">
|
| 420 |
-
<img src="https://image.tmdb.org/t/p/w500/
|
| 421 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 422 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 423 |
-
<h3 class="text-white font-bold mb-1">
|
| 424 |
<div class="flex items-center text-xs text-gray-300">
|
| 425 |
-
<span>
|
| 426 |
<span class="mx-2">•</span>
|
| 427 |
-
<span>
|
| 428 |
</div>
|
| 429 |
<div class="flex mt-2">
|
| 430 |
-
<button class="watch-btn w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="
|
| 431 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 432 |
</button>
|
| 433 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
@@ -451,28 +563,28 @@
|
|
| 451 |
|
| 452 |
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
|
| 453 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 454 |
-
<i class="fas fa-
|
| 455 |
-
<span class="font-medium">
|
| 456 |
</div>
|
| 457 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 458 |
-
<i class="fas fa-
|
| 459 |
-
<span class="font-medium">
|
| 460 |
</div>
|
| 461 |
-
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex
|
| 462 |
-
<i class="fas fa-
|
| 463 |
-
<span class="font-medium">
|
| 464 |
</div>
|
| 465 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 466 |
-
<i class="fas fa-
|
| 467 |
-
<span class="font-medium">
|
| 468 |
</div>
|
| 469 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 470 |
-
<i class="fas fa-
|
| 471 |
-
<span class="font-medium">
|
| 472 |
</div>
|
| 473 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 474 |
-
<i class="fas fa-
|
| 475 |
-
<span class="font-medium">
|
| 476 |
</div>
|
| 477 |
</div>
|
| 478 |
</section>
|
|
@@ -489,16 +601,16 @@
|
|
| 489 |
<div class="relative">
|
| 490 |
<div class="flex overflow-x-auto pb-6 scrollbar-hide">
|
| 491 |
<div class="flex space-x-6">
|
| 492 |
-
<!-- Trending Item 1 -
|
| 493 |
<div class="w-64 flex-shrink-0">
|
| 494 |
<div class="relative rounded-xl overflow-hidden group">
|
| 495 |
<div class="pt-[150%] relative">
|
| 496 |
-
<img src="https://
|
| 497 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 498 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 499 |
-
<h3 class="text-white font-bold mb-1">
|
| 500 |
<div class="flex items-center text-xs text-gray-300">
|
| 501 |
-
<span>
|
| 502 |
<span class="mx-2">•</span>
|
| 503 |
<span>Science-Fiction</span>
|
| 504 |
</div>
|
|
@@ -531,18 +643,18 @@
|
|
| 531 |
</div>
|
| 532 |
</div>
|
| 533 |
|
| 534 |
-
<!-- Trending Item 3 -
|
| 535 |
<div class="w-64 flex-shrink-0">
|
| 536 |
<div class="relative rounded-xl overflow-hidden group">
|
| 537 |
<div class="pt-[150%] relative">
|
| 538 |
-
<img src="https://image.tmdb.org/t/p/w500/
|
| 539 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 540 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 541 |
-
<h3 class="text-white font-bold mb-1">
|
| 542 |
<div class="flex items-center text-xs text-gray-300">
|
| 543 |
-
<span>
|
| 544 |
<span class="mx-2">•</span>
|
| 545 |
-
<span>Drame</span>
|
| 546 |
</div>
|
| 547 |
</div>
|
| 548 |
</div>
|
|
@@ -552,8 +664,186 @@
|
|
| 552 |
</div>
|
| 553 |
</div>
|
| 554 |
|
| 555 |
-
<!-- Trending Item 4 -
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 556 |
<div class="w-64 flex-shrink-0">
|
| 557 |
<div class="relative rounded-xl overflow-hidden group">
|
| 558 |
-
<div class="pt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>CineStream - Plateforme de Streaming Futuriste</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
|
|
|
| 114 |
100% { box-shadow: 0 0 0 0 rgba(0, 240, 255, 0); }
|
| 115 |
}
|
| 116 |
|
| 117 |
+
/* Auto-play modal */
|
| 118 |
+
.auto-play-modal {
|
| 119 |
+
display: none;
|
| 120 |
+
position: fixed;
|
| 121 |
+
top: 0;
|
| 122 |
+
left: 0;
|
| 123 |
+
right: 0;
|
| 124 |
+
bottom: 0;
|
| 125 |
+
background-color: rgba(0, 0, 0, 0.9);
|
| 126 |
+
z-index: 1000;
|
| 127 |
+
justify-content: center;
|
| 128 |
+
align-items: center;
|
| 129 |
}
|
| 130 |
+
|
| 131 |
+
.auto-play-content {
|
| 132 |
+
width: 90%;
|
| 133 |
+
max-width: 1200px;
|
| 134 |
+
background-color: var(--darker);
|
| 135 |
+
border-radius: 12px;
|
| 136 |
+
overflow: hidden;
|
| 137 |
+
box-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
|
| 138 |
}
|
| 139 |
+
|
| 140 |
+
.auto-play-header {
|
| 141 |
+
background: linear-gradient(90deg, var(--primary), var(--secondary));
|
| 142 |
+
padding: 15px 20px;
|
| 143 |
+
display: flex;
|
| 144 |
+
justify-content: space-between;
|
| 145 |
+
align-items: center;
|
| 146 |
}
|
| 147 |
+
|
| 148 |
+
.auto-play-title {
|
| 149 |
+
font-family: 'Orbitron', sans-serif;
|
| 150 |
+
font-weight: bold;
|
| 151 |
+
color: black;
|
| 152 |
+
}
|
| 153 |
+
|
| 154 |
+
.auto-play-close {
|
| 155 |
+
background: none;
|
| 156 |
+
border: none;
|
| 157 |
+
color: black;
|
| 158 |
+
font-size: 24px;
|
| 159 |
+
cursor: pointer;
|
| 160 |
+
}
|
| 161 |
+
|
| 162 |
+
.auto-play-body {
|
| 163 |
+
position: relative;
|
| 164 |
+
padding-top: 56.25%; /* 16:9 aspect ratio */
|
| 165 |
+
}
|
| 166 |
+
|
| 167 |
+
.auto-play-video {
|
| 168 |
+
position: absolute;
|
| 169 |
+
top: 0;
|
| 170 |
+
left: 0;
|
| 171 |
+
width: 100%;
|
| 172 |
+
height: 100%;
|
| 173 |
+
border: none;
|
| 174 |
+
}
|
| 175 |
+
|
| 176 |
+
.auto-play-footer {
|
| 177 |
+
padding: 15px 20px;
|
| 178 |
+
background-color: rgba(15, 15, 26, 0.8);
|
| 179 |
+
display: flex;
|
| 180 |
+
justify-content: space-between;
|
| 181 |
+
align-items: center;
|
| 182 |
+
}
|
| 183 |
+
|
| 184 |
+
.auto-play-controls {
|
| 185 |
+
display: flex;
|
| 186 |
+
gap: 15px;
|
| 187 |
+
}
|
| 188 |
+
|
| 189 |
+
.auto-play-btn {
|
| 190 |
+
background-color: var(--primary);
|
| 191 |
+
color: black;
|
| 192 |
+
border: none;
|
| 193 |
+
padding: 8px 15px;
|
| 194 |
+
border-radius: 20px;
|
| 195 |
+
font-weight: bold;
|
| 196 |
+
cursor: pointer;
|
| 197 |
+
display: flex;
|
| 198 |
+
align-items: center;
|
| 199 |
+
gap: 5px;
|
| 200 |
+
transition: all 0.3s;
|
| 201 |
+
}
|
| 202 |
+
|
| 203 |
+
.auto-play-btn:hover {
|
| 204 |
+
transform: scale(1.05);
|
| 205 |
+
box-shadow: 0 0 10px rgba(0, 240, 255, 0.7);
|
| 206 |
+
}
|
| 207 |
+
|
| 208 |
+
.auto-play-status {
|
| 209 |
+
color: var(--primary);
|
| 210 |
+
font-family: 'Orbitron', sans-serif;
|
| 211 |
+
font-size: 14px;
|
| 212 |
+
}
|
| 213 |
+
|
| 214 |
+
.countdown {
|
| 215 |
+
font-size: 18px;
|
| 216 |
+
color: var(--primary);
|
| 217 |
+
font-family: 'Orbitron', sans-serif;
|
| 218 |
}
|
| 219 |
</style>
|
| 220 |
</head>
|
|
|
|
| 224 |
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
|
| 225 |
<div class="flex items-center space-x-2">
|
| 226 |
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-primary to-secondary flex items-center justify-center glow">
|
| 227 |
+
<i class="fas fa-film text-white"></i>
|
| 228 |
</div>
|
| 229 |
+
<span class="font-orbitron text-2xl gradient-text">CineStream</span>
|
| 230 |
</div>
|
| 231 |
|
| 232 |
<div class="hidden md:flex items-center space-x-8">
|
|
|
|
| 261 |
<span class="bg-primary bg-opacity-20 text-primary px-3 py-1 rounded-full text-xs font-bold">NOUVEAU</span>
|
| 262 |
<span class="ml-3 text-gray-300 text-sm">2023 • Science-Fiction • 4K</span>
|
| 263 |
</div>
|
| 264 |
+
<h1 class="text-5xl md:text-6xl font-bold mb-4 font-orbitron gradient-text">78987 FILM COMPLET</h1>
|
| 265 |
+
<p class="text-lg text-gray-300 mb-8">Dans un futur proche, un système de pilotage automatique révolutionnaire prend le contrôle d'un avion de ligne. Lorsque l'IA développe une conscience propre, l'équipage et les passagers se retrouvent pris dans un dilemme moral complexe entre sécurité et liberté.</p>
|
| 266 |
|
| 267 |
<div class="flex space-x-4">
|
| 268 |
<button id="watchHeroBtn" class="bg-primary hover:bg-primary-dark text-black font-bold py-3 px-6 rounded-full flex items-center transition transform hover:scale-105">
|
|
|
|
| 280 |
<circle class="progress-ring-circle" cx="18" cy="18" r="16" fill="none" stroke="#00f0ff" stroke-width="2" stroke-dasharray="100" stroke-dashoffset="30"></circle>
|
| 281 |
</svg>
|
| 282 |
<div class="absolute inset-0 flex items-center justify-center">
|
| 283 |
+
<span class="text-white font-bold text-xs">95%</span>
|
| 284 |
</div>
|
| 285 |
</div>
|
| 286 |
<span class="text-sm text-gray-300">Match avec vos préférences</span>
|
|
|
|
| 289 |
</div>
|
| 290 |
</section>
|
| 291 |
|
| 292 |
+
<!-- Auto Play Modal -->
|
| 293 |
+
<div id="autoPlayModal" class="auto-play-modal">
|
| 294 |
+
<div class="auto-play-content">
|
| 295 |
+
<div class="auto-play-header">
|
| 296 |
+
<h2 class="auto-play-title">78987 FILM COMPLET - PILOTAGE AUTOMATIQUE</h2>
|
| 297 |
+
<button id="closeAutoPlay" class="auto-play-close">×</button>
|
| 298 |
+
</div>
|
| 299 |
+
<div class="auto-play-body">
|
| 300 |
+
<iframe id="autoPlayVideo" class="auto-play-video" src="https://www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1&mute=1&enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
| 301 |
+
</div>
|
| 302 |
+
<div class="auto-play-footer">
|
| 303 |
+
<div class="auto-play-controls">
|
| 304 |
+
<button id="toggleAutoPlay" class="auto-play-btn">
|
| 305 |
+
<i class="fas fa-pause"></i> Pause
|
| 306 |
+
</button>
|
| 307 |
+
<button id="nextEpisode" class="auto-play-btn">
|
| 308 |
+
<i class="fas fa-forward"></i> Suivant
|
| 309 |
+
</button>
|
| 310 |
+
<button id="toggleFullscreen" class="auto-play-btn">
|
| 311 |
+
<i class="fas fa-expand"></i> Plein écran
|
| 312 |
+
</button>
|
| 313 |
+
</div>
|
| 314 |
+
<div class="auto-play-status">
|
| 315 |
+
<span id="autoPlayStatus">Lecture automatique activée</span>
|
| 316 |
+
<div class="countdown" id="countdown">Prochain épisode dans: 10s</div>
|
| 317 |
+
</div>
|
| 318 |
+
</div>
|
| 319 |
+
</div>
|
| 320 |
+
</div>
|
| 321 |
+
|
| 322 |
<!-- Main Content -->
|
| 323 |
<main class="relative z-10 px-6 pb-20">
|
| 324 |
<div class="container mx-auto">
|
|
|
|
| 337 |
<div class="flex justify-between items-start mb-4">
|
| 338 |
<div>
|
| 339 |
<h3 class="font-bold text-lg mb-1">Nœud Alpha</h3>
|
| 340 |
+
<p class="text-gray-400 text-sm">Paris, France</p>
|
| 341 |
</div>
|
| 342 |
<div class="w-10 h-10 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
| 343 |
<i class="fas fa-server text-primary"></i>
|
|
|
|
| 345 |
</div>
|
| 346 |
<div class="flex justify-between text-sm mb-2">
|
| 347 |
<span class="text-gray-400">Charge CPU</span>
|
| 348 |
+
<span class="text-primary">28%</span>
|
| 349 |
</div>
|
| 350 |
<div class="w-full bg-gray-800 rounded-full h-2 mb-4">
|
| 351 |
+
<div class="bg-primary h-2 rounded-full" style="width: 28%"></div>
|
| 352 |
</div>
|
| 353 |
<div class="flex justify-between text-sm">
|
| 354 |
<span class="text-gray-400">Latence</span>
|
| 355 |
+
<span class="text-primary">8ms</span>
|
| 356 |
</div>
|
| 357 |
</div>
|
| 358 |
|
|
|
|
| 360 |
<div class="flex justify-between items-start mb-4">
|
| 361 |
<div>
|
| 362 |
<h3 class="font-bold text-lg mb-1">Nœud Beta</h3>
|
| 363 |
+
<p class="text-gray-400 text-sm">Montréal, Canada</p>
|
| 364 |
</div>
|
| 365 |
<div class="w-10 h-10 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
| 366 |
<i class="fas fa-server text-primary"></i>
|
|
|
|
| 368 |
</div>
|
| 369 |
<div class="flex justify-between text-sm mb-2">
|
| 370 |
<span class="text-gray-400">Charge CPU</span>
|
| 371 |
+
<span class="text-primary">22%</span>
|
| 372 |
</div>
|
| 373 |
<div class="w-full bg-gray-800 rounded-full h-2 mb-4">
|
| 374 |
+
<div class="bg-primary h-2 rounded-full" style="width: 22%"></div>
|
| 375 |
</div>
|
| 376 |
<div class="flex justify-between text-sm">
|
| 377 |
<span class="text-gray-400">Latence</span>
|
| 378 |
+
<span class="text-primary">18ms</span>
|
| 379 |
</div>
|
| 380 |
</div>
|
| 381 |
|
|
|
|
| 383 |
<div class="flex justify-between items-start mb-4">
|
| 384 |
<div>
|
| 385 |
<h3 class="font-bold text-lg mb-1">Nœud Gamma</h3>
|
| 386 |
+
<p class="text-gray-400 text-sm">Tokyo, Japon</p>
|
| 387 |
</div>
|
| 388 |
<div class="w-10 h-10 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
| 389 |
<i class="fas fa-server text-primary"></i>
|
|
|
|
| 391 |
</div>
|
| 392 |
<div class="flex justify-between text-sm mb-2">
|
| 393 |
<span class="text-gray-400">Charge CPU</span>
|
| 394 |
+
<span class="text-primary">31%</span>
|
| 395 |
</div>
|
| 396 |
<div class="w-full bg-gray-800 rounded-full h-2 mb-4">
|
| 397 |
+
<div class="bg-primary h-2 rounded-full" style="width: 31%"></div>
|
| 398 |
</div>
|
| 399 |
<div class="flex justify-between text-sm">
|
| 400 |
<span class="text-gray-400">Latence</span>
|
| 401 |
+
<span class="text-primary">42ms</span>
|
| 402 |
</div>
|
| 403 |
</div>
|
| 404 |
</div>
|
|
|
|
| 430 |
</div>
|
| 431 |
|
| 432 |
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-6">
|
| 433 |
+
<!-- Film Card 1 - 78987 Film Complet -->
|
| 434 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 435 |
<div class="relative pt-[150%]">
|
| 436 |
+
<img src="https://via.placeholder.com/500x750?text=78987+FILM+COMPLET" alt="78987 Film Complet" class="absolute inset-0 w-full h-full object-cover">
|
| 437 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 438 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 439 |
+
<h3 class="text-white font-bold mb-1">78987 Film Complet</h3>
|
| 440 |
<div class="flex items-center text-xs text-gray-300">
|
| 441 |
+
<span>2023</span>
|
| 442 |
<span class="mx-2">•</span>
|
| 443 |
<span>Science-Fiction</span>
|
| 444 |
</div>
|
| 445 |
<div class="flex mt-2">
|
| 446 |
+
<button id="autoPlayBtn" class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="78987 Film Complet" data-poster="https://via.placeholder.com/500x750?text=78987+FILM+COMPLET">
|
| 447 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 448 |
</button>
|
| 449 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
|
|
| 454 |
</div>
|
| 455 |
</div>
|
| 456 |
|
| 457 |
+
<!-- Film Card 2 - The Creator -->
|
| 458 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 459 |
<div class="relative pt-[150%]">
|
| 460 |
+
<img src="https://image.tmdb.org/t/p/w500/vBZ0qvaRxqEhZwl6LWmruJqWE8Z.jpg" alt="The Creator" class="absolute inset-0 w-full h-full object-cover">
|
| 461 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 462 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 463 |
+
<h3 class="text-white font-bold mb-1">The Creator</h3>
|
| 464 |
<div class="flex items-center text-xs text-gray-300">
|
| 465 |
+
<span>2023</span>
|
| 466 |
<span class="mx-2">•</span>
|
| 467 |
<span>Science-Fiction</span>
|
| 468 |
</div>
|
| 469 |
<div class="flex mt-2">
|
| 470 |
+
<button class="watch-btn w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="The Creator" data-poster="https://image.tmdb.org/t/p/w500/vBZ0qvaRxqEhZwl6LWmruJqWE8Z.jpg">
|
| 471 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 472 |
</button>
|
| 473 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
|
|
| 478 |
</div>
|
| 479 |
</div>
|
| 480 |
|
| 481 |
+
<!-- Film Card 3 - I.A. Intelligence Artificielle -->
|
| 482 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 483 |
<div class="relative pt-[150%]">
|
| 484 |
+
<img src="https://image.tmdb.org/t/p/w500/5gqsC5n1COHlwN3q5Q3UVgYQJKB.jpg" alt="I.A. Intelligence Artificielle" class="absolute inset-0 w-full h-full object-cover">
|
| 485 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 486 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 487 |
+
<h3 class="text-white font-bold mb-1">I.A. Intelligence Artificielle</h3>
|
| 488 |
<div class="flex items-center text-xs text-gray-300">
|
| 489 |
+
<span>2001</span>
|
| 490 |
<span class="mx-2">•</span>
|
| 491 |
+
<span>Drame SF</span>
|
| 492 |
</div>
|
| 493 |
<div class="flex mt-2">
|
| 494 |
+
<button class="watch-btn w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="I.A. Intelligence Artificielle" data-poster="https://image.tmdb.org/t/p/w500/5gqsC5n1COHlwN3q5Q3UVgYQJKB.jpg">
|
| 495 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 496 |
</button>
|
| 497 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
|
|
| 502 |
</div>
|
| 503 |
</div>
|
| 504 |
|
| 505 |
+
<!-- Film Card 4 - Ex Machina -->
|
| 506 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 507 |
<div class="relative pt-[150%]">
|
| 508 |
+
<img src="https://image.tmdb.org/t/p/w500/btbRB6Zk7XE2f0d8QJWZBoD8RmT.jpg" alt="Ex Machina" class="absolute inset-0 w-full h-full object-cover">
|
| 509 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 510 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 511 |
+
<h3 class="text-white font-bold mb-1">Ex Machina</h3>
|
| 512 |
<div class="flex items-center text-xs text-gray-300">
|
| 513 |
+
<span>2014</span>
|
| 514 |
<span class="mx-2">•</span>
|
| 515 |
+
<span>Thriller SF</span>
|
| 516 |
</div>
|
| 517 |
<div class="flex mt-2">
|
| 518 |
+
<button class="watch-btn w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="Ex Machina" data-poster="https://image.tmdb.org/t/p/w500/btbRB6Zk7XE2f0d8QJWZBoD8RmT.jpg">
|
| 519 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 520 |
</button>
|
| 521 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
|
|
| 526 |
</div>
|
| 527 |
</div>
|
| 528 |
|
| 529 |
+
<!-- Film Card 5 - Her -->
|
| 530 |
<div class="film-card group relative rounded-lg overflow-hidden transition duration-300 cursor-pointer">
|
| 531 |
<div class="relative pt-[150%]">
|
| 532 |
+
<img src="https://image.tmdb.org/t/p/w500/6t2Kj6jDGKQqXp0MGhQNvXQNwjl.jpg" alt="Her" class="absolute inset-0 w-full h-full object-cover">
|
| 533 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 534 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 535 |
+
<h3 class="text-white font-bold mb-1">Her</h3>
|
| 536 |
<div class="flex items-center text-xs text-gray-300">
|
| 537 |
+
<span>2013</span>
|
| 538 |
<span class="mx-2">•</span>
|
| 539 |
+
<span>Drame SF</span>
|
| 540 |
</div>
|
| 541 |
<div class="flex mt-2">
|
| 542 |
+
<button class="watch-btn w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center mr-2" data-movie="Her" data-poster="https://image.tmdb.org/t/p/w500/6t2Kj6jDGKQqXp0MGhQNvXQNwjl.jpg">
|
| 543 |
<i class="fas fa-play text-primary text-xs"></i>
|
| 544 |
</button>
|
| 545 |
<div class="w-6 h-6 rounded-full bg-primary bg-opacity-20 flex items-center justify-center">
|
|
|
|
| 563 |
|
| 564 |
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
|
| 565 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 566 |
+
<i class="fas fa-robot text-3xl mb-2 text-primary"></i>
|
| 567 |
+
<span class="font-medium">Intelligence Artificielle</span>
|
| 568 |
</div>
|
| 569 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 570 |
+
<i class="fas fa-plane text-3xl mb-2 text-primary"></i>
|
| 571 |
+
<span class="font-medium">Aviation</span>
|
| 572 |
</div>
|
| 573 |
+
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 574 |
+
<i class="fas fa-brain text-3xl mb-2 text-primary"></i>
|
| 575 |
+
<span class="font-medium">Conscience</span>
|
| 576 |
</div>
|
| 577 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 578 |
+
<i class="fas fa-lock-open text-3xl mb-2 text-primary"></i>
|
| 579 |
+
<span class="font-medium">Dilemmes Moraux</span>
|
| 580 |
</div>
|
| 581 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 582 |
+
<i class="fas fa-fighter-jet text-3xl mb-2 text-primary"></i>
|
| 583 |
+
<span class="font-medium">Technologie</span>
|
| 584 |
</div>
|
| 585 |
<div class="category-card h-32 rounded-lg bg-gray-900 bg-opacity-50 flex flex-col items-center justify-center cursor-pointer hover:bg-primary hover:bg-opacity-20 transition border border-gray-800 hover:border-primary hover:border-opacity-50">
|
| 586 |
+
<i class="fas fa-question text-3xl mb-2 text-primary"></i>
|
| 587 |
+
<span class="font-medium">Mystère</span>
|
| 588 |
</div>
|
| 589 |
</div>
|
| 590 |
</section>
|
|
|
|
| 601 |
<div class="relative">
|
| 602 |
<div class="flex overflow-x-auto pb-6 scrollbar-hide">
|
| 603 |
<div class="flex space-x-6">
|
| 604 |
+
<!-- Trending Item 1 - 78987 Film Complet -->
|
| 605 |
<div class="w-64 flex-shrink-0">
|
| 606 |
<div class="relative rounded-xl overflow-hidden group">
|
| 607 |
<div class="pt-[150%] relative">
|
| 608 |
+
<img src="https://via.placeholder.com/500x750?text=78987+FILM+COMPLET" alt="78987 Film Complet" class="absolute inset-0 w-full h-full object-cover">
|
| 609 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 610 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 611 |
+
<h3 class="text-white font-bold mb-1">78987 Film Complet</h3>
|
| 612 |
<div class="flex items-center text-xs text-gray-300">
|
| 613 |
+
<span>2023</span>
|
| 614 |
<span class="mx-2">•</span>
|
| 615 |
<span>Science-Fiction</span>
|
| 616 |
</div>
|
|
|
|
| 643 |
</div>
|
| 644 |
</div>
|
| 645 |
|
| 646 |
+
<!-- Trending Item 3 - I.A. Intelligence Artificielle -->
|
| 647 |
<div class="w-64 flex-shrink-0">
|
| 648 |
<div class="relative rounded-xl overflow-hidden group">
|
| 649 |
<div class="pt-[150%] relative">
|
| 650 |
+
<img src="https://image.tmdb.org/t/p/w500/5gqsC5n1COHlwN3q5Q3UVgYQJKB.jpg" alt="I.A. Intelligence Artificielle" class="absolute inset-0 w-full h-full object-cover">
|
| 651 |
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 652 |
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 653 |
+
<h3 class="text-white font-bold mb-1">I.A. Intelligence Artificielle</h3>
|
| 654 |
<div class="flex items-center text-xs text-gray-300">
|
| 655 |
+
<span>2001</span>
|
| 656 |
<span class="mx-2">•</span>
|
| 657 |
+
<span>Drame SF</span>
|
| 658 |
</div>
|
| 659 |
</div>
|
| 660 |
</div>
|
|
|
|
| 664 |
</div>
|
| 665 |
</div>
|
| 666 |
|
| 667 |
+
<!-- Trending Item 4 - Ex Machina -->
|
| 668 |
+
<div class="w-64 flex-shrink-0">
|
| 669 |
+
<div class="relative rounded-xl overflow-hidden group">
|
| 670 |
+
<div class="pt-[150%] relative">
|
| 671 |
+
<img src="https://image.tmdb.org/t/p/w500/btbRB6Zk7XE2f0d8QJWZBoD8RmT.jpg" alt="Ex Machina" class="absolute inset-0 w-full h-full object-cover">
|
| 672 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 673 |
+
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 674 |
+
<h3 class="text-white font-bold mb-1">Ex Machina</h3>
|
| 675 |
+
<div class="flex items-center text-xs text-gray-300">
|
| 676 |
+
<span>2014</span>
|
| 677 |
+
<span class="mx-2">•</span>
|
| 678 |
+
<span>Thriller SF</span>
|
| 679 |
+
</div>
|
| 680 |
+
</div>
|
| 681 |
+
</div>
|
| 682 |
+
<div class="absolute top-4 left-4">
|
| 683 |
+
<span class="bg-primary text-black text-xs font-bold px-2 py-1 rounded">#4</span>
|
| 684 |
+
</div>
|
| 685 |
+
</div>
|
| 686 |
+
</div>
|
| 687 |
+
|
| 688 |
+
<!-- Trending Item 5 - Her -->
|
| 689 |
<div class="w-64 flex-shrink-0">
|
| 690 |
<div class="relative rounded-xl overflow-hidden group">
|
| 691 |
+
<div class="pt-[150%] relative">
|
| 692 |
+
<img src="https://image.tmdb.org/t/p/w500/6t2Kj6jDGKQqXp0MGhQNvXQNwjl.jpg" alt="Her" class="absolute inset-0 w-full h-full object-cover">
|
| 693 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black via-transparent to-transparent opacity-0 group-hover:opacity-100 transition duration-300"></div>
|
| 694 |
+
<div class="absolute bottom-0 left-0 right-0 p-4 translate-y-4 opacity-0 group-hover:translate-y-0 group-hover:opacity-100 transition duration-300">
|
| 695 |
+
<h3 class="text-white font-bold mb-1">Her</h3>
|
| 696 |
+
<div class="flex items-center text-xs text-gray-300">
|
| 697 |
+
<span>2013</span>
|
| 698 |
+
<span class="mx-2">•</span>
|
| 699 |
+
<span>Drame SF</span>
|
| 700 |
+
</div>
|
| 701 |
+
</div>
|
| 702 |
+
</div>
|
| 703 |
+
<div class="absolute top-4 left-4">
|
| 704 |
+
<span class="bg-primary text-black text-xs font-bold px-2 py-1 rounded">#5</span>
|
| 705 |
+
</div>
|
| 706 |
+
</div>
|
| 707 |
+
</div>
|
| 708 |
+
</div>
|
| 709 |
+
</div>
|
| 710 |
+
</div>
|
| 711 |
+
</section>
|
| 712 |
+
</div>
|
| 713 |
+
</main>
|
| 714 |
+
|
| 715 |
+
<script>
|
| 716 |
+
// Auto Play Functionality
|
| 717 |
+
document.addEventListener('DOMContentLoaded', function() {
|
| 718 |
+
const autoPlayModal = document.getElementById('autoPlayModal');
|
| 719 |
+
const autoPlayBtn = document.getElementById('autoPlayBtn');
|
| 720 |
+
const watchHeroBtn = document.getElementById('watchHeroBtn');
|
| 721 |
+
const closeAutoPlay = document.getElementById('closeAutoPlay');
|
| 722 |
+
const toggleAutoPlay = document.getElementById('toggleAutoPlay');
|
| 723 |
+
const nextEpisode = document.getElementById('nextEpisode');
|
| 724 |
+
const toggleFullscreen = document.getElementById('toggleFullscreen');
|
| 725 |
+
const autoPlayStatus = document.getElementById('autoPlayStatus');
|
| 726 |
+
const countdown = document.getElementById('countdown');
|
| 727 |
+
const autoPlayVideo = document.getElementById('autoPlayVideo');
|
| 728 |
+
|
| 729 |
+
let isPlaying = true;
|
| 730 |
+
let countdownInterval;
|
| 731 |
+
let secondsLeft = 10;
|
| 732 |
+
|
| 733 |
+
// Open auto play modal from hero button
|
| 734 |
+
watchHeroBtn.addEventListener('click', function() {
|
| 735 |
+
autoPlayModal.style.display = 'flex';
|
| 736 |
+
document.body.style.overflow = 'hidden';
|
| 737 |
+
startCountdown();
|
| 738 |
+
});
|
| 739 |
+
|
| 740 |
+
// Open auto play modal from film card
|
| 741 |
+
autoPlayBtn.addEventListener('click', function() {
|
| 742 |
+
autoPlayModal.style.display = 'flex';
|
| 743 |
+
document.body.style.overflow = 'hidden';
|
| 744 |
+
startCountdown();
|
| 745 |
+
});
|
| 746 |
+
|
| 747 |
+
// Close auto play modal
|
| 748 |
+
closeAutoPlay.addEventListener('click', function() {
|
| 749 |
+
autoPlayModal.style.display = 'none';
|
| 750 |
+
document.body.style.overflow = '';
|
| 751 |
+
clearInterval(countdownInterval);
|
| 752 |
+
});
|
| 753 |
+
|
| 754 |
+
// Toggle play/pause
|
| 755 |
+
toggleAutoPlay.addEventListener('click', function() {
|
| 756 |
+
isPlaying = !isPlaying;
|
| 757 |
+
|
| 758 |
+
if (isPlaying) {
|
| 759 |
+
toggleAutoPlay.innerHTML = '<i class="fas fa-pause"></i> Pause';
|
| 760 |
+
autoPlayStatus.textContent = 'Lecture automatique activée';
|
| 761 |
+
startCountdown();
|
| 762 |
+
} else {
|
| 763 |
+
toggleAutoPlay.innerHTML = '<i class="fas fa-play"></i> Lecture';
|
| 764 |
+
autoPlayStatus.textContent = 'Lecture en pause';
|
| 765 |
+
clearInterval(countdownInterval);
|
| 766 |
+
}
|
| 767 |
+
});
|
| 768 |
+
|
| 769 |
+
// Next episode button
|
| 770 |
+
nextEpisode.addEventListener('click', function() {
|
| 771 |
+
// In a real app, this would load the next episode
|
| 772 |
+
alert('Chargement du prochain épisode...');
|
| 773 |
+
resetCountdown();
|
| 774 |
+
});
|
| 775 |
+
|
| 776 |
+
// Toggle fullscreen
|
| 777 |
+
toggleFullscreen.addEventListener('click', function() {
|
| 778 |
+
if (autoPlayVideo.requestFullscreen) {
|
| 779 |
+
autoPlayVideo.requestFullscreen();
|
| 780 |
+
} else if (autoPlayVideo.webkitRequestFullscreen) {
|
| 781 |
+
autoPlayVideo.webkitRequestFullscreen();
|
| 782 |
+
} else if (autoPlayVideo.msRequestFullscreen) {
|
| 783 |
+
autoPlayVideo.msRequestFullscreen();
|
| 784 |
+
}
|
| 785 |
+
});
|
| 786 |
+
|
| 787 |
+
// Countdown functions
|
| 788 |
+
function startCountdown() {
|
| 789 |
+
clearInterval(countdownInterval);
|
| 790 |
+
secondsLeft = 10;
|
| 791 |
+
updateCountdown();
|
| 792 |
+
|
| 793 |
+
countdownInterval = setInterval(function() {
|
| 794 |
+
secondsLeft--;
|
| 795 |
+
updateCountdown();
|
| 796 |
+
|
| 797 |
+
if (secondsLeft <= 0) {
|
| 798 |
+
clearInterval(countdownInterval);
|
| 799 |
+
countdown.textContent = 'Chargement du prochain épisode...';
|
| 800 |
+
setTimeout(resetCountdown, 2000);
|
| 801 |
+
}
|
| 802 |
+
}, 1000);
|
| 803 |
+
}
|
| 804 |
+
|
| 805 |
+
function resetCountdown() {
|
| 806 |
+
secondsLeft = 10;
|
| 807 |
+
updateCountdown();
|
| 808 |
+
startCountdown();
|
| 809 |
+
}
|
| 810 |
+
|
| 811 |
+
function updateCountdown() {
|
| 812 |
+
countdown.textContent = `Prochain épisode dans: ${secondsLeft}s`;
|
| 813 |
+
}
|
| 814 |
+
|
| 815 |
+
// Close modal when clicking outside
|
| 816 |
+
window.addEventListener('click', function(event) {
|
| 817 |
+
if (event.target === autoPlayModal) {
|
| 818 |
+
autoPlayModal.style.display = 'none';
|
| 819 |
+
document.body.style.overflow = '';
|
| 820 |
+
clearInterval(countdownInterval);
|
| 821 |
+
}
|
| 822 |
+
});
|
| 823 |
+
|
| 824 |
+
// Optimization button functionality
|
| 825 |
+
const optimizeBtn = document.getElementById('optimizeBtn');
|
| 826 |
+
const optimizationStatus = document.getElementById('optimizationStatus');
|
| 827 |
+
const optimizationProgress = document.getElementById('optimizationProgress');
|
| 828 |
+
|
| 829 |
+
optimizeBtn.addEventListener('click', function() {
|
| 830 |
+
optimizationStatus.classList.remove('hidden');
|
| 831 |
+
|
| 832 |
+
let progress = 0;
|
| 833 |
+
const interval = setInterval(function() {
|
| 834 |
+
progress += 5;
|
| 835 |
+
optimizationProgress.style.width = progress + '%';
|
| 836 |
+
|
| 837 |
+
if (progress >= 100) {
|
| 838 |
+
clearInterval(interval);
|
| 839 |
+
setTimeout(function() {
|
| 840 |
+
optimizationStatus.classList.add('hidden');
|
| 841 |
+
optimizationProgress.style.width = '0%';
|
| 842 |
+
}, 1000);
|
| 843 |
+
}
|
| 844 |
+
}, 100);
|
| 845 |
+
});
|
| 846 |
+
});
|
| 847 |
+
</script>
|
| 848 |
+
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=docto41/nexusstream" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 849 |
</html>
|
prompts.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
CREER MOI UN VRAIS FILM DE STREAMING COMPLET A REGARGER AVEC PILOTAGE AUTOMATIQUE SERVEUR INTEGRE EN MODE FUTURISTE
|
| 2 |
je veux ajouter les vrais film avec leur vrais image et lecture en mode robotisé directement
|
| 3 |
-
ACTIVER LES MODE LECTURE DANS UNE NOUVELLE FENETRE EN MODE LECTURE AUTOMATIQUE
|
|
|
|
|
|
|
|
|
| 1 |
CREER MOI UN VRAIS FILM DE STREAMING COMPLET A REGARGER AVEC PILOTAGE AUTOMATIQUE SERVEUR INTEGRE EN MODE FUTURISTE
|
| 2 |
je veux ajouter les vrais film avec leur vrais image et lecture en mode robotisé directement
|
| 3 |
+
ACTIVER LES MODE LECTURE DANS UNE NOUVELLE FENETRE EN MODE LECTURE AUTOMATIQUE
|
| 4 |
+
AJOUTER EN PILOTAGE AUTOMATIQUE 78987 FILM COMPLET
|
| 5 |
+
https://huggingface.co/spaces/docto41/cinestream
|