otis123 commited on
Commit
b8360b9
·
verified ·
1 Parent(s): e940760

Promote version 8ff4dd4 to main

Browse files

Promoted commit 8ff4dd4bf9e2c38f2fdb7facb268635651c55634 to main branch

Files changed (1) hide show
  1. index.html +6 -34
index.html CHANGED
@@ -12,35 +12,12 @@
12
  <script src="https://unpkg.com/feather-icons"></script>
13
  <style>
14
  .gradient-bg {
15
- background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
16
- background-image: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%),
17
- linear-gradient(45deg, rgba(255,0,150,0.2) 0%, rgba(0,204,255,0.2) 100%);
18
  background-blend-mode: overlay;
19
- position: relative;
20
- overflow: hidden;
21
- }
22
- .gradient-bg::before {
23
- content: '';
24
- position: absolute;
25
- top: -50%;
26
- left: -50%;
27
- width: 200%;
28
- height: 200%;
29
- background: radial-gradient(circle at 30% 30%, rgba(79, 70, 229, 0.3) 0%, transparent 50%);
30
- animation: lightPulse 15s infinite alternate;
31
- z-index: 0;
32
- }
33
- @keyframes lightPulse {
34
- 0% {
35
- transform: scale(0.9);
36
- opacity: 0.5;
37
- }
38
- 100% {
39
- transform: scale(1.1);
40
- opacity: 0.8;
41
- }
42
  }
43
- .btn-hover {
44
  transition: all 0.3s ease;
45
  transform: translateY(0);
46
  }
@@ -80,14 +57,9 @@
80
  }
81
  </style>
82
  </head>
83
- <body class="gradient-bg text-white font-sans relative">
84
- <div class="absolute inset-0 z-0 pointer-events-none">
85
- <div class="absolute top-1/4 left-1/4 w-64 h-64 rounded-full bg-indigo-600 opacity-10 blur-3xl"></div>
86
- <div class="absolute top-1/3 right-1/3 w-48 h-48 rounded-full bg-purple-600 opacity-10 blur-3xl"></div>
87
- <div class="absolute bottom-1/4 right-1/4 w-96 h-96 rounded-full bg-blue-600 opacity-10 blur-3xl"></div>
88
- </div>
89
  <!-- Navigation -->
90
- <nav class="container mx-auto px-6 py-4">
91
  <div class="flex justify-between items-center">
92
  <div class="flex items-center space-x-2">
93
  <i data-feather="tv" class="text-indigo-500 w-8 h-8"></i>
 
12
  <script src="https://unpkg.com/feather-icons"></script>
13
  <style>
14
  .gradient-bg {
15
+ background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
16
+ background-image: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%),
17
+ linear-gradient(45deg, rgba(255,0,150,0.1) 0%, rgba(0,204,255,0.1) 100%);
18
  background-blend-mode: overlay;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  }
20
+ .btn-hover {
21
  transition: all 0.3s ease;
22
  transform: translateY(0);
23
  }
 
57
  }
58
  </style>
59
  </head>
60
+ <body class="gradient-bg text-white font-sans">
 
 
 
 
 
61
  <!-- Navigation -->
62
+ <nav class="container mx-auto px-6 py-4">
63
  <div class="flex justify-between items-center">
64
  <div class="flex items-center space-x-2">
65
  <i data-feather="tv" class="text-indigo-500 w-8 h-8"></i>