timoon811 commited on
Commit
0f10d0b
·
verified ·
1 Parent(s): 61f92d5

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +590 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Tmt21
3
- emoji: 😻
4
- colorFrom: gray
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: tmt21
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,590 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TMT - Traffic Monsters Team</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
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#f6fc79',
15
+ dark: '#0E0E0E',
16
+ light: '#FFFFFF',
17
+ gray: '#A1A1A1',
18
+ },
19
+ animation: {
20
+ 'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
21
+ 'float': 'float 6s ease-in-out infinite',
22
+ 'neon-glow': 'neonGlow 1.5s ease-in-out infinite alternate',
23
+ 'neon-flicker': 'neonFlicker 3s linear infinite',
24
+ },
25
+ keyframes: {
26
+ float: {
27
+ '0%, 100%': { transform: 'translateY(0)' },
28
+ '50%': { transform: 'translateY(-20px)' },
29
+ },
30
+ neonGlow: {
31
+ '0%': { 'text-shadow': '0 0 5px #fff, 0 0 10px #fff, 0 0 15px #f6fc79, 0 0 20px #f6fc79, 0 0 25px #f6fc79, 0 0 30px #f6fc79, 0 0 35px #f6fc79' },
32
+ '100%': { 'text-shadow': '0 0 10px #fff, 0 0 20px #fff, 0 0 30px #f6fc79, 0 0 40px #f6fc79, 0 0 50px #f6fc79, 0 0 60px #f6fc79, 0 0 70px #f6fc79' },
33
+ },
34
+ neonFlicker: {
35
+ '0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100%': { opacity: '1' },
36
+ '20%, 21.999%, 63%, 63.999%, 65%, 69.999%': { opacity: '0.5' },
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+ </script>
43
+ <style>
44
+ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
45
+
46
+ body {
47
+ font-family: 'Roboto', sans-serif;
48
+ background-color: #0E0E0E;
49
+ color: white;
50
+ overflow-x: hidden;
51
+ }
52
+
53
+ .font-orbitron {
54
+ font-family: 'Orbitron', sans-serif;
55
+ }
56
+
57
+ .hero-gradient {
58
+ background: radial-gradient(circle at center, rgba(246, 252, 121, 0.15) 0%, rgba(14, 14, 14, 0) 50%);
59
+ }
60
+
61
+ .neon-ring {
62
+ position: relative;
63
+ }
64
+
65
+ .neon-ring::before {
66
+ content: '';
67
+ position: absolute;
68
+ top: -10px;
69
+ left: -10px;
70
+ right: -10px;
71
+ bottom: -10px;
72
+ border: 3px solid #f6fc79;
73
+ border-radius: 50%;
74
+ animation: pulse-slow 4s infinite;
75
+ box-shadow: 0 0 15px #f6fc79;
76
+ }
77
+
78
+ .neon-card {
79
+ transition: all 0.3s ease;
80
+ border: 1px solid rgba(246, 252, 121, 0.3);
81
+ }
82
+
83
+ .neon-card:hover {
84
+ border-color: #f6fc79;
85
+ box-shadow: 0 0 20px rgba(246, 252, 121, 0.5);
86
+ transform: translateY(-5px);
87
+ }
88
+
89
+ .neon-btn {
90
+ position: relative;
91
+ overflow: hidden;
92
+ transition: all 0.3s ease;
93
+ }
94
+
95
+ .neon-btn:hover {
96
+ box-shadow: 0 0 15px #f6fc79;
97
+ }
98
+
99
+ .neon-btn::before {
100
+ content: '';
101
+ position: absolute;
102
+ top: -50%;
103
+ left: -50%;
104
+ width: 200%;
105
+ height: 200%;
106
+ background: linear-gradient(to bottom right, rgba(246, 252, 121, 0.3), transparent);
107
+ transform: rotate(45deg);
108
+ transition: all 0.3s ease;
109
+ }
110
+
111
+ .neon-btn:hover::before {
112
+ left: 100%;
113
+ top: 100%;
114
+ }
115
+
116
+ .counter {
117
+ font-variant-numeric: tabular-nums;
118
+ }
119
+
120
+ .video-placeholder {
121
+ position: relative;
122
+ background: linear-gradient(135deg, rgba(14, 14, 14, 0.8), rgba(14, 14, 14, 0.5));
123
+ overflow: hidden;
124
+ }
125
+
126
+ .video-placeholder::before {
127
+ content: '';
128
+ position: absolute;
129
+ top: 0;
130
+ left: 0;
131
+ right: 0;
132
+ bottom: 0;
133
+ background: linear-gradient(45deg, transparent 48%, #f6fc79 49%, #f6fc79 51%, transparent 52%),
134
+ linear-gradient(-45deg, transparent 48%, #f6fc79 49%, #f6fc79 51%, transparent 52%);
135
+ background-size: 20px 20px;
136
+ opacity: 0.1;
137
+ }
138
+
139
+ .play-btn {
140
+ transition: all 0.3s ease;
141
+ }
142
+
143
+ .play-btn:hover {
144
+ transform: scale(1.1);
145
+ box-shadow: 0 0 30px rgba(246, 252, 121, 0.7);
146
+ }
147
+
148
+ .form-input {
149
+ background-color: rgba(255, 255, 255, 0.1);
150
+ border: 1px solid rgba(246, 252, 121, 0.3);
151
+ transition: all 0.3s ease;
152
+ }
153
+
154
+ .form-input:focus {
155
+ outline: none;
156
+ border-color: #f6fc79;
157
+ box-shadow: 0 0 10px rgba(246, 252, 121, 0.5);
158
+ background-color: rgba(255, 255, 255, 0.2);
159
+ }
160
+
161
+ .case-study {
162
+ transition: all 0.3s ease;
163
+ background: linear-gradient(145deg, rgba(20, 20, 20, 0.8), rgba(10, 10, 10, 0.9));
164
+ }
165
+
166
+ .case-study:hover {
167
+ transform: translateY(-10px);
168
+ box-shadow: 0 10px 30px rgba(246, 252, 121, 0.3);
169
+ }
170
+
171
+ .case-study-overlay {
172
+ position: absolute;
173
+ top: 0;
174
+ left: 0;
175
+ right: 0;
176
+ bottom: 0;
177
+ background: rgba(14, 14, 14, 0.8);
178
+ opacity: 0;
179
+ transition: all 0.3s ease;
180
+ display: flex;
181
+ flex-direction: column;
182
+ justify-content: center;
183
+ padding: 1.5rem;
184
+ }
185
+
186
+ .case-study:hover .case-study-overlay {
187
+ opacity: 1;
188
+ }
189
+
190
+ .parallax {
191
+ background-attachment: fixed;
192
+ background-position: center;
193
+ background-repeat: no-repeat;
194
+ background-size: cover;
195
+ }
196
+
197
+ @keyframes float {
198
+ 0%, 100% { transform: translateY(0); }
199
+ 50% { transform: translateY(-20px); }
200
+ }
201
+
202
+ @keyframes neonGlow {
203
+ 0% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #f6fc79, 0 0 20px #f6fc79, 0 0 25px #f6fc79, 0 0 30px #f6fc79, 0 0 35px #f6fc79; }
204
+ 100% { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #f6fc79, 0 0 40px #f6fc79, 0 0 50px #f6fc79, 0 0 60px #f6fc79, 0 0 70px #f6fc79; }
205
+ }
206
+
207
+ @keyframes pulse-slow {
208
+ 0%, 100% { opacity: 0.7; }
209
+ 50% { opacity: 1; }
210
+ }
211
+
212
+ @keyframes neonFlicker {
213
+ 0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% { opacity: 1; }
214
+ 20%, 21.999%, 63%, 63.999%, 65%, 69.999% { opacity: 0.5; }
215
+ }
216
+
217
+ .glow-text {
218
+ animation: neonGlow 1.5s ease-in-out infinite alternate;
219
+ }
220
+
221
+ .flicker-text {
222
+ animation: neonFlicker 3s linear infinite;
223
+ }
224
+
225
+ .data-tornado {
226
+ position: absolute;
227
+ width: 100%;
228
+ height: 100%;
229
+ background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="none" stroke="%23f6fc79" stroke-width="0.5" d="M20,20 Q30,10 40,20 T60,20 T80,20" opacity="0.3"/></svg>') repeat;
230
+ background-size: 200px 200px;
231
+ animation: tornadoMove 30s linear infinite;
232
+ }
233
+
234
+ @keyframes tornadoMove {
235
+ 0% { background-position: 0 0; }
236
+ 100% { background-position: 100% 100%; }
237
+ }
238
+ </style>
239
+ </head>
240
+ <body class="antialiased">
241
+ <!-- Navigation -->
242
+ <nav class="fixed w-full z-50 bg-black bg-opacity-90 backdrop-blur-sm border-b border-gray-800">
243
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
244
+ <div class="flex justify-between h-16 items-center">
245
+ <div class="flex items-center">
246
+ <div class="flex-shrink-0 flex items-center">
247
+ <div class="neon-ring rounded-full w-10 h-10 flex items-center justify-center">
248
+ <span class="text-primary font-bold text-xl font-orbitron">TMT</span>
249
+ </div>
250
+ <span class="ml-3 text-primary font-orbitron text-xl">TRAFFIC MONSTERS</span>
251
+ </div>
252
+ </div>
253
+ <div class="hidden md:block">
254
+ <div class="ml-10 flex items-center space-x-4">
255
+ <a href="#home" class="text-white hover:text-primary px-3 py-2 rounded-md text-sm font-medium transition duration-300">Home</a>
256
+ <a href="#about" class="text-gray-300 hover:text-primary px-3 py-2 rounded-md text-sm font-medium transition duration-300">About</a>
257
+ <a href="#results" class="text-gray-300 hover:text-primary px-3 py-2 rounded-md text-sm font-medium transition duration-300">Results</a>
258
+ <a href="#benefits" class="text-gray-300 hover:text-primary px-3 py-2 rounded-md text-sm font-medium transition duration-300">Benefits</a>
259
+ <a href="#join" class="text-gray-300 hover:text-primary px-3 py-2 rounded-md text-sm font-medium transition duration-300">Join</a>
260
+ </div>
261
+ </div>
262
+ <div class="md:hidden">
263
+ <button class="text-gray-300 hover:text-white focus:outline-none">
264
+ <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
265
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
266
+ </svg>
267
+ </button>
268
+ </div>
269
+ </div>
270
+ </div>
271
+ </nav>
272
+
273
+ <!-- Hero Section -->
274
+ <section id="home" class="relative h-screen flex items-center justify-center overflow-hidden hero-gradient">
275
+ <div class="data-tornado"></div>
276
+ <div class="absolute inset-0 bg-gradient-to-b from-transparent to-black opacity-70"></div>
277
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10 text-center">
278
+ <div class="mb-8">
279
+ <div class="inline-block neon-ring rounded-full w-32 h-32 flex items-center justify-center mb-8">
280
+ <span class="text-primary font-bold text-4xl font-orbitron">TMT</span>
281
+ </div>
282
+ </div>
283
+ <h1 class="text-5xl md:text-7xl font-bold mb-6 font-orbitron glow-text">
284
+ <span class="text-transparent bg-clip-text bg-gradient-to-r from-primary to-white">TRAFFIC MASTERS</span>
285
+ <span class="block text-transparent bg-clip-text bg-gradient-to-r from-white to-primary">OF THE DIGITAL JUNGLE</span>
286
+ </h1>
287
+ <p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-3xl mx-auto flicker-text">
288
+ TMT — команда топовых арбитражников. Мы не ливаем трафик, мы его приручаем.
289
+ </p>
290
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
291
+ <a href="#join" class="neon-btn bg-primary text-black font-bold py-3 px-8 rounded-full text-lg font-orbitron transition duration-300 transform hover:scale-105">
292
+ JOIN THE TEAM
293
+ </a>
294
+ <a href="#results" class="neon-btn border-2 border-primary text-white font-bold py-3 px-8 rounded-full text-lg font-orbitron transition duration-300 transform hover:scale-105">
295
+ SEE OUR RESULTS
296
+ </a>
297
+ </div>
298
+ </div>
299
+ <div class="absolute bottom-10 left-0 right-0 flex justify-center">
300
+ <a href="#about" class="text-gray-400 hover:text-primary animate-bounce">
301
+ <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
302
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path>
303
+ </svg>
304
+ </a>
305
+ </div>
306
+ </section>
307
+
308
+ <!-- About Section -->
309
+ <section id="about" class="py-20 parallax" style="background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\"><rect width=\"10\" height=\"10\" x=\"0\" y=\"0\" fill=\"%23f6fc79\" opacity=\"0.1\"/></svg>')">
310
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
311
+ <div class="text-center mb-16">
312
+ <h2 class="text-4xl font-bold mb-4 font-orbitron glow-text">WHO WE ARE</h2>
313
+ <div class="w-20 h-1 bg-primary mx-auto mb-6"></div>
314
+ <p class="text-xl text-gray-300 max-w-4xl mx-auto">
315
+ Мы — Traffic Monsters Team. 70+ арбитражников, $5M+ оборота, 15+ источников трафика, десятки топовых ПП. Мы не просто льём — мы строим экосистему вокруг арбитража.
316
+ </p>
317
+ </div>
318
+
319
+ <!-- Stats Section -->
320
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mt-16">
321
+ <div class="neon-card bg-black bg-opacity-50 p-8 rounded-xl text-center">
322
+ <div class="text-5xl font-bold text-primary font-orbitron mb-2 counter" data-target="70">0</div>
323
+ <div class="text-gray-300 uppercase text-sm tracking-wider">Человек в команде</div>
324
+ </div>
325
+ <div class="neon-card bg-black bg-opacity-50 p-8 rounded-xl text-center">
326
+ <div class="text-5xl font-bold text-primary font-orbitron mb-2 counter" data-target="5">0</div>
327
+ <div class="text-gray-300 uppercase text-sm tracking-wider">Млн $ валовый доход</div>
328
+ </div>
329
+ <div class="neon-card bg-black bg-opacity-50 p-8 rounded-xl text-center">
330
+ <div class="text-5xl font-bold text-primary font-orbitron mb-2 counter" data-target="15">0</div>
331
+ <div class="text-gray-300 uppercase text-sm tracking-wider">Источников трафика</div>
332
+ </div>
333
+ <div class="neon-card bg-black bg-opacity-50 p-8 rounded-xl text-center">
334
+ <div class="text-5xl font-bold text-primary font-orbitron mb-2 counter" data-target="90">0</div>
335
+ <div class="text-gray-300 uppercase text-sm tracking-wider">% в ROI за 2 недели</div>
336
+ </div>
337
+ </div>
338
+ </div>
339
+ </section>
340
+
341
+ <!-- Benefits Section -->
342
+ <section id="benefits" class="py-20 bg-gradient-to-b from-black to-gray-900">
343
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
344
+ <div class="text-center mb-16">
345
+ <h2 class="text-4xl font-bold mb-4 font-orbitron glow-text">WHAT WE OFFER</h2>
346
+ <div class="w-20 h-1 bg-primary mx-auto mb-6"></div>
347
+ <p class="text-xl text-gray-300 max-w-4xl mx-auto">
348
+ Мы даем новичкам все необходимое для быстрого старта и выхода на прибыль
349
+ </p>
350
+ </div>
351
+
352
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
353
+ <div class="neon-card p-8 rounded-xl bg-gray-900 hover:bg-black transition duration-300 group">
354
+ <div class="w-16 h-16 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-6 group-hover:bg-opacity-20 transition duration-300">
355
+ <i class="fas fa-graduation-cap text-primary text-2xl"></i>
356
+ </div>
357
+ <h3 class="text-xl font-bold mb-3 text-white">Обучение от профи</h3>
358
+ <p class="text-gray-300">Пошаговое обучение от практиков с доходом $10k+/мес</p>
359
+ </div>
360
+ <div class="neon-card p-8 rounded-xl bg-gray-900 hover:bg-black transition duration-300 group">
361
+ <div class="w-16 h-16 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-6 group-hover:bg-opacity-20 transition duration-300">
362
+ <i class="fas fa-link text-primary text-2xl"></i>
363
+ </div>
364
+ <h3 class="text-xl font-bold mb-3 text-white">Связки + офферы</h3>
365
+ <p class="text-gray-300">Проверенные связки и горячие офферы с высоким EPC</p>
366
+ </div>
367
+ <div class="neon-card p-8 rounded-xl bg-gray-900 hover:bg-black transition duration-300 group">
368
+ <div class="w-16 h-16 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-6 group-hover:bg-opacity-20 transition duration-300">
369
+ <i class="fas fa-briefcase text-primary text-2xl"></i>
370
+ </div>
371
+ <h3 class="text-xl font-bold mb-3 text-white">Работа через кейсы</h3>
372
+ <p class="text-gray-300">Разбор реальных кейсов и работа над ошибками</p>
373
+ </div>
374
+ <div class="neon-card p-8 rounded-xl bg-gray-900 hover:bg-black transition duration-300 group">
375
+ <div class="w-16 h-16 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-6 group-hover:bg-opacity-20 transition duration-300">
376
+ <i class="fas fa-user-tie text-primary text-2xl"></i>
377
+ </div>
378
+ <h3 class="text-xl font-bold mb-3 text-white">Индивидуальное менторство</h3>
379
+ <p class="text-gray-300">Персональный наставник на всех этапах работы</p>
380
+ </div>
381
+ </div>
382
+ </div>
383
+ </section>
384
+
385
+ <!-- Case Studies Section -->
386
+ <section id="results" class="py-20 bg-black">
387
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
388
+ <div class="text-center mb-16">
389
+ <h2 class="text-4xl font-bold mb-4 font-orbitron glow-text">OUR CASE STUDIES</h2>
390
+ <div class="w-20 h-1 bg-primary mx-auto mb-6"></div>
391
+ <p class="text-xl text-gray-300 max-w-4xl mx-auto">
392
+ Реальные результаты наших арбитражных кампаний
393
+ </p>
394
+ </div>
395
+
396
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
397
+ <!-- Case Study 1 -->
398
+ <div class="case-study rounded-xl overflow-hidden relative">
399
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='300' viewBox='0 0 400 300'><rect width='400' height='300' fill='%23101010'/><text x='200' y='150' font-family='Arial' font-size='20' fill='%23f6fc79' text-anchor='middle'>CASE STUDY PREVIEW</text></svg>" alt="Case Study" class="w-full h-full object-cover">
400
+ <div class="case-study-overlay">
401
+ <h3 class="text-xl font-bold mb-2 text-primary font-orbitron">Nutra + TikTok</h3>
402
+ <p class="text-gray-300 mb-4">Доход: <span class="text-primary">$24,500</span></p>
403
+ <p class="text-gray-300 mb-1">CTR: <span class="text-primary">3.8%</span></p>
404
+ <p class="text-gray-300 mb-1">CR: <span class="text-primary">1.2%</span></p>
405
+ <p class="text-gray-300">ROI: <span class="text-primary">287%</span></p>
406
+ </div>
407
+ </div>
408
+
409
+ <!-- Case Study 2 -->
410
+ <div class="case-study rounded-xl overflow-hidden relative">
411
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='300' viewBox='0 0 400 300'><rect width='400' height='300' fill='%23101010'/><text x='200' y='150' font-family='Arial' font-size='20' fill='%23f6fc79' text-anchor='middle'>CASE STUDY PREVIEW</text></svg>" alt="Case Study" class="w-full h-full object-cover">
412
+ <div class="case-study-overlay">
413
+ <h3 class="text-xl font-bold mb-2 text-primary font-orbitron">Gambling + FB Ads</h3>
414
+ <p class="text-gray-300 mb-4">Доход: <span class="text-primary">$18,300</span></p>
415
+ <p class="text-gray-300 mb-1">CTR: <span class="text-primary">2.1%</span></p>
416
+ <p class="text-gray-300 mb-1">CR: <span class="text-primary">0.8%</span></p>
417
+ <p class="text-gray-300">ROI: <span class="text-primary">195%</span></p>
418
+ </div>
419
+ </div>
420
+
421
+ <!-- Case Study 3 -->
422
+ <div class="case-study rounded-xl overflow-hidden relative">
423
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='300' viewBox='0 0 400 300'><rect width='400' height='300' fill='%23101010'/><text x='200' y='150' font-family='Arial' font-size='20' fill='%23f6fc79' text-anchor='middle'>CASE STUDY PREVIEW</text></svg>" alt="Case Study" class="w-full h-full object-cover">
424
+ <div class="case-study-overlay">
425
+ <h3 class="text-xl font-bold mb-2 text-primary font-orbitron">E-commerce + Google</h3>
426
+ <p class="text-gray-300 mb-4">Доход: <span class="text-primary">$32,700</span></p>
427
+ <p class="text-gray-300 mb-1">CTR: <span class="text-primary">4.5%</span></p>
428
+ <p class="text-gray-300 mb-1">CR: <span class="text-primary">1.5%</span></p>
429
+ <p class="text-gray-300">ROI: <span class="text-primary">320%</span></p>
430
+ </div>
431
+ </div>
432
+ </div>
433
+
434
+ <div class="text-center mt-12">
435
+ <a href="#join" class="inline-block neon-btn bg-primary text-black font-bold py-3 px-8 rounded-full text-lg font-orbitron transition duration-300 transform hover:scale-105">
436
+ GET ACCESS TO MORE CASES
437
+ </a>
438
+ </div>
439
+ </div>
440
+ </section>
441
+
442
+ <!-- Video Section -->
443
+ <section class="py-20 bg-gradient-to-b from-gray-900 to-black">
444
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
445
+ <div class="text-center mb-16">
446
+ <h2 class="text-4xl font-bold mb-4 font-orbitron glow-text">TMT IN ACTION</h2>
447
+ <div class="w-20 h-1 bg-primary mx-auto mb-6"></div>
448
+ <p class="text-xl text-gray-300 max-w-4xl mx-auto">
449
+ Посмотрите, как работает наша команда изнутри
450
+ </p>
451
+ </div>
452
+
453
+ <div class="video-placeholder rounded-xl overflow-hidden relative h-96 flex items-center justify-center">
454
+ <button class="play-btn w-20 h-20 bg-primary rounded-full flex items-center justify-center">
455
+ <i class="fas fa-play text-black text-2xl"></i>
456
+ </button>
457
+ </div>
458
+ </div>
459
+ </section>
460
+
461
+ <!-- CTA Section -->
462
+ <section id="join" class="py-20 bg-black">
463
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
464
+ <div class="text-center mb-16">
465
+ <h2 class="text-4xl font-bold mb-4 font-orbitron glow-text">ГОТОВ РАСТИ ВМЕСТЕ С ЛУЧШИМИ?</h2>
466
+ <div class="w-20 h-1 bg-primary mx-auto mb-6"></div>
467
+ <p class="text-xl text-gray-300 max-w-4xl mx-auto">
468
+ Оставь заявку �� и начни путь в арбитраж с монстрами трафика.
469
+ </p>
470
+ </div>
471
+
472
+ <div class="max-w-2xl mx-auto bg-gray-900 rounded-xl p-8 neon-card">
473
+ <form class="space-y-6">
474
+ <div>
475
+ <label for="name" class="block text-sm font-medium text-gray-300 mb-1">Ваше имя</label>
476
+ <input type="text" id="name" class="form-input w-full px-4 py-3 rounded-lg focus:ring-2 focus:ring-primary">
477
+ </div>
478
+ <div>
479
+ <label for="telegram" class="block text-sm font-medium text-gray-300 mb-1">Ваш Telegram</label>
480
+ <input type="text" id="telegram" class="form-input w-full px-4 py-3 rounded-lg focus:ring-2 focus:ring-primary">
481
+ </div>
482
+ <div>
483
+ <label for="experience" class="block text-sm font-medium text-gray-300 mb-1">Опыт в арбитраже</label>
484
+ <select id="experience" class="form-input w-full px-4 py-3 rounded-lg focus:ring-2 focus:ring-primary">
485
+ <option value="none">Новичок (нет опыта)</option>
486
+ <option value="beginner">Начинающий (до 3 месяцев)</option>
487
+ <option value="intermediate">Средний уровень (3-12 месяцев)</option>
488
+ <option value="advanced">Опытный (более года)</option>
489
+ </select>
490
+ </div>
491
+ <div>
492
+ <button type="submit" class="w-full neon-btn bg-primary text-black font-bold py-3 px-4 rounded-lg text-lg font-orbitron transition duration-300 hover:bg-opacity-90">
493
+ ОТПРАВИТЬ ЗАЯВКУ
494
+ </button>
495
+ </div>
496
+ </form>
497
+ </div>
498
+ </div>
499
+ </section>
500
+
501
+ <!-- Footer -->
502
+ <footer class="bg-gray-900 py-12 border-t border-gray-800">
503
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
504
+ <div class="flex flex-col md:flex-row justify-between items-center">
505
+ <div class="flex items-center mb-6 md:mb-0">
506
+ <div class="neon-ring rounded-full w-10 h-10 flex items-center justify-center">
507
+ <span class="text-primary font-bold text-xl font-orbitron">TMT</span>
508
+ </div>
509
+ <span class="ml-3 text-primary font-orbitron text-xl">TRAFFIC MONSTERS</span>
510
+ </div>
511
+ <div class="flex space-x-6">
512
+ <a href="#" class="text-gray-400 hover:text-primary">
513
+ <i class="fab fa-telegram text-2xl"></i>
514
+ </a>
515
+ <a href="#" class="text-gray-400 hover:text-primary">
516
+ <i class="fab fa-instagram text-2xl"></i>
517
+ </a>
518
+ <a href="#" class="text-gray-400 hover:text-primary">
519
+ <i class="fab fa-youtube text-2xl"></i>
520
+ </a>
521
+ </div>
522
+ </div>
523
+ <div class="mt-8 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
524
+ <p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 Traffic Monsters Team. All rights reserved.</p>
525
+ <div class="flex space-x-6">
526
+ <a href="#" class="text-gray-400 hover:text-primary text-sm">Privacy Policy</a>
527
+ <a href="#" class="text-gray-400 hover:text-primary text-sm">Terms of Service</a>
528
+ <a href="#" class="text-gray-400 hover:text-primary text-sm">Contact Us</a>
529
+ </div>
530
+ </div>
531
+ </div>
532
+ </footer>
533
+
534
+ <script>
535
+ // Counter animation
536
+ const counters = document.querySelectorAll('.counter');
537
+ const speed = 200;
538
+
539
+ counters.forEach(counter => {
540
+ const target = +counter.getAttribute('data-target');
541
+ const count = +counter.innerText;
542
+ const increment = target / speed;
543
+
544
+ if(count < target) {
545
+ counter.innerText = Math.ceil(count + increment);
546
+ setTimeout(updateCounter, 1);
547
+ } else {
548
+ counter.innerText = target + '+';
549
+ }
550
+
551
+ function updateCounter() {
552
+ const count = +counter.innerText;
553
+ const increment = target / speed;
554
+
555
+ if(count < target) {
556
+ counter.innerText = Math.ceil(count + increment);
557
+ setTimeout(updateCounter, 1);
558
+ } else {
559
+ counter.innerText = target + '+';
560
+ }
561
+ }
562
+ });
563
+
564
+ // Smooth scrolling for anchor links
565
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
566
+ anchor.addEventListener('click', function (e) {
567
+ e.preventDefault();
568
+
569
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
570
+ behavior: 'smooth'
571
+ });
572
+ });
573
+ });
574
+
575
+ // Play button click handler
576
+ document.querySelector('.play-btn').addEventListener('click', function() {
577
+ alert('Video playback would start here in a real implementation');
578
+ });
579
+
580
+ // Form submission handler
581
+ const form = document.querySelector('form');
582
+ if(form) {
583
+ form.addEventListener('submit', function(e) {
584
+ e.preventDefault();
585
+ alert('Form submitted! In a real implementation, this would send data to a server.');
586
+ });
587
+ }
588
+ </script>
589
+ <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=timoon811/tmt21" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
590
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 🔥 Техническое задание: Сайт команды TMT (Traffic Monsters Team) 🎯 Общая концепция Сайт должен быть в футуристично-неоновом стиле, как в примере с Behance. Цель — сразу передать ощущение силы, профессионализма и технологического превосходства команды арбитражников. ⸻ 🧩 1. Hero-блок (Первый экран) • Заголовок: TRAFFIC MASTERS OF THE DIGITAL JUNGLE (или вариации типа “DIGITIZE THE CASHFLOW”, “UNLEASH THE TRAFFIC POWER”) • Подзаголовок: TMT — команда топовых арбитражников. Мы не ливаем трафик, мы его приручаем. • Анимация: Пульсирующее неоновое кольцо, 3D-волнa или вихрь вокруг логотипа TMT. Мягкое появление текста с эффектом “неонового мерцания”. • Кнопки: • JOIN THE TEAM (призыв в команду) • SEE OUR RESULTS (с якорем вниз к кейсам) • Визуал: • Использовать 3D-рендер потока данных или “цифрового торнадо” • Добавить кастомный видеобэкграунд (опционально) ⸻ 🧭 2. О команде • Заголовок: WHO WE ARE • Текст: Мы — Traffic Monsters Team. 70+ арбитражников, $5M+ оборота, 15+ источников трафика, десятки топовых ПП. Мы не просто льём — мы строим экосистему вокруг арбитража. • Эффект: параллакс при скролле, фоны с абстрактными паттернами ⸻ 📈 3. Цифры / достижения • Блок с анимацией счётчиков: • 70+ человек в команде • $5M+ валовый доход • 15+ источников трафика • 90% обученных — в ROI за 2 недели ⸻ 🧠 4. Что мы даём новичкам / джунам • Карточки с преимуществами: • Обучение от профи • Связки + офферы • Работа через кейсы • Индивидуальное менторство • Стилизация: неоновые рамки, светящийся hover, иконки с micro-анимацией ⸻ 💥 5. Примеры кейсов (портфолио) • Слайдер с карточками кейсов: • Название связки • Платформа (FB/TikTok/Google) • Доход (в цифрах) • CTR, CR, ROI • Эффекты при наведении: зум, прозрачность, overlay с цифрами ⸻ 🎬 6. Видео / Motion Section • Кнопка Play с заглушкой как в твоём примере • Видео: внутрикомандная движуха, сторис, офис, TMT-челленджи • Формат: 20–30 сек микс ⸻ 💌 7. CTA-блок “Вступить в команду” • Заголовок: ГОТОВ РАСТИ ВМЕСТЕ С ЛУЧШИМИ? • Подзаголовок: Оставь заявку — и начни путь в арбитраж с монстрами трафика. • Форма: имя, Telegram, опыт ⸻ 🎨 Цветовая палитра (пример, адаптируй под брендбук TMT) • Чёрный фон: #0E0E0E • Акцент: #f6fc79 (по твоему брендбуку) + переливы/градиенты • Текст: белый #FFFFFF, второстепенный серый #A1A1A1