Add 2 files
Browse files- index.html +143 -54
- prompts.txt +3 -1
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>Освой
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
|
| 9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
|
@@ -101,6 +101,47 @@
|
|
| 101 |
opacity: 1;
|
| 102 |
}
|
| 103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
@media (max-width: 768px) {
|
| 105 |
.dashboard {
|
| 106 |
transform: none;
|
|
@@ -109,19 +150,40 @@
|
|
| 109 |
</style>
|
| 110 |
</head>
|
| 111 |
<body class="min-h-screen">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
<div class="container mx-auto px-4 py-12 md:py-24">
|
| 113 |
<div class="flex flex-col md:flex-row items-center">
|
| 114 |
<!-- Left side - Text content -->
|
| 115 |
<div class="w-full md:w-1/2 mb-16 md:mb-0 md:pr-12">
|
| 116 |
<h1 class="text-4xl md:text-5xl lg:text-6xl font-black uppercase tracking-wide mb-6 text-[#f6fc79] glow-text">
|
| 117 |
-
Освой
|
| 118 |
</h1>
|
| 119 |
<h2 class="text-2xl md:text-3xl lg:text-4xl font-black uppercase tracking-wide mb-6 text-[#f6fc79] glow-text">
|
| 120 |
и начни зарабатывать от $2,000 в месяц
|
| 121 |
</h2>
|
| 122 |
|
| 123 |
<p class="text-lg md:text-xl mb-10 font-medium text-gray-300 leading-relaxed">
|
| 124 |
-
Полный курс от команды
|
| 125 |
</p>
|
| 126 |
|
| 127 |
<div class="flex flex-col sm:flex-row gap-4">
|
|
@@ -171,14 +233,24 @@
|
|
| 171 |
</div>
|
| 172 |
<div class="bg-gray-900 bg-opacity-50 rounded-lg p-3 border border-gray-800">
|
| 173 |
<p class="text-xs text-gray-400">Выплата</p>
|
| 174 |
-
<p class="text-xl font-bold text-red-400" id="payout-counter">$137.60
|
| 175 |
</div>
|
| 176 |
</div>
|
| 177 |
|
| 178 |
-
<!--
|
| 179 |
<div class="relative h-48 md:h-56">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
<!-- Source icons -->
|
| 181 |
-
<div class="flow-item" style="left:
|
| 182 |
<div class="w-12 h-12 bg-green-500 bg-opacity-20 rounded-full flex items-center justify-center border-2 border-green-500">
|
| 183 |
<i class="fab fa-facebook-f text-green-500 text-xl"></i>
|
| 184 |
</div>
|
|
@@ -187,68 +259,44 @@
|
|
| 187 |
</div>
|
| 188 |
</div>
|
| 189 |
|
| 190 |
-
<div class="flow-item" style="left:
|
| 191 |
-
<div class="w-12 h-12 bg-
|
| 192 |
-
<i class="
|
| 193 |
</div>
|
| 194 |
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 195 |
-
|
| 196 |
</div>
|
| 197 |
</div>
|
| 198 |
|
| 199 |
-
<div class="flow-item" style="left:
|
| 200 |
-
<div class="w-12 h-12 bg-
|
| 201 |
-
<i class="
|
| 202 |
</div>
|
| 203 |
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 204 |
-
|
| 205 |
</div>
|
| 206 |
</div>
|
| 207 |
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
</div>
|
| 212 |
-
|
| 213 |
-
<!-- Landing page -->
|
| 214 |
-
<div class="flow-item" style="left: 35%; top: 50%;" data-tooltip="Лендинг: Gamble DE">
|
| 215 |
-
<div class="w-14 h-14 bg-blue-500 bg-opacity-20 rounded-lg flex items-center justify-center border-2 border-blue-500">
|
| 216 |
-
<i class="fas fa-window-maximize text-blue-500 text-2xl"></i>
|
| 217 |
</div>
|
| 218 |
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 219 |
-
|
| 220 |
</div>
|
| 221 |
</div>
|
| 222 |
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
</div>
|
| 227 |
-
|
| 228 |
-
<!-- Conversion -->
|
| 229 |
-
<div class="flow-item" style="left: 65%; top: 50%;" data-tooltip="Лид подтверждён">
|
| 230 |
-
<div class="w-14 h-14 bg-yellow-500 bg-opacity-20 rounded-lg flex items-center justify-center border-2 border-yellow-500">
|
| 231 |
-
<i class="fas fa-check-circle text-yellow-500 text-2xl"></i>
|
| 232 |
</div>
|
| 233 |
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 234 |
-
|
| 235 |
</div>
|
| 236 |
</div>
|
| 237 |
|
| 238 |
-
<!--
|
| 239 |
-
<div class="
|
| 240 |
-
<i class="fas fa-arrow-right text-red-500 text-2xl"></i>
|
| 241 |
-
</div>
|
| 242 |
-
|
| 243 |
-
<!-- Payout -->
|
| 244 |
-
<div class="flow-item" style="left: 90%; top: 50%;" data-tooltip="Выплата отправлена">
|
| 245 |
-
<div class="w-14 h-14 bg-red-500 bg-opacity-20 rounded-lg flex items-center justify-center border-2 border-red-500">
|
| 246 |
-
<i class="fas fa-coins text-red-500 text-2xl"></i>
|
| 247 |
-
</div>
|
| 248 |
-
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 249 |
-
Выплата отправлена
|
| 250 |
-
</div>
|
| 251 |
-
</div>
|
| 252 |
</div>
|
| 253 |
|
| 254 |
<!-- Graph background -->
|
|
@@ -290,7 +338,7 @@
|
|
| 290 |
if (elementId === 'traffic-counter') {
|
| 291 |
element.textContent = Math.floor(current) + ' ' + suffix;
|
| 292 |
} else if (elementId === 'payout-counter') {
|
| 293 |
-
element.textContent = '$' + current.toFixed(2)
|
| 294 |
} else if (elementId === 'roi-counter') {
|
| 295 |
element.textContent = Math.floor(current) + suffix;
|
| 296 |
} else if (elementId === 'conversion-counter') {
|
|
@@ -301,7 +349,7 @@
|
|
| 301 |
|
| 302 |
// Start counters
|
| 303 |
animateCounter('traffic-counter', 1848, 'визитов');
|
| 304 |
-
animateCounter('payout-counter', 137.60
|
| 305 |
animateCounter('roi-counter', 210, '%');
|
| 306 |
animateCounter('conversion-counter', 1, 'конверсия');
|
| 307 |
|
|
@@ -368,18 +416,59 @@
|
|
| 368 |
});
|
| 369 |
});
|
| 370 |
|
| 371 |
-
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 372 |
setInterval(() => {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 373 |
const randomTraffic = Math.floor(Math.random() * 500) + 1500;
|
| 374 |
-
const randomPayout = (Math.random() * 50 + 100).toFixed(2);
|
| 375 |
const randomROI = Math.floor(Math.random() * 50) + 180;
|
| 376 |
const randomConversion = Math.floor(Math.random() * 3) + 1;
|
| 377 |
|
| 378 |
animateCounter('traffic-counter', randomTraffic, 'визитов', 1000);
|
| 379 |
-
animateCounter('payout-counter', parseFloat(randomPayout), 'payout', 1000);
|
| 380 |
animateCounter('roi-counter', randomROI, '%', 1000);
|
| 381 |
animateCounter('conversion-counter', randomConversion, 'конверсия', 1000);
|
| 382 |
-
},
|
| 383 |
</script>
|
| 384 |
<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/tmosnova" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 385 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Освой Affiliate Marketing | Traffic Master</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
|
| 9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
|
|
|
| 101 |
opacity: 1;
|
| 102 |
}
|
| 103 |
|
| 104 |
+
.nav-link {
|
| 105 |
+
position: relative;
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
.nav-link::after {
|
| 109 |
+
content: '';
|
| 110 |
+
position: absolute;
|
| 111 |
+
width: 0;
|
| 112 |
+
height: 2px;
|
| 113 |
+
bottom: -2px;
|
| 114 |
+
left: 0;
|
| 115 |
+
background-color: #f6fc79;
|
| 116 |
+
transition: width 0.3s ease;
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
+
.nav-link:hover::after {
|
| 120 |
+
width: 100%;
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
.process-line {
|
| 124 |
+
position: absolute;
|
| 125 |
+
height: 2px;
|
| 126 |
+
background: linear-gradient(90deg, rgba(246,252,121,0.5) 0%, rgba(246,252,121,1) 50%, rgba(246,252,121,0.5) 100%);
|
| 127 |
+
top: 50%;
|
| 128 |
+
left: 10%;
|
| 129 |
+
right: 10%;
|
| 130 |
+
transform: translateY(-50%);
|
| 131 |
+
z-index: 1;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.process-dot {
|
| 135 |
+
position: absolute;
|
| 136 |
+
width: 8px;
|
| 137 |
+
height: 8px;
|
| 138 |
+
background-color: #f6fc79;
|
| 139 |
+
border-radius: 50%;
|
| 140 |
+
top: 50%;
|
| 141 |
+
transform: translateY(-50%);
|
| 142 |
+
z-index: 2;
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
@media (max-width: 768px) {
|
| 146 |
.dashboard {
|
| 147 |
transform: none;
|
|
|
|
| 150 |
</style>
|
| 151 |
</head>
|
| 152 |
<body class="min-h-screen">
|
| 153 |
+
<!-- Navigation Menu -->
|
| 154 |
+
<nav class="bg-black bg-opacity-80 border-b border-gray-800 backdrop-blur-sm sticky top-0 z-50">
|
| 155 |
+
<div class="container mx-auto px-4 py-4">
|
| 156 |
+
<div class="flex justify-between items-center">
|
| 157 |
+
<div class="text-2xl font-bold text-[#f6fc79]">
|
| 158 |
+
Traffic Master
|
| 159 |
+
</div>
|
| 160 |
+
<div class="hidden md:flex space-x-8">
|
| 161 |
+
<a href="#" class="nav-link text-white hover:text-[#f6fc79]">Главная</a>
|
| 162 |
+
<a href="#" class="nav-link text-white hover:text-[#f6fc79]">Курсы</a>
|
| 163 |
+
<a href="#" class="nav-link text-white hover:text-[#f6fc79]">Кейсы</a>
|
| 164 |
+
<a href="#" class="nav-link text-white hover:text-[#f6fc79]">Отзывы</a>
|
| 165 |
+
<a href="#" class="nav-link text-white hover:text-[#f6fc79]">Контакты</a>
|
| 166 |
+
</div>
|
| 167 |
+
<button class="md:hidden text-white">
|
| 168 |
+
<i class="fas fa-bars text-xl"></i>
|
| 169 |
+
</button>
|
| 170 |
+
</div>
|
| 171 |
+
</div>
|
| 172 |
+
</nav>
|
| 173 |
+
|
| 174 |
<div class="container mx-auto px-4 py-12 md:py-24">
|
| 175 |
<div class="flex flex-col md:flex-row items-center">
|
| 176 |
<!-- Left side - Text content -->
|
| 177 |
<div class="w-full md:w-1/2 mb-16 md:mb-0 md:pr-12">
|
| 178 |
<h1 class="text-4xl md:text-5xl lg:text-6xl font-black uppercase tracking-wide mb-6 text-[#f6fc79] glow-text">
|
| 179 |
+
Освой Affiliate Marketing
|
| 180 |
</h1>
|
| 181 |
<h2 class="text-2xl md:text-3xl lg:text-4xl font-black uppercase tracking-wide mb-6 text-[#f6fc79] glow-text">
|
| 182 |
и начни зарабатывать от $2,000 в месяц
|
| 183 |
</h2>
|
| 184 |
|
| 185 |
<p class="text-lg md:text-xl mb-10 font-medium text-gray-300 leading-relaxed">
|
| 186 |
+
Полный курс от команды Traffic Master. Настоящие связки, кейсы, поддержка, первые выплаты уже в процессе обучения.
|
| 187 |
</p>
|
| 188 |
|
| 189 |
<div class="flex flex-col sm:flex-row gap-4">
|
|
|
|
| 233 |
</div>
|
| 234 |
<div class="bg-gray-900 bg-opacity-50 rounded-lg p-3 border border-gray-800">
|
| 235 |
<p class="text-xs text-gray-400">Выплата</p>
|
| 236 |
+
<p class="text-xl font-bold text-red-400" id="payout-counter">$137.60</p>
|
| 237 |
</div>
|
| 238 |
</div>
|
| 239 |
|
| 240 |
+
<!-- Process visualization -->
|
| 241 |
<div class="relative h-48 md:h-56">
|
| 242 |
+
<!-- Process line -->
|
| 243 |
+
<div class="process-line"></div>
|
| 244 |
+
|
| 245 |
+
<!-- Process dots -->
|
| 246 |
+
<div class="process-dot" style="left: 10%;"></div>
|
| 247 |
+
<div class="process-dot" style="left: 30%;"></div>
|
| 248 |
+
<div class="process-dot" style="left: 50%;"></div>
|
| 249 |
+
<div class="process-dot" style="left: 70%;"></div>
|
| 250 |
+
<div class="process-dot" style="left: 90%;"></div>
|
| 251 |
+
|
| 252 |
<!-- Source icons -->
|
| 253 |
+
<div class="flow-item" style="left: 10%; top: 50%; transform: translate(-50%, -50%);" data-tooltip="Источник: Facebook Ads">
|
| 254 |
<div class="w-12 h-12 bg-green-500 bg-opacity-20 rounded-full flex items-center justify-center border-2 border-green-500">
|
| 255 |
<i class="fab fa-facebook-f text-green-500 text-xl"></i>
|
| 256 |
</div>
|
|
|
|
| 259 |
</div>
|
| 260 |
</div>
|
| 261 |
|
| 262 |
+
<div class="flow-item" style="left: 30%; top: 50%; transform: translate(-50%, -50%);" data-tooltip="Лендинг">
|
| 263 |
+
<div class="w-12 h-12 bg-blue-500 bg-opacity-20 rounded-full flex items-center justify-center border-2 border-blue-500">
|
| 264 |
+
<i class="fas fa-window-maximize text-blue-500 text-xl"></i>
|
| 265 |
</div>
|
| 266 |
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 267 |
+
Лендинг
|
| 268 |
</div>
|
| 269 |
</div>
|
| 270 |
|
| 271 |
+
<div class="flow-item" style="left: 50%; top: 50%; transform: translate(-50%, -50%);" data-tooltip="Лид">
|
| 272 |
+
<div class="w-12 h-12 bg-yellow-500 bg-opacity-20 rounded-full flex items-center justify-center border-2 border-yellow-500">
|
| 273 |
+
<i class="fas fa-user text-yellow-500 text-xl"></i>
|
| 274 |
</div>
|
| 275 |
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 276 |
+
Лид
|
| 277 |
</div>
|
| 278 |
</div>
|
| 279 |
|
| 280 |
+
<div class="flow-item" style="left: 70%; top: 50%; transform: translate(-50%, -50%);" data-tooltip="Подтверждённый лид">
|
| 281 |
+
<div class="w-12 h-12 bg-purple-500 bg-opacity-20 rounded-full flex items-center justify-center border-2 border-purple-500">
|
| 282 |
+
<i class="fas fa-check-circle text-purple-500 text-xl"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
</div>
|
| 284 |
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 285 |
+
Подтверждённый лид
|
| 286 |
</div>
|
| 287 |
</div>
|
| 288 |
|
| 289 |
+
<div class="flow-item" style="left: 90%; top: 50%; transform: translate(-50%, -50%);" data-tooltip="Выплата">
|
| 290 |
+
<div class="w-12 h-12 bg-red-500 bg-opacity-20 rounded-full flex items-center justify-center border-2 border-red-500">
|
| 291 |
+
<i class="fas fa-coins text-red-500 text-xl"></i>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
</div>
|
| 293 |
<div class="tooltip absolute bg-gray-900 text-white text-xs p-2 rounded mt-2 whitespace-nowrap">
|
| 294 |
+
Выплата
|
| 295 |
</div>
|
| 296 |
</div>
|
| 297 |
|
| 298 |
+
<!-- Animated arrow -->
|
| 299 |
+
<div class="absolute left-10% right-90% top-50% h-2 bg-[#f6fc79] w-20% z-0" id="process-arrow"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 300 |
</div>
|
| 301 |
|
| 302 |
<!-- Graph background -->
|
|
|
|
| 338 |
if (elementId === 'traffic-counter') {
|
| 339 |
element.textContent = Math.floor(current) + ' ' + suffix;
|
| 340 |
} else if (elementId === 'payout-counter') {
|
| 341 |
+
element.textContent = '$' + current.toFixed(2);
|
| 342 |
} else if (elementId === 'roi-counter') {
|
| 343 |
element.textContent = Math.floor(current) + suffix;
|
| 344 |
} else if (elementId === 'conversion-counter') {
|
|
|
|
| 349 |
|
| 350 |
// Start counters
|
| 351 |
animateCounter('traffic-counter', 1848, 'визитов');
|
| 352 |
+
animateCounter('payout-counter', 137.60);
|
| 353 |
animateCounter('roi-counter', 210, '%');
|
| 354 |
animateCounter('conversion-counter', 1, 'конверсия');
|
| 355 |
|
|
|
|
| 416 |
});
|
| 417 |
});
|
| 418 |
|
| 419 |
+
// Animate process arrow
|
| 420 |
+
function animateProcessArrow() {
|
| 421 |
+
const arrow = document.getElementById('process-arrow');
|
| 422 |
+
gsap.to(arrow, {
|
| 423 |
+
width: '80%',
|
| 424 |
+
duration: 2,
|
| 425 |
+
ease: 'power1.inOut',
|
| 426 |
+
onComplete: () => {
|
| 427 |
+
gsap.to(arrow, {
|
| 428 |
+
width: '0%',
|
| 429 |
+
duration: 0.5,
|
| 430 |
+
delay: 0.5,
|
| 431 |
+
onComplete: animateProcessArrow
|
| 432 |
+
});
|
| 433 |
+
}
|
| 434 |
+
});
|
| 435 |
+
}
|
| 436 |
+
|
| 437 |
+
// Start arrow animation
|
| 438 |
+
animateProcessArrow();
|
| 439 |
+
|
| 440 |
+
// Random payout generator
|
| 441 |
+
let payoutAmount = 137.60;
|
| 442 |
setInterval(() => {
|
| 443 |
+
// Generate random payout between 50 and 200
|
| 444 |
+
const randomIncrement = (Math.random() * 10 + 5).toFixed(2);
|
| 445 |
+
payoutAmount = (parseFloat(payoutAmount) + parseFloat(randomIncrement)).toFixed(2);
|
| 446 |
+
|
| 447 |
+
// Animate the payout counter
|
| 448 |
+
const element = document.getElementById('payout-counter');
|
| 449 |
+
gsap.to(element, {
|
| 450 |
+
scale: 1.1,
|
| 451 |
+
color: '#ff5555',
|
| 452 |
+
duration: 0.3,
|
| 453 |
+
onComplete: () => {
|
| 454 |
+
element.textContent = '$' + payoutAmount;
|
| 455 |
+
gsap.to(element, {
|
| 456 |
+
scale: 1,
|
| 457 |
+
color: '#ff6b6b',
|
| 458 |
+
duration: 0.3
|
| 459 |
+
});
|
| 460 |
+
}
|
| 461 |
+
});
|
| 462 |
+
|
| 463 |
+
// Also update other stats periodically
|
| 464 |
const randomTraffic = Math.floor(Math.random() * 500) + 1500;
|
|
|
|
| 465 |
const randomROI = Math.floor(Math.random() * 50) + 180;
|
| 466 |
const randomConversion = Math.floor(Math.random() * 3) + 1;
|
| 467 |
|
| 468 |
animateCounter('traffic-counter', randomTraffic, 'визитов', 1000);
|
|
|
|
| 469 |
animateCounter('roi-counter', randomROI, '%', 1000);
|
| 470 |
animateCounter('conversion-counter', randomConversion, 'конверсия', 1000);
|
| 471 |
+
}, 1500); // Update every 1.5 seconds
|
| 472 |
</script>
|
| 473 |
<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/tmosnova" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 474 |
</html>
|
prompts.txt
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
-
🔧 Структура • Слева — заголовок, подзаголовок, кнопки (вся основная подача и CTA) • Справа — анимированная 3D-схема/дашборд, стилизованный под Keitaro или аналитический интерфейс трекера/CRM. ⸻ 📍 Левая часть (текст): 🔹 Заголовок: Освой арбитраж трафика и начни зарабатывать от $2,000 в месяц • Шрифт: жирный, caps, без засечек • Цвет: #f6fc79 (яркий лимон), с лёгким свечением 🔸 Подзаголовок: Полный курс от команды TMT. Настоящие связки, кейсы, поддержка, первые выплаты уже в процессе обучения. • Цвет: #E1E1E1, medium-weight • Отступы, читаемость, адаптивность 🔘 Кнопки: 1. [🔥 Получить бесплатный урок] — яркая, с hover glow 2. [📘 Посмотреть программу курса] — прозрачная, с лимонным бордером ⸻ 📊 Правая часть (визуал: “Арбитраж в действии”): 💡 Анимационная 3D-схема или интерактивный элемент: Тематика: “Как из трафика появляются деньги” 📐 Элементы визуала: • В центре — дашборд, похожий на Keitaro или Google Analytics, в 3D-перспективе • Слева
|
|
|
|
|
|
|
|
|
| 1 |
+
🔧 Структура • Слева — заголовок, подзаголовок, кнопки (вся основная подача и CTA) • Справа — анимированная 3D-схема/дашборд, стилизованный под Keitaro или аналитический интерфейс трекера/CRM. ⸻ 📍 Левая часть (текст): 🔹 Заголовок: Освой арбитраж трафика и начни зарабатывать от $2,000 в месяц • Шрифт: жирный, caps, без засечек • Цвет: #f6fc79 (яркий лимон), с лёгким свечением 🔸 Подзаголовок: Полный курс от команды TMT. Настоящие связки, кейсы, поддержка, первые выплаты уже в процессе обучения. • Цвет: #E1E1E1, medium-weight • Отступы, читаемость, адаптивность 🔘 Кнопки: 1. [🔥 Получить бесплатный урок] — яркая, с hover glow 2. [📘 Посмотреть программу курса] — прозрачная, с лимонным бордером ⸻ 📊 Правая часть (визуал: “Арбитраж в действии”): 💡 Анимационная 3D-схема или интерактивный элемент: Тематика: “Как из трафика появляются деньги” 📐 Элементы визуала: • В центре — дашборд, похожий на Keitaro или Google Analytics, в 3D-перспективе • Слева на��раво проходят “данные”: • 🟢 Источник трафика (иконки FB, TikTok, Google) • → 🔵 Прокладка / сайт / оффер (иконка прокладки или лендинга) • → 🟡 Лид / заявка (всплывающее окно с $ или кнопкой “Конвертирован”) • → 🔴 Выплата (монета падает в “баланс”) • Цифры обновляются в real-time: • “$137.60 payout” • “+1 конверсия” • “ROI: 210%” • “Трафик: 1848 визитов” ⚙️ Реализация: • Сделать через WebGL/Lottie/Canvas или видеофон • Цветовая палитра: чёрный фон, линии неоновые (зеленый, лимонный, фиолетовый) • Лёгкий партикл-эффект (поток цифровых точек), создающий динамику ⸻ ✨ Дополнительные детали: • 🔁 Элемент “пульсации прибыли” — график на заднем фоне, который колышется в плюс • 👆 Наведение на блоки вызывает всплывающие подсказки: “Лид подтверждён”, “Выплата отправлена”, “Оффер: Gamble — GEO: DE” ⸻ 📱 Адаптив: • На мобилках: визуал упрощён, заменяется статическим изображением схемы “трафик → лид → деньги” • Текст занимает 100% ширины ⸻
|
| 2 |
+
Давай правки сделаем: 1) Поменяй текст Освой Арбитраж трафика на Освой Affiliate Marketing 2) В блое справа - где у тебя изображены значки источников трафика и тд - все немного съехало вниз - выглядит не красиво! Поправь! И еще сделай меню навигационное сверху! и там где у тебя идет графа выплаты - сгенерируй так, чтобы выплата поступала каждые 1-2 секунду - и убери слово "payout"
|
| 3 |
+
Название поменяй сверху слева на Traffic Master и в блоке "Арбитраж в действии" - снизу изобрази путь по другому - чтобы было более красивее! Как сейчас не нравится! То есть Источник - Лид - подтвержденный лид - выплата! Сейчас он как-будто съехал внизу и выглядит не красиво! Сделай нормально!
|