Spaces:
Running
Running
Add 2 files
Browse files- index.html +661 -540
- prompts.txt +2 -1
index.html
CHANGED
@@ -3,343 +3,677 @@
|
|
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 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
10 |
.gradient-bg {
|
11 |
-
background: linear-gradient(135deg, #
|
12 |
}
|
13 |
-
.card
|
14 |
-
transition: all 0.
|
15 |
transform: translateY(0);
|
16 |
}
|
17 |
-
.card
|
18 |
-
transform: translateY(-
|
19 |
-
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.
|
20 |
}
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
@keyframes pulse {
|
25 |
0% { transform: scale(1); }
|
26 |
50% { transform: scale(1.05); }
|
27 |
100% { transform: scale(1); }
|
28 |
}
|
29 |
-
.
|
30 |
-
animation:
|
31 |
}
|
32 |
-
@keyframes
|
33 |
-
0% {
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
}
|
37 |
.progress-bar {
|
38 |
transition: width 0.6s ease;
|
39 |
}
|
40 |
-
.
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
}
|
44 |
</style>
|
45 |
</head>
|
46 |
-
<body class="font-sans bg-gray-
|
47 |
-
<!--
|
48 |
-
<
|
49 |
-
<div class="container mx-auto px-6 py-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
<div class="flex flex-col md:flex-row items-center">
|
51 |
<div class="md:w-1/2 mb-12 md:mb-0">
|
52 |
-
<h1 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
54 |
<div class="flex flex-col sm:flex-row gap-4">
|
55 |
-
<button
|
56 |
-
<i class="fas fa-
|
57 |
</button>
|
58 |
-
<button
|
59 |
-
<i class="fas fa-
|
60 |
</button>
|
61 |
</div>
|
62 |
-
<div class="mt-
|
63 |
-
<div class="flex -space-x-
|
64 |
-
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/
|
65 |
-
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/
|
66 |
-
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/
|
|
|
67 |
</div>
|
68 |
-
<p class="ml-4 text-
|
|
|
|
|
69 |
</div>
|
70 |
</div>
|
71 |
<div class="md:w-1/2 relative">
|
72 |
<div class="floating">
|
73 |
-
<img src="https://illustrations.popsy.co/amber/
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
</div>
|
75 |
</div>
|
76 |
</div>
|
77 |
</div>
|
78 |
-
</
|
79 |
|
80 |
-
<!-- Dashboard
|
81 |
-
<
|
82 |
<div class="container mx-auto px-6">
|
83 |
-
<
|
|
|
|
|
|
|
84 |
|
85 |
-
<div class="
|
86 |
-
|
87 |
-
|
88 |
-
<div class="
|
89 |
-
<div>
|
90 |
-
<h3 class="text-lg font-semibold
|
91 |
-
<
|
|
|
|
|
92 |
</div>
|
93 |
-
<div class="
|
94 |
-
<
|
|
|
|
|
|
|
|
|
95 |
</div>
|
96 |
</div>
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
</div>
|
106 |
-
</div>
|
107 |
-
|
108 |
-
<!-- Visitors Card -->
|
109 |
-
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200 card-hover">
|
110 |
-
<div class="flex justify-between items-start mb-4">
|
111 |
-
<div>
|
112 |
-
<h3 class="text-lg font-semibold text-gray-700">Visiteurs</h3>
|
113 |
-
<p class="text-sm text-gray-500">Aujourd'hui</p>
|
114 |
</div>
|
115 |
-
<div class="
|
116 |
-
<
|
|
|
|
|
|
|
|
|
117 |
</div>
|
118 |
</div>
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
</div>
|
128 |
-
</div>
|
129 |
-
|
130 |
-
<!-- Conversion Card -->
|
131 |
-
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200 card-hover">
|
132 |
-
<div class="flex justify-between items-start mb-4">
|
133 |
-
<div>
|
134 |
-
<h3 class="text-lg font-semibold text-gray-700">Taux de Conversion</h3>
|
135 |
-
<p class="text-sm text-gray-500">Aujourd'hui</p>
|
136 |
</div>
|
137 |
-
<div class="
|
138 |
-
<
|
|
|
|
|
|
|
|
|
139 |
</div>
|
140 |
</div>
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
</div>
|
150 |
</div>
|
151 |
</div>
|
152 |
|
153 |
-
<!--
|
154 |
-
<div
|
155 |
-
<div class="flex items-center justify-between
|
156 |
-
<h3 class="text-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
<!-- Revenue Sources -->
|
166 |
-
<div class="bg-white rounded-xl border border-gray-200 overflow-hidden">
|
167 |
-
<div class="px-6 py-4 border-b border-gray-200">
|
168 |
-
<h3 class="text-lg font-semibold text-gray-800">Sources de Revenus</h3>
|
169 |
</div>
|
170 |
-
<div class="
|
171 |
-
|
172 |
-
|
173 |
-
<div class="
|
174 |
-
<div class="
|
175 |
-
<
|
|
|
|
|
|
|
176 |
</div>
|
177 |
-
<div>
|
178 |
-
<
|
179 |
-
<
|
180 |
</div>
|
181 |
-
|
182 |
-
|
183 |
-
<p id="adRevenue" class="font-bold text-gray-800">€0.00</p>
|
184 |
-
<p id="adRevenuePct" class="text-sm text-gray-500">0% du total</p>
|
185 |
-
</div>
|
186 |
-
</div>
|
187 |
-
|
188 |
-
<!-- Affiliate Revenue -->
|
189 |
-
<div class="p-6 flex items-center justify-between">
|
190 |
-
<div class="flex items-center">
|
191 |
-
<div class="bg-blue-100 p-3 rounded-lg mr-4">
|
192 |
-
<i class="fas fa-handshake text-blue-600"></i>
|
193 |
</div>
|
194 |
-
<div>
|
195 |
-
<
|
196 |
-
<
|
197 |
</div>
|
198 |
</div>
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
<div class="
|
209 |
-
<
|
|
|
|
|
|
|
|
|
210 |
</div>
|
211 |
-
<div>
|
212 |
-
<
|
213 |
-
<
|
214 |
</div>
|
215 |
</div>
|
216 |
-
|
217 |
-
|
218 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
</div>
|
220 |
</div>
|
221 |
</div>
|
222 |
</div>
|
223 |
</div>
|
224 |
-
</
|
225 |
|
226 |
-
<!--
|
227 |
-
<
|
228 |
<div class="container mx-auto px-6">
|
229 |
-
<
|
|
|
|
|
|
|
230 |
|
231 |
-
<div class="grid grid-cols-1 md:grid-cols-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
|
|
|
|
239 |
</div>
|
240 |
-
<
|
241 |
-
|
242 |
-
<div id="behaviorProgress" class="progress-bar bg-purple-600 h-2.5 rounded-full" style="width: 0%"></div>
|
243 |
</div>
|
244 |
</div>
|
245 |
-
|
246 |
-
|
247 |
-
<
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
</div>
|
253 |
-
<
|
254 |
-
|
255 |
-
<div id="rotationProgress" class="progress-bar bg-blue-600 h-2.5 rounded-full" style="width: 0%"></div>
|
256 |
</div>
|
257 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
</div>
|
259 |
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
<div
|
264 |
-
|
|
|
|
|
|
|
|
|
265 |
</div>
|
266 |
-
<p id="networkStatus" class="text-center text-gray-500 mt-6">Aucun réseau actif pour le moment</p>
|
267 |
</div>
|
268 |
-
<div
|
269 |
-
<
|
|
|
270 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
</div>
|
272 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
|
274 |
-
<div class="
|
275 |
-
<div class="
|
276 |
-
<
|
277 |
-
<
|
278 |
-
|
279 |
-
|
280 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
</div>
|
282 |
</div>
|
283 |
-
|
284 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
</div>
|
286 |
</div>
|
287 |
</div>
|
288 |
-
</
|
289 |
|
290 |
<!-- CTA Section -->
|
291 |
-
<
|
292 |
<div class="container mx-auto px-6 text-center">
|
293 |
-
<h2 class="text-3xl md:text-4xl font-bold mb-6">
|
294 |
-
<p class="text-xl opacity-90 max-w-2xl mx-auto mb-8">
|
295 |
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
296 |
-
<button
|
297 |
-
<i class="fas fa-
|
298 |
</button>
|
299 |
<button class="bg-transparent hover:bg-white hover:bg-opacity-10 border-2 border-white text-white font-bold py-4 px-10 rounded-full transition duration-300">
|
300 |
-
<i class="fas fa-question-circle mr-2"></i>
|
301 |
</button>
|
302 |
</div>
|
303 |
</div>
|
304 |
-
</
|
305 |
|
306 |
<!-- Footer -->
|
307 |
-
<footer class="bg-gray-
|
308 |
<div class="container mx-auto px-6">
|
309 |
-
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
310 |
<div>
|
311 |
-
<
|
312 |
-
|
|
|
|
|
|
|
313 |
<div class="flex space-x-4">
|
314 |
-
<a href="#" class="text-gray-400 hover:text-
|
315 |
<i class="fab fa-facebook-f"></i>
|
316 |
</a>
|
317 |
-
<a href="#" class="text-gray-400 hover:text-
|
318 |
<i class="fab fa-twitter"></i>
|
319 |
</a>
|
320 |
-
<a href="#" class="text-gray-400 hover:text-
|
321 |
<i class="fab fa-linkedin-in"></i>
|
322 |
</a>
|
|
|
|
|
|
|
323 |
</div>
|
324 |
</div>
|
325 |
|
326 |
<div>
|
327 |
-
<h3 class="text-white text-lg font-bold mb-4">
|
328 |
<ul class="space-y-2">
|
329 |
-
<li><a href="#" class="hover:text-
|
330 |
-
<li><a href="#" class="hover:text-
|
331 |
-
<li><a href="#" class="hover:text-
|
332 |
-
<li><a href="#" class="hover:text-
|
|
|
333 |
</ul>
|
334 |
</div>
|
335 |
|
336 |
<div>
|
337 |
-
<h3 class="text-white text-lg font-bold mb-4">
|
338 |
<ul class="space-y-2">
|
339 |
-
<li><a href="#" class="hover:text-
|
340 |
-
<li><a href="#" class="hover:text-
|
341 |
-
<li><a href="#" class="hover:text-
|
342 |
-
<li><a href="#" class="hover:text-
|
|
|
343 |
</ul>
|
344 |
</div>
|
345 |
|
@@ -347,351 +681,138 @@
|
|
347 |
<h3 class="text-white text-lg font-bold mb-4">Contact</h3>
|
348 |
<ul class="space-y-2">
|
349 |
<li class="flex items-center">
|
350 |
-
<i class="fas fa-
|
351 |
-
<span>
|
352 |
</li>
|
353 |
<li class="flex items-center">
|
354 |
-
<i class="fas fa-phone-alt mr-2 text-
|
355 |
<span>+33 1 23 45 67 89</span>
|
356 |
</li>
|
357 |
<li class="flex items-center">
|
358 |
-
<i class="fas fa-
|
359 |
-
<span>
|
|
|
|
|
|
|
|
|
360 |
</li>
|
361 |
</ul>
|
362 |
</div>
|
363 |
</div>
|
364 |
|
365 |
-
<div class="border-t border-gray-
|
366 |
-
<p>© 2023
|
367 |
<div class="flex space-x-6 mt-4 md:mt-0">
|
368 |
-
<a href="#" class="hover:text-
|
369 |
-
<a href="#" class="hover:text-
|
370 |
-
<a href="#" class="hover:text-
|
371 |
</div>
|
372 |
</div>
|
373 |
</div>
|
374 |
</footer>
|
375 |
|
376 |
-
<!-- Chart.js -->
|
377 |
-
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
378 |
-
|
379 |
<script>
|
380 |
-
//
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
let revenueChart;
|
397 |
-
function initChart() {
|
398 |
-
const ctx = document.getElementById('revenueChart').getContext('2d');
|
399 |
-
revenueChart = new Chart(ctx, {
|
400 |
-
type: 'line',
|
401 |
-
data: {
|
402 |
-
labels: Array.from({length: 90}, (_, i) => `J-${90 - i}`),
|
403 |
-
datasets: [
|
404 |
-
{
|
405 |
-
label: 'Revenus Publicitaires',
|
406 |
-
data: Array(90).fill(0),
|
407 |
-
borderColor: '#8b5cf6',
|
408 |
-
backgroundColor: 'rgba(139, 92, 246, 0.1)',
|
409 |
-
tension: 0.3,
|
410 |
-
fill: true
|
411 |
-
},
|
412 |
-
{
|
413 |
-
label: 'Revenus Affiliation',
|
414 |
-
data: Array(90).fill(0),
|
415 |
-
borderColor: '#3b82f6',
|
416 |
-
backgroundColor: 'rgba(59, 130, 246, 0.1)',
|
417 |
-
tension: 0.3,
|
418 |
-
fill: true
|
419 |
-
},
|
420 |
-
{
|
421 |
-
label: 'Revenus Premium',
|
422 |
-
data: Array(90).fill(0),
|
423 |
-
borderColor: '#10b981',
|
424 |
-
backgroundColor: 'rgba(16, 185, 129, 0.1)',
|
425 |
-
tension: 0.3,
|
426 |
-
fill: true
|
427 |
-
}
|
428 |
-
]
|
429 |
-
},
|
430 |
-
options: {
|
431 |
-
responsive: true,
|
432 |
-
plugins: {
|
433 |
-
legend: {
|
434 |
-
position: 'top',
|
435 |
-
},
|
436 |
-
tooltip: {
|
437 |
-
mode: 'index',
|
438 |
-
intersect: false,
|
439 |
-
}
|
440 |
-
},
|
441 |
-
scales: {
|
442 |
-
y: {
|
443 |
-
beginAtZero: true,
|
444 |
-
ticks: {
|
445 |
-
callback: function(value) {
|
446 |
-
return '€' + value;
|
447 |
-
}
|
448 |
-
}
|
449 |
-
}
|
450 |
-
}
|
451 |
}
|
452 |
-
});
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
// Base growth trend
|
470 |
-
const dayTrend = i / 90 * 2;
|
471 |
-
|
472 |
-
// Random fluctuations
|
473 |
-
const adFluctuation = Math.random() * 5;
|
474 |
-
const affiliateFluctuation = Math.random() * 3;
|
475 |
-
const premiumFluctuation = Math.random() * 2;
|
476 |
-
|
477 |
-
// Calculate values with trends and fluctuations
|
478 |
-
adValue = (10 + i * 1.5 + adFluctuation) * dayTrend;
|
479 |
-
affiliateValue = (5 + i * 0.8 + affiliateFluctuation) * dayTrend;
|
480 |
-
premiumValue = (3 + i * 0.5 + premiumFluctuation) * dayTrend;
|
481 |
-
|
482 |
-
// Ensure values don't go negative
|
483 |
-
adData.push(Math.max(0, adValue));
|
484 |
-
affiliateData.push(Math.max(0, affiliateValue));
|
485 |
-
premiumData.push(Math.max(0, premiumValue));
|
486 |
-
}
|
487 |
-
|
488 |
-
// Update chart datasets
|
489 |
-
revenueChart.data.datasets[0].data = adData;
|
490 |
-
revenueChart.data.datasets[1].data = affiliateData;
|
491 |
-
revenueChart.data.datasets[2].data = premiumData;
|
492 |
-
revenueChart.update();
|
493 |
-
}
|
494 |
-
|
495 |
-
// Simulate revenue generation
|
496 |
-
function simulateRevenue() {
|
497 |
-
if (!isSystemActive) return;
|
498 |
-
|
499 |
-
// Generate random but realistic revenue values
|
500 |
-
const adRevenue = (Math.random() * 50 + 20).toFixed(2);
|
501 |
-
const affiliateRevenue = (Math.random() * 30 + 10).toFixed(2);
|
502 |
-
const premiumRevenue = (Math.random() * 20 + 5).toFixed(2);
|
503 |
-
|
504 |
-
const totalRevenue = (parseFloat(adRevenue) + parseFloat(affiliateRevenue) + parseFloat(premiumRevenue)).toFixed(2);
|
505 |
-
|
506 |
-
// Update UI
|
507 |
-
document.getElementById('totalRevenue').textContent = `€${totalRevenue}`;
|
508 |
-
document.getElementById('adRevenue').textContent = `€${adRevenue}`;
|
509 |
-
document.getElementById('affiliateRevenue').textContent = `€${affiliateRevenue}`;
|
510 |
-
document.getElementById('premiumRevenue').textContent = `€${premiumRevenue}`;
|
511 |
-
|
512 |
-
// Calculate percentages
|
513 |
-
const adPct = ((adRevenue / totalRevenue) * 100).toFixed(1);
|
514 |
-
const affiliatePct = ((affiliateRevenue / totalRevenue) * 100).toFixed(1);
|
515 |
-
const premiumPct = ((premiumRevenue / totalRevenue) * 100).toFixed(1);
|
516 |
-
|
517 |
-
document.getElementById('adRevenuePct').textContent = `${adPct}% du total`;
|
518 |
-
document.getElementById('affiliateRevenuePct').textContent = `${affiliatePct}% du total`;
|
519 |
-
document.getElementById('premiumRevenuePct').textContent = `${premiumPct}% du total`;
|
520 |
-
|
521 |
-
// Update progress bars
|
522 |
-
document.getElementById('revenueProgress').style.width = `${Math.min(100, (totalRevenue / 100) * 100)}%`;
|
523 |
-
|
524 |
-
// Generate visitors and conversion data
|
525 |
-
const visitors = Math.floor(Math.random() * 500 + 100);
|
526 |
-
const conversions = Math.floor(visitors * (0.05 + Math.random() * 0.05));
|
527 |
-
const conversionRate = ((conversions / visitors) * 100).toFixed(1);
|
528 |
-
|
529 |
-
document.getElementById('totalVisitors').textContent = visitors;
|
530 |
-
document.getElementById('conversionRate').textContent = `${conversionRate}%`;
|
531 |
-
|
532 |
-
document.getElementById('visitorsProgress').style.width = `${Math.min(100, (visitors / 1000) * 100)}%`;
|
533 |
-
document.getElementById('conversionProgress').style.width = `${conversionRate}%`;
|
534 |
-
|
535 |
-
// Generate change percentages
|
536 |
-
const revenueChange = (Math.random() * 15 + 5).toFixed(1);
|
537 |
-
const visitorsChange = (Math.random() * 20 + 5).toFixed(1);
|
538 |
-
const conversionChange = (Math.random() * 10 + 2).toFixed(1);
|
539 |
-
|
540 |
-
document.getElementById('revenueChange').innerHTML = `<i class="fas fa-arrow-up mr-1"></i> ${revenueChange}%`;
|
541 |
-
document.getElementById('visitorsChange').innerHTML = `<i class="fas fa-arrow-up mr-1"></i> ${visitorsChange}%`;
|
542 |
-
document.getElementById('conversionChange').innerHTML = `<i class="fas fa-arrow-up mr-1"></i> ${conversionChange}%`;
|
543 |
-
}
|
544 |
-
|
545 |
-
// Simulate optimization progress
|
546 |
-
function simulateOptimization() {
|
547 |
-
if (!isSystemActive) return;
|
548 |
-
|
549 |
-
// Random but increasing progress
|
550 |
-
const behaviorProgress = Math.min(100, parseFloat(document.getElementById('behaviorProgress').style.width) || 0 + Math.random() * 5);
|
551 |
-
const rotationProgress = Math.min(100, parseFloat(document.getElementById('rotationProgress').style.width) || 0 + Math.random() * 5);
|
552 |
-
|
553 |
-
document.getElementById('behaviorProgress').style.width = `${behaviorProgress}%`;
|
554 |
-
document.getElementById('rotationProgress').style.width = `${rotationProgress}%`;
|
555 |
-
|
556 |
-
// Show optimization badge when both are above 50%
|
557 |
-
if (behaviorProgress > 50 && rotationProgress > 50) {
|
558 |
-
document.getElementById('optimizationBadge').classList.remove('hidden');
|
559 |
-
} else {
|
560 |
-
document.getElementById('optimizationBadge').classList.add('hidden');
|
561 |
-
}
|
562 |
-
|
563 |
-
// Update active networks
|
564 |
-
const activeNetworks = Math.floor(3 + Math.random() * 3);
|
565 |
-
const networkContainer = document.getElementById('networkIcons');
|
566 |
-
networkContainer.innerHTML = '';
|
567 |
-
|
568 |
-
if (activeNetworks > 0) {
|
569 |
-
document.getElementById('networkStatus').textContent = `${activeNetworks} réseaux actifs`;
|
570 |
-
|
571 |
-
// Shuffle networks and pick active ones
|
572 |
-
const shuffled = [...networks].sort(() => 0.5 - Math.random());
|
573 |
-
for (let i = 0; i < activeNetworks; i++) {
|
574 |
-
const network = shuffled[i];
|
575 |
-
const icon = document.createElement('div');
|
576 |
-
icon.className = `flex flex-col items-center p-3 rounded-lg bg-gray-100 ${network.color}`;
|
577 |
-
icon.innerHTML = `<i class="${network.icon} text-2xl mb-1"></i><span class="text-xs text-gray-600">${network.name}</span>`;
|
578 |
-
networkContainer.appendChild(icon);
|
579 |
}
|
580 |
-
}
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
// Start progress bars
|
598 |
-
let progress = 0;
|
599 |
-
const progressInterval = setInterval(() => {
|
600 |
-
progress += 2;
|
601 |
-
document.getElementById('systemProgress').style.width = `${progress}%`;
|
602 |
-
document.getElementById('systemProgress').className = 'progress-bar h-2.5 rounded-full bg-green-500';
|
603 |
-
|
604 |
-
if (progress >= 100) {
|
605 |
-
clearInterval(progressInterval);
|
606 |
}
|
607 |
-
},
|
608 |
-
|
609 |
-
//
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
clearInterval(revenueInterval);
|
627 |
-
clearInterval(optimizationInterval);
|
628 |
-
|
629 |
-
// Update UI
|
630 |
-
document.getElementById('monetizationStatus').classList.remove('auto-monetization-active');
|
631 |
-
document.getElementById('statusBadge').className = 'bg-red-100 text-red-800 text-xs font-medium px-2.5 py-0.5 rounded-full';
|
632 |
-
document.getElementById('statusBadge').textContent = 'INACTIF';
|
633 |
-
document.getElementById('statusText').textContent = 'Le système de monétisation est actuellement arrêté. Cliquez sur "Démarrer" pour activer l\'optimisation automatique des revenus.';
|
634 |
-
document.getElementById('systemProgress').style.width = '0%';
|
635 |
-
document.getElementById('systemProgress').className = 'progress-bar h-2.5 rounded-full bg-gray-400';
|
636 |
-
|
637 |
-
document.getElementById('optimizationBadge').classList.add('hidden');
|
638 |
-
document.getElementById('networkIcons').innerHTML = '';
|
639 |
-
document.getElementById('networkStatus').textContent = 'Aucun réseau actif pour le moment';
|
640 |
-
|
641 |
-
// Show notification
|
642 |
-
showNotification('Système arrêté', 'La monétisation automatique a été désactivée.', 'red');
|
643 |
-
}
|
644 |
-
|
645 |
-
// Show notification
|
646 |
-
function showNotification(title, message, color) {
|
647 |
-
const notification = document.createElement('div');
|
648 |
-
notification.className = `fixed bottom-4 right-4 bg-${color}-500 text-white px-6 py-3 rounded-lg shadow-lg flex items-center animate-fade-in z-50 max-w-md`;
|
649 |
-
notification.innerHTML = `
|
650 |
-
<i class="fas fa-${color === 'green' ? 'check-circle' : 'exclamation-circle'} text-white mr-3"></i>
|
651 |
-
<div>
|
652 |
-
<div class="font-bold">${title}</div>
|
653 |
-
<div class="text-sm">${message}</div>
|
654 |
-
</div>
|
655 |
-
<button class="ml-4 text-white hover:text-gray-200" onclick="this.parentElement.remove()">
|
656 |
-
<i class="fas fa-times"></i>
|
657 |
-
</button>
|
658 |
-
`;
|
659 |
-
document.body.appendChild(notification);
|
660 |
-
|
661 |
-
// Remove after 5 seconds
|
662 |
-
setTimeout(() => {
|
663 |
-
notification.classList.add('animate-fade-out');
|
664 |
-
setTimeout(() => {
|
665 |
-
notification.remove();
|
666 |
-
}, 300);
|
667 |
-
}, 5000);
|
668 |
}
|
669 |
-
|
670 |
-
// Initialize
|
671 |
document.addEventListener('DOMContentLoaded', function() {
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
|
|
|
|
|
|
|
|
|
|
679 |
|
680 |
-
// Add animation
|
681 |
-
const
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
}
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
}
|
691 |
-
|
692 |
-
.animate-fade-out { animation: animate-fade-out 0.3s forwards; }
|
693 |
-
`;
|
694 |
-
document.head.appendChild(style);
|
695 |
});
|
696 |
</script>
|
697 |
<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=docto41/mon-tisation" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>HosterWeb Pro - Hébergement Hautes Performances</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 |
<style>
|
10 |
.gradient-bg {
|
11 |
+
background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
|
12 |
}
|
13 |
+
.server-card {
|
14 |
+
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
15 |
transform: translateY(0);
|
16 |
}
|
17 |
+
.server-card:hover {
|
18 |
+
transform: translateY(-10px);
|
19 |
+
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
20 |
}
|
21 |
+
@keyframes float {
|
22 |
+
0% { transform: translateY(0px); }
|
23 |
+
50% { transform: translateY(-20px); }
|
24 |
+
100% { transform: translateY(0px); }
|
25 |
+
}
|
26 |
+
.floating {
|
27 |
+
animation: float 6s ease-in-out infinite;
|
28 |
}
|
29 |
@keyframes pulse {
|
30 |
0% { transform: scale(1); }
|
31 |
50% { transform: scale(1.05); }
|
32 |
100% { transform: scale(1); }
|
33 |
}
|
34 |
+
.pulse {
|
35 |
+
animation: pulse 3s infinite;
|
36 |
}
|
37 |
+
@keyframes wave {
|
38 |
+
0% { background-position-x: 0; }
|
39 |
+
100% { background-position-x: 1000px; }
|
40 |
+
}
|
41 |
+
.wave-bg {
|
42 |
+
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" fill="rgba(255,255,255,0.1)" opacity=".25"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" fill="rgba(255,255,255,0.1)" opacity=".5"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="rgba(255,255,255,0.07)"/></svg>');
|
43 |
+
background-size: 1200px 120px;
|
44 |
+
animation: wave 60s linear infinite;
|
45 |
+
}
|
46 |
+
.glow {
|
47 |
+
box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
|
48 |
+
}
|
49 |
+
.glow:hover {
|
50 |
+
box-shadow: 0 0 25px rgba(59, 130, 246, 0.8);
|
51 |
+
}
|
52 |
+
.tech-icon {
|
53 |
+
transition: all 0.3s ease;
|
54 |
+
filter: grayscale(30%);
|
55 |
+
}
|
56 |
+
.tech-icon:hover {
|
57 |
+
transform: scale(1.1);
|
58 |
+
filter: grayscale(0%);
|
59 |
}
|
60 |
.progress-bar {
|
61 |
transition: width 0.6s ease;
|
62 |
}
|
63 |
+
.dashboard-card {
|
64 |
+
background: rgba(255, 255, 255, 0.05);
|
65 |
+
backdrop-filter: blur(10px);
|
66 |
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
67 |
+
}
|
68 |
+
.animated-border {
|
69 |
+
position: relative;
|
70 |
+
overflow: hidden;
|
71 |
+
}
|
72 |
+
.animated-border::after {
|
73 |
+
content: '';
|
74 |
+
position: absolute;
|
75 |
+
top: 0;
|
76 |
+
left: -100%;
|
77 |
+
width: 100%;
|
78 |
+
height: 2px;
|
79 |
+
background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.8), transparent);
|
80 |
+
animation: borderSlide 3s infinite;
|
81 |
+
}
|
82 |
+
@keyframes borderSlide {
|
83 |
+
0% { left: -100%; }
|
84 |
+
100% { left: 100%; }
|
85 |
}
|
86 |
</style>
|
87 |
</head>
|
88 |
+
<body class="font-sans bg-gray-900 text-gray-100">
|
89 |
+
<!-- Animated Navbar -->
|
90 |
+
<nav class="gradient-bg fixed w-full z-50 shadow-lg">
|
91 |
+
<div class="container mx-auto px-6 py-4">
|
92 |
+
<div class="flex justify-between items-center">
|
93 |
+
<div class="flex items-center space-x-4">
|
94 |
+
<div class="pulse">
|
95 |
+
<i class="fas fa-server text-2xl text-white"></i>
|
96 |
+
</div>
|
97 |
+
<span class="text-xl font-bold text-white">HosterWeb<span class="text-blue-300">Pro</span></span>
|
98 |
+
</div>
|
99 |
+
<div class="hidden md:flex items-center space-x-8">
|
100 |
+
<a href="#" class="text-white hover:text-blue-200 transition duration-300 font-medium">Accueil</a>
|
101 |
+
<a href="#" class="text-white hover:text-blue-200 transition duration-300 font-medium">Hébergement</a>
|
102 |
+
<a href="#" class="text-white hover:text-blue-200 transition duration-300 font-medium">Domaines</a>
|
103 |
+
<a href="#" class="text-white hover:text-blue-200 transition duration-300 font-medium">Serveurs</a>
|
104 |
+
<a href="#" class="text-white hover:text-blue-200 transition duration-300 font-medium">Support</a>
|
105 |
+
</div>
|
106 |
+
<div class="flex items-center space-x-4">
|
107 |
+
<button class="hidden md:block bg-white text-blue-600 font-bold py-2 px-6 rounded-full hover:bg-blue-50 transition duration-300">
|
108 |
+
Connexion
|
109 |
+
</button>
|
110 |
+
<button class="md:hidden text-white">
|
111 |
+
<i class="fas fa-bars text-2xl"></i>
|
112 |
+
</button>
|
113 |
+
</div>
|
114 |
+
</div>
|
115 |
+
</div>
|
116 |
+
</nav>
|
117 |
+
|
118 |
+
<!-- Hero Section with Waves -->
|
119 |
+
<section class="gradient-bg pt-32 pb-20 wave-bg">
|
120 |
+
<div class="container mx-auto px-6">
|
121 |
<div class="flex flex-col md:flex-row items-center">
|
122 |
<div class="md:w-1/2 mb-12 md:mb-0">
|
123 |
+
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6 leading-tight">
|
124 |
+
<span class="text-white">Hébergement Web</span>
|
125 |
+
<span class="text-blue-200">Ultra-Rapide</span>
|
126 |
+
</h1>
|
127 |
+
<p class="text-xl text-blue-100 mb-8 max-w-lg">
|
128 |
+
Des serveurs optimisés avec SSD NVMe, protection DDoS et assistance 24/7 pour des performances exceptionnelles.
|
129 |
+
</p>
|
130 |
<div class="flex flex-col sm:flex-row gap-4">
|
131 |
+
<button class="glow bg-white text-blue-600 font-bold py-4 px-8 rounded-full hover:bg-blue-50 transition duration-300 transform hover:scale-105">
|
132 |
+
<i class="fas fa-rocket mr-2"></i> Commencer dès €2.99/mois
|
133 |
</button>
|
134 |
+
<button class="bg-transparent border-2 border-white text-white font-bold py-4 px-8 rounded-full hover:bg-white hover:bg-opacity-10 transition duration-300">
|
135 |
+
<i class="fas fa-play-circle mr-2"></i> Voir la démo
|
136 |
</button>
|
137 |
</div>
|
138 |
+
<div class="mt-10 flex items-center">
|
139 |
+
<div class="flex -space-x-3">
|
140 |
+
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/44.jpg" alt="">
|
141 |
+
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
|
142 |
+
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/68.jpg" alt="">
|
143 |
+
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/75.jpg" alt="">
|
144 |
</div>
|
145 |
+
<p class="ml-4 text-blue-100">
|
146 |
+
<span class="font-bold">+15,000</span> clients satisfaits
|
147 |
+
</p>
|
148 |
</div>
|
149 |
</div>
|
150 |
<div class="md:w-1/2 relative">
|
151 |
<div class="floating">
|
152 |
+
<img src="https://illustrations.popsy.co/amber/server-cluster.svg" alt="Serveurs HosterWeb" class="w-full max-w-lg mx-auto">
|
153 |
+
</div>
|
154 |
+
<div class="absolute -bottom-10 left-0 right-0 flex justify-center">
|
155 |
+
<div class="bg-white text-gray-800 py-3 px-6 rounded-full shadow-lg flex items-center">
|
156 |
+
<div class="w-3 h-3 bg-green-500 rounded-full mr-2 animate-pulse"></div>
|
157 |
+
<span class="font-medium">99.9% Uptime Garanti</span>
|
158 |
+
</div>
|
159 |
</div>
|
160 |
</div>
|
161 |
</div>
|
162 |
</div>
|
163 |
+
</section>
|
164 |
|
165 |
+
<!-- Server Dashboard Animation -->
|
166 |
+
<section class="py-20 bg-gray-800">
|
167 |
<div class="container mx-auto px-6">
|
168 |
+
<div class="text-center mb-16">
|
169 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4">Tableau de Bord en Temps Réel</h2>
|
170 |
+
<p class="text-xl text-gray-300 max-w-2xl mx-auto">Surveillez et gérez vos ressources serveur avec notre interface intuitive</p>
|
171 |
+
</div>
|
172 |
|
173 |
+
<div class="dashboard-card rounded-2xl p-6 mb-12">
|
174 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-6">
|
175 |
+
<!-- CPU Usage -->
|
176 |
+
<div class="bg-gray-900 rounded-xl p-6 border border-gray-700">
|
177 |
+
<div class="flex justify-between items-center mb-4">
|
178 |
+
<h3 class="text-lg font-semibold">CPU</h3>
|
179 |
+
<div class="bg-blue-900 text-blue-300 px-2 py-1 rounded text-xs font-bold">
|
180 |
+
Intel Xeon
|
181 |
+
</div>
|
182 |
</div>
|
183 |
+
<div class="flex items-end mb-4">
|
184 |
+
<span id="cpuUsage" class="text-3xl font-bold">0%</span>
|
185 |
+
<span class="ml-2 text-sm text-gray-400">Utilisation</span>
|
186 |
+
</div>
|
187 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
188 |
+
<div id="cpuBar" class="progress-bar bg-blue-500 h-2 rounded-full" style="width: 0%"></div>
|
189 |
</div>
|
190 |
</div>
|
191 |
+
|
192 |
+
<!-- RAM Usage -->
|
193 |
+
<div class="bg-gray-900 rounded-xl p-6 border border-gray-700">
|
194 |
+
<div class="flex justify-between items-center mb-4">
|
195 |
+
<h3 class="text-lg font-semibold">RAM</h3>
|
196 |
+
<div class="bg-purple-900 text-purple-300 px-2 py-1 rounded text-xs font-bold">
|
197 |
+
16GB DDR4
|
198 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
</div>
|
200 |
+
<div class="flex items-end mb-4">
|
201 |
+
<span id="ramUsage" class="text-3xl font-bold">0GB</span>
|
202 |
+
<span class="ml-2 text-sm text-gray-400">/ 16GB utilisé</span>
|
203 |
+
</div>
|
204 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
205 |
+
<div id="ramBar" class="progress-bar bg-purple-500 h-2 rounded-full" style="width: 0%"></div>
|
206 |
</div>
|
207 |
</div>
|
208 |
+
|
209 |
+
<!-- Storage -->
|
210 |
+
<div class="bg-gray-900 rounded-xl p-6 border border-gray-700">
|
211 |
+
<div class="flex justify-between items-center mb-4">
|
212 |
+
<h3 class="text-lg font-semibold">Stockage</h3>
|
213 |
+
<div class="bg-green-900 text-green-300 px-2 py-1 rounded text-xs font-bold">
|
214 |
+
NVMe SSD
|
215 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
</div>
|
217 |
+
<div class="flex items-end mb-4">
|
218 |
+
<span id="storageUsage" class="text-3xl font-bold">0GB</span>
|
219 |
+
<span class="ml-2 text-sm text-gray-400">/ 200GB utilisé</span>
|
220 |
+
</div>
|
221 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
222 |
+
<div id="storageBar" class="progress-bar bg-green-500 h-2 rounded-full" style="width: 0%"></div>
|
223 |
</div>
|
224 |
</div>
|
225 |
+
|
226 |
+
<!-- Bandwidth -->
|
227 |
+
<div class="bg-gray-900 rounded-xl p-6 border border-gray-700">
|
228 |
+
<div class="flex justify-between items-center mb-4">
|
229 |
+
<h3 class="text-lg font-semibold">Bande passante</h3>
|
230 |
+
<div class="bg-yellow-900 text-yellow-300 px-2 py-1 rounded text-xs font-bold">
|
231 |
+
10Gbps
|
232 |
+
</div>
|
233 |
+
</div>
|
234 |
+
<div class="flex items-end mb-4">
|
235 |
+
<span id="bandwidthUsage" class="text-3xl font-bold">0TB</span>
|
236 |
+
<span class="ml-2 text-sm text-gray-400">/ ∞ utilisé</span>
|
237 |
+
</div>
|
238 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
239 |
+
<div id="bandwidthBar" class="progress-bar bg-yellow-500 h-2 rounded-full" style="width: 0%"></div>
|
240 |
+
</div>
|
241 |
</div>
|
242 |
</div>
|
243 |
</div>
|
244 |
|
245 |
+
<!-- Server Status -->
|
246 |
+
<div class="bg-gray-900 rounded-2xl border border-gray-700 overflow-hidden">
|
247 |
+
<div class="px-6 py-4 border-b border-gray-700 flex items-center justify-between">
|
248 |
+
<h3 class="text-lg font-semibold flex items-center">
|
249 |
+
<i class="fas fa-server mr-2 text-blue-400"></i>
|
250 |
+
Statut des Serveurs
|
251 |
+
</h3>
|
252 |
+
<div class="flex items-center">
|
253 |
+
<div class="w-2 h-2 bg-green-500 rounded-full mr-1 animate-pulse"></div>
|
254 |
+
<span class="text-sm text-gray-300">Tous systèmes opérationnels</span>
|
255 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
256 |
</div>
|
257 |
+
<div class="p-6">
|
258 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
259 |
+
<!-- Web Server -->
|
260 |
+
<div class="bg-gray-800 rounded-xl p-4 border border-gray-700">
|
261 |
+
<div class="flex items-center mb-3">
|
262 |
+
<div class="bg-blue-500 p-2 rounded-lg mr-3">
|
263 |
+
<i class="fas fa-globe text-white"></i>
|
264 |
+
</div>
|
265 |
+
<h4 class="font-medium">Serveur Web</h4>
|
266 |
</div>
|
267 |
+
<div class="flex justify-between items-center mb-2">
|
268 |
+
<span class="text-sm text-gray-400">Nginx 1.23</span>
|
269 |
+
<span class="text-xs bg-green-900 text-green-300 px-2 py-0.5 rounded">Online</span>
|
270 |
</div>
|
271 |
+
<div class="w-full bg-gray-700 rounded-full h-1.5 mb-2">
|
272 |
+
<div class="bg-green-500 h-1.5 rounded-full" style="width: 100%"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
</div>
|
274 |
+
<div class="flex justify-between text-xs text-gray-400">
|
275 |
+
<span>Requêtes: <span class="font-bold text-white">1,248/min</span></span>
|
276 |
+
<span>Latence: <span class="font-bold text-white">12ms</span></span>
|
277 |
</div>
|
278 |
</div>
|
279 |
+
|
280 |
+
<!-- Database -->
|
281 |
+
<div class="bg-gray-800 rounded-xl p-4 border border-gray-700">
|
282 |
+
<div class="flex items-center mb-3">
|
283 |
+
<div class="bg-purple-500 p-2 rounded-lg mr-3">
|
284 |
+
<i class="fas fa-database text-white"></i>
|
285 |
+
</div>
|
286 |
+
<h4 class="font-medium">Base de Données</h4>
|
287 |
+
</div>
|
288 |
+
<div class="flex justify-between items-center mb-2">
|
289 |
+
<span class="text-sm text-gray-400">MySQL 8.0</span>
|
290 |
+
<span class="text-xs bg-green-900 text-green-300 px-2 py-0.5 rounded">Online</span>
|
291 |
+
</div>
|
292 |
+
<div class="w-full bg-gray-700 rounded-full h-1.5 mb-2">
|
293 |
+
<div class="bg-green-500 h-1.5 rounded-full" style="width: 100%"></div>
|
294 |
</div>
|
295 |
+
<div class="flex justify-between text-xs text-gray-400">
|
296 |
+
<span>Requêtes: <span class="font-bold text-white">864/min</span></span>
|
297 |
+
<span>Latence: <span class="font-bold text-white">8ms</span></span>
|
298 |
</div>
|
299 |
</div>
|
300 |
+
|
301 |
+
<!-- Firewall -->
|
302 |
+
<div class="bg-gray-800 rounded-xl p-4 border border-gray-700">
|
303 |
+
<div class="flex items-center mb-3">
|
304 |
+
<div class="bg-red-500 p-2 rounded-lg mr-3">
|
305 |
+
<i class="fas fa-shield-alt text-white"></i>
|
306 |
+
</div>
|
307 |
+
<h4 class="font-medium">Pare-feu</h4>
|
308 |
+
</div>
|
309 |
+
<div class="flex justify-between items-center mb-2">
|
310 |
+
<span class="text-sm text-gray-400">Cloudflare</span>
|
311 |
+
<span class="text-xs bg-green-900 text-green-300 px-2 py-0.5 rounded">Online</span>
|
312 |
+
</div>
|
313 |
+
<div class="w-full bg-gray-700 rounded-full h-1.5 mb-2">
|
314 |
+
<div class="bg-green-500 h-1.5 rounded-full" style="width: 100%"></div>
|
315 |
+
</div>
|
316 |
+
<div class="flex justify-between text-xs text-gray-400">
|
317 |
+
<span>Bloqués: <span class="font-bold text-white">42/min</span></span>
|
318 |
+
<span>Détections: <span class="font-bold text-white">3/min</span></span>
|
319 |
+
</div>
|
320 |
</div>
|
321 |
</div>
|
322 |
</div>
|
323 |
</div>
|
324 |
</div>
|
325 |
+
</section>
|
326 |
|
327 |
+
<!-- Hosting Plans -->
|
328 |
+
<section class="py-20 bg-gray-900">
|
329 |
<div class="container mx-auto px-6">
|
330 |
+
<div class="text-center mb-16">
|
331 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4">Nos Offres d'Hébergement</h2>
|
332 |
+
<p class="text-xl text-gray-300 max-w-2xl mx-auto">Choisissez la solution parfaitement adaptée à vos besoins</p>
|
333 |
+
</div>
|
334 |
|
335 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
336 |
+
<!-- Starter Plan -->
|
337 |
+
<div class="server-card bg-gray-800 rounded-xl border border-gray-700 p-8 relative overflow-hidden">
|
338 |
+
<div class="absolute top-0 right-0 bg-blue-600 text-white px-4 py-1 text-xs font-bold transform rotate-45 translate-x-8 -translate-y-2">
|
339 |
+
POPULAIRE
|
340 |
+
</div>
|
341 |
+
<div class="flex justify-between items-start mb-6">
|
342 |
+
<div>
|
343 |
+
<h3 class="text-2xl font-bold mb-1">Starter</h3>
|
344 |
+
<p class="text-gray-400">Parfait pour les petits sites</p>
|
345 |
</div>
|
346 |
+
<div class="bg-blue-900 text-blue-300 p-3 rounded-lg">
|
347 |
+
<i class="fas fa-rocket text-xl"></i>
|
|
|
348 |
</div>
|
349 |
</div>
|
350 |
+
<div class="mb-8">
|
351 |
+
<span class="text-4xl font-bold">€2.99</span>
|
352 |
+
<span class="text-gray-400">/mois</span>
|
353 |
+
</div>
|
354 |
+
<ul class="space-y-3 mb-8">
|
355 |
+
<li class="flex items-center">
|
356 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
357 |
+
<span>1 Site Web</span>
|
358 |
+
</li>
|
359 |
+
<li class="flex items-center">
|
360 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
361 |
+
<span>10GB Stockage SSD</span>
|
362 |
+
</li>
|
363 |
+
<li class="flex items-center">
|
364 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
365 |
+
<span>100GB Bande passante</span>
|
366 |
+
</li>
|
367 |
+
<li class="flex items-center">
|
368 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
369 |
+
<span>Comptes Email Illimités</span>
|
370 |
+
</li>
|
371 |
+
<li class="flex items-center">
|
372 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
373 |
+
<span>Certificat SSL Gratuit</span>
|
374 |
+
</li>
|
375 |
+
</ul>
|
376 |
+
<button class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
|
377 |
+
Choisir ce plan
|
378 |
+
</button>
|
379 |
+
</div>
|
380 |
+
|
381 |
+
<!-- Business Plan -->
|
382 |
+
<div class="server-card bg-gray-800 rounded-xl border-2 border-blue-500 p-8 relative overflow-hidden transform scale-105">
|
383 |
+
<div class="absolute top-0 right-0 bg-blue-600 text-white px-4 py-1 text-xs font-bold transform rotate-45 translate-x-8 -translate-y-2">
|
384 |
+
RECOMMANDÉ
|
385 |
+
</div>
|
386 |
+
<div class="flex justify-between items-start mb-6">
|
387 |
+
<div>
|
388 |
+
<h3 class="text-2xl font-bold mb-1">Business</h3>
|
389 |
+
<p class="text-gray-400">Idéal pour les PME</p>
|
390 |
</div>
|
391 |
+
<div class="bg-blue-900 text-blue-300 p-3 rounded-lg">
|
392 |
+
<i class="fas fa-briefcase text-xl"></i>
|
|
|
393 |
</div>
|
394 |
</div>
|
395 |
+
<div class="mb-8">
|
396 |
+
<span class="text-4xl font-bold">€6.99</span>
|
397 |
+
<span class="text-gray-400">/mois</span>
|
398 |
+
</div>
|
399 |
+
<ul class="space-y-3 mb-8">
|
400 |
+
<li class="flex items-center">
|
401 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
402 |
+
<span>Sites Web Illimités</span>
|
403 |
+
</li>
|
404 |
+
<li class="flex items-center">
|
405 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
406 |
+
<span>50GB Stockage SSD</span>
|
407 |
+
</li>
|
408 |
+
<li class="flex items-center">
|
409 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
410 |
+
<span>Bande passante Illimitée</span>
|
411 |
+
</li>
|
412 |
+
<li class="flex items-center">
|
413 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
414 |
+
<span>Comptes Email Illimités</span>
|
415 |
+
</li>
|
416 |
+
<li class="flex items-center">
|
417 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
418 |
+
<span>CDN Gratuit</span>
|
419 |
+
</li>
|
420 |
+
</ul>
|
421 |
+
<button class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
|
422 |
+
Choisir ce plan
|
423 |
+
</button>
|
424 |
</div>
|
425 |
|
426 |
+
<!-- Enterprise Plan -->
|
427 |
+
<div class="server-card bg-gray-800 rounded-xl border border-gray-700 p-8 relative overflow-hidden">
|
428 |
+
<div class="flex justify-between items-start mb-6">
|
429 |
+
<div>
|
430 |
+
<h3 class="text-2xl font-bold mb-1">Enterprise</h3>
|
431 |
+
<p class="text-gray-400">Pour les sites à fort trafic</p>
|
432 |
+
</div>
|
433 |
+
<div class="bg-blue-900 text-blue-300 p-3 rounded-lg">
|
434 |
+
<i class="fas fa-server text-xl"></i>
|
435 |
</div>
|
|
|
436 |
</div>
|
437 |
+
<div class="mb-8">
|
438 |
+
<span class="text-4xl font-bold">€12.99</span>
|
439 |
+
<span class="text-gray-400">/mois</span>
|
440 |
</div>
|
441 |
+
<ul class="space-y-3 mb-8">
|
442 |
+
<li class="flex items-center">
|
443 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
444 |
+
<span>Sites Web Illimités</span>
|
445 |
+
</li>
|
446 |
+
<li class="flex items-center">
|
447 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
448 |
+
<span>200GB Stockage SSD</span>
|
449 |
+
</li>
|
450 |
+
<li class="flex items-center">
|
451 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
452 |
+
<span>Bande passante Illimitée</span>
|
453 |
+
</li>
|
454 |
+
<li class="flex items-center">
|
455 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
456 |
+
<span>Serveur Privé Virtuel (VPS)</span>
|
457 |
+
</li>
|
458 |
+
<li class="flex items-center">
|
459 |
+
<i class="fas fa-check text-green-500 mr-2"></i>
|
460 |
+
<span>Protection DDoS</span>
|
461 |
+
</li>
|
462 |
+
</ul>
|
463 |
+
<button class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
|
464 |
+
Choisir ce plan
|
465 |
+
</button>
|
466 |
</div>
|
467 |
</div>
|
468 |
+
</div>
|
469 |
+
</section>
|
470 |
+
|
471 |
+
<!-- Features Section -->
|
472 |
+
<section class="py-20 bg-gray-800">
|
473 |
+
<div class="container mx-auto px-6">
|
474 |
+
<div class="text-center mb-16">
|
475 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4">Technologies de Pointe</h2>
|
476 |
+
<p class="text-xl text-gray-300 max-w-2xl mx-auto">Nous utilisons les dernières technologies pour des performances optimales</p>
|
477 |
+
</div>
|
478 |
|
479 |
+
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-16">
|
480 |
+
<div class="tech-icon flex flex-col items-center p-6 bg-gray-900 rounded-xl border border-gray-700">
|
481 |
+
<i class="fab fa-php text-5xl text-purple-400 mb-4"></i>
|
482 |
+
<h3 class="text-lg font-semibold">PHP 8.2</h3>
|
483 |
+
<p class="text-sm text-gray-400 text-center">Version la plus récente avec OPcache</p>
|
484 |
+
</div>
|
485 |
+
<div class="tech-icon flex flex-col items-center p-6 bg-gray-900 rounded-xl border border-gray-700">
|
486 |
+
<i class="fas fa-bolt text-5xl text-yellow-400 mb-4"></i>
|
487 |
+
<h3 class="text-lg font-semibold">LiteSpeed</h3>
|
488 |
+
<p class="text-sm text-gray-400 text-center">Serveur web 6x plus rapide</p>
|
489 |
+
</div>
|
490 |
+
<div class="tech-icon flex flex-col items-center p-6 bg-gray-900 rounded-xl border border-gray-700">
|
491 |
+
<i class="fas fa-database text-5xl text-blue-400 mb-4"></i>
|
492 |
+
<h3 class="text-lg font-semibold">MySQL 8.0</h3>
|
493 |
+
<p class="text-sm text-gray-400 text-center">Performances optimisées</p>
|
494 |
+
</div>
|
495 |
+
<div class="tech-icon flex flex-col items-center p-6 bg-gray-900 rounded-xl border border-gray-700">
|
496 |
+
<i class="fab fa-node-js text-5xl text-green-400 mb-4"></i>
|
497 |
+
<h3 class="text-lg font-semibold">Node.js</h3>
|
498 |
+
<p class="text-sm text-gray-400 text-center">Support pour applications JS</p>
|
499 |
+
</div>
|
500 |
+
</div>
|
501 |
+
|
502 |
+
<div class="bg-gray-900 rounded-2xl border border-gray-700 overflow-hidden">
|
503 |
+
<div class="grid grid-cols-1 md:grid-cols-2">
|
504 |
+
<div class="p-10">
|
505 |
+
<h3 class="text-2xl font-bold mb-6">Sécurité Avancée</h3>
|
506 |
+
<ul class="space-y-4">
|
507 |
+
<li class="flex items-start">
|
508 |
+
<div class="bg-blue-600 p-2 rounded-lg mr-4 mt-1">
|
509 |
+
<i class="fas fa-shield-alt text-white"></i>
|
510 |
+
</div>
|
511 |
+
<div>
|
512 |
+
<h4 class="font-semibold mb-1">Protection DDoS</h4>
|
513 |
+
<p class="text-gray-400">Protection contre les attaques par déni de service distribué</p>
|
514 |
+
</div>
|
515 |
+
</li>
|
516 |
+
<li class="flex items-start">
|
517 |
+
<div class="bg-blue-600 p-2 rounded-lg mr-4 mt-1">
|
518 |
+
<i class="fas fa-lock text-white"></i>
|
519 |
+
</div>
|
520 |
+
<div>
|
521 |
+
<h4 class="font-semibold mb-1">SSL Gratuit</h4>
|
522 |
+
<p class="text-gray-400">Certificats Let's Encrypt pour tous vos sites</p>
|
523 |
+
</div>
|
524 |
+
</li>
|
525 |
+
<li class="flex items-start">
|
526 |
+
<div class="bg-blue-600 p-2 rounded-lg mr-4 mt-1">
|
527 |
+
<i class="fas fa-cloud text-white"></i>
|
528 |
+
</div>
|
529 |
+
<div>
|
530 |
+
<h4 class="font-semibold mb-1">Sauvegardes Automatiques</h4>
|
531 |
+
<p class="text-gray-400">Sauvegardes quotidiennes avec restauration en 1 clic</p>
|
532 |
+
</div>
|
533 |
+
</li>
|
534 |
+
</ul>
|
535 |
+
</div>
|
536 |
+
<div class="bg-gray-800 p-10 flex items-center justify-center">
|
537 |
+
<img src="https://illustrations.popsy.co/amber/security.svg" alt="Sécurité" class="w-full max-w-md">
|
538 |
</div>
|
539 |
</div>
|
540 |
+
</div>
|
541 |
+
</div>
|
542 |
+
</section>
|
543 |
+
|
544 |
+
<!-- Testimonials -->
|
545 |
+
<section class="py-20 bg-gray-900">
|
546 |
+
<div class="container mx-auto px-6">
|
547 |
+
<div class="text-center mb-16">
|
548 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4">Ce Que Disent Nos Clients</h2>
|
549 |
+
<p class="text-xl text-gray-300 max-w-2xl mx-auto">Des milliers de clients nous font confiance pour leurs projets web</p>
|
550 |
+
</div>
|
551 |
+
|
552 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
553 |
+
<div class="bg-gray-800 rounded-xl border border-gray-700 p-8">
|
554 |
+
<div class="flex items-center mb-6">
|
555 |
+
<img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
556 |
+
<div>
|
557 |
+
<h4 class="font-semibold">Sophie Martin</h4>
|
558 |
+
<p class="text-sm text-gray-400">Fondatrice de BoutiqueBio</p>
|
559 |
+
</div>
|
560 |
+
</div>
|
561 |
+
<p class="text-gray-300 mb-6">
|
562 |
+
"Depuis que j'ai migré mon site vers HosterWeb, les temps de chargement ont été divisés par 3. Le support est réactif et professionnel."
|
563 |
+
</p>
|
564 |
+
<div class="flex text-yellow-400">
|
565 |
+
<i class="fas fa-star"></i>
|
566 |
+
<i class="fas fa-star"></i>
|
567 |
+
<i class="fas fa-star"></i>
|
568 |
+
<i class="fas fa-star"></i>
|
569 |
+
<i class="fas fa-star"></i>
|
570 |
+
</div>
|
571 |
+
</div>
|
572 |
+
|
573 |
+
<div class="bg-gray-800 rounded-xl border border-gray-700 p-8">
|
574 |
+
<div class="flex items-center mb-6">
|
575 |
+
<img src="https://randomuser.me/api/portraits/men/54.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
576 |
+
<div>
|
577 |
+
<h4 class="font-semibold">Thomas Leroy</h4>
|
578 |
+
<p class="text-sm text-gray-400">Développeur Freelance</p>
|
579 |
+
</div>
|
580 |
+
</div>
|
581 |
+
<p class="text-gray-300 mb-6">
|
582 |
+
"Je gère plus de 20 sites clients sur HosterWeb. L'interface est intuitive et les performances sont constantes. Aucun problème en 2 ans."
|
583 |
+
</p>
|
584 |
+
<div class="flex text-yellow-400">
|
585 |
+
<i class="fas fa-star"></i>
|
586 |
+
<i class="fas fa-star"></i>
|
587 |
+
<i class="fas fa-star"></i>
|
588 |
+
<i class="fas fa-star"></i>
|
589 |
+
<i class="fas fa-star-half-alt"></i>
|
590 |
+
</div>
|
591 |
+
</div>
|
592 |
+
|
593 |
+
<div class="bg-gray-800 rounded-xl border border-gray-700 p-8">
|
594 |
+
<div class="flex items-center mb-6">
|
595 |
+
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
|
596 |
+
<div>
|
597 |
+
<h4 class="font-semibold">Émilie Dubois</h4>
|
598 |
+
<p class="text-sm text-gray-400">Responsable Marketing</p>
|
599 |
+
</div>
|
600 |
+
</div>
|
601 |
+
<p class="text-gray-300 mb-6">
|
602 |
+
"La migration a été transparente et notre site e-commerce a gagné en stabilité. Les sauvegardes automatiques sont rassurantes."
|
603 |
+
</p>
|
604 |
+
<div class="flex text-yellow-400">
|
605 |
+
<i class="fas fa-star"></i>
|
606 |
+
<i class="fas fa-star"></i>
|
607 |
+
<i class="fas fa-star"></i>
|
608 |
+
<i class="fas fa-star"></i>
|
609 |
+
<i class="fas fa-star"></i>
|
610 |
+
</div>
|
611 |
</div>
|
612 |
</div>
|
613 |
</div>
|
614 |
+
</section>
|
615 |
|
616 |
<!-- CTA Section -->
|
617 |
+
<section class="gradient-bg py-20">
|
618 |
<div class="container mx-auto px-6 text-center">
|
619 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à Démarrer ?</h2>
|
620 |
+
<p class="text-xl opacity-90 max-w-2xl mx-auto mb-8">Rejoignez plus de 15,000 clients satisfaits et profitez d'un hébergement ultra-rapide dès aujourd'hui.</p>
|
621 |
<div class="flex flex-col sm:flex-row justify-center gap-4">
|
622 |
+
<button class="glow bg-white hover:bg-gray-100 text-blue-600 font-bold py-4 px-10 rounded-full transition duration-300 transform hover:scale-105">
|
623 |
+
<i class="fas fa-rocket mr-2"></i> Commencer dès €2.99/mois
|
624 |
</button>
|
625 |
<button class="bg-transparent hover:bg-white hover:bg-opacity-10 border-2 border-white text-white font-bold py-4 px-10 rounded-full transition duration-300">
|
626 |
+
<i class="fas fa-question-circle mr-2"></i> Questions ?
|
627 |
</button>
|
628 |
</div>
|
629 |
</div>
|
630 |
+
</section>
|
631 |
|
632 |
<!-- Footer -->
|
633 |
+
<footer class="bg-gray-900 text-gray-400 py-12">
|
634 |
<div class="container mx-auto px-6">
|
635 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
|
636 |
<div>
|
637 |
+
<div class="flex items-center space-x-2 mb-4">
|
638 |
+
<i class="fas fa-server text-blue-500"></i>
|
639 |
+
<span class="text-xl font-bold text-white">HosterWeb<span class="text-blue-400">Pro</span></span>
|
640 |
+
</div>
|
641 |
+
<p class="mb-4">L'hébergement web le plus performant avec des technologies de pointe et un support exceptionnel.</p>
|
642 |
<div class="flex space-x-4">
|
643 |
+
<a href="#" class="text-gray-400 hover:text-blue-400">
|
644 |
<i class="fab fa-facebook-f"></i>
|
645 |
</a>
|
646 |
+
<a href="#" class="text-gray-400 hover:text-blue-400">
|
647 |
<i class="fab fa-twitter"></i>
|
648 |
</a>
|
649 |
+
<a href="#" class="text-gray-400 hover:text-blue-400">
|
650 |
<i class="fab fa-linkedin-in"></i>
|
651 |
</a>
|
652 |
+
<a href="#" class="text-gray-400 hover:text-blue-400">
|
653 |
+
<i class="fab fa-instagram"></i>
|
654 |
+
</a>
|
655 |
</div>
|
656 |
</div>
|
657 |
|
658 |
<div>
|
659 |
+
<h3 class="text-white text-lg font-bold mb-4">Hébergement</h3>
|
660 |
<ul class="space-y-2">
|
661 |
+
<li><a href="#" class="hover:text-blue-400 transition">Hébergement Mutualisé</a></li>
|
662 |
+
<li><a href="#" class="hover:text-blue-400 transition">Serveurs VPS</a></li>
|
663 |
+
<li><a href="#" class="hover:text-blue-400 transition">Serveurs Dédiés</a></li>
|
664 |
+
<li><a href="#" class="hover:text-blue-400 transition">Hébergement WordPress</a></li>
|
665 |
+
<li><a href="#" class="hover:text-blue-400 transition">Hébergement Cloud</a></li>
|
666 |
</ul>
|
667 |
</div>
|
668 |
|
669 |
<div>
|
670 |
+
<h3 class="text-white text-lg font-bold mb-4">Domaine</h3>
|
671 |
<ul class="space-y-2">
|
672 |
+
<li><a href="#" class="hover:text-blue-400 transition">Enregistrement de domaine</a></li>
|
673 |
+
<li><a href="#" class="hover:text-blue-400 transition">Transfert de domaine</a></li>
|
674 |
+
<li><a href="#" class="hover:text-blue-400 transition">WHOIS privé</a></li>
|
675 |
+
<li><a href="#" class="hover:text-blue-400 transition">Extensions disponibles</a></li>
|
676 |
+
<li><a href="#" class="hover:text-blue-400 transition">Gestion DNS</a></li>
|
677 |
</ul>
|
678 |
</div>
|
679 |
|
|
|
681 |
<h3 class="text-white text-lg font-bold mb-4">Contact</h3>
|
682 |
<ul class="space-y-2">
|
683 |
<li class="flex items-center">
|
684 |
+
<i class="fas fa-map-marker-alt mr-2 text-blue-400"></i>
|
685 |
+
<span>12 Rue du Serveur, 75000 Paris</span>
|
686 |
</li>
|
687 |
<li class="flex items-center">
|
688 |
+
<i class="fas fa-phone-alt mr-2 text-blue-400"></i>
|
689 |
<span>+33 1 23 45 67 89</span>
|
690 |
</li>
|
691 |
<li class="flex items-center">
|
692 |
+
<i class="fas fa-envelope mr-2 text-blue-400"></i>
|
693 |
+
<span>[email protected]</span>
|
694 |
+
</li>
|
695 |
+
<li class="flex items-center">
|
696 |
+
<i class="fas fa-headset mr-2 text-blue-400"></i>
|
697 |
+
<span>Support 24/7/365</span>
|
698 |
</li>
|
699 |
</ul>
|
700 |
</div>
|
701 |
</div>
|
702 |
|
703 |
+
<div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
|
704 |
+
<p>© 2023 HosterWeb Pro. Tous droits réservés.</p>
|
705 |
<div class="flex space-x-6 mt-4 md:mt-0">
|
706 |
+
<a href="#" class="hover:text-blue-400 transition">Confidentialité</a>
|
707 |
+
<a href="#" class="hover:text-blue-400 transition">Conditions</a>
|
708 |
+
<a href="#" class="hover:text-blue-400 transition">Mentions légales</a>
|
709 |
</div>
|
710 |
</div>
|
711 |
</div>
|
712 |
</footer>
|
713 |
|
|
|
|
|
|
|
714 |
<script>
|
715 |
+
// Animate resource usage
|
716 |
+
function animateResources() {
|
717 |
+
// CPU
|
718 |
+
let cpu = 0;
|
719 |
+
const cpuInterval = setInterval(() => {
|
720 |
+
cpu += Math.random() * 5;
|
721 |
+
if (cpu >= 30 + Math.random() * 40) {
|
722 |
+
clearInterval(cpuInterval);
|
723 |
+
// Random fluctuations after reaching target
|
724 |
+
setInterval(() => {
|
725 |
+
document.getElementById('cpuUsage').textContent = Math.floor(30 + Math.random() * 40) + '%';
|
726 |
+
document.getElementById('cpuBar').style.width = (30 + Math.random() * 40) + '%';
|
727 |
+
}, 2000);
|
728 |
+
} else {
|
729 |
+
document.getElementById('cpuUsage').textContent = Math.floor(cpu) + '%';
|
730 |
+
document.getElementById('cpuBar').style.width = cpu + '%';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
731 |
}
|
732 |
+
}, 100);
|
733 |
+
|
734 |
+
// RAM
|
735 |
+
let ram = 0;
|
736 |
+
const ramInterval = setInterval(() => {
|
737 |
+
ram += Math.random() * 0.5;
|
738 |
+
if (ram >= 4 + Math.random() * 8) {
|
739 |
+
clearInterval(ramInterval);
|
740 |
+
// Random fluctuations after reaching target
|
741 |
+
setInterval(() => {
|
742 |
+
const ramValue = (4 + Math.random() * 8).toFixed(1);
|
743 |
+
document.getElementById('ramUsage').textContent = ramValue + 'GB';
|
744 |
+
document.getElementById('ramBar').style.width = (ramValue / 16 * 100) + '%';
|
745 |
+
}, 2000);
|
746 |
+
} else {
|
747 |
+
document.getElementById('ramUsage').textContent = ram.toFixed(1) + 'GB';
|
748 |
+
document.getElementById('ramBar').style.width = (ram / 16 * 100) + '%';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
749 |
}
|
750 |
+
}, 100);
|
751 |
+
|
752 |
+
// Storage
|
753 |
+
let storage = 0;
|
754 |
+
const storageInterval = setInterval(() => {
|
755 |
+
storage += Math.random() * 2;
|
756 |
+
if (storage >= 50 + Math.random() * 100) {
|
757 |
+
clearInterval(storageInterval);
|
758 |
+
// Random fluctuations after reaching target
|
759 |
+
setInterval(() => {
|
760 |
+
const storageValue = Math.floor(50 + Math.random() * 100);
|
761 |
+
document.getElementById('storageUsage').textContent = storageValue + 'GB';
|
762 |
+
document.getElementById('storageBar').style.width = (storageValue / 200 * 100) + '%';
|
763 |
+
}, 2000);
|
764 |
+
} else {
|
765 |
+
document.getElementById('storageUsage').textContent = Math.floor(storage) + 'GB';
|
766 |
+
document.getElementById('storageBar').style.width = (storage / 200 * 100) + '%';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
}
|
768 |
+
}, 100);
|
769 |
+
|
770 |
+
// Bandwidth
|
771 |
+
let bandwidth = 0;
|
772 |
+
const bandwidthInterval = setInterval(() => {
|
773 |
+
bandwidth += Math.random() * 0.5;
|
774 |
+
if (bandwidth >= 1 + Math.random() * 4) {
|
775 |
+
clearInterval(bandwidthInterval);
|
776 |
+
// Random fluctuations after reaching target
|
777 |
+
setInterval(() => {
|
778 |
+
const bandwidthValue = (1 + Math.random() * 4).toFixed(2);
|
779 |
+
document.getElementById('bandwidthUsage').textContent = bandwidthValue + 'TB';
|
780 |
+
document.getElementById('bandwidthBar').style.width = (Math.random() * 30 + 10) + '%';
|
781 |
+
}, 2000);
|
782 |
+
} else {
|
783 |
+
document.getElementById('bandwidthUsage').textContent = bandwidth.toFixed(2) + 'TB';
|
784 |
+
document.getElementById('bandwidthBar').style.width = (bandwidth * 10) + '%';
|
785 |
+
}
|
786 |
+
}, 100);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
787 |
}
|
788 |
+
|
789 |
+
// Initialize animations
|
790 |
document.addEventListener('DOMContentLoaded', function() {
|
791 |
+
animateResources();
|
792 |
+
|
793 |
+
// Add hover effect to server cards
|
794 |
+
const cards = document.querySelectorAll('.server-card');
|
795 |
+
cards.forEach(card => {
|
796 |
+
card.addEventListener('mouseenter', () => {
|
797 |
+
card.classList.add('shadow-xl');
|
798 |
+
});
|
799 |
+
card.addEventListener('mouseleave', () => {
|
800 |
+
card.classList.remove('shadow-xl');
|
801 |
+
});
|
802 |
+
});
|
803 |
|
804 |
+
// Add animation to tech icons
|
805 |
+
const techIcons = document.querySelectorAll('.tech-icon');
|
806 |
+
techIcons.forEach(icon => {
|
807 |
+
icon.addEventListener('mouseenter', () => {
|
808 |
+
icon.style.transform = 'scale(1.1)';
|
809 |
+
icon.style.filter = 'grayscale(0%)';
|
810 |
+
});
|
811 |
+
icon.addEventListener('mouseleave', () => {
|
812 |
+
icon.style.transform = 'scale(1)';
|
813 |
+
icon.style.filter = 'grayscale(30%)';
|
814 |
+
});
|
815 |
+
});
|
|
|
|
|
|
|
816 |
});
|
817 |
</script>
|
818 |
<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=docto41/mon-tisation" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
prompts.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
je veux un systeme automaique pour monetisé un site
|
2 |
creer un site tres atractif avec systeme automatique pour monetiséé mon site
|
3 |
-
DEMMARER AUTOMATIQUEMENT
|
|
|
|
1 |
je veux un systeme automaique pour monetisé un site
|
2 |
creer un site tres atractif avec systeme automatique pour monetiséé mon site
|
3 |
+
DEMMARER AUTOMATIQUEMENT
|
4 |
+
https://hoster-web.net/ , avec interface tres annimé
|