Add 2 files
Browse files- index.html +372 -206
- prompts.txt +1 -0
index.html
CHANGED
@@ -19,6 +19,81 @@
|
|
19 |
font-family: 'Titillium Web', sans-serif;
|
20 |
}
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
.proxy-bg {
|
23 |
background: linear-gradient(135deg, #2c3e50 0%, #3498db 50%, #1abc9c 100%);
|
24 |
}
|
@@ -61,6 +136,12 @@
|
|
61 |
background: linear-gradient(90deg, #ecf0f1, #bdc3c7);
|
62 |
border-radius: 2px;
|
63 |
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
}
|
65 |
|
66 |
.globe-grid {
|
@@ -82,6 +163,12 @@
|
|
82 |
height: 12px;
|
83 |
background-color: #f39c12;
|
84 |
border-radius: 50%;
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
}
|
86 |
|
87 |
.path-line {
|
@@ -89,6 +176,13 @@
|
|
89 |
height: 2px;
|
90 |
background-color: #3498db;
|
91 |
transform-origin: left center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
|
94 |
.analytics-dashboard {
|
@@ -104,6 +198,12 @@
|
|
104 |
border-radius: 3px;
|
105 |
position: relative;
|
106 |
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
}
|
108 |
|
109 |
.graph-line {
|
@@ -118,6 +218,12 @@
|
|
118 |
rgba(0,200,83,0.3) 10px,
|
119 |
rgba(0,200,83,0.3) 20px
|
120 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
}
|
122 |
|
123 |
.cloaking-tunnel {
|
@@ -145,254 +251,314 @@
|
|
145 |
height: 450px;
|
146 |
position: relative;
|
147 |
overflow: hidden;
|
148 |
-
margin:
|
149 |
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
}
|
151 |
</style>
|
152 |
</head>
|
153 |
<body class="bg-gray-900 text-white p-8">
|
154 |
<div class="max-w-4xl mx-auto">
|
155 |
-
<h1 class="text-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
</div>
|
172 |
-
<div class="bg-white bg-opacity-20 p-3 rounded-lg">
|
173 |
-
<i class="fas fa-map-marker-alt text-3xl text-red-300"></i>
|
174 |
-
</div>
|
175 |
-
</div>
|
176 |
-
</div>
|
177 |
-
<div class="w-1/2 h-full relative">
|
178 |
-
<div class="absolute right-0 top-1/2 transform -translate-y-1/2">
|
179 |
-
<div class="relative w-64 h-64">
|
180 |
-
<div class="absolute inset-0 rounded-full border-4 border-blue-300 opacity-30"></div>
|
181 |
-
<div class="absolute inset-8 rounded-full border-4 border-emerald-300 opacity-30"></div>
|
182 |
-
<div class="absolute inset-16 rounded-full border-4 border-gray-300 opacity-30"></div>
|
183 |
-
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">
|
184 |
-
<i class="fas fa-globe-americas text-5xl text-white opacity-70"></i>
|
185 |
</div>
|
186 |
-
<div class="
|
187 |
-
<i class="fas fa-
|
188 |
</div>
|
189 |
-
<div class="
|
190 |
-
<i class="fas fa-
|
191 |
</div>
|
192 |
-
<div class="
|
193 |
-
<i class="fas fa-
|
194 |
</div>
|
195 |
-
|
196 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
</div>
|
198 |
</div>
|
199 |
</div>
|
200 |
</div>
|
|
|
|
|
|
|
|
|
|
|
201 |
</div>
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
</
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
<div class="bg-white bg-opacity-20 p-3 rounded-lg">
|
222 |
-
<i class="fas fa-terminal text-3xl text-white"></i>
|
223 |
</div>
|
224 |
</div>
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
</div>
|
242 |
</div>
|
243 |
</div>
|
244 |
</div>
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
<span class="bg-black bg-opacity-50 px-2 py-1 rounded">VPS</span>
|
250 |
-
</div>
|
251 |
-
</div>
|
252 |
-
|
253 |
-
<!-- Domains Cover -->
|
254 |
-
<div class="cover-container domains-bg globe-grid">
|
255 |
-
<div class="absolute inset-0 flex flex-col items-center justify-center">
|
256 |
-
<h2 class="text-6xl font-bold mb-6 modern-font text-white text-center">Домены для серых проектов</h2>
|
257 |
-
<div class="flex space-x-6 mt-8">
|
258 |
-
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">
|
259 |
-
<span class="text-2xl font-bold text-purple-200">.com</span>
|
260 |
-
</div>
|
261 |
-
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">
|
262 |
-
<span class="text-2xl font-bold text-blue-200">.xyz</span>
|
263 |
-
</div>
|
264 |
-
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">
|
265 |
-
<span class="text-2xl font-bold text-orange-200">.click</span>
|
266 |
-
</div>
|
267 |
-
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full">
|
268 |
-
<span class="text-2xl font-bold text-green-200">.online</span>
|
269 |
-
</div>
|
270 |
</div>
|
271 |
</div>
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
</
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
<i class="fas fa-shield-alt text-3xl text-yellow-400"></i>
|
287 |
</div>
|
288 |
-
<div class="bg-white bg-opacity-20
|
289 |
-
<
|
290 |
</div>
|
291 |
-
<div class="bg-white bg-opacity-20
|
292 |
-
<
|
293 |
</div>
|
294 |
</div>
|
295 |
</div>
|
296 |
-
<div class="
|
297 |
-
<
|
298 |
-
|
299 |
-
|
300 |
-
<div class="path-node" style="top: 30%; left: 50%;"></div>
|
301 |
-
<div class="path-node" style="top: 50%; left: 65%;"></div>
|
302 |
-
<div class="path-node" style="top: 70%; left: 80%;"></div>
|
303 |
-
|
304 |
-
<div class="path-line" style="top: 26%; left: 26%; width: 50px; transform: rotate(30deg);"></div>
|
305 |
-
<div class="path-line" style="top: 46%; left: 41%; width: 60px; transform: rotate(-15deg);"></div>
|
306 |
-
<div class="path-line" style="top: 36%; left: 56%; width: 50px; transform: rotate(20deg);"></div>
|
307 |
-
<div class="path-line" style="top: 56%; left: 71%; width: 40px; transform: rotate(-10deg);"></div>
|
308 |
-
</div>
|
309 |
</div>
|
310 |
</div>
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
</
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
<div class="absolute bottom-2 left-2 text-xs">Конверсии</div>
|
331 |
-
</div>
|
332 |
-
<div class="analytics-panel">
|
333 |
-
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-2xl font-bold text-green-400">1,248</div>
|
334 |
-
<div class="absolute bottom-2 left-2 text-xs">Клики</div>
|
335 |
-
</div>
|
336 |
-
<div class="analytics-panel">
|
337 |
-
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-2xl font-bold text-green-400">3.2%</div>
|
338 |
-
<div class="absolute bottom-2 left-2 text-xs">CR</div>
|
339 |
-
</div>
|
340 |
-
<div class="analytics-panel" style="grid-column: span 2;">
|
341 |
-
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-xl font-bold text-white">$24.50</div>
|
342 |
-
<div class="absolute bottom-2 left-2 text-xs">CPC</div>
|
343 |
</div>
|
344 |
-
|
345 |
-
|
346 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
347 |
</div>
|
348 |
</div>
|
349 |
</div>
|
|
|
|
|
|
|
|
|
|
|
350 |
</div>
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
</
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
<div class="tunnel-ring" style="top: 50%; left: 50%;"></div>
|
362 |
-
<div class="tunnel-ring" style="top: 50%; left: 50%; animation-delay: -2s;"></div>
|
363 |
-
<div class="tunnel-ring" style="top: 50%; left: 50%; animation-delay: -4s;"></div>
|
364 |
-
<div class="tunnel-ring" style="top: 50%; left: 50%; animation-delay: -6s;"></div>
|
365 |
-
</div>
|
366 |
-
<div class="absolute inset-0 flex flex-col items-center justify-center">
|
367 |
-
<h2 class="text-6xl font-bold mb-4 tech-font text-green-400 text-center">Клоака</h2>
|
368 |
-
<p class="text-2xl text-white text-center mb-8">Как скрывать серый трафик</p>
|
369 |
-
<div class="flex space-x-12">
|
370 |
-
<div class="text-center">
|
371 |
-
<div class="bg-black bg-opacity-50 w-24 h-24 rounded-full flex items-center justify-center mx-auto mb-2">
|
372 |
-
<i class="fas fa-eye-slash text-3xl text-red-400"></i>
|
373 |
-
</div>
|
374 |
-
<div class="text-sm">Фильтрация</div>
|
375 |
</div>
|
376 |
-
<div class="
|
377 |
-
<div class="
|
378 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
</div>
|
380 |
-
<div class="text-sm">Редирект</div>
|
381 |
</div>
|
382 |
-
|
383 |
-
|
384 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
385 |
</div>
|
386 |
-
<div class="text-sm">Защита</div>
|
387 |
</div>
|
388 |
</div>
|
|
|
|
|
|
|
|
|
|
|
389 |
</div>
|
390 |
-
|
391 |
-
<span class="bg-black bg-opacity-50 px-2 py-1 rounded">Clean Page</span>
|
392 |
-
<span class="bg-black bg-opacity-50 px-2 py-1 rounded">Money Page</span>
|
393 |
-
<span class="bg-black bg-opacity-50 px-2 py-1 rounded">IP Filtering</span>
|
394 |
-
</div>
|
395 |
-
</div>
|
396 |
</div>
|
397 |
<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/thema2123" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
398 |
</html>
|
|
|
19 |
font-family: 'Titillium Web', sans-serif;
|
20 |
}
|
21 |
|
22 |
+
/* Animation classes */
|
23 |
+
.float {
|
24 |
+
animation: float 6s ease-in-out infinite;
|
25 |
+
}
|
26 |
+
|
27 |
+
.pulse {
|
28 |
+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
29 |
+
}
|
30 |
+
|
31 |
+
.spin {
|
32 |
+
animation: spin 8s linear infinite;
|
33 |
+
}
|
34 |
+
|
35 |
+
.bounce {
|
36 |
+
animation: bounce 3s infinite;
|
37 |
+
}
|
38 |
+
|
39 |
+
.fade-in {
|
40 |
+
animation: fadeIn 1.5s ease-in forwards;
|
41 |
+
}
|
42 |
+
|
43 |
+
.slide-in-left {
|
44 |
+
animation: slideInLeft 1s ease-out forwards;
|
45 |
+
}
|
46 |
+
|
47 |
+
.slide-in-right {
|
48 |
+
animation: slideInRight 1s ease-out forwards;
|
49 |
+
}
|
50 |
+
|
51 |
+
.zoom-in {
|
52 |
+
animation: zoomIn 1s ease-out forwards;
|
53 |
+
}
|
54 |
+
|
55 |
+
@keyframes float {
|
56 |
+
0% { transform: translateY(0px); }
|
57 |
+
50% { transform: translateY(-20px); }
|
58 |
+
100% { transform: translateY(0px); }
|
59 |
+
}
|
60 |
+
|
61 |
+
@keyframes pulse {
|
62 |
+
0%, 100% { opacity: 1; }
|
63 |
+
50% { opacity: 0.5; }
|
64 |
+
}
|
65 |
+
|
66 |
+
@keyframes spin {
|
67 |
+
from { transform: rotate(0deg); }
|
68 |
+
to { transform: rotate(360deg); }
|
69 |
+
}
|
70 |
+
|
71 |
+
@keyframes bounce {
|
72 |
+
0%, 100% { transform: translateY(0); }
|
73 |
+
50% { transform: translateY(-20px); }
|
74 |
+
}
|
75 |
+
|
76 |
+
@keyframes fadeIn {
|
77 |
+
from { opacity: 0; }
|
78 |
+
to { opacity: 1; }
|
79 |
+
}
|
80 |
+
|
81 |
+
@keyframes slideInLeft {
|
82 |
+
from { transform: translateX(-100px); opacity: 0; }
|
83 |
+
to { transform: translateX(0); opacity: 1; }
|
84 |
+
}
|
85 |
+
|
86 |
+
@keyframes slideInRight {
|
87 |
+
from { transform: translateX(100px); opacity: 0; }
|
88 |
+
to { transform: translateX(0); opacity: 1; }
|
89 |
+
}
|
90 |
+
|
91 |
+
@keyframes zoomIn {
|
92 |
+
from { transform: scale(0.8); opacity: 0; }
|
93 |
+
to { transform: scale(1); opacity: 1; }
|
94 |
+
}
|
95 |
+
|
96 |
+
/* Background patterns */
|
97 |
.proxy-bg {
|
98 |
background: linear-gradient(135deg, #2c3e50 0%, #3498db 50%, #1abc9c 100%);
|
99 |
}
|
|
|
136 |
background: linear-gradient(90deg, #ecf0f1, #bdc3c7);
|
137 |
border-radius: 2px;
|
138 |
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
|
139 |
+
animation: serverUnitGlow 3s infinite alternate;
|
140 |
+
}
|
141 |
+
|
142 |
+
@keyframes serverUnitGlow {
|
143 |
+
0% { box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
|
144 |
+
100% { box-shadow: 0 2px 15px rgba(52, 152, 219, 0.5); }
|
145 |
}
|
146 |
|
147 |
.globe-grid {
|
|
|
163 |
height: 12px;
|
164 |
background-color: #f39c12;
|
165 |
border-radius: 50%;
|
166 |
+
animation: nodePulse 2s infinite;
|
167 |
+
}
|
168 |
+
|
169 |
+
@keyframes nodePulse {
|
170 |
+
0%, 100% { transform: scale(1); }
|
171 |
+
50% { transform: scale(1.3); }
|
172 |
}
|
173 |
|
174 |
.path-line {
|
|
|
176 |
height: 2px;
|
177 |
background-color: #3498db;
|
178 |
transform-origin: left center;
|
179 |
+
animation: lineFlow 3s infinite;
|
180 |
+
}
|
181 |
+
|
182 |
+
@keyframes lineFlow {
|
183 |
+
0% { background-color: #3498db; }
|
184 |
+
50% { background-color: #1abc9c; }
|
185 |
+
100% { background-color: #3498db; }
|
186 |
}
|
187 |
|
188 |
.analytics-dashboard {
|
|
|
198 |
border-radius: 3px;
|
199 |
position: relative;
|
200 |
overflow: hidden;
|
201 |
+
animation: panelGlow 4s infinite alternate;
|
202 |
+
}
|
203 |
+
|
204 |
+
@keyframes panelGlow {
|
205 |
+
0% { box-shadow: inset 0 0 5px rgba(0,200,83,0.3); }
|
206 |
+
100% { box-shadow: inset 0 0 15px rgba(0,200,83,0.7); }
|
207 |
}
|
208 |
|
209 |
.graph-line {
|
|
|
218 |
rgba(0,200,83,0.3) 10px,
|
219 |
rgba(0,200,83,0.3) 20px
|
220 |
);
|
221 |
+
animation: graphRise 5s infinite alternate;
|
222 |
+
}
|
223 |
+
|
224 |
+
@keyframes graphRise {
|
225 |
+
0% { height: 30%; }
|
226 |
+
100% { height: 100%; }
|
227 |
}
|
228 |
|
229 |
.cloaking-tunnel {
|
|
|
251 |
height: 450px;
|
252 |
position: relative;
|
253 |
overflow: hidden;
|
254 |
+
margin: 40px auto;
|
255 |
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
|
256 |
+
border-radius: 10px;
|
257 |
+
transition: transform 0.3s ease;
|
258 |
+
}
|
259 |
+
|
260 |
+
.cover-container:hover {
|
261 |
+
transform: translateY(-5px);
|
262 |
+
}
|
263 |
+
|
264 |
+
.section-title {
|
265 |
+
font-size: 2.5rem;
|
266 |
+
font-weight: bold;
|
267 |
+
margin-bottom: 1rem;
|
268 |
+
text-align: center;
|
269 |
+
background: linear-gradient(90deg, #3498db, #1abc9c);
|
270 |
+
-webkit-background-clip: text;
|
271 |
+
background-clip: text;
|
272 |
+
color: transparent;
|
273 |
+
animation: titleGradient 5s infinite alternate;
|
274 |
+
}
|
275 |
+
|
276 |
+
@keyframes titleGradient {
|
277 |
+
0% { background-position: 0% 50%; }
|
278 |
+
100% { background-position: 100% 50%; }
|
279 |
+
}
|
280 |
+
|
281 |
+
.tag {
|
282 |
+
display: inline-block;
|
283 |
+
background-color: rgba(0,0,0,0.5);
|
284 |
+
padding: 0.25rem 0.5rem;
|
285 |
+
border-radius: 9999px;
|
286 |
+
margin-right: 0.5rem;
|
287 |
+
font-size: 0.75rem;
|
288 |
+
animation: tagPulse 3s infinite;
|
289 |
+
}
|
290 |
+
|
291 |
+
@keyframes tagPulse {
|
292 |
+
0%, 100% { transform: scale(1); }
|
293 |
+
50% { transform: scale(1.05); }
|
294 |
}
|
295 |
</style>
|
296 |
</head>
|
297 |
<body class="bg-gray-900 text-white p-8">
|
298 |
<div class="max-w-4xl mx-auto">
|
299 |
+
<h1 class="text-5xl font-bold mb-16 text-center modern-font fade-in">
|
300 |
+
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-emerald-400">
|
301 |
+
Arbitrage Tools Video Covers
|
302 |
+
</span>
|
303 |
+
</h1>
|
304 |
+
|
305 |
+
<!-- Proxy Cover Section -->
|
306 |
+
<section class="mb-20 slide-in-left">
|
307 |
+
<h2 class="section-title">Proxy Services</h2>
|
308 |
+
<div class="cover-container proxy-bg network-pattern">
|
309 |
+
<div class="absolute inset-0 flex items-center">
|
310 |
+
<div class="w-1/2 pl-12">
|
311 |
+
<h2 class="text-5xl font-bold mb-6 tech-font text-white zoom-in">Лучшие прокси для арбитража</h2>
|
312 |
+
<div class="flex space-x-4">
|
313 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.2s;">
|
314 |
+
<i class="fas fa-sim-card text-3xl text-blue-300"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
</div>
|
316 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.4s;">
|
317 |
+
<i class="fas fa-mobile-alt text-3xl text-emerald-300"></i>
|
318 |
</div>
|
319 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.6s;">
|
320 |
+
<i class="fas fa-shield-alt text-3xl text-gray-300"></i>
|
321 |
</div>
|
322 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.8s;">
|
323 |
+
<i class="fas fa-map-marker-alt text-3xl text-red-300"></i>
|
324 |
</div>
|
325 |
+
</div>
|
326 |
+
</div>
|
327 |
+
<div class="w-1/2 h-full relative">
|
328 |
+
<div class="absolute right-0 top-1/2 transform -translate-y-1/2">
|
329 |
+
<div class="relative w-64 h-64 spin">
|
330 |
+
<div class="absolute inset-0 rounded-full border-4 border-blue-300 opacity-30"></div>
|
331 |
+
<div class="absolute inset-8 rounded-full border-4 border-emerald-300 opacity-30"></div>
|
332 |
+
<div class="absolute inset-16 rounded-full border-4 border-gray-300 opacity-30"></div>
|
333 |
+
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">
|
334 |
+
<i class="fas fa-globe-americas text-5xl text-white opacity-70 bounce"></i>
|
335 |
+
</div>
|
336 |
+
<div class="absolute top-1/4 left-1/4">
|
337 |
+
<i class="fas fa-flag-usa text-xl text-red-400 pulse"></i>
|
338 |
+
</div>
|
339 |
+
<div class="absolute top-1/4 right-1/4">
|
340 |
+
<i class="fas fa-flag text-xl text-blue-400 pulse"></i>
|
341 |
+
</div>
|
342 |
+
<div class="absolute bottom-1/4 left-1/4">
|
343 |
+
<i class="fas fa-flag text-xl text-green-400 pulse"></i>
|
344 |
+
</div>
|
345 |
+
<div class="absolute bottom-1/4 right-1/4">
|
346 |
+
<i class="fas fa-flag text-xl text-yellow-400 pulse"></i>
|
347 |
+
</div>
|
348 |
</div>
|
349 |
</div>
|
350 |
</div>
|
351 |
</div>
|
352 |
+
<div class="absolute bottom-4 left-4">
|
353 |
+
<span class="tag">Mobile</span>
|
354 |
+
<span class="tag">Residential</span>
|
355 |
+
<span class="tag">Static</span>
|
356 |
+
</div>
|
357 |
</div>
|
358 |
+
</section>
|
359 |
+
|
360 |
+
<!-- VPS Cover Section -->
|
361 |
+
<section class="mb-20 slide-in-right">
|
362 |
+
<h2 class="section-title">VPS Hosting</h2>
|
363 |
+
<div class="cover-container vps-bg">
|
364 |
+
<div class="absolute inset-0 flex items-center">
|
365 |
+
<div class="w-1/2 pl-12">
|
366 |
+
<h2 class="text-5xl font-bold mb-6 tech-font text-white zoom-in">Хостинги и VPS под арбитраж</h2>
|
367 |
+
<div class="flex space-x-4">
|
368 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.2s;">
|
369 |
+
<i class="fas fa-server text-3xl text-blue-400"></i>
|
370 |
+
</div>
|
371 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.4s;">
|
372 |
+
<i class="fas fa-plug text-3xl text-gray-400"></i>
|
373 |
+
</div>
|
374 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.6s;">
|
375 |
+
<i class="fas fa-terminal text-3xl text-white"></i>
|
376 |
+
</div>
|
|
|
|
|
377 |
</div>
|
378 |
</div>
|
379 |
+
<div class="w-1/2 h-full relative">
|
380 |
+
<div class="server-rack">
|
381 |
+
<div class="server-unit" style="top: 10%; left: 10%;"></div>
|
382 |
+
<div class="server-unit" style="top: 15%; left: 15%;"></div>
|
383 |
+
<div class="server-unit" style="top: 20%; left: 10%;"></div>
|
384 |
+
<div class="server-unit" style="top: 25%; left: 15%;"></div>
|
385 |
+
<div class="server-unit" style="top: 30%; left: 10%;"></div>
|
386 |
+
<div class="server-unit" style="top: 35%; left: 15%;"></div>
|
387 |
+
<div class="server-unit" style="top: 40%; left: 10%;"></div>
|
388 |
+
<div class="server-unit" style="top: 45%; left: 15%;"></div>
|
389 |
+
<div class="absolute right-10 top-1/2 transform -translate-y-1/2">
|
390 |
+
<div class="text-right">
|
391 |
+
<div class="text-2xl font-bold text-blue-400 pulse">99.9% Uptime</div>
|
392 |
+
<div class="text-lg text-gray-300">Global Locations</div>
|
393 |
+
<div class="text-lg text-gray-300">SSH Access</div>
|
394 |
+
</div>
|
395 |
</div>
|
396 |
</div>
|
397 |
</div>
|
398 |
</div>
|
399 |
+
<div class="absolute bottom-4 left-4">
|
400 |
+
<span class="tag">Dedicated</span>
|
401 |
+
<span class="tag">Cloud</span>
|
402 |
+
<span class="tag">VPS</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
</div>
|
404 |
</div>
|
405 |
+
</section>
|
406 |
+
|
407 |
+
<!-- Domains Cover Section -->
|
408 |
+
<section class="mb-20 fade-in">
|
409 |
+
<h2 class="section-title">Domain Services</h2>
|
410 |
+
<div class="cover-container domains-bg globe-grid">
|
411 |
+
<div class="absolute inset-0 flex flex-col items-center justify-center">
|
412 |
+
<h2 class="text-6xl font-bold mb-6 modern-font text-white text-center zoom-in">Домены для серых проектов</h2>
|
413 |
+
<div class="flex space-x-6 mt-8">
|
414 |
+
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full bounce" style="animation-delay: 0.2s;">
|
415 |
+
<span class="text-2xl font-bold text-purple-200">.com</span>
|
416 |
+
</div>
|
417 |
+
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full bounce" style="animation-delay: 0.4s;">
|
418 |
+
<span class="text-2xl font-bold text-blue-200">.xyz</span>
|
|
|
419 |
</div>
|
420 |
+
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full bounce" style="animation-delay: 0.6s;">
|
421 |
+
<span class="text-2xl font-bold text-orange-200">.click</span>
|
422 |
</div>
|
423 |
+
<div class="bg-white bg-opacity-20 px-6 py-3 rounded-full bounce" style="animation-delay: 0.8s;">
|
424 |
+
<span class="text-2xl font-bold text-green-200">.online</span>
|
425 |
</div>
|
426 |
</div>
|
427 |
</div>
|
428 |
+
<div class="absolute bottom-4 left-4">
|
429 |
+
<span class="tag">New TLDs</span>
|
430 |
+
<span class="tag">Affordable</span>
|
431 |
+
<span class="tag">Anonymous</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
432 |
</div>
|
433 |
</div>
|
434 |
+
</section>
|
435 |
+
|
436 |
+
<!-- Cloudflare Cover Section -->
|
437 |
+
<section class="mb-20 slide-in-left">
|
438 |
+
<h2 class="section-title">Cloudflare Solutions</h2>
|
439 |
+
<div class="cover-container cloudflare-bg">
|
440 |
+
<div class="absolute inset-0 flex items-center">
|
441 |
+
<div class="w-1/2 pl-12">
|
442 |
+
<h2 class="text-5xl font-bold mb-6 tech-font text-yellow-400 zoom-in">Cloudflare для арбитража</h2>
|
443 |
+
<div class="flex space-x-4">
|
444 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.2s;">
|
445 |
+
<i class="fas fa-shield-alt text-3xl text-yellow-400"></i>
|
446 |
+
</div>
|
447 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.4s;">
|
448 |
+
<i class="fas fa-bolt text-3xl text-blue-400"></i>
|
449 |
+
</div>
|
450 |
+
<div class="bg-white bg-opacity-20 p-3 rounded-lg float" style="animation-delay: 0.6s;">
|
451 |
+
<i class="fas fa-cloud text-3xl text-white"></i>
|
452 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
</div>
|
454 |
+
</div>
|
455 |
+
<div class="w-1/2 h-full relative">
|
456 |
+
<div class="traffic-path">
|
457 |
+
<div class="path-node" style="top: 20%; left: 20%;"></div>
|
458 |
+
<div class="path-node" style="top: 40%; left: 35%;"></div>
|
459 |
+
<div class="path-node" style="top: 30%; left: 50%;"></div>
|
460 |
+
<div class="path-node" style="top: 50%; left: 65%;"></div>
|
461 |
+
<div class="path-node" style="top: 70%; left: 80%;"></div>
|
462 |
+
|
463 |
+
<div class="path-line" style="top: 26%; left: 26%; width: 50px; transform: rotate(30deg);"></div>
|
464 |
+
<div class="path-line" style="top: 46%; left: 41%; width: 60px; transform: rotate(-15deg);"></div>
|
465 |
+
<div class="path-line" style="top: 36%; left: 56%; width: 50px; transform: rotate(20deg);"></div>
|
466 |
+
<div class="path-line" style="top: 56%; left: 71%; width: 40px; transform: rotate(-10deg);"></div>
|
467 |
</div>
|
468 |
</div>
|
469 |
</div>
|
470 |
+
<div class="absolute bottom-4 left-4">
|
471 |
+
<span class="tag">Anti-DDoS</span>
|
472 |
+
<span class="tag">CDN</span>
|
473 |
+
<span class="tag">Firewall</span>
|
474 |
+
</div>
|
475 |
</div>
|
476 |
+
</section>
|
477 |
+
|
478 |
+
<!-- Trackers Cover Section -->
|
479 |
+
<section class="mb-20 slide-in-right">
|
480 |
+
<h2 class="section-title">Tracking Tools</h2>
|
481 |
+
<div class="cover-container trackers-bg">
|
482 |
+
<div class="absolute inset-0 flex flex-col">
|
483 |
+
<div class="p-12">
|
484 |
+
<h2 class="text-5xl font-bold mb-2 clean-font text-white zoom-in">Трекинг и аналитика трафика</h2>
|
485 |
+
<p class="text-xl text-blue-200">Мониторинг конверсий в реальном времени</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
</div>
|
487 |
+
<div class="flex-grow p-6">
|
488 |
+
<div class="analytics-dashboard">
|
489 |
+
<div class="analytics-panel" style="grid-column: span 2; grid-row: span 2;">
|
490 |
+
<div class="graph-line"></div>
|
491 |
+
<div class="absolute bottom-0 left-0 right-0 h-8 bg-gradient-to-t from-blue-900 to-transparent"></div>
|
492 |
+
<div class="absolute bottom-2 left-2 text-xs">Конверсии</div>
|
493 |
+
</div>
|
494 |
+
<div class="analytics-panel">
|
495 |
+
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-2xl font-bold text-green-400 pulse">1,248</div>
|
496 |
+
<div class="absolute bottom-2 left-2 text-xs">Клики</div>
|
497 |
+
</div>
|
498 |
+
<div class="analytics-panel">
|
499 |
+
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-2xl font-bold text-green-400 pulse">3.2%</div>
|
500 |
+
<div class="absolute bottom-2 left-2 text-xs">CR</div>
|
501 |
+
</div>
|
502 |
+
<div class="analytics-panel" style="grid-column: span 2;">
|
503 |
+
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-xl font-bold text-white">$24.50</div>
|
504 |
+
<div class="absolute bottom-2 left-2 text-xs">CPC</div>
|
505 |
+
</div>
|
506 |
+
<div class="analytics-panel">
|
507 |
+
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-xl font-bold text-white">$0.78</div>
|
508 |
+
<div class="absolute bottom-2 left-2 text-xs">CPA</div>
|
509 |
+
</div>
|
510 |
</div>
|
|
|
511 |
</div>
|
512 |
+
</div>
|
513 |
+
<div class="absolute bottom-4 left-4">
|
514 |
+
<span class="tag">Real-time</span>
|
515 |
+
<span class="tag">Pixel-based</span>
|
516 |
+
<span class="tag">Server-side</span>
|
517 |
+
</div>
|
518 |
+
</div>
|
519 |
+
</section>
|
520 |
+
|
521 |
+
<!-- Cloaking Cover Section -->
|
522 |
+
<section class="mb-20 fade-in">
|
523 |
+
<h2 class="section-title">Cloaking Solutions</h2>
|
524 |
+
<div class="cover-container cloaking-bg">
|
525 |
+
<div class="cloaking-tunnel">
|
526 |
+
<div class="tunnel-ring" style="top: 50%; left: 50%;"></div>
|
527 |
+
<div class="tunnel-ring" style="top: 50%; left: 50%; animation-delay: -2s;"></div>
|
528 |
+
<div class="tunnel-ring" style="top: 50%; left: 50%; animation-delay: -4s;"></div>
|
529 |
+
<div class="tunnel-ring" style="top: 50%; left: 50%; animation-delay: -6s;"></div>
|
530 |
+
</div>
|
531 |
+
<div class="absolute inset-0 flex flex-col items-center justify-center">
|
532 |
+
<h2 class="text-6xl font-bold mb-4 tech-font text-green-400 text-center zoom-in">Клоака</h2>
|
533 |
+
<p class="text-2xl text-white text-center mb-8">Как скрывать серый трафик</p>
|
534 |
+
<div class="flex space-x-12">
|
535 |
+
<div class="text-center">
|
536 |
+
<div class="bg-black bg-opacity-50 w-24 h-24 rounded-full flex items-center justify-center mx-auto mb-2 bounce" style="animation-delay: 0.2s;">
|
537 |
+
<i class="fas fa-eye-slash text-3xl text-red-400"></i>
|
538 |
+
</div>
|
539 |
+
<div class="text-sm">Фильтрация</div>
|
540 |
+
</div>
|
541 |
+
<div class="text-center">
|
542 |
+
<div class="bg-black bg-opacity-50 w-24 h-24 rounded-full flex items-center justify-center mx-auto mb-2 bounce" style="animation-delay: 0.4s;">
|
543 |
+
<i class="fas fa-random text-3xl text-purple-400"></i>
|
544 |
+
</div>
|
545 |
+
<div class="text-sm">Редирект</div>
|
546 |
+
</div>
|
547 |
+
<div class="text-center">
|
548 |
+
<div class="bg-black bg-opacity-50 w-24 h-24 rounded-full flex items-center justify-center mx-auto mb-2 bounce" style="animation-delay: 0.6s;">
|
549 |
+
<i class="fas fa-user-shield text-3xl text-green-400"></i>
|
550 |
+
</div>
|
551 |
+
<div class="text-sm">Защита</div>
|
552 |
</div>
|
|
|
553 |
</div>
|
554 |
</div>
|
555 |
+
<div class="absolute bottom-4 left-4">
|
556 |
+
<span class="tag">Clean Page</span>
|
557 |
+
<span class="tag">Money Page</span>
|
558 |
+
<span class="tag">IP Filtering</span>
|
559 |
+
</div>
|
560 |
</div>
|
561 |
+
</section>
|
|
|
|
|
|
|
|
|
|
|
562 |
</div>
|
563 |
<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/thema2123" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
564 |
</html>
|
prompts.txt
CHANGED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Сделай код выше - как бы по блокам - раздельным друг от друга и добавь анимации
|