privateuserh commited on
Commit
5b9af19
·
verified ·
1 Parent(s): 022b2f2

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +621 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Privsmia Vbeta1 01
3
- emoji: 🦀
4
- colorFrom: gray
5
- colorTo: indigo
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: privsmia-vbeta1-01
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: green
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,621 @@
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="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Social Media Intelligence A (Agency) SMIA</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
+ <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
10
+ <style>
11
+ .floating-btn {
12
+ position: fixed;
13
+ bottom: 30px;
14
+ right: 30px;
15
+ z-index: 100;
16
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
17
+ transition: all 0.3s ease;
18
+ }
19
+ .floating-btn:hover {
20
+ transform: translateY(-5px) scale(1.05);
21
+ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
22
+ }
23
+ .modal-overlay {
24
+ position: fixed;
25
+ top: 0;
26
+ left: 0;
27
+ right: 0;
28
+ bottom: 0;
29
+ background-color: rgba(0, 0, 0, 0.7);
30
+ z-index: 1000;
31
+ display: flex;
32
+ justify-content: center;
33
+ align-items: center;
34
+ opacity: 0;
35
+ visibility: hidden;
36
+ transition: all 0.3s ease;
37
+ }
38
+ .modal-overlay.active {
39
+ opacity: 1;
40
+ visibility: visible;
41
+ }
42
+ .modal-content {
43
+ transform: translateY(-50px);
44
+ transition: all 0.3s ease;
45
+ }
46
+ .modal-overlay.active .modal-content {
47
+ transform: translateY(0);
48
+ }
49
+ .gradient-bg {
50
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
51
+ }
52
+ .benefits-panel {
53
+ position: fixed;
54
+ bottom: 100px;
55
+ right: 30px;
56
+ width: 300px;
57
+ background: white;
58
+ border-radius: 15px;
59
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
60
+ padding: 20px;
61
+ z-index: 99;
62
+ transform: translateY(20px);
63
+ opacity: 0;
64
+ visibility: hidden;
65
+ transition: all 0.3s ease;
66
+ }
67
+ .benefits-panel.active {
68
+ transform: translateY(0);
69
+ opacity: 1;
70
+ visibility: visible;
71
+ }
72
+ .benefits-panel:after {
73
+ content: '';
74
+ position: absolute;
75
+ bottom: -10px;
76
+ right: 40px;
77
+ width: 0;
78
+ height: 0;
79
+ border-left: 15px solid transparent;
80
+ border-right: 15px solid transparent;
81
+ border-top: 15px solid white;
82
+ }
83
+ .crypto-icons {
84
+ display: inline-flex;
85
+ align-items: center;
86
+ gap: 8px;
87
+ margin-left: 5px;
88
+ }
89
+ .crypto-icon {
90
+ width: 20px;
91
+ height: 20px;
92
+ border-radius: 50%;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: center;
96
+ font-size: 12px;
97
+ background: #f7931a;
98
+ color: white;
99
+ }
100
+ .crypto-icon.btc {
101
+ background: #f7931a;
102
+ }
103
+ .crypto-icon.bch {
104
+ background: #0ac18e;
105
+ }
106
+ .crypto-icon.fbtc {
107
+ background: #6f42c1;
108
+ }
109
+ .chart-container {
110
+ position: relative;
111
+ height: 400px;
112
+ width: 100%;
113
+ }
114
+ .platform-tag {
115
+ display: inline-flex;
116
+ align-items: center;
117
+ background: rgba(102, 126, 234, 0.1);
118
+ color: #667eea;
119
+ padding: 4px 12px;
120
+ border-radius: 20px;
121
+ font-size: 14px;
122
+ margin-right: 8px;
123
+ margin-bottom: 8px;
124
+ }
125
+ .platform-tag i {
126
+ margin-right: 6px;
127
+ }
128
+ .legal-rep-btn {
129
+ position: absolute;
130
+ top: -15px;
131
+ right: -15px;
132
+ width: 40px;
133
+ height: 40px;
134
+ border-radius: 50%;
135
+ background: #4f46e5;
136
+ color: white;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
141
+ cursor: pointer;
142
+ transition: all 0.3s ease;
143
+ z-index: 10;
144
+ }
145
+ .legal-rep-btn:hover {
146
+ transform: scale(1.1);
147
+ background: #4338ca;
148
+ }
149
+ .legal-rep-form {
150
+ position: absolute;
151
+ top: 50%;
152
+ left: 50%;
153
+ transform: translate(-50%, -50%);
154
+ background: white;
155
+ padding: 20px;
156
+ border-radius: 10px;
157
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
158
+ width: 90%;
159
+ max-width: 400px;
160
+ z-index: 100;
161
+ opacity: 0;
162
+ visibility: hidden;
163
+ transition: all 0.3s ease;
164
+ }
165
+ .legal-rep-form.active {
166
+ opacity: 1;
167
+ visibility: visible;
168
+ }
169
+ .legal-rep-overlay {
170
+ position: fixed;
171
+ top: 0;
172
+ left: 0;
173
+ right: 0;
174
+ bottom: 0;
175
+ background: rgba(0, 0, 0, 0.5);
176
+ z-index: 99;
177
+ opacity: 0;
178
+ visibility: hidden;
179
+ transition: all 0.3s ease;
180
+ }
181
+ .legal-rep-overlay.active {
182
+ opacity: 1;
183
+ visibility: visible;
184
+ }
185
+ </style>
186
+ </head>
187
+ <body class="bg-gray-50 font-sans">
188
+ <!-- Navigation -->
189
+ <nav class="gradient-bg text-white shadow-lg">
190
+ <div class="container mx-auto px-6 py-4">
191
+ <div class="flex justify-between items-center">
192
+ <div class="flex items-center space-x-4">
193
+ <i class="fas fa-brain text-2xl"></i>
194
+ <span class="font-bold text-xl">Social Media Intelligence A {SMIA}</span>
195
+ </div>
196
+ <div class="hidden md:flex items-center space-x-8">
197
+ <a href="#" class="hover:text-gray-200">Home</a>
198
+ <a href="#" class="hover:text-gray-200">About</a>
199
+ <a href="#" class="hover:text-gray-200">Resources</a>
200
+ <a href="#" class="hover:text-gray-200">Community</a>
201
+ </div>
202
+ <button id="openSignup" class="bg-white text-indigo-700 px-4 py-2 rounded-full font-medium hover:bg-gray-100 transition">
203
+ Join Us
204
+ </button>
205
+ </div>
206
+ </div>
207
+ </nav>
208
+
209
+ <!-- Hero Section -->
210
+ <section class="gradient-bg text-white py-20">
211
+ <div class="container mx-auto px-6 text-center">
212
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Next-Gen Influencer Agency</h1>
213
+ <p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto">
214
+ The premier autonomous collective for digital creators. Harness AI, crypto, and collective bargaining for your success.
215
+ </p>
216
+ <div class="flex flex-col md:flex-row justify-center gap-4">
217
+ <button id="openSignupHero" class="bg-white text-indigo-700 px-8 py-4 rounded-full font-bold text-lg hover:bg-gray-100 transition transform hover:scale-105">
218
+ Join the Movement
219
+ </button>
220
+ <button class="border-2 border-white text-white px-8 py-4 rounded-full font-bold text-lg hover:bg-white hover:bg-opacity-10 transition transform hover:scale-105">
221
+ Learn More
222
+ </button>
223
+ </div>
224
+ </div>
225
+ </section>
226
+
227
+ <!-- Features Section -->
228
+ <section class="py-20 bg-white">
229
+ <div class="container mx-auto px-6">
230
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-16">Why Choose Intelligence A?</h2>
231
+ <div class="grid md:grid-cols-3 gap-10">
232
+ <div class="bg-gray-50 p-8 rounded-xl hover:shadow-xl transition">
233
+ <div class="text-indigo-600 mb-4">
234
+ <i class="fas fa-robot text-4xl"></i>
235
+ </div>
236
+ <h3 class="text-xl font-bold mb-3">AI Avatar Technology</h3>
237
+ <p class="text-gray-600">License your digital likeness for commercials, films, and virtual appearances without being physically present.</p>
238
+ </div>
239
+ <div class="bg-gray-50 p-8 rounded-xl hover:shadow-xl transition">
240
+ <div class="text-indigo-600 mb-4">
241
+ <i class="fas fa-coins text-4xl"></i>
242
+ </div>
243
+ <h3 class="text-xl font-bold mb-3">Crypto Payments</h3>
244
+ <p class="text-gray-600">Receive payments in Fractal Bitcoin, Bitcoin, or Bitcoin Cash for borderless, fast transactions with lower fees.</p>
245
+ </div>
246
+ <div class="bg-gray-50 p-8 rounded-xl hover:shadow-xl transition relative">
247
+ <div class="text-indigo-600 mb-4">
248
+ <i class="fas fa-shield-alt text-4xl"></i>
249
+ </div>
250
+ <h3 class="text-xl font-bold mb-3">Legal Protection</h3>
251
+ <p class="text-gray-600">Access to legal resources and collective defense against platform changes, copyright issues, and contract disputes.</p>
252
+
253
+ <!-- Legal Representative Button -->
254
+ <button id="legalRepBtn" class="legal-rep-btn">
255
+ <i class="fas fa-user-tie"></i>
256
+ </button>
257
+ </div>
258
+ </div>
259
+ </div>
260
+ </section>
261
+
262
+ <!-- Market Size Section -->
263
+ <section class="py-20 bg-gray-50">
264
+ <div class="container mx-auto px-6">
265
+ <div class="flex flex-col md:flex-row items-center gap-10">
266
+ <div class="md:w-1/2">
267
+ <h2 class="text-3xl font-bold text-gray-800 mb-6">The Creator Economy Opportunity</h2>
268
+ <p class="text-gray-600 mb-6">
269
+ With over 50 million content creators worldwide, the potential for professional influencers is enormous.
270
+ Our agency focuses on the top 5% of creators who have the engagement and audience size to benefit from
271
+ our premium services.
272
+ </p>
273
+ <div class="mb-6">
274
+ <h3 class="font-bold text-lg mb-3">Platforms We Support:</h3>
275
+ <div class="flex flex-wrap">
276
+ <span class="platform-tag"><i class="fab fa-instagram"></i> Instagram</span>
277
+ <span class="platform-tag"><i class="fab fa-youtube"></i> YouTube</span>
278
+ <span class="platform-tag"><i class="fab fa-tiktok"></i> TikTok</span>
279
+ <span class="platform-tag"><i class="fab fa-twitter"></i> Twitter</span>
280
+ <span class="platform-tag"><i class="fab fa-twitch"></i> Twitch</span>
281
+ <span class="platform-tag"><i class="fab fa-snapchat"></i> Snapchat</span>
282
+ <span class="platform-tag"><i class="fab fa-pinterest"></i> Pinterest</span>
283
+ <span class="platform-tag"><i class="fab fa-linkedin"></i> LinkedIn</span>
284
+ </div>
285
+ </div>
286
+ <p class="text-gray-600">
287
+ Our data shows that approximately 2.5 million influencers meet our criteria for membership,
288
+ with thousands joining our network each month.
289
+ </p>
290
+ </div>
291
+ <div class="md:w-1/2">
292
+ <div class="bg-white p-6 rounded-xl shadow-md">
293
+ <div class="chart-container">
294
+ <canvas id="influencerChart"></canvas>
295
+ </div>
296
+ <div class="mt-4 text-center text-sm text-gray-500">
297
+ *Estimates based on 2023 global influencer market data
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ </section>
304
+
305
+ <!-- Testimonials -->
306
+ <section class="py-20 bg-white">
307
+ <div class="container mx-auto px-6">
308
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-16">What Our Members Say</h2>
309
+ <div class="grid md:grid-cols-2 gap-10 max-w-4xl mx-auto">
310
+ <div class="bg-white p-8 rounded-xl shadow-md">
311
+ <div class="flex items-center mb-4">
312
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Member" class="w-12 h-12 rounded-full mr-4">
313
+ <div>
314
+ <h4 class="font-bold">Sarah K.</h4>
315
+ <p class="text-gray-500 text-sm">Lifestyle Influencer</p>
316
+ </div>
317
+ </div>
318
+ <p class="text-gray-700 italic">"The AI avatar feature has allowed me to appear in international campaigns without travel. It's revolutionized my business model."</p>
319
+ </div>
320
+ <div class="bg-white p-8 rounded-xl shadow-md">
321
+ <div class="flex items-center mb-4">
322
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Member" class="w-12 h-12 rounded-full mr-4">
323
+ <div>
324
+ <h4 class="font-bold">Jamal R.</h4>
325
+ <p class="text-gray-500 text-sm">Tech Reviewer</p>
326
+ </div>
327
+ </div>
328
+ <p class="text-gray-700 italic">"Getting paid in crypto means I can work with international brands without worrying about currency conversions or bank delays."</p>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </section>
333
+
334
+ <!-- Signup Modal -->
335
+ <div id="signupModal" class="modal-overlay">
336
+ <div class="modal-content bg-white rounded-xl w-full max-w-md mx-4">
337
+ <div class="p-8">
338
+ <div class="flex justify-between items-center mb-6">
339
+ <h3 class="text-2xl font-bold text-gray-800">Join Intelligence A</h3>
340
+ <button id="closeSignup" class="text-gray-500 hover:text-gray-700">
341
+ <i class="fas fa-times"></i>
342
+ </button>
343
+ </div>
344
+ <form id="signupForm" class="space-y-4">
345
+ <div>
346
+ <label for="name" class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
347
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
348
+ </div>
349
+ <div>
350
+ <label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
351
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
352
+ </div>
353
+ <div>
354
+ <label for="platform" class="block text-sm font-medium text-gray-700 mb-1">Main Platform</label>
355
+ <select id="platform" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
356
+ <option value="">Select your platform</option>
357
+ <option value="instagram">Instagram</option>
358
+ <option value="youtube">YouTube</option>
359
+ <option value="tiktok">TikTok</option>
360
+ <option value="twitter">Twitter</option>
361
+ <option value="other">Other</option>
362
+ </select>
363
+ </div>
364
+ <div>
365
+ <label for="followers" class="block text-sm font-medium text-gray-700 mb-1">Approx. Follower Count</label>
366
+ <input type="number" id="followers" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
367
+ </div>
368
+ <div class="pt-2">
369
+ <button type="submit" class="w-full gradient-bg text-white px-6 py-3 rounded-lg font-bold hover:opacity-90 transition">
370
+ Apply for Membership
371
+ </button>
372
+ </div>
373
+ </form>
374
+ <div class="mt-6 text-center text-sm text-gray-500">
375
+ By joining, you agree to our <a href="#" class="text-indigo-600 hover:underline">Terms</a> and <a href="#" class="text-indigo-600 hover:underline">Privacy Policy</a>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ </div>
380
+
381
+ <!-- Legal Representative Form -->
382
+ <div id="legalRepOverlay" class="legal-rep-overlay"></div>
383
+ <div id="legalRepForm" class="legal-rep-form">
384
+ <div class="flex justify-between items-center mb-4">
385
+ <h3 class="text-xl font-bold text-gray-800">Add Legal Representative</h3>
386
+ <button id="closeLegalRep" class="text-gray-500 hover:text-gray-700">
387
+ <i class="fas fa-times"></i>
388
+ </button>
389
+ </div>
390
+ <form id="repForm" class="space-y-4">
391
+ <div>
392
+ <label for="repName" class="block text-sm font-medium text-gray-700 mb-1">Representative Name</label>
393
+ <input type="text" id="repName" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
394
+ </div>
395
+ <div>
396
+ <label for="repEmail" class="block text-sm font-medium text-gray-700 mb-1">Representative Email</label>
397
+ <input type="email" id="repEmail" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
398
+ </div>
399
+ <div>
400
+ <label for="repPhone" class="block text-sm font-medium text-gray-700 mb-1">Phone Number</label>
401
+ <input type="tel" id="repPhone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
402
+ </div>
403
+ <div>
404
+ <label for="repType" class="block text-sm font-medium text-gray-700 mb-1">Representative Type</label>
405
+ <select id="repType" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
406
+ <option value="">Select type</option>
407
+ <option value="lawyer">Lawyer</option>
408
+ <option value="agent">Agent</option>
409
+ <option value="manager">Manager</option>
410
+ <option value="other">Other</option>
411
+ </select>
412
+ </div>
413
+ <div class="pt-2">
414
+ <button type="submit" class="w-full gradient-bg text-white px-6 py-2 rounded-lg font-bold hover:opacity-90 transition">
415
+ Save Representative
416
+ </button>
417
+ </div>
418
+ </form>
419
+ </div>
420
+
421
+ <!-- Floating Benefits Button -->
422
+ <button id="benefitsBtn" class="floating-btn bg-indigo-600 text-white w-16 h-16 rounded-full flex items-center justify-center">
423
+ <i class="fas fa-star text-2xl"></i>
424
+ </button>
425
+
426
+ <!-- Benefits Panel -->
427
+ <div id="benefitsPanel" class="benefits-panel">
428
+ <h4 class="font-bold text-lg mb-4 text-indigo-700">Member Benefits</h4>
429
+ <ul class="space-y-3">
430
+ <li class="flex items-start">
431
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
432
+ <span>Collective bargaining with brands</span>
433
+ </li>
434
+ <li class="flex items-start">
435
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
436
+ <span>Legal support and contract review</span>
437
+ </li>
438
+ <li class="flex items-start">
439
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
440
+ <span>AI Avatar for digital appearances</span>
441
+ </li>
442
+ <li class="flex items-start">
443
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
444
+ <span>Crypto payouts
445
+ <span class="crypto-icons">
446
+ <span class="crypto-icon fbtc" title="Fractal Bitcoin">FB</span>
447
+ <span class="crypto-icon btc" title="Bitcoin">₿</span>
448
+ <span class="crypto-icon bch" title="Bitcoin Cash">BCH</span>
449
+ </span>
450
+ </span>
451
+ </li>
452
+ <li class="flex items-start">
453
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
454
+ <span>Exclusive networking events</span>
455
+ </li>
456
+ <li class="flex items-start">
457
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
458
+ <span>Platform change early warnings</span>
459
+ </li>
460
+ <li class="flex items-start">
461
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
462
+ <span>Health insurance partnerships</span>
463
+ </li>
464
+ </ul>
465
+ <div class="mt-6 text-center">
466
+ <button id="openSignupFromBenefits" class="text-sm gradient-bg text-white px-4 py-2 rounded-full font-medium">
467
+ Join to Access All Benefits
468
+ </button>
469
+ </div>
470
+ </div>
471
+
472
+ <script>
473
+ // Modal functionality
474
+ const openSignup = document.getElementById('openSignup');
475
+ const openSignupHero = document.getElementById('openSignupHero');
476
+ const openSignupFromBenefits = document.getElementById('openSignupFromBenefits');
477
+ const closeSignup = document.getElementById('closeSignup');
478
+ const signupModal = document.getElementById('signupModal');
479
+ const signupForm = document.getElementById('signupForm');
480
+
481
+ // Benefits panel functionality
482
+ const benefitsBtn = document.getElementById('benefitsBtn');
483
+ const benefitsPanel = document.getElementById('benefitsPanel');
484
+
485
+ // Legal representative functionality
486
+ const legalRepBtn = document.getElementById('legalRepBtn');
487
+ const legalRepForm = document.getElementById('legalRepForm');
488
+ const legalRepOverlay = document.getElementById('legalRepOverlay');
489
+ const closeLegalRep = document.getElementById('closeLegalRep');
490
+ const repForm = document.getElementById('repForm');
491
+
492
+ // Open modal from various buttons
493
+ [openSignup, openSignupHero, openSignupFromBenefits].forEach(btn => {
494
+ btn.addEventListener('click', () => {
495
+ signupModal.classList.add('active');
496
+ document.body.style.overflow = 'hidden';
497
+ });
498
+ });
499
+
500
+ // Close modal
501
+ closeSignup.addEventListener('click', () => {
502
+ signupModal.classList.remove('active');
503
+ document.body.style.overflow = 'auto';
504
+ });
505
+
506
+ // Form submission
507
+ signupForm.addEventListener('submit', (e) => {
508
+ e.preventDefault();
509
+ // Here you would normally send the form data to your backend
510
+ alert('Application submitted! We will review your information and get back to you soon.');
511
+ signupModal.classList.remove('active');
512
+ document.body.style.overflow = 'auto';
513
+ signupForm.reset();
514
+ });
515
+
516
+ // Toggle benefits panel
517
+ benefitsBtn.addEventListener('click', () => {
518
+ benefitsPanel.classList.toggle('active');
519
+ });
520
+
521
+ // Close benefits panel when clicking outside
522
+ document.addEventListener('click', (e) => {
523
+ if (!benefitsPanel.contains(e.target) && e.target !== benefitsBtn) {
524
+ benefitsPanel.classList.remove('active');
525
+ }
526
+ });
527
+
528
+ // Close modal when clicking on overlay
529
+ signupModal.addEventListener('click', (e) => {
530
+ if (e.target === signupModal) {
531
+ signupModal.classList.remove('active');
532
+ document.body.style.overflow = 'auto';
533
+ }
534
+ });
535
+
536
+ // Legal representative form
537
+ legalRepBtn.addEventListener('click', () => {
538
+ legalRepForm.classList.add('active');
539
+ legalRepOverlay.classList.add('active');
540
+ document.body.style.overflow = 'hidden';
541
+ });
542
+
543
+ closeLegalRep.addEventListener('click', () => {
544
+ legalRepForm.classList.remove('active');
545
+ legalRepOverlay.classList.remove('active');
546
+ document.body.style.overflow = 'auto';
547
+ });
548
+
549
+ legalRepOverlay.addEventListener('click', () => {
550
+ legalRepForm.classList.remove('active');
551
+ legalRepOverlay.classList.remove('active');
552
+ document.body.style.overflow = 'auto';
553
+ });
554
+
555
+ repForm.addEventListener('submit', (e) => {
556
+ e.preventDefault();
557
+ alert('Legal representative information saved successfully!');
558
+ legalRepForm.classList.remove('active');
559
+ legalRepOverlay.classList.remove('active');
560
+ document.body.style.overflow = 'auto';
561
+ repForm.reset();
562
+ });
563
+
564
+ // Influencer Market Chart
565
+ const ctx = document.getElementById('influencerChart').getContext('2d');
566
+ const influencerChart = new Chart(ctx, {
567
+ type: 'bar',
568
+ data: {
569
+ labels: ['Instagram', 'YouTube', 'TikTok', 'Twitter', 'Twitch', 'Other Platforms'],
570
+ datasets: [{
571
+ label: 'Eligible Influencers (in thousands)',
572
+ data: [1200, 600, 400, 150, 100, 50],
573
+ backgroundColor: [
574
+ 'rgba(255, 99, 132, 0.7)',
575
+ 'rgba(255, 159, 64, 0.7)',
576
+ 'rgba(75, 192, 192, 0.7)',
577
+ 'rgba(54, 162, 235, 0.7)',
578
+ 'rgba(153, 102, 255, 0.7)',
579
+ 'rgba(201, 203, 207, 0.7)'
580
+ ],
581
+ borderColor: [
582
+ 'rgba(255, 99, 132, 1)',
583
+ 'rgba(255, 159, 64, 1)',
584
+ 'rgba(75, 192, 192, 1)',
585
+ 'rgba(54, 162, 235, 1)',
586
+ 'rgba(153, 102, 255, 1)',
587
+ 'rgba(201, 203, 207, 1)'
588
+ ],
589
+ borderWidth: 1
590
+ }]
591
+ },
592
+ options: {
593
+ responsive: true,
594
+ maintainAspectRatio: false,
595
+ plugins: {
596
+ legend: {
597
+ position: 'top',
598
+ },
599
+ tooltip: {
600
+ callbacks: {
601
+ label: function(context) {
602
+ return context.dataset.label + ': ' + context.raw + ',000';
603
+ }
604
+ }
605
+ }
606
+ },
607
+ scales: {
608
+ y: {
609
+ beginAtZero: true,
610
+ ticks: {
611
+ callback: function(value) {
612
+ return value + 'k';
613
+ }
614
+ }
615
+ }
616
+ }
617
+ }
618
+ });
619
+ </script>
620
+ <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=privateuserh/privsmia-vbeta1-01" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
621
+ </html>