privateuserh commited on
Commit
9b388a9
·
verified ·
1 Parent(s): 3af0ac4

Add 1 files

Browse files
Files changed (1) hide show
  1. index.html +120 -1
index.html CHANGED
@@ -6,6 +6,7 @@
6
  <title>Social Media Intelligence A (Agency)</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
  .floating-btn {
11
  position: fixed;
@@ -105,6 +106,25 @@
105
  .crypto-icon.fbtc {
106
  background: #6f42c1;
107
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  </style>
109
  </head>
110
  <body class="bg-gray-50 font-sans">
@@ -177,8 +197,51 @@
177
  </div>
178
  </section>
179
 
180
- <!-- Testimonials -->
181
  <section class="py-20 bg-gray-50">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  <div class="container mx-auto px-6">
183
  <h2 class="text-3xl font-bold text-center text-gray-800 mb-16">What Our Members Say</h2>
184
  <div class="grid md:grid-cols-2 gap-10 max-w-4xl mx-auto">
@@ -360,6 +423,62 @@
360
  document.body.style.overflow = 'auto';
361
  }
362
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
363
  </script>
364
  <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-vbeta" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
365
  </html>
 
6
  <title>Social Media Intelligence A (Agency)</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;
 
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
  </style>
129
  </head>
130
  <body class="bg-gray-50 font-sans">
 
197
  </div>
198
  </section>
199
 
200
+ <!-- Market Size Section -->
201
  <section class="py-20 bg-gray-50">
202
+ <div class="container mx-auto px-6">
203
+ <div class="flex flex-col md:flex-row items-center gap-10">
204
+ <div class="md:w-1/2">
205
+ <h2 class="text-3xl font-bold text-gray-800 mb-6">The Creator Economy Opportunity</h2>
206
+ <p class="text-gray-600 mb-6">
207
+ With over 50 million content creators worldwide, the potential for professional influencers is enormous.
208
+ Our agency focuses on the top 5% of creators who have the engagement and audience size to benefit from
209
+ our premium services.
210
+ </p>
211
+ <div class="mb-6">
212
+ <h3 class="font-bold text-lg mb-3">Platforms We Support:</h3>
213
+ <div class="flex flex-wrap">
214
+ <span class="platform-tag"><i class="fab fa-instagram"></i> Instagram</span>
215
+ <span class="platform-tag"><i class="fab fa-youtube"></i> YouTube</span>
216
+ <span class="platform-tag"><i class="fab fa-tiktok"></i> TikTok</span>
217
+ <span class="platform-tag"><i class="fab fa-twitter"></i> Twitter</span>
218
+ <span class="platform-tag"><i class="fab fa-twitch"></i> Twitch</span>
219
+ <span class="platform-tag"><i class="fab fa-snapchat"></i> Snapchat</span>
220
+ <span class="platform-tag"><i class="fab fa-pinterest"></i> Pinterest</span>
221
+ <span class="platform-tag"><i class="fab fa-linkedin"></i> LinkedIn</span>
222
+ </div>
223
+ </div>
224
+ <p class="text-gray-600">
225
+ Our data shows that approximately 2.5 million influencers meet our criteria for membership,
226
+ with thousands joining our network each month.
227
+ </p>
228
+ </div>
229
+ <div class="md:w-1/2">
230
+ <div class="bg-white p-6 rounded-xl shadow-md">
231
+ <div class="chart-container">
232
+ <canvas id="influencerChart"></canvas>
233
+ </div>
234
+ <div class="mt-4 text-center text-sm text-gray-500">
235
+ *Estimates based on 2023 global influencer market data
236
+ </div>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+ </section>
242
+
243
+ <!-- Testimonials -->
244
+ <section class="py-20 bg-white">
245
  <div class="container mx-auto px-6">
246
  <h2 class="text-3xl font-bold text-center text-gray-800 mb-16">What Our Members Say</h2>
247
  <div class="grid md:grid-cols-2 gap-10 max-w-4xl mx-auto">
 
423
  document.body.style.overflow = 'auto';
424
  }
425
  });
426
+
427
+ // Influencer Market Chart
428
+ const ctx = document.getElementById('influencerChart').getContext('2d');
429
+ const influencerChart = new Chart(ctx, {
430
+ type: 'bar',
431
+ data: {
432
+ labels: ['Instagram', 'YouTube', 'TikTok', 'Twitter', 'Twitch', 'Other Platforms'],
433
+ datasets: [{
434
+ label: 'Eligible Influencers (in thousands)',
435
+ data: [1200, 600, 400, 150, 100, 50],
436
+ backgroundColor: [
437
+ 'rgba(255, 99, 132, 0.7)',
438
+ 'rgba(255, 159, 64, 0.7)',
439
+ 'rgba(75, 192, 192, 0.7)',
440
+ 'rgba(54, 162, 235, 0.7)',
441
+ 'rgba(153, 102, 255, 0.7)',
442
+ 'rgba(201, 203, 207, 0.7)'
443
+ ],
444
+ borderColor: [
445
+ 'rgba(255, 99, 132, 1)',
446
+ 'rgba(255, 159, 64, 1)',
447
+ 'rgba(75, 192, 192, 1)',
448
+ 'rgba(54, 162, 235, 1)',
449
+ 'rgba(153, 102, 255, 1)',
450
+ 'rgba(201, 203, 207, 1)'
451
+ ],
452
+ borderWidth: 1
453
+ }]
454
+ },
455
+ options: {
456
+ responsive: true,
457
+ maintainAspectRatio: false,
458
+ plugins: {
459
+ legend: {
460
+ position: 'top',
461
+ },
462
+ tooltip: {
463
+ callbacks: {
464
+ label: function(context) {
465
+ return context.dataset.label + ': ' + context.raw + ',000';
466
+ }
467
+ }
468
+ }
469
+ },
470
+ scales: {
471
+ y: {
472
+ beginAtZero: true,
473
+ ticks: {
474
+ callback: function(value) {
475
+ return value + 'k';
476
+ }
477
+ }
478
+ }
479
+ }
480
+ }
481
+ });
482
  </script>
483
  <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-vbeta" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
484
  </html>