menossi3d commited on
Commit
38d7c9d
·
verified ·
1 Parent(s): 211e91f

publish the site - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +632 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Test
3
- emoji: 🚀
4
- colorFrom: gray
5
- colorTo: purple
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: test
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: red
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,632 @@
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
+
2
+ {
3
+ "name": "solana-coin-radar",
4
+ "version": "1.0.0",
5
+ "description": "Sistema de rastreamento de moedas promissoras na Solana",
6
+ "scripts": {
7
+ "start": "serve",
8
+ "deploy": "netlify deploy --prod"
9
+ },
10
+ "dependencies": {
11
+ "chart.js": "^3.9.1",
12
+ "serve": "^14.2.0"
13
+ },
14
+ "devDependencies": {
15
+ "netlify-cli": "^12.0.0"
16
+ }
17
+ }
18
+
19
+
20
+ <!-- Add this to the root of your project as netlify.toml -->
21
+ [build]
22
+ publish = "."
23
+ command = "echo 'No build needed for static site'"
24
+
25
+ [[redirects]]
26
+ from = "/*"
27
+ to = "/index.html"
28
+ status = 200
29
+
30
+ <!DOCTYPE html>
31
+ <html lang="pt-BR">
32
+ <head>
33
+ <meta charset="UTF-8">
34
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
35
+ <title>Solana Coin Radar - Rastreamento de Moedas Promissoras</title>
36
+ <script src="https://cdn.tailwindcss.com"></script>
37
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
38
+ <script>
39
+ tailwind.config = {
40
+ theme: {
41
+ extend: {
42
+ colors: {
43
+ solana: {
44
+ purple: '#9945FF',
45
+ green: '#14F195',
46
+ dark: '#0F0F2D',
47
+ light: '#1E1E3F',
48
+ }
49
+ },
50
+ fontFamily: {
51
+ sans: ['Inter', 'sans-serif'],
52
+ },
53
+ }
54
+ }
55
+ }
56
+ </script>
57
+ <style>
58
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
59
+
60
+ body {
61
+ font-family: 'Inter', sans-serif;
62
+ background-color: #0F0F2D;
63
+ color: white;
64
+ }
65
+
66
+ .gradient-text {
67
+ background: linear-gradient(90deg, #9945FF 0%, #14F195 100%);
68
+ -webkit-background-clip: text;
69
+ background-clip: text;
70
+ color: transparent;
71
+ }
72
+
73
+ .coin-card:hover {
74
+ transform: translateY(-5px);
75
+ box-shadow: 0 10px 25px rgba(153, 69, 255, 0.3);
76
+ }
77
+
78
+ .pulse {
79
+ animation: pulse 2s infinite;
80
+ }
81
+
82
+ @keyframes pulse {
83
+ 0% {
84
+ box-shadow: 0 0 0 0 rgba(20, 241, 149, 0.7);
85
+ }
86
+ 70% {
87
+ box-shadow: 0 0 0 10px rgba(20, 241, 149, 0);
88
+ }
89
+ 100% {
90
+ box-shadow: 0 0 0 0 rgba(20, 241, 149, 0);
91
+ }
92
+ }
93
+
94
+ .chart-container {
95
+ height: 300px;
96
+ position: relative;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body class="min-h-screen">
101
+ <!-- Header -->
102
+ <header class="bg-solana-dark py-4 px-6 border-b border-solana-light">
103
+ <div class="container mx-auto flex justify-between items-center">
104
+ <div class="flex items-center space-x-2">
105
+ <img src="https://cryptologos.cc/logos/solana-sol-logo.png" alt="Solana Logo" class="h-10 w-10">
106
+ <h1 class="text-2xl font-bold gradient-text">Solana Coin Radar</h1>
107
+ </div>
108
+ <nav class="hidden md:flex space-x-6">
109
+ <a href="#" class="text-white hover:text-solana-green transition">Início</a>
110
+ <a href="#" class="text-white hover:text-solana-green transition">Moedas</a>
111
+ <a href="#" class="text-white hover:text-solana-green transition">Análise</a>
112
+ <a href="#" class="text-white hover:text-solana-green transition">Alertas</a>
113
+ <a href="#" class="text-white hover:text-solana-green transition">Sobre</a>
114
+ </nav>
115
+ <div class="flex items-center space-x-4">
116
+ <button class="bg-solana-purple hover:bg-purple-700 text-white px-4 py-2 rounded-lg font-medium transition">
117
+ Conectar Carteira
118
+ </button>
119
+ <button class="md:hidden text-white">
120
+ <i class="fas fa-bars text-xl"></i>
121
+ </button>
122
+ </div>
123
+ </div>
124
+ </header>
125
+
126
+ <!-- Hero Section -->
127
+ <section class="py-16 px-6 bg-gradient-to-b from-solana-dark to-solana-light">
128
+ <div class="container mx-auto text-center">
129
+ <h2 class="text-4xl md:text-5xl font-bold mb-6">
130
+ <span class="gradient-text">Rastreie as melhores moedas</span><br>
131
+ da rede Solana em tempo real
132
+ </h2>
133
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto mb-8">
134
+ Nosso sistema avançado monitora 24/7 as moedas mais promissoras da Solana, incluindo meme coins,
135
+ analisando redes sociais e plataformas como Reddit, X (Twitter) e pump.fun para identificar oportunidades de lucro rápido.
136
+ </p>
137
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
138
+ <button class="bg-solana-green hover:bg-green-500 text-solana-dark px-6 py-3 rounded-lg font-bold text-lg transition flex items-center justify-center gap-2">
139
+ <i class="fas fa-rocket"></i> Começar Agora
140
+ </button>
141
+ <button class="bg-solana-light hover:bg-solana-purple border border-solana-purple text-white px-6 py-3 rounded-lg font-bold text-lg transition flex items-center justify-center gap-2">
142
+ <i class="fas fa-play-circle"></i> Ver Demonstração
143
+ </button>
144
+ </div>
145
+ </div>
146
+ </section>
147
+
148
+ <!-- Stats Section -->
149
+ <section class="py-12 px-6 bg-solana-light">
150
+ <div class="container mx-auto">
151
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-6 text-center">
152
+ <div class="bg-solana-dark p-6 rounded-xl border border-solana-purple/20">
153
+ <h3 class="text-4xl font-bold gradient-text mb-2" id="coins-tracked">1,248</h3>
154
+ <p class="text-gray-300">Moedas Rastreadas</p>
155
+ </div>
156
+ <div class="bg-solana-dark p-6 rounded-xl border border-solana-purple/20">
157
+ <h3 class="text-4xl font-bold gradient-text mb-2" id="social-mentions">24,567</h3>
158
+ <p class="text-gray-300">Menções Sociais/Dia</p>
159
+ </div>
160
+ <div class="bg-solana-dark p-6 rounded-xl border border-solana-purple/20">
161
+ <h3 class="text-4xl font-bold gradient-text mb-2" id="hourly-updates">24</h3>
162
+ <p class="text-gray-300">Atualizações por Hora</p>
163
+ </div>
164
+ <div class="bg-solana-dark p-6 rounded-xl border border-solana-purple/20">
165
+ <h3 class="text-4xl font-bold gradient-text mb-2" id="profit-coins">38</h3>
166
+ <p class="text-gray-300">Moedas Lucrativas</p>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </section>
171
+
172
+ <!-- Top Coins Section -->
173
+ <section class="py-16 px-6 bg-solana-dark">
174
+ <div class="container mx-auto">
175
+ <div class="flex justify-between items-center mb-10">
176
+ <h2 class="text-3xl font-bold">
177
+ <span class="gradient-text">Top Moedas Promissoras</span>
178
+ <span class="text-sm ml-2 bg-solana-green text-solana-dark px-2 py-1 rounded-full pulse">LIVE</span>
179
+ </h2>
180
+ <div class="flex items-center space-x-2">
181
+ <span class="text-gray-400">Ordenar por:</span>
182
+ <select class="bg-solana-light border border-solana-purple text-white rounded-lg px-3 py-1">
183
+ <option>Potencial de Lucro</option>
184
+ <option>Volume 24h</option>
185
+ <option>Menções Sociais</option>
186
+ <option>Ganho Recente</option>
187
+ </select>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6" id="top-coins-container">
192
+ <!-- Coin cards will be inserted here by JavaScript -->
193
+ </div>
194
+
195
+ <div class="text-center mt-10">
196
+ <button class="bg-solana-purple hover:bg-purple-700 text-white px-6 py-3 rounded-lg font-medium transition">
197
+ Carregar Mais Moedas
198
+ </button>
199
+ </div>
200
+ </div>
201
+ </section>
202
+
203
+ <!-- Analysis Section -->
204
+ <section class="py-16 px-6 bg-solana-light">
205
+ <div class="container mx-auto">
206
+ <h2 class="text-3xl font-bold text-center mb-12">
207
+ <span class="gradient-text">Análise Avançada</span> de Potencial
208
+ </h2>
209
+
210
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-8 items-center">
211
+ <div>
212
+ <h3 class="text-2xl font-bold mb-4">Como Identificamos Moedas Promissoras</h3>
213
+ <p class="text-gray-300 mb-6">
214
+ Nosso sistema utiliza inteligência artificial para analisar múltiplos fatores que indicam o potencial de uma moeda:
215
+ </p>
216
+ <ul class="space-y-4">
217
+ <li class="flex items-start">
218
+ <div class="bg-solana-purple rounded-full p-2 mr-4">
219
+ <i class="fas fa-chart-line text-white"></i>
220
+ </div>
221
+ <div>
222
+ <h4 class="font-bold">Padrões de Volume</h4>
223
+ <p class="text-gray-400">Identificamos aumentos anormais de volume que precedem grandes movimentos de preço.</p>
224
+ </div>
225
+ </li>
226
+ <li class="flex items-start">
227
+ <div class="bg-solana-purple rounded-full p-2 mr-4">
228
+ <i class="fas fa-users text-white"></i>
229
+ </div>
230
+ <div>
231
+ <h4 class="font-bold">Engajamento Social</h4>
232
+ <p class="text-gray-400">Monitoramos menções, sentimentos e crescimento de comunidades no Twitter, Reddit e Telegram.</p>
233
+ </div>
234
+ </li>
235
+ <li class="flex items-start">
236
+ <div class="bg-solana-purple rounded-full p-2 mr-4">
237
+ <i class="fas fa-bolt text-white"></i>
238
+ </div>
239
+ <div>
240
+ <h4 class="font-bold">Atividade de Whales</h4>
241
+ <p class="text-gray-400">Rastreamos grandes transações que podem indicar acumulação por investidores experientes.</p>
242
+ </div>
243
+ </li>
244
+ </ul>
245
+ </div>
246
+
247
+ <div class="bg-solana-dark p-6 rounded-xl border border-solana-purple/20">
248
+ <div class="flex justify-between items-center mb-6">
249
+ <h3 class="text-xl font-bold">Análise de Tendência</h3>
250
+ <div class="flex space-x-2">
251
+ <button class="bg-solana-purple text-white px-3 py-1 rounded text-sm">24h</button>
252
+ <button class="bg-solana-light text-gray-400 px-3 py-1 rounded text-sm">7d</button>
253
+ <button class="bg-solana-light text-gray-400 px-3 py-1 rounded text-sm">30d</button>
254
+ </div>
255
+ </div>
256
+ <div class="chart-container">
257
+ <canvas id="trendChart"></canvas>
258
+ </div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+ </section>
263
+
264
+ <!-- Email Alerts Section -->
265
+ <section class="py-16 px-6 bg-gradient-to-r from-solana-dark to-solana-light">
266
+ <div class="container mx-auto max-w-4xl text-center">
267
+ <div class="bg-solana-dark p-8 rounded-xl border border-solana-purple/20">
268
+ <h2 class="text-3xl font-bold mb-4">
269
+ <span class="gradient-text">Alertas por Email</span> das Melhores Oportunidades
270
+ </h2>
271
+ <p class="text-gray-300 mb-8">
272
+ Receba diretamente no seu email as moedas mais promissoras identificadas pelo nosso sistema,
273
+ com análises detalhadas e potenciais pontos de entrada.
274
+ </p>
275
+ <div class="flex flex-col sm:flex-row gap-4 max-w-2xl mx-auto">
276
+ <input type="email" placeholder="Seu melhor email" class="flex-grow bg-solana-light border border-solana-purple text-white rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-solana-green">
277
+ <button class="bg-solana-green hover:bg-green-500 text-solana-dark px-6 py-3 rounded-lg font-bold transition">
278
+ Ativar Alertas
279
+ </button>
280
+ </div>
281
+ <p class="text-sm text-gray-400 mt-4">
282
+ <i class="fas fa-lock mr-1"></i> Nunca compartilharemos seu email com terceiros.
283
+ </p>
284
+ </div>
285
+ </div>
286
+ </section>
287
+
288
+ <!-- FAQ Section -->
289
+ <section class="py-16 px-6 bg-solana-dark">
290
+ <div class="container mx-auto max-w-4xl">
291
+ <h2 class="text-3xl font-bold text-center mb-12">
292
+ <span class="gradient-text">Perguntas Frequentes</span>
293
+ </h2>
294
+
295
+ <div class="space-y-4">
296
+ <div class="faq-item bg-solana-light rounded-lg overflow-hidden">
297
+ <button class="faq-question w-full text-left p-4 flex justify-between items-center hover:bg-solana-purple/20 transition">
298
+ <span class="font-medium">Como vocês identificam moedas com potencial de lucro rápido?</span>
299
+ <i class="fas fa-chevron-down transition-transform"></i>
300
+ </button>
301
+ <div class="faq-answer hidden p-4 pt-0 text-gray-300">
302
+ <p>Utilizamos um algoritmo proprietário que analisa múltiplos fatores incluindo: volume de negociação anormal, crescimento de comunidades sociais, atividade de grandes investidores (whales), padrões gráficos históricos e sentimentos em plataformas como Twitter e Reddit. Tudo isso combinado com machine learning para identificar padrões que historicamente precederam grandes movimentos de preço.</p>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="faq-item bg-solana-light rounded-lg overflow-hidden">
307
+ <button class="faq-question w-full text-left p-4 flex justify-between items-center hover:bg-solana-purple/20 transition">
308
+ <span class="font-medium">Com que frequência os dados são atualizados?</span>
309
+ <i class="fas fa-chevron-down transition-transform"></i>
310
+ </button>
311
+ <div class="faq-answer hidden p-4 pt-0 text-gray-300">
312
+ <p>Nosso sistema realiza análises completas a cada hora, com atualizações em tempo real para métricas críticas como volume e preço. As menções sociais são monitoradas continuamente, com relatórios consolidados gerados a cada 30 minutos.</p>
313
+ </div>
314
+ </div>
315
+
316
+ <div class="faq-item bg-solana-light rounded-lg overflow-hidden">
317
+ <button class="faq-question w-full text-left p-4 flex justify-between items-center hover:bg-solana-purple/20 transition">
318
+ <span class="font-medium">Posso configurar alertas personalizados?</span>
319
+ <i class="fas fa-chevron-down transition-transform"></i>
320
+ </button>
321
+ <div class="faq-answer hidden p-4 pt-0 text-gray-300">
322
+ <p>Sim! Além dos alertas padrão enviados por email, oferecemos uma área de membros onde você pode configurar critérios específicos como: volume mínimo, porcentagem de aumento em determinado período, número mínimo de menções sociais e outros parâmetros técnicos. Esses alertas podem ser recebidos por email, Telegram ou notificações push em nosso aplicativo.</p>
323
+ </div>
324
+ </div>
325
+
326
+ <div class="faq-item bg-solana-light rounded-lg overflow-hidden">
327
+ <button class="faq-question w-full text-left p-4 flex justify-between items-center hover:bg-solana-purple/20 transition">
328
+ <span class="font-medium">Vocês cobram pelo serviço?</span>
329
+ <i class="fas fa-chevron-down transition-transform"></i>
330
+ </button>
331
+ <div class="faq-answer hidden p-4 pt-0 text-gray-300">
332
+ <p>Oferecemos um plano básico gratuito com acesso às principais moedas identificadas e alertas limitados. Para acesso completo a todas as análises, histórico de desempenho e alertas personalizados, oferecemos planos premium com valores a partir de $29/mês. Todos os novos usuários têm 7 dias de acesso completo gratuitamente para testar o serviço.</p>
333
+ </div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ </section>
338
+
339
+ <!-- Footer -->
340
+ <footer class="bg-solana-light py-12 px-6 border-t border-solana-purple/20">
341
+ <div class="container mx-auto">
342
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
343
+ <div>
344
+ <div class="flex items-center space-x-2 mb-4">
345
+ <img src="https://cryptologos.cc/logos/solana-sol-logo.png" alt="Solana Logo" class="h-8 w-8">
346
+ <h3 class="text-xl font-bold gradient-text">Solana Coin Radar</h3>
347
+ </div>
348
+ <p class="text-gray-400 mb-4">
349
+ A ferramenta definitiva para identificar as moedas mais promissoras da rede Solana.
350
+ </p>
351
+ <div class="flex space-x-4">
352
+ <a href="#" class="text-gray-400 hover:text-solana-green transition"><i class="fab fa-twitter text-xl"></i></a>
353
+ <a href="#" class="text-gray-400 hover:text-solana-green transition"><i class="fab fa-telegram text-xl"></i></a>
354
+ <a href="#" class="text-gray-400 hover:text-solana-green transition"><i class="fab fa-discord text-xl"></i></a>
355
+ <a href="#" class="text-gray-400 hover:text-solana-green transition"><i class="fab fa-github text-xl"></i></a>
356
+ </div>
357
+ </div>
358
+
359
+ <div>
360
+ <h4 class="text-lg font-bold mb-4">Produto</h4>
361
+ <ul class="space-y-2">
362
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Recursos</a></li>
363
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Planos</a></li>
364
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">API</a></li>
365
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Demonstração</a></li>
366
+ </ul>
367
+ </div>
368
+
369
+ <div>
370
+ <h4 class="text-lg font-bold mb-4">Empresa</h4>
371
+ <ul class="space-y-2">
372
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Sobre Nós</a></li>
373
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Blog</a></li>
374
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Carreiras</a></li>
375
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Contato</a></li>
376
+ </ul>
377
+ </div>
378
+
379
+ <div>
380
+ <h4 class="text-lg font-bold mb-4">Legal</h4>
381
+ <ul class="space-y-2">
382
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Termos de Uso</a></li>
383
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Política de Privacidade</a></li>
384
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Isenção de Responsabilidade</a></li>
385
+ <li><a href="#" class="text-gray-400 hover:text-solana-green transition">Cookies</a></li>
386
+ </ul>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="border-t border-solana-purple/20 mt-12 pt-8 text-center text-gray-500">
391
+ <p>© 2023 Solana Coin Radar. Todos os direitos reservados.</p>
392
+ <p class="text-sm mt-2">Este site não oferece aconselhamento financeiro. Criptomoedas são investimentos de alto risco.</p>
393
+ </div>
394
+ </div>
395
+ </footer>
396
+
397
+ <!-- Scripts -->
398
+ <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
399
+ <script>
400
+ // Sample data for top coins
401
+ const topCoins = [
402
+ {
403
+ name: "Silly Solana",
404
+ symbol: "SILLY",
405
+ price: "$0.0042",
406
+ change: "+1,245%",
407
+ volume: "$4.2M",
408
+ social: "🔥 2.4K",
409
+ potential: "Alto",
410
+ trending: true
411
+ },
412
+ {
413
+ name: "Dogelana",
414
+ symbol: "DOGEL",
415
+ price: "$0.00087",
416
+ change: "+876%",
417
+ volume: "$3.1M",
418
+ social: "🚀 1.8K",
419
+ potential: "Muito Alto",
420
+ trending: true
421
+ },
422
+ {
423
+ name: "Moonana",
424
+ symbol: "MOONA",
425
+ price: "$0.0015",
426
+ change: "+542%",
427
+ volume: "$2.7M",
428
+ social: "🌙 1.2K",
429
+ potential: "Moderado",
430
+ trending: false
431
+ },
432
+ {
433
+ name: "Bonk 2.0",
434
+ symbol: "BONK2",
435
+ price: "$0.00012",
436
+ change: "+1,089%",
437
+ volume: "$5.8M",
438
+ social: "💥 3.1K",
439
+ potential: "Extremo",
440
+ trending: true
441
+ },
442
+ {
443
+ name: "Sol Pepe",
444
+ symbol: "SPEPE",
445
+ price: "$0.0023",
446
+ change: "+432%",
447
+ volume: "$1.9M",
448
+ social: "🐸 890",
449
+ potential: "Moderado",
450
+ trending: false
451
+ },
452
+ {
453
+ name: "Wen Token",
454
+ symbol: "WEN",
455
+ price: "$0.00056",
456
+ change: "+1,567%",
457
+ volume: "$6.3M",
458
+ social: "⏳ 4.2K",
459
+ potential: "Extremo",
460
+ trending: true
461
+ }
462
+ ];
463
+
464
+ // Render top coins
465
+ const topCoinsContainer = document.getElementById('top-coins-container');
466
+
467
+ topCoins.forEach(coin => {
468
+ const coinCard = document.createElement('div');
469
+ coinCard.className = 'coin-card bg-solana-light rounded-xl border border-solana-purple/20 p-6 transition duration-300';
470
+
471
+ coinCard.innerHTML = `
472
+ <div class="flex justify-between items-start mb-4">
473
+ <div>
474
+ <h3 class="text-xl font-bold">${coin.name}</h3>
475
+ <p class="text-gray-400">${coin.symbol}</p>
476
+ </div>
477
+ ${coin.trending ?
478
+ '<span class="bg-solana-green/20 text-solana-green text-xs px-2 py-1 rounded-full">TENDÊNCIA</span>' :
479
+ '<span class="bg-gray-600/20 text-gray-400 text-xs px-2 py-1 rounded-full">EMERGINDO</span>'}
480
+ </div>
481
+ <div class="grid grid-cols-2 gap-4 mb-6">
482
+ <div>
483
+ <p class="text-gray-400 text-sm">Preço</p>
484
+ <p class="font-bold">${coin.price}</p>
485
+ </div>
486
+ <div>
487
+ <p class="text-gray-400 text-sm">24h</p>
488
+ <p class="font-bold ${coin.change.startsWith('+') ? 'text-green-400' : 'text-red-400'}">${coin.change}</p>
489
+ </div>
490
+ <div>
491
+ <p class="text-gray-400 text-sm">Volume</p>
492
+ <p class="font-bold">${coin.volume}</p>
493
+ </div>
494
+ <div>
495
+ <p class="text-gray-400 text-sm">Social</p>
496
+ <p class="font-bold">${coin.social}</p>
497
+ </div>
498
+ </div>
499
+ <div class="flex justify-between items-center">
500
+ <div>
501
+ <p class="text-gray-400 text-sm">Potencial</p>
502
+ <p class="font-bold ${coin.potential === 'Extremo' ? 'text-purple-400' :
503
+ coin.potential === 'Muito Alto' ? 'text-green-400' :
504
+ coin.potential === 'Alto' ? 'text-blue-400' : 'text-yellow-400'}">
505
+ ${coin.potential}
506
+ </p>
507
+ </div>
508
+ <button class="bg-solana-purple hover:bg-purple-700 text-white px-4 py-2 rounded-lg text-sm font-medium transition">
509
+ Analisar
510
+ </button>
511
+ </div>
512
+ `;
513
+
514
+ topCoinsContainer.appendChild(coinCard);
515
+ });
516
+
517
+ // Animate stats
518
+ function animateValue(id, start, end, duration) {
519
+ const obj = document.getElementById(id);
520
+ let startTimestamp = null;
521
+ const step = (timestamp) => {
522
+ if (!startTimestamp) startTimestamp = timestamp;
523
+ const progress = Math.min((timestamp - startTimestamp) / duration, 1);
524
+ obj.innerHTML = Math.floor(progress * (end - start) + start);
525
+ if (progress < 1) {
526
+ window.requestAnimationFrame(step);
527
+ }
528
+ };
529
+ window.requestAnimationFrame(step);
530
+ }
531
+
532
+ // Start animations when stats come into view
533
+ const observer = new IntersectionObserver((entries) => {
534
+ entries.forEach(entry => {
535
+ if (entry.isIntersecting) {
536
+ animateValue('coins-tracked', 0, 1248, 2000);
537
+ animateValue('social-mentions', 0, 24567, 2000);
538
+ animateValue('hourly-updates', 0, 24, 1000);
539
+ animateValue('profit-coins', 0, 38, 1500);
540
+ observer.unobserve(entry.target);
541
+ }
542
+ });
543
+ }, {threshold: 0.5});
544
+
545
+ observer.observe(document.querySelector('.bg-solana-light'));
546
+
547
+ // FAQ functionality
548
+ document.querySelectorAll('.faq-question').forEach(button => {
549
+ button.addEventListener('click', () => {
550
+ const faqItem = button.closest('.faq-item');
551
+ const answer = faqItem.querySelector('.faq-answer');
552
+ const icon = button.querySelector('i');
553
+
554
+ // Toggle answer
555
+ answer.classList.toggle('hidden');
556
+
557
+ // Rotate icon
558
+ icon.classList.toggle('rotate-180');
559
+
560
+ // Close other open FAQs
561
+ document.querySelectorAll('.faq-item').forEach(item => {
562
+ if (item !== faqItem) {
563
+ item.querySelector('.faq-answer').classList.add('hidden');
564
+ item.querySelector('i').classList.remove('rotate-180');
565
+ }
566
+ });
567
+ });
568
+ });
569
+
570
+ // Chart
571
+ const ctx = document.getElementById('trendChart').getContext('2d');
572
+ const trendChart = new Chart(ctx, {
573
+ type: 'line',
574
+ data: {
575
+ labels: ['00:00', '04:00', '08:00', '12:00', '16:00', '20:00', '23:59'],
576
+ datasets: [
577
+ {
578
+ label: 'Moedas com Potencial',
579
+ data: [12, 19, 15, 27, 34, 28, 38],
580
+ borderColor: '#9945FF',
581
+ backgroundColor: 'rgba(153, 69, 255, 0.1)',
582
+ tension: 0.4,
583
+ fill: true
584
+ },
585
+ {
586
+ label: 'Menções Sociais (x100)',
587
+ data: [8, 12, 18, 15, 22, 19, 31],
588
+ borderColor: '#14F195',
589
+ backgroundColor: 'rgba(20, 241, 149, 0.1)',
590
+ tension: 0.4,
591
+ fill: true
592
+ }
593
+ ]
594
+ },
595
+ options: {
596
+ responsive: true,
597
+ maintainAspectRatio: false,
598
+ plugins: {
599
+ legend: {
600
+ position: 'top',
601
+ labels: {
602
+ color: '#fff'
603
+ }
604
+ },
605
+ tooltip: {
606
+ mode: 'index',
607
+ intersect: false
608
+ }
609
+ },
610
+ scales: {
611
+ x: {
612
+ grid: {
613
+ color: 'rgba(255, 255, 255, 0.1)'
614
+ },
615
+ ticks: {
616
+ color: '#fff'
617
+ }
618
+ },
619
+ y: {
620
+ grid: {
621
+ color: 'rgba(255, 255, 255, 0.1)'
622
+ },
623
+ ticks: {
624
+ color: '#fff'
625
+ }
626
+ }
627
+ }
628
+ }
629
+ });
630
+ </script>
631
+ <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=menossi3d/test" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
632
+ </html>