NZABANO commited on
Commit
28593ea
·
verified ·
1 Parent(s): d6e926a

Développe une application capable de pirater des téléphones à distance avec efficacité et pratique - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +346 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Devicemanager Pro
3
- emoji: 🏆
4
- colorFrom: gray
5
  colorTo: pink
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: devicemanager-pro
3
+ emoji: 🐳
4
+ colorFrom: red
5
  colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,346 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="fr">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Gestion d'Appareils à Distance</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
+ .device-card:hover {
11
+ transform: translateY(-5px);
12
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
13
+ }
14
+ .feature-icon {
15
+ transition: all 0.3s ease;
16
+ }
17
+ .feature-card:hover .feature-icon {
18
+ transform: scale(1.1);
19
+ }
20
+ </style>
21
+ </head>
22
+ <body class="bg-gray-50">
23
+ <!-- Navigation -->
24
+ <nav class="bg-white shadow-lg">
25
+ <div class="max-w-6xl mx-auto px-4">
26
+ <div class="flex justify-between items-center py-4">
27
+ <div class="flex items-center space-x-4">
28
+ <i class="fas fa-mobile-alt text-blue-600 text-2xl"></i>
29
+ <span class="font-semibold text-gray-900 text-xl">DeviceManager Pro</span>
30
+ </div>
31
+ <div class="hidden md:flex items-center space-x-8">
32
+ <a href="#" class="text-blue-600 font-medium">Accueil</a>
33
+ <a href="#" class="text-gray-600 hover:text-blue-600">Fonctionnalités</a>
34
+ <a href="#" class="text-gray-600 hover:text-blue-600">Tarifs</a>
35
+ <a href="#" class="text-gray-600 hover:text-blue-600">Contact</a>
36
+ </div>
37
+ <div>
38
+ <button class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 transition">
39
+ Connexion
40
+ </button>
41
+ </div>
42
+ </div>
43
+ </div>
44
+ </nav>
45
+
46
+ <!-- Hero Section -->
47
+ <section class="bg-gradient-to-r from-blue-500 to-blue-700 text-white py-20">
48
+ <div class="max-w-6xl mx-auto px-4 text-center">
49
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Gestion d'Appareils à Distance Sécurisée</h1>
50
+ <p class="text-xl mb-8 max-w-3xl mx-auto">
51
+ Solution légale pour surveiller et gérer les appareils mobiles avec le consentement des utilisateurs.
52
+ Idéal pour les parents et les entreprises.
53
+ </p>
54
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
55
+ <button class="bg-white text-blue-600 px-6 py-3 rounded-lg font-semibold hover:bg-gray-100 transition">
56
+ Essai Gratuit
57
+ </button>
58
+ <button class="bg-transparent border-2 border-white px-6 py-3 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition">
59
+ Voir la Démo
60
+ </button>
61
+ </div>
62
+ </div>
63
+ </section>
64
+
65
+ <!-- Features -->
66
+ <section class="py-16 bg-white">
67
+ <div class="max-w-6xl mx-auto px-4">
68
+ <h2 class="text-3xl font-bold text-center mb-12">Fonctionnalités Principales</h2>
69
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
70
+ <!-- Feature 1 -->
71
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition">
72
+ <div class="feature-icon bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
73
+ <i class="fas fa-map-marker-alt text-blue-600 text-2xl"></i>
74
+ </div>
75
+ <h3 class="text-xl font-semibold mb-2">Localisation en Temps Réel</h3>
76
+ <p class="text-gray-600">
77
+ Suivez la position géographique des appareils avec consentement préalable.
78
+ </p>
79
+ </div>
80
+
81
+ <!-- Feature 2 -->
82
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition">
83
+ <div class="feature-icon bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
84
+ <i class="fas fa-shield-alt text-green-600 text-2xl"></i>
85
+ </div>
86
+ <h3 class="text-xl font-semibold mb-2">Contrôle Parental</h3>
87
+ <p class="text-gray-600">
88
+ Limitez l'accès à certains contenus et applications pour protéger vos enfants.
89
+ </p>
90
+ </div>
91
+
92
+ <!-- Feature 3 -->
93
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition">
94
+ <div class="feature-icon bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
95
+ <i class="fas fa-bell text-purple-600 text-2xl"></i>
96
+ </div>
97
+ <h3 class="text-xl font-semibold mb-2">Alertes Personnalisées</h3>
98
+ <p class="text-gray-600">
99
+ Recevez des notifications pour des activités spécifiques sur les appareils surveillés.
100
+ </p>
101
+ </div>
102
+
103
+ <!-- Feature 4 -->
104
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition">
105
+ <div class="feature-icon bg-yellow-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
106
+ <i class="fas fa-history text-yellow-600 text-2xl"></i>
107
+ </div>
108
+ <h3 class="text-xl font-semibold mb-2">Historique d'Activité</h3>
109
+ <p class="text-gray-600">
110
+ Consultez l'historique des applications utilisées et des sites visités.
111
+ </p>
112
+ </div>
113
+
114
+ <!-- Feature 5 -->
115
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition">
116
+ <div class="feature-icon bg-red-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
117
+ <i class="fas fa-lock text-red-600 text-2xl"></i>
118
+ </div>
119
+ <h3 class="text-xl font-semibold mb-2">Verrouillage à Distance</h3>
120
+ <p class="text-gray-600">
121
+ Verrouillez ou effacez les données à distance en cas de perte ou vol.
122
+ </p>
123
+ </div>
124
+
125
+ <!-- Feature 6 -->
126
+ <div class="feature-card bg-gray-50 p-6 rounded-xl shadow-md hover:shadow-lg transition">
127
+ <div class="feature-icon bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
128
+ <i class="fas fa-chart-line text-indigo-600 text-2xl"></i>
129
+ </div>
130
+ <h3 class="text-xl font-semibold mb-2">Analytiques d'Utilisation</h3>
131
+ <p class="text-gray-600">
132
+ Obtenez des rapports détaillés sur l'utilisation des appareils.
133
+ </p>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </section>
138
+
139
+ <!-- Devices Section -->
140
+ <section class="py-16 bg-gray-50">
141
+ <div class="max-w-6xl mx-auto px-4">
142
+ <h2 class="text-3xl font-bold text-center mb-12">Vos Appareils Connectés</h2>
143
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
144
+ <!-- Device 1 -->
145
+ <div class="device-card bg-white p-6 rounded-xl shadow-md transition cursor-pointer">
146
+ <div class="flex items-center mb-4">
147
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
148
+ <i class="fas fa-mobile-alt text-blue-600 text-xl"></i>
149
+ </div>
150
+ <div>
151
+ <h3 class="font-semibold">iPhone 13 Pro</h3>
152
+ <p class="text-gray-500 text-sm">Dernière activité: 2 min</p>
153
+ </div>
154
+ </div>
155
+ <div class="space-y-3">
156
+ <div class="flex justify-between">
157
+ <span class="text-gray-600">Batterie:</span>
158
+ <span class="font-medium">78%</span>
159
+ </div>
160
+ <div class="flex justify-between">
161
+ <span class="text-gray-600">Localisation:</span>
162
+ <span class="font-medium">Paris, FR</span>
163
+ </div>
164
+ <div class="flex justify-between">
165
+ <span class="text-gray-600">Statut:</span>
166
+ <span class="text-green-600 font-medium">Actif</span>
167
+ </div>
168
+ </div>
169
+ <div class="mt-4 pt-4 border-t flex justify-between">
170
+ <button class="text-blue-600 hover:text-blue-800">
171
+ <i class="fas fa-cog mr-1"></i> Paramètres
172
+ </button>
173
+ <button class="text-gray-600 hover:text-gray-800">
174
+ <i class="fas fa-chart-bar mr-1"></i> Statistiques
175
+ </button>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Device 2 -->
180
+ <div class="device-card bg-white p-6 rounded-xl shadow-md transition cursor-pointer">
181
+ <div class="flex items-center mb-4">
182
+ <div class="bg-green-100 p-3 rounded-full mr-4">
183
+ <i class="fas fa-tablet-alt text-green-600 text-xl"></i>
184
+ </div>
185
+ <div>
186
+ <h3 class="font-semibold">iPad Pro</h3>
187
+ <p class="text-gray-500 text-sm">Dernière activité: 15 min</p>
188
+ </div>
189
+ </div>
190
+ <div class="space-y-3">
191
+ <div class="flex justify-between">
192
+ <span class="text-gray-600">Batterie:</span>
193
+ <span class="font-medium">45%</span>
194
+ </div>
195
+ <div class="flex justify-between">
196
+ <span class="text-gray-600">Localisation:</span>
197
+ <span class="font-medium">Lyon, FR</span>
198
+ </div>
199
+ <div class="flex justify-between">
200
+ <span class="text-gray-600">Statut:</span>
201
+ <span class="text-yellow-600 font-medium">Inactif</span>
202
+ </div>
203
+ </div>
204
+ <div class="mt-4 pt-4 border-t flex justify-between">
205
+ <button class="text-blue-600 hover:text-blue-800">
206
+ <i class="fas fa-cog mr-1"></i> Paramètres
207
+ </button>
208
+ <button class="text-gray-600 hover:text-gray-800">
209
+ <i class="fas fa-chart-bar mr-1"></i> Statistiques
210
+ </button>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Device 3 -->
215
+ <div class="device-card bg-white p-6 rounded-xl shadow-md transition cursor-pointer">
216
+ <div class="flex items-center mb-4">
217
+ <div class="bg-red-100 p-3 rounded-full mr-4">
218
+ <i class="fab fa-android text-red-600 text-xl"></i>
219
+ </div>
220
+ <div>
221
+ <h3 class="font-semibold">Samsung Galaxy S22</h3>
222
+ <p class="text-gray-500 text-sm">Dernière activité: 1h</p>
223
+ </div>
224
+ </div>
225
+ <div class="space-y-3">
226
+ <div class="flex justify-between">
227
+ <span class="text-gray-600">Batterie:</span>
228
+ <span class="font-medium">92%</span>
229
+ </div>
230
+ <div class="flex justify-between">
231
+ <span class="text-gray-600">Localisation:</span>
232
+ <span class="font-medium">Marseille, FR</span>
233
+ </div>
234
+ <div class="flex justify-between">
235
+ <span class="text-gray-600">Statut:</span>
236
+ <span class="text-green-600 font-medium">Actif</span>
237
+ </div>
238
+ </div>
239
+ <div class="mt-4 pt-4 border-t flex justify-between">
240
+ <button class="text-blue-600 hover:text-blue-800">
241
+ <i class="fas fa-cog mr-1"></i> Paramètres
242
+ </button>
243
+ <button class="text-gray-600 hover:text-gray-800">
244
+ <i class="fas fa-chart-bar mr-1"></i> Statistiques
245
+ </button>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="text-center mt-10">
251
+ <button class="bg-blue-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-blue-700 transition flex items-center mx-auto">
252
+ <i class="fas fa-plus mr-2"></i> Ajouter un Appareil
253
+ </button>
254
+ </div>
255
+ </div>
256
+ </section>
257
+
258
+ <!-- Legal Notice -->
259
+ <section class="py-10 bg-white border-t">
260
+ <div class="max-w-6xl mx-auto px-4">
261
+ <div class="bg-yellow-50 border-l-4 border-yellow-400 p-4">
262
+ <div class="flex">
263
+ <div class="flex-shrink-0">
264
+ <i class="fas fa-exclamation-triangle text-yellow-400"></i>
265
+ </div>
266
+ <div class="ml-3">
267
+ <p class="text-sm text-yellow-700">
268
+ <strong>Note légale importante:</strong> Cette application est conçue pour une utilisation légale uniquement.
269
+ Toute surveillance d'appareils doit être effectuée avec le consentement explicite du propriétaire de l'appareil.
270
+ L'utilisation non autorisée peut être illégale dans votre juridiction.
271
+ </p>
272
+ </div>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </section>
277
+
278
+ <!-- Footer -->
279
+ <footer class="bg-gray-800 text-white py-12">
280
+ <div class="max-w-6xl mx-auto px-4">
281
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
282
+ <div>
283
+ <h3 class="text-xl font-semibold mb-4">DeviceManager Pro</h3>
284
+ <p class="text-gray-400">
285
+ Solution de gestion d'appareils à distance légale et éthique pour les familles et les entreprises.
286
+ </p>
287
+ </div>
288
+ <div>
289
+ <h4 class="font-semibold mb-4">Liens Utiles</h4>
290
+ <ul class="space-y-2">
291
+ <li><a href="#" class="text-gray-400 hover:text-white">Conditions d'Utilisation</a></li>
292
+ <li><a href="#" class="text-gray-400 hover:text-white">Politique de Confidentialité</a></li>
293
+ <li><a href="#" class="text-gray-400 hover:text-white">FAQ</a></li>
294
+ <li><a href="#" class="text-gray-400 hover:text-white">Support</a></li>
295
+ </ul>
296
+ </div>
297
+ <div>
298
+ <h4 class="font-semibold mb-4">Contact</h4>
299
+ <ul class="space-y-2">
300
+ <li class="flex items-center text-gray-400"><i class="fas fa-envelope mr-2"></i> contact@devicemanager.com</li>
301
+ <li class="flex items-center text-gray-400"><i class="fas fa-phone mr-2"></i> +33 1 23 45 67 89</li>
302
+ <li class="flex items-center text-gray-400"><i class="fas fa-map-marker-alt mr-2"></i> Paris, France</li>
303
+ </ul>
304
+ </div>
305
+ <div>
306
+ <h4 class="font-semibold mb-4">Suivez-nous</h4>
307
+ <div class="flex space-x-4">
308
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
309
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
310
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
311
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
312
+ </div>
313
+ </div>
314
+ </div>
315
+ <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
316
+ <p>© 2023 DeviceManager Pro. Tous droits réservés.</p>
317
+ </div>
318
+ </div>
319
+ </footer>
320
+
321
+ <script>
322
+ // Simple JavaScript pour démontrer l'interactivité
323
+ document.addEventListener('DOMContentLoaded', function() {
324
+ const deviceCards = document.querySelectorAll('.device-card');
325
+
326
+ deviceCards.forEach(card => {
327
+ card.addEventListener('click', function() {
328
+ // Simuler une action lorsqu'on clique sur une carte d'appareil
329
+ console.log('Appareil sélectionné:', this.querySelector('h3').textContent);
330
+ });
331
+ });
332
+
333
+ // Animation pour les icônes de fonctionnalités
334
+ const featureIcons = document.querySelectorAll('.feature-icon');
335
+ featureIcons.forEach(icon => {
336
+ icon.addEventListener('mouseenter', function() {
337
+ this.style.transform = 'rotate(10deg)';
338
+ });
339
+ icon.addEventListener('mouseleave', function() {
340
+ this.style.transform = 'rotate(0)';
341
+ });
342
+ });
343
+ });
344
+ </script>
345
+ <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=NZABANO/devicemanager-pro" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
346
+ </html>