Denzel1989 commited on
Commit
492418d
·
verified ·
1 Parent(s): e56da47

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +633 -19
  3. prompts.txt +2 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ai Studio Generator
3
- emoji: 🌖
4
  colorFrom: red
5
- colorTo: red
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: ai-studio-generator
3
+ emoji: 🐳
4
  colorFrom: red
5
+ colorTo: yellow
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,633 @@
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="ru">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AI-STUDIO × TORUS GROUP | Нейро-решения для роста</title>
7
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <script>
11
+ tailwind.config = {
12
+ theme: {
13
+ extend: {
14
+ colors: {
15
+ primary: '#00f5d4',
16
+ secondary: '#ffb700',
17
+ dark: '#0f0f0f',
18
+ darker: '#0a0a0a',
19
+ light: '#f1f1f1',
20
+ },
21
+ fontFamily: {
22
+ sans: ['Inter', 'sans-serif'],
23
+ },
24
+ animation: {
25
+ 'float': 'float 6s ease-in-out infinite',
26
+ 'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
27
+ 'grid-pulse': 'gridPulse 10s linear infinite',
28
+ },
29
+ keyframes: {
30
+ float: {
31
+ '0%, 100%': { transform: 'translateY(0)' },
32
+ '50%': { transform: 'translateY(-20px)' },
33
+ },
34
+ gridPulse: {
35
+ '0%': { 'background-position': '0% 0%' },
36
+ '100%': { 'background-position': '100% 100%' },
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+ </script>
43
+ <style>
44
+ @keyframes gradient {
45
+ 0% { background-position: 0% 50%; }
46
+ 50% { background-position: 100% 50%; }
47
+ 100% { background-position: 0% 50%; }
48
+ }
49
+
50
+ .futuristic-bg {
51
+ background-color: #0a0a0a;
52
+ background-image:
53
+ radial-gradient(circle at 20% 30%, rgba(0, 245, 212, 0.05) 0%, transparent 20%),
54
+ radial-gradient(circle at 80% 70%, rgba(255, 183, 0, 0.05) 0%, transparent 20%),
55
+ linear-gradient(to bottom right,
56
+ transparent 48%,
57
+ rgba(0, 245, 212, 0.03) 49%,
58
+ rgba(0, 245, 212, 0.03) 51%,
59
+ transparent 52%),
60
+ linear-gradient(to top left,
61
+ transparent 48%,
62
+ rgba(255, 183, 0, 0.03) 49%,
63
+ rgba(255, 183, 0, 0.03) 51%,
64
+ transparent 52%),
65
+ linear-gradient(rgba(15, 15, 15, 0.9), rgba(15, 15, 15, 0.9)),
66
+ url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2300f5d4' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
67
+ animation: gridPulse 20s linear infinite;
68
+ }
69
+
70
+ .cyber-grid {
71
+ position: fixed;
72
+ top: 0;
73
+ left: 0;
74
+ width: 100%;
75
+ height: 100%;
76
+ background-image:
77
+ linear-gradient(rgba(0, 245, 212, 0.03) 1px, transparent 1px),
78
+ linear-gradient(90deg, rgba(0, 245, 212, 0.03) 1px, transparent 1px);
79
+ background-size: 50px 50px;
80
+ pointer-events: none;
81
+ z-index: 0;
82
+ }
83
+
84
+ .cyber-corner {
85
+ position: fixed;
86
+ width: 200px;
87
+ height: 200px;
88
+ pointer-events: none;
89
+ z-index: 0;
90
+ }
91
+
92
+ .cyber-corner::before, .cyber-corner::after {
93
+ content: '';
94
+ position: absolute;
95
+ background: linear-gradient(to right, rgba(0, 245, 212, 0.5), transparent);
96
+ width: 100px;
97
+ height: 2px;
98
+ }
99
+
100
+ .cyber-corner::before {
101
+ top: 0;
102
+ left: 0;
103
+ }
104
+
105
+ .cyber-corner::after {
106
+ bottom: 0;
107
+ right: 0;
108
+ transform: rotate(180deg);
109
+ }
110
+
111
+ .corner-top-left {
112
+ top: 0;
113
+ left: 0;
114
+ }
115
+
116
+ .corner-top-right {
117
+ top: 0;
118
+ right: 0;
119
+ transform: rotate(90deg);
120
+ }
121
+
122
+ .corner-bottom-left {
123
+ bottom: 0;
124
+ left: 0;
125
+ transform: rotate(270deg);
126
+ }
127
+
128
+ .corner-bottom-right {
129
+ bottom: 0;
130
+ right: 0;
131
+ transform: rotate(180deg);
132
+ }
133
+
134
+ .card-hover {
135
+ transition: all 0.3s ease;
136
+ position: relative;
137
+ overflow: hidden;
138
+ }
139
+
140
+ .card-hover::before {
141
+ content: '';
142
+ position: absolute;
143
+ top: -50%;
144
+ left: -50%;
145
+ width: 200%;
146
+ height: 200%;
147
+ background: linear-gradient(
148
+ to bottom right,
149
+ rgba(0, 245, 212, 0.1),
150
+ rgba(0, 245, 212, 0.3),
151
+ rgba(255, 183, 0, 0.3),
152
+ rgba(0, 245, 212, 0.1)
153
+ );
154
+ transform: rotate(30deg);
155
+ opacity: 0;
156
+ transition: opacity 0.5s;
157
+ }
158
+
159
+ .card-hover:hover::before {
160
+ opacity: 1;
161
+ animation: shine 1.5s;
162
+ }
163
+
164
+ .glow {
165
+ text-shadow: 0 0 10px rgba(0, 245, 212, 0.7);
166
+ }
167
+
168
+ .glow-secondary {
169
+ text-shadow: 0 0 10px rgba(255, 183, 0, 0.7);
170
+ }
171
+
172
+ .fade-in {
173
+ animation: fadeIn 1s ease-out;
174
+ }
175
+
176
+ @keyframes fadeIn {
177
+ from { opacity: 0; transform: translateY(20px); }
178
+ to { opacity: 1; transform: translateY(0); }
179
+ }
180
+
181
+ .icon-float {
182
+ animation: float 6s ease-in-out infinite;
183
+ }
184
+
185
+ .scroll-smooth {
186
+ scroll-behavior: smooth;
187
+ }
188
+
189
+ .highlight-box {
190
+ position: relative;
191
+ overflow: hidden;
192
+ }
193
+
194
+ .highlight-box::before {
195
+ content: '';
196
+ position: absolute;
197
+ top: -50%;
198
+ left: -50%;
199
+ width: 200%;
200
+ height: 200%;
201
+ background: linear-gradient(
202
+ to bottom right,
203
+ rgba(0, 245, 212, 0.1),
204
+ rgba(0, 245, 212, 0.3),
205
+ rgba(255, 183, 0, 0.3),
206
+ rgba(0, 245, 212, 0.1)
207
+ );
208
+ transform: rotate(30deg);
209
+ animation: shine 3s infinite;
210
+ }
211
+
212
+ @keyframes shine {
213
+ 0% { transform: translateX(-100%) rotate(30deg); }
214
+ 100% { transform: translateX(100%) rotate(30deg); }
215
+ }
216
+
217
+ @keyframes gridPulse {
218
+ 0% { background-position: 0 0; }
219
+ 100% { background-position: 50px 50px; }
220
+ }
221
+
222
+ .binary-rain {
223
+ position: fixed;
224
+ top: 0;
225
+ left: 0;
226
+ width: 100%;
227
+ height: 100%;
228
+ overflow: hidden;
229
+ z-index: 0;
230
+ pointer-events: none;
231
+ }
232
+
233
+ .binary-digit {
234
+ position: absolute;
235
+ color: rgba(0, 245, 212, 0.3);
236
+ font-size: 16px;
237
+ font-family: monospace;
238
+ user-select: none;
239
+ animation: binaryFall linear infinite;
240
+ }
241
+
242
+ @keyframes binaryFall {
243
+ 0% { transform: translateY(-100px); opacity: 0; }
244
+ 10% { opacity: 1; }
245
+ 90% { opacity: 1; }
246
+ 100% { transform: translateY(100vh); opacity: 0; }
247
+ }
248
+
249
+ .holographic-effect {
250
+ position: relative;
251
+ }
252
+
253
+ .holographic-effect::after {
254
+ content: '';
255
+ position: absolute;
256
+ top: 0;
257
+ left: 0;
258
+ right: 0;
259
+ bottom: 0;
260
+ background: linear-gradient(
261
+ 135deg,
262
+ rgba(0, 245, 212, 0.1) 0%,
263
+ rgba(255, 183, 0, 0.1) 50%,
264
+ rgba(0, 245, 212, 0.1) 100%
265
+ );
266
+ z-index: -1;
267
+ border-radius: inherit;
268
+ opacity: 0.5;
269
+ }
270
+
271
+ .neon-border {
272
+ position: relative;
273
+ }
274
+
275
+ .neon-border::before {
276
+ content: '';
277
+ position: absolute;
278
+ inset: 0;
279
+ border-radius: inherit;
280
+ padding: 2px;
281
+ background: linear-gradient(45deg, #00f5d4, #ffb700);
282
+ -webkit-mask:
283
+ linear-gradient(#fff 0 0) content-box,
284
+ linear-gradient(#fff 0 0);
285
+ -webkit-mask-composite: xor;
286
+ mask-composite: exclude;
287
+ pointer-events: none;
288
+ }
289
+ </style>
290
+ </head>
291
+ <body class="futuristic-bg min-h-screen scroll-smooth text-light font-sans overflow-x-hidden">
292
+ <!-- Futuristic background elements -->
293
+ <div class="cyber-grid"></div>
294
+ <div class="cyber-corner corner-top-left"></div>
295
+ <div class="cyber-corner corner-top-right"></div>
296
+ <div class="cyber-corner corner-bottom-left"></div>
297
+ <div class="cyber-corner corner-bottom-right"></div>
298
+
299
+ <!-- Binary rain effect -->
300
+ <div class="binary-rain" id="binaryRain"></div>
301
+
302
+ <!-- Floating particles background -->
303
+ <div class="fixed inset-0 overflow-hidden pointer-events-none z-0">
304
+ <div class="absolute top-1/4 left-1/4 w-3 h-3 rounded-full bg-primary opacity-30 animate-float"></div>
305
+ <div class="absolute top-1/3 right-1/4 w-4 h-4 rounded-full bg-secondary opacity-20 animate-float" style="animation-delay: 1s;"></div>
306
+ <div class="absolute top-2/3 left-1/3 w-2 h-2 rounded-full bg-primary opacity-20 animate-float" style="animation-delay: 2s;"></div>
307
+ <div class="absolute bottom-1/4 right-1/3 w-3 h-3 rounded-full bg-secondary opacity-30 animate-float" style="animation-delay: 3s;"></div>
308
+ </div>
309
+
310
+ <!-- Main container -->
311
+ <div class="container mx-auto px-4 py-16 md:py-24 max-w-5xl relative z-10">
312
+ <!-- Header with animated logo -->
313
+ <header class="mb-16 text-center fade-in">
314
+ <div class="flex justify-center mb-6">
315
+ <div class="relative w-24 h-24 rounded-full bg-gradient-to-br from-primary to-secondary flex items-center justify-center shadow-lg glow neon-border">
316
+ <i class="fas fa-brain text-4xl text-darker"></i>
317
+ <div class="absolute inset-0 rounded-full border-2 border-primary opacity-30 animate-ping-slow"></div>
318
+ </div>
319
+ </div>
320
+ <h1 class="text-4xl md:text-5xl font-extrabold mb-4 glow">
321
+ <span class="text-primary">AI-STUDIO</span> × <span class="text-secondary">TORUS GROUP</span>
322
+ </h1>
323
+ <p class="text-xl md:text-2xl font-medium text-gray-300 max-w-3xl mx-auto">
324
+ Интеллектуальное партнёрство для <span class="text-primary font-semibold">ускоренного роста</span>
325
+ </p>
326
+ </header>
327
+
328
+ <!-- Main content sections -->
329
+ <main class="space-y-20">
330
+ <!-- Intro section -->
331
+ <section class="fade-in">
332
+ <div class="bg-darker bg-opacity-70 backdrop-blur-sm rounded-xl p-6 md:p-8 shadow-xl card-hover neon-border">
333
+ <p class="text-lg md:text-xl leading-relaxed">
334
+ Команда <strong class="text-primary">AI-STUDIO</strong> предлагает TORUS GROUP стратегическое сотрудничество по внедрению нейро-технологий в ваш флагманский проект <strong class="text-secondary">Zakazoom</strong>, краудинвестинг, комьюнити и маркетинг.
335
+ </p>
336
+ </div>
337
+ </section>
338
+
339
+ <!-- Offerings section with cards -->
340
+ <section class="fade-in" style="animation-delay: 0.2s;">
341
+ <h2 class="text-2xl md:text-3xl font-bold mb-8 flex items-center glow-secondary">
342
+ <i class="fas fa-gift text-secondary mr-3"></i> Наши предложения
343
+ </h2>
344
+
345
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
346
+ <!-- Card 1 -->
347
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover border-l-4 border-primary neon-border">
348
+ <div class="text-primary text-3xl mb-4">
349
+ <i class="fas fa-robot"></i>
350
+ </div>
351
+ <h3 class="text-xl font-semibold mb-3">Telegram-бот Zakazoom с ИИ</h3>
352
+ <p class="text-gray-300">Меню, заказ, рекомендации, интеграция с CRM</p>
353
+ </div>
354
+
355
+ <!-- Card 2 -->
356
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover border-l-4 border-secondary neon-border">
357
+ <div class="text-secondary text-3xl mb-4">
358
+ <i class="fas fa-file-invoice-dollar"></i>
359
+ </div>
360
+ <h3 class="text-xl font-semibold mb-3">Инвест-бот «TFG Партнёр»</h3>
361
+ <p class="text-gray-300">Сбор анкет, PDF-документы, расчёт прибыли, ответы на вопросы 24/7</p>
362
+ </div>
363
+
364
+ <!-- Card 3 -->
365
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover border-l-4 border-primary neon-border">
366
+ <div class="text-primary text-3xl mb-4">
367
+ <i class="fas fa-graduation-cap"></i>
368
+ </div>
369
+ <h3 class="text-xl font-semibold mb-3">GPT-ассистент для обучения</h3>
370
+ <p class="text-gray-300">Обучение партнёров и автоматические эфиры</p>
371
+ </div>
372
+
373
+ <!-- Card 4 -->
374
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover border-l-4 border-secondary neon-border">
375
+ <div class="text-secondary text-3xl mb-4">
376
+ <i class="fas fa-ad"></i>
377
+ </div>
378
+ <h3 class="text-xl font-semibold mb-3">Нейромаркетинговый контент</h3>
379
+ <p class="text-gray-300">Видео-аватары, генерация роликов, постов, лендингов</p>
380
+ </div>
381
+
382
+ <!-- Card 5 -->
383
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover border-l-4 border-primary neon-border">
384
+ <div class="text-primary text-3xl mb-4">
385
+ <i class="fas fa-chart-line"></i>
386
+ </div>
387
+ <h3 class="text-xl font-semibold mb-3">Мониторинг KPI</h3>
388
+ <p class="text-gray-300">Боты для мониторинга дарксторов и доставки (Zakazoom Logistics AI)</p>
389
+ </div>
390
+
391
+ <!-- Card 6 -->
392
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover border-l-4 border-secondary neon-border">
393
+ <div class="text-secondary text-3xl mb-4">
394
+ <i class="fas fa-funnel-dollar"></i>
395
+ </div>
396
+ <h3 class="text-xl font-semibold mb-3">Автоматизированная воронка</h3>
397
+ <p class="text-gray-300">Медиа-воронка в Telegram с аналитикой и CRM</p>
398
+ </div>
399
+ </div>
400
+ </section>
401
+
402
+ <!-- Collaboration formats -->
403
+ <section class="fade-in" style="animation-delay: 0.4s;">
404
+ <h2 class="text-2xl md:text-3xl font-bold mb-8 flex items-center glow">
405
+ <i class="fas fa-handshake text-primary mr-3"></i> Форматы коллаборации
406
+ </h2>
407
+
408
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
409
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover neon-border">
410
+ <div class="flex items-start mb-4">
411
+ <div class="bg-primary bg-opacity-20 p-3 rounded-lg mr-4">
412
+ <i class="fas fa-tag text-primary text-xl"></i>
413
+ </div>
414
+ <div>
415
+ <h3 class="text-xl font-semibold mb-2">White-label решение</h3>
416
+ <p class="text-gray-300">Под брендом TORUS GROUP</p>
417
+ </div>
418
+ </div>
419
+ </div>
420
+
421
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover neon-border">
422
+ <div class="flex items-start mb-4">
423
+ <div class="bg-secondary bg-opacity-20 p-3 rounded-lg mr-4">
424
+ <i class="fas fa-bullhorn text-secondary text-xl"></i>
425
+ </div>
426
+ <div>
427
+ <h3 class="text-xl font-semibold mb-2">Совместные инфоповоды</h3>
428
+ <p class="text-gray-300">Кейсы, конференции, эфиры</p>
429
+ </div>
430
+ </div>
431
+ </div>
432
+
433
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover neon-border">
434
+ <div class="flex items-start mb-4">
435
+ <div class="bg-primary bg-opacity-20 p-3 rounded-lg mr-4">
436
+ <i class="fas fa-rocket text-primary text-xl"></i>
437
+ </div>
438
+ <div>
439
+ <h3 class="text-xl font-semibold mb-2">Пробная интеграция</h3>
440
+ <p class="text-gray-300">Telegram-бота с Zakazoom</p>
441
+ </div>
442
+ </div>
443
+ </div>
444
+
445
+ <div class="bg-darker bg-opacity-70 rounded-xl p-6 shadow-lg card-hover neon-border">
446
+ <div class="flex items-start mb-4">
447
+ <div class="bg-secondary bg-opacity-20 p-3 rounded-lg mr-4">
448
+ <i class="fas fa-sync-alt text-secondary text-xl"></i>
449
+ </div>
450
+ <div>
451
+ <h3 class="text-xl font-semibold mb-2">Постоянная поддержка</h3>
452
+ <p class="text-gray-300">Развитие AI-экосистемы TFG</p>
453
+ </div>
454
+ </div>
455
+ </div>
456
+ </div>
457
+ </section>
458
+
459
+ <!-- Technologies section -->
460
+ <section class="fade-in" style="animation-delay: 0.6s;">
461
+ <h2 class="text-2xl md:text-3xl font-bold mb-8 flex items-center glow-secondary">
462
+ <i class="fas fa-tools text-secondary mr-3"></i> Что мы используем
463
+ </h2>
464
+
465
+ <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-4">
466
+ <div class="tech-item bg-darker bg-opacity-70 rounded-lg p-4 text-center shadow-md card-hover neon-border">
467
+ <div class="text-primary text-3xl mb-2">
468
+ <i class="fab fa-python"></i>
469
+ </div>
470
+ <span class="font-medium">GPT-4 / Claude.ai</span>
471
+ <p class="text-sm text-gray-400 mt-1">Диалоговые модели</p>
472
+ </div>
473
+
474
+ <div class="tech-item bg-darker bg-opacity-70 rounded-lg p-4 text-center shadow-md card-hover neon-border">
475
+ <div class="text-secondary text-3xl mb-2">
476
+ <i class="fas fa-code"></i>
477
+ </div>
478
+ <span class="font-medium">Python + Aiogram</span>
479
+ <p class="text-sm text-gray-400 mt-1">Telegram-боты</p>
480
+ </div>
481
+
482
+ <div class="tech-item bg-darker bg-opacity-70 rounded-lg p-4 text-center shadow-md card-hover neon-border">
483
+ <div class="text-primary text-3xl mb-2">
484
+ <i class="fas fa-link"></i>
485
+ </div>
486
+ <span class="font-medium">LangChain / RAG</span>
487
+ <p class="text-sm text-gray-400 mt-1">Доступ к знаниям</p>
488
+ </div>
489
+
490
+ <div class="tech-item bg-darker bg-opacity-70 rounded-lg p-4 text-center shadow-md card-hover neon-border">
491
+ <div class="text-secondary text-3xl mb-2">
492
+ <i class="fas fa-database"></i>
493
+ </div>
494
+ <span class="font-medium">Notion / Airtable</span>
495
+ <p class="text-sm text-gray-400 mt-1">CRM и автоворонки</p>
496
+ </div>
497
+
498
+ <div class="tech-item bg-darker bg-opacity-70 rounded-lg p-4 text-center shadow-md card-hover neon-border">
499
+ <div class="text-primary text-3xl mb-2">
500
+ <i class="fas fa-paint-brush"></i>
501
+ </div>
502
+ <span class="font-medium">Midjourney / DALL·E</span>
503
+ <p class="text-sm text-gray-400 mt-1">Визуальный контент</p>
504
+ </div>
505
+ </div>
506
+ </section>
507
+
508
+ <!-- CTA section -->
509
+ <section class="fade-in" style="animation-delay: 0.8s;">
510
+ <div class="highlight-box bg-gradient-to-r from-darker to-dark rounded-xl p-8 text-center shadow-xl relative overflow-hidden neon-border">
511
+ <div class="relative z-10">
512
+ <h3 class="text-2xl md:text-3xl font-bold mb-4 text-primary">Готовы к сотрудничеству!</h3>
513
+ <p class="text-xl mb-6">Zoom-встреча, демонстрация и первый шаг в партнёрстве</p>
514
+ <a href="https://t.me/Denis_2024" target="_blank" class="inline-flex items-center px-8 py-3 bg-primary text-darker font-bold rounded-lg hover:bg-opacity-90 transition-all shadow-lg hover:shadow-xl">
515
+ <i class="fab fa-telegram mr-2 text-xl"></i> Написать в Telegram
516
+ </a>
517
+ </div>
518
+ </div>
519
+ </section>
520
+ </main>
521
+
522
+ <!-- Footer -->
523
+ <footer class="mt-20 pt-10 border-t border-gray-800 fade-in" style="animation-delay: 1s;">
524
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
525
+ <div>
526
+ <h3 class="text-xl font-semibold mb-4 text-primary">Контакты</h3>
527
+ <ul class="space-y-3">
528
+ <li class="flex items-center">
529
+ <i class="fas fa-user mr-3 text-secondary"></i>
530
+ <a href="https://t.me/Denis_2024" target="_blank" class="hover:text-primary transition">@Denis_2024</a>
531
+ </li>
532
+ <li class="flex items-center">
533
+ <i class="fab fa-telegram mr-3 text-secondary"></i>
534
+ <a href="https://t.me/Neirosetyvkarmane" target="_blank" class="hover:text-primary transition">https://t.me/Neirosetyvkarmane</a>
535
+ </li>
536
+ <li class="flex items-center">
537
+ <i class="fas fa-globe mr-3 text-secondary"></i>
538
+ <a href="https://ai-studio-pro.ru/" target="_blank" class="hover:text-primary transition">ai-studio-pro.ru</a>
539
+ </li>
540
+ </ul>
541
+ </div>
542
+
543
+ <div>
544
+ <h3 class="text-xl font-semibold mb-4 text-primary">AI-STUDIO</h3>
545
+ <p class="text-gray-400">Инновационные нейро-решения для бизнеса. Автоматизация, маркетинг и аналитика на основе искусственного интеллекта.</p>
546
+ </div>
547
+
548
+ <div>
549
+ <h3 class="text-xl font-semibold mb-4 text-primary">TORUS GROUP</h3>
550
+ <p class="text-gray-400">Стратегический партнёр в реализации проекта Zakazoom и других инновационных инициатив.</p>
551
+ </div>
552
+ </div>
553
+
554
+ <div class="mt-12 text-center text-gray-500 text-sm">
555
+ <p>© 2023 AI-STUDIO × TORUS GROUP. Все права защищены.</p>
556
+ </div>
557
+ </footer>
558
+ </div>
559
+
560
+ <!-- Floating action button -->
561
+ <div class="fixed bottom-8 right-8 z-50">
562
+ <a href="#top" class="w-14 h-14 rounded-full bg-primary text-darker flex items-center justify-center shadow-xl hover:bg-opacity-90 transition-all transform hover:scale-110 neon-border">
563
+ <i class="fas fa-arrow-up text-xl"></i>
564
+ </a>
565
+ </div>
566
+
567
+ <script>
568
+ // Simple animation on scroll
569
+ document.addEventListener('DOMContentLoaded', () => {
570
+ const fadeElements = document.querySelectorAll('.fade-in');
571
+
572
+ const fadeInOnScroll = () => {
573
+ fadeElements.forEach(element => {
574
+ const elementTop = element.getBoundingClientRect().top;
575
+ const windowHeight = window.innerHeight;
576
+
577
+ if (elementTop < windowHeight - 100) {
578
+ element.style.opacity = '1';
579
+ element.style.transform = 'translateY(0)';
580
+ }
581
+ });
582
+ };
583
+
584
+ // Initial check
585
+ fadeInOnScroll();
586
+
587
+ // Check on scroll
588
+ window.addEventListener('scroll', fadeInOnScroll);
589
+
590
+ // Add hover effect to tech items
591
+ const techItems = document.querySelectorAll('.tech-item');
592
+ techItems.forEach(item => {
593
+ item.addEventListener('mouseenter', () => {
594
+ const icon = item.querySelector('div');
595
+ icon.classList.add('animate-bounce');
596
+ });
597
+
598
+ item.addEventListener('mouseleave', () => {
599
+ const icon = item.querySelector('div');
600
+ icon.classList.remove('animate-bounce');
601
+ });
602
+ });
603
+
604
+ // Create binary rain effect
605
+ const binaryRain = document.getElementById('binaryRain');
606
+ const characters = ['0', '1', '0', '1', '0', '1', '0', '1'];
607
+
608
+ function createBinaryDigit() {
609
+ const digit = document.createElement('div');
610
+ digit.className = 'binary-digit';
611
+ digit.textContent = characters[Math.floor(Math.random() * characters.length)];
612
+ digit.style.left = Math.random() * 100 + 'vw';
613
+ digit.style.animationDuration = (Math.random() * 3 + 2) + 's';
614
+ digit.style.animationDelay = (Math.random() * 2) + 's';
615
+ binaryRain.appendChild(digit);
616
+
617
+ // Remove digit after animation completes
618
+ setTimeout(() => {
619
+ digit.remove();
620
+ }, 5000);
621
+ }
622
+
623
+ // Create initial digits
624
+ for (let i = 0; i < 50; i++) {
625
+ setTimeout(createBinaryDigit, Math.random() * 2000);
626
+ }
627
+
628
+ // Continue creating digits
629
+ setInterval(createBinaryDigit, 300);
630
+ });
631
+ </script>
632
+ <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=Denzel1989/ai-studio-generator" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
633
+ </html>
prompts.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ <!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AI-STUDIO × TORUS GROUP | Нейро-решения для роста</title> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet"> <style> * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Inter', sans-serif; background: linear-gradient(135deg, #0f0f0f, #1c1c1e); color: #f1f1f1; line-height: 1.6; scroll-behavior: smooth; transition: all 0.3s ease-in-out; } .container { max-width: 1000px; margin: auto; padding: 60px 20px; animation: fadeIn 1s ease-out; } h1 { font-size: 3em; color: #00f5d4; font-weight: 800; margin-bottom: 20px; } h2 { color: #ffb700; font-weight: 600; margin-top: 40px; margin-bottom: 15px; font-size: 1.8em; } p, li { font-size: 1.15em; color: #d0d0d0; } ul { margin-left: 20px; margin-top: 10px; margin-bottom: 20px; } .highlight { background: #ffb700; color: #000; padding: 15px 25px; border-radius: 10px; display: inline-block; font-weight: 600; margin-top: 40px; box-shadow: 0 0 15px rgba(255, 183, 0, 0.3); transition: background 0.3s; } .highlight:hover { background: #ffd65b; } a { color: #00f5d4; text-decoration: none; transition: color 0.3s; } a:hover { color: #00ffd9; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } </style> </head> <body> <div class="container"> <h1>AI-STUDIO × TORUS GROUP</h1> <p><strong>Интеллектуальное партнёрство для ускоренного роста</strong></p> <p> Команда <strong>AI-STUDIO</strong> предлагает TORUS GROUP стратегическое сотрудничество по внедрению нейро-технологий в ваш флагманский проект <strong>Zakazoom</strong>, краудинвестинг, комьюнити и маркетинг. </p> <h2>📦 Наши предложения</h2> <ul> <li>🤖 Telegram-бот Zakazoom с ИИ: меню, заказ, рекомендации, интеграция с CRM</li> <li>💬 Инвест-бот «TFG Партнёр» — сбор анкет, PDF-документы, расчёт прибыли, ответы на вопросы 24/7</li> <li>🧠 GPT-ассистент для обучения партнёров и автоматических эфиров</li> <li>🎯 Нейромаркетинговый контент: видео-аватары, генерация роликов, постов, лендингов</li> <li>📈 Боты для мониторинга KPI дарксторов и доставки (Zakazoom Logistics AI)</li> <li>🚀 Автоматизированная медиа-воронка в Telegram с аналитикой и CRM</li> </ul> <h2>🤝 Форматы коллаборации</h2> <ul> <li>📂 White-label решение под брендом TORUS GROUP</li> <li>📢 Совместные инфоповоды: кейсы, конференции, эфиры</li> <li>🎁 Пробная интеграция Telegram-бота с Zakazoom</li> <li>🔄 Постоянная поддержка и развитие AI-экосистемы TFG</li> </ul> <h2>🔧 Что мы используем</h2> <ul> <li>GPT-4 / Claude.ai — диалоговые модели</li> <li>Python + Aiogram — Telegram-боты</li> <li>LangChain / RAG — ИИ-доступ к знаниям и базе TORUS GROUP</li> <li>Notion / Airtable — CRM и автоворонки</li> <li>Midjourney / DALL·E — визуальный контент и аватары</li> </ul> <p class="highlight">💬 Готовы к Zoom-встрече, демонстрации и первому шагу в партнёрстве</p> <p> 📩 Контакт: <a href="https://t.me/Denis_2024" target="_blank">@Denis_2024</a><br> 📲 Telegram-канал: <a href="https://t.me/Neirosetyvkarmane" target="_blank">https://t.me/Neirosetyvkarmane</a><br> 🌐 Сайт: <a href="https://ai-studio-pro.ru/" target="_blank">ai-studio-pro.ru</a> </p> </div> </body> </html>
2
+ Добавь характерный фоновый дизайн будущего