Spaces:
Running
<!DOCTYPE html>
Browse files<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CryptoSignal Sleuth</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: {
500: '#d946ef',
},
secondary: {
500: '#f97316',
}
}
}
}
}
</script>
<style>
.vanta-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.3;
}
.glass-card {
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
background-color: rgba(17, 25, 40, 0.75);
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
}
.signal-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(217, 70, 239, 0.1), 0 10px 10px -5px rgba(217, 70, 239, 0.04);
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen">
<div id="vanta-bg" class="vanta-bg"></div>
<nav class="border-b border-gray-800 py-4">
<div class="container mx-auto px-4 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i data-feather="activity" class="text-primary-500"></i>
<span class="text-xl font-bold bg-gradient-to-r from-primary-500 to-secondary-500 bg-clip-text text-transparent">CryptoSignal Sleuth</span>
</div>
<div class="hidden md:flex space-x-6">
<a href="#" class="hover:text-primary-500 transition">Dashboard</a>
<a href="#" class="hover:text-primary-500 transition">Signals</a>
<a href="#" class="hover:text-primary-500 transition">Analytics</a>
<a href="#" class="hover:text-primary-500 transition">Traders</a>
</div>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</nav>
<main class="container mx-auto px-4 py-8">
<!-- Hero Section -->
<section class="glass-card p-8 mb-12 relative overflow-hidden">
<div class="absolute -top-20 -right-20 w-64 h-64 rounded-full bg-primary-500 opacity-10 blur-3xl"></div>
<div class="absolute -bottom-20 -left-20 w-64 h-64 rounded-full bg-secondary-500 opacity-10 blur-3xl"></div>
<div class="relative z-10">
<h1 class="text-4xl md:text-6xl font-bold mb-4">Decipher <span class="text-primary-500">Crypto</span> Signals</h1>
<p class="text-xl text-gray-300 mb-8 max-w-2xl">Uncover profitable trading opportunities from Telegram channels with AI-powered analysis</p>
<div class="flex flex-col sm:flex-row gap-4">
<button class="bg-primary-500 hover:bg-primary-600 text-white px-6 py-3 rounded-lg font-medium transition transform hover:scale-105">Start Analyzing</button>
<button class="border border-primary-500 text-primary-500 hover:bg-primary-500/10 px-6 py-3 rounded-lg font-medium transition">How It Works</button>
</div>
</div>
</section>
<!-- Features Grid -->
<section class="mb-16">
<h2 class="text-3xl font-bold mb-8 text-center">Powerful <span class="text-secondary-500">Analytics</span> Tools</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Feature 1 -->
<div class="glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800">
<div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4">
<i data-feather="zap" class="text-primary-500"></i>
</div>
<h3 class="text-xl font-bold mb-2">Real-time Signals</h3>
<p class="text-gray-400">Instant detection of trading signals across hundreds of Telegram channels</p>
</div>
<!-- Feature 2 -->
<div class="glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800">
<div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4">
<i data-feather="trending-up" class="text-primary-500"></i>
</div>
<h3 class="text-xl font-bold mb-2">Performance Tracking</h3>
<p class="text-gray-400">Track signal accuracy and trader performance over time</p>
</div>
<!-- Feature 3 -->
<div class="glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800">
<div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4">
<i data-feather="bar-chart-2" class="text-primary-500"></i>
</div>
<h3 class="text-xl font-bold mb-2">Smart Alerts</h3>
<p class="text-gray-400">Get notified when high-confidence signals are detected</p>
</div>
</div>
</section>
<!-- Signal Preview -->
<section class="mb-16">
<div class="flex justify-between items-center mb-6">
<h2 class="text-3xl font-bold">Recent <span class="text-primary-500">Signals</span></h2>
<a href="#" class="text-secondary-500 hover:underline flex items-center">
View All <i data-feather="chevron-right" class="ml-1 w-4 h-4"></i>
</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Signal Card 1 -->
<div class="signal-card glass-card p-6 rounded-xl border border-gray-800 transition duration-300">
<div class="flex justify-between items-start mb-4">
<div>
<span class="bg-green-900/50 text-green-400 px-3 py-1 rounded-full text-sm font-medium">BUY</span>
<h3 class="text-xl font-bold mt-2">BTC/USDT</h3>
</div>
<div class="text-right">
<p class="text-sm text-gray-400">2 min ago</p>
<p class="text-secondary-500 font-bold">83% Confidence</p>
</div>
</div>
<div class="space-y-3">
<div class="flex justify-between">
<span class="text-gray-400">Entry</span>
<span class="font-mono">$42,356.20</span>
</div>
<div class="flex justify-between">
<span class="text-gray-400">Stop Loss</span>
<span class="font-mono text-red-400">$41,200.00</span>
</div>
<div class="flex justify-between">
<span class="text-gray-400">Take Profit</span>
<span class="font-mono text-green-400">$44,500.00</span>
</div>
</div>
<div class="mt-4 pt-4 border-t border-gray-800 flex justify-between items-center">
<div class="flex items-center">
<div class="w-8 h-8 rounded-full bg-gray-700 flex items-center justify-center mr-2">
<i data-feather="user" class="w-4 h-4"></i>
</div>
<span class="text-sm">CryptoWhale</span>
</div>
<button class="text-primary-500 hover:text-primary-400">
<i data-feather="external-link" class="w-4 h-4"></i>
</button>
</div>
</div>
<!-- Signal Card 2 -->
<div class="signal-card glass-card p-6 rounded-xl border border-gray-800 transition duration-300">
<div class="flex justify-between items-start mb-4">
<div>
<span class="bg-red-900/50 text-red-400 px-3 py-1 rounded-full text-sm font-medium">SELL</span>
<h3 class="text-xl font-bold mt-2">ETH/USDT</h3>
</div>
<div class="text-right">
<p class="text-sm text-gray-400">15 min ago</p>
<p class="text-secondary-500 font-bold">76% Confidence</p>
</div>
</div>
<div class="space-y-3">
<div class="flex justify-between">
<span class="text-gray-400">Entry</span>
<span class="font-mono">$2,856.40</span>
</div>
<div class="flex justify-between">
<span class="text-gray-400">Stop Loss</span>
<span class="font-mono text-red-400">$2,950.00</span>
</div>
<div class="flex justify-between">
<span class="text-gray-400">Take
- README.md +8 -5
- index.html +337 -18
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: CryptoSignal Sleuth π΅οΈββοΈπ
|
| 3 |
+
colorFrom: blue
|
| 4 |
+
colorTo: blue
|
| 5 |
+
emoji: π³
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://deepsite.hf.co).
|
|
@@ -1,19 +1,338 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en" class="dark">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>CryptoSignal Sleuth</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 11 |
+
<script>
|
| 12 |
+
tailwind.config = {
|
| 13 |
+
darkMode: 'class',
|
| 14 |
+
theme: {
|
| 15 |
+
extend: {
|
| 16 |
+
colors: {
|
| 17 |
+
primary: {
|
| 18 |
+
500: '#d946ef',
|
| 19 |
+
},
|
| 20 |
+
secondary: {
|
| 21 |
+
500: '#f97316',
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
</script>
|
| 28 |
+
<style>
|
| 29 |
+
.vanta-bg {
|
| 30 |
+
position: absolute;
|
| 31 |
+
top: 0;
|
| 32 |
+
left: 0;
|
| 33 |
+
width: 100%;
|
| 34 |
+
height: 100%;
|
| 35 |
+
z-index: -1;
|
| 36 |
+
opacity: 0.3;
|
| 37 |
+
}
|
| 38 |
+
.glass-card {
|
| 39 |
+
backdrop-filter: blur(16px) saturate(180%);
|
| 40 |
+
-webkit-backdrop-filter: blur(16px) saturate(180%);
|
| 41 |
+
background-color: rgba(17, 25, 40, 0.75);
|
| 42 |
+
border-radius: 12px;
|
| 43 |
+
border: 1px solid rgba(255, 255, 255, 0.125);
|
| 44 |
+
}
|
| 45 |
+
.signal-card:hover {
|
| 46 |
+
transform: translateY(-5px);
|
| 47 |
+
box-shadow: 0 20px 25px -5px rgba(217, 70, 239, 0.1), 0 10px 10px -5px rgba(217, 70, 239, 0.04);
|
| 48 |
+
}
|
| 49 |
+
</style>
|
| 50 |
+
</head>
|
| 51 |
+
<body class="bg-gray-900 text-gray-100 min-h-screen">
|
| 52 |
+
<div id="vanta-bg" class="vanta-bg"></div>
|
| 53 |
+
|
| 54 |
+
<nav class="border-b border-gray-800 py-4">
|
| 55 |
+
<div class="container mx-auto px-4 flex justify-between items-center">
|
| 56 |
+
<div class="flex items-center space-x-2">
|
| 57 |
+
<i data-feather="activity" class="text-primary-500"></i>
|
| 58 |
+
<span class="text-xl font-bold bg-gradient-to-r from-primary-500 to-secondary-500 bg-clip-text text-transparent">CryptoSignal Sleuth</span>
|
| 59 |
+
</div>
|
| 60 |
+
<div class="hidden md:flex space-x-6">
|
| 61 |
+
<a href="#" class="hover:text-primary-500 transition">Dashboard</a>
|
| 62 |
+
<a href="#" class="hover:text-primary-500 transition">Signals</a>
|
| 63 |
+
<a href="#" class="hover:text-primary-500 transition">Analytics</a>
|
| 64 |
+
<a href="#" class="hover:text-primary-500 transition">Traders</a>
|
| 65 |
+
</div>
|
| 66 |
+
<button class="md:hidden">
|
| 67 |
+
<i data-feather="menu"></i>
|
| 68 |
+
</button>
|
| 69 |
+
</div>
|
| 70 |
+
</nav>
|
| 71 |
+
|
| 72 |
+
<main class="container mx-auto px-4 py-8">
|
| 73 |
+
<!-- Hero Section -->
|
| 74 |
+
<section class="glass-card p-8 mb-12 relative overflow-hidden">
|
| 75 |
+
<div class="absolute -top-20 -right-20 w-64 h-64 rounded-full bg-primary-500 opacity-10 blur-3xl"></div>
|
| 76 |
+
<div class="absolute -bottom-20 -left-20 w-64 h-64 rounded-full bg-secondary-500 opacity-10 blur-3xl"></div>
|
| 77 |
+
<div class="relative z-10">
|
| 78 |
+
<h1 class="text-4xl md:text-6xl font-bold mb-4">Decipher <span class="text-primary-500">Crypto</span> Signals</h1>
|
| 79 |
+
<p class="text-xl text-gray-300 mb-8 max-w-2xl">Uncover profitable trading opportunities from Telegram channels with AI-powered analysis</p>
|
| 80 |
+
<div class="flex flex-col sm:flex-row gap-4">
|
| 81 |
+
<button class="bg-primary-500 hover:bg-primary-600 text-white px-6 py-3 rounded-lg font-medium transition transform hover:scale-105">Start Analyzing</button>
|
| 82 |
+
<button class="border border-primary-500 text-primary-500 hover:bg-primary-500/10 px-6 py-3 rounded-lg font-medium transition">How It Works</button>
|
| 83 |
+
</div>
|
| 84 |
+
</div>
|
| 85 |
+
</section>
|
| 86 |
+
|
| 87 |
+
<!-- Features Grid -->
|
| 88 |
+
<section class="mb-16">
|
| 89 |
+
<h2 class="text-3xl font-bold mb-8 text-center">Powerful <span class="text-secondary-500">Analytics</span> Tools</h2>
|
| 90 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
| 91 |
+
<!-- Feature 1 -->
|
| 92 |
+
<div class="glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800">
|
| 93 |
+
<div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4">
|
| 94 |
+
<i data-feather="zap" class="text-primary-500"></i>
|
| 95 |
+
</div>
|
| 96 |
+
<h3 class="text-xl font-bold mb-2">Real-time Signals</h3>
|
| 97 |
+
<p class="text-gray-400">Instant detection of trading signals across hundreds of Telegram channels</p>
|
| 98 |
+
</div>
|
| 99 |
+
|
| 100 |
+
<!-- Feature 2 -->
|
| 101 |
+
<div class="glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800">
|
| 102 |
+
<div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4">
|
| 103 |
+
<i data-feather="trending-up" class="text-primary-500"></i>
|
| 104 |
+
</div>
|
| 105 |
+
<h3 class="text-xl font-bold mb-2">Performance Tracking</h3>
|
| 106 |
+
<p class="text-gray-400">Track signal accuracy and trader performance over time</p>
|
| 107 |
+
</div>
|
| 108 |
+
|
| 109 |
+
<!-- Feature 3 -->
|
| 110 |
+
<div class="glass-card p-6 rounded-xl transition hover:border-primary-500 border border-gray-800">
|
| 111 |
+
<div class="w-12 h-12 rounded-full bg-primary-500/20 flex items-center justify-center mb-4">
|
| 112 |
+
<i data-feather="bar-chart-2" class="text-primary-500"></i>
|
| 113 |
+
</div>
|
| 114 |
+
<h3 class="text-xl font-bold mb-2">Smart Alerts</h3>
|
| 115 |
+
<p class="text-gray-400">Get notified when high-confidence signals are detected</p>
|
| 116 |
+
</div>
|
| 117 |
+
</div>
|
| 118 |
+
</section>
|
| 119 |
+
|
| 120 |
+
<!-- Signal Preview -->
|
| 121 |
+
<section class="mb-16">
|
| 122 |
+
<div class="flex justify-between items-center mb-6">
|
| 123 |
+
<h2 class="text-3xl font-bold">Recent <span class="text-primary-500">Signals</span></h2>
|
| 124 |
+
<a href="#" class="text-secondary-500 hover:underline flex items-center">
|
| 125 |
+
View All <i data-feather="chevron-right" class="ml-1 w-4 h-4"></i>
|
| 126 |
+
</a>
|
| 127 |
+
</div>
|
| 128 |
+
|
| 129 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
| 130 |
+
<!-- Signal Card 1 -->
|
| 131 |
+
<div class="signal-card glass-card p-6 rounded-xl border border-gray-800 transition duration-300">
|
| 132 |
+
<div class="flex justify-between items-start mb-4">
|
| 133 |
+
<div>
|
| 134 |
+
<span class="bg-green-900/50 text-green-400 px-3 py-1 rounded-full text-sm font-medium">BUY</span>
|
| 135 |
+
<h3 class="text-xl font-bold mt-2">BTC/USDT</h3>
|
| 136 |
+
</div>
|
| 137 |
+
<div class="text-right">
|
| 138 |
+
<p class="text-sm text-gray-400">2 min ago</p>
|
| 139 |
+
<p class="text-secondary-500 font-bold">83% Confidence</p>
|
| 140 |
+
</div>
|
| 141 |
+
</div>
|
| 142 |
+
<div class="space-y-3">
|
| 143 |
+
<div class="flex justify-between">
|
| 144 |
+
<span class="text-gray-400">Entry</span>
|
| 145 |
+
<span class="font-mono">$42,356.20</span>
|
| 146 |
+
</div>
|
| 147 |
+
<div class="flex justify-between">
|
| 148 |
+
<span class="text-gray-400">Stop Loss</span>
|
| 149 |
+
<span class="font-mono text-red-400">$41,200.00</span>
|
| 150 |
+
</div>
|
| 151 |
+
<div class="flex justify-between">
|
| 152 |
+
<span class="text-gray-400">Take Profit</span>
|
| 153 |
+
<span class="font-mono text-green-400">$44,500.00</span>
|
| 154 |
+
</div>
|
| 155 |
+
</div>
|
| 156 |
+
<div class="mt-4 pt-4 border-t border-gray-800 flex justify-between items-center">
|
| 157 |
+
<div class="flex items-center">
|
| 158 |
+
<div class="w-8 h-8 rounded-full bg-gray-700 flex items-center justify-center mr-2">
|
| 159 |
+
<i data-feather="user" class="w-4 h-4"></i>
|
| 160 |
+
</div>
|
| 161 |
+
<span class="text-sm">CryptoWhale</span>
|
| 162 |
+
</div>
|
| 163 |
+
<button class="text-primary-500 hover:text-primary-400">
|
| 164 |
+
<i data-feather="external-link" class="w-4 h-4"></i>
|
| 165 |
+
</button>
|
| 166 |
+
</div>
|
| 167 |
+
</div>
|
| 168 |
+
|
| 169 |
+
<!-- Signal Card 2 -->
|
| 170 |
+
<div class="signal-card glass-card p-6 rounded-xl border border-gray-800 transition duration-300">
|
| 171 |
+
<div class="flex justify-between items-start mb-4">
|
| 172 |
+
<div>
|
| 173 |
+
<span class="bg-red-900/50 text-red-400 px-3 py-1 rounded-full text-sm font-medium">SELL</span>
|
| 174 |
+
<h3 class="text-xl font-bold mt-2">ETH/USDT</h3>
|
| 175 |
+
</div>
|
| 176 |
+
<div class="text-right">
|
| 177 |
+
<p class="text-sm text-gray-400">15 min ago</p>
|
| 178 |
+
<p class="text-secondary-500 font-bold">76% Confidence</p>
|
| 179 |
+
</div>
|
| 180 |
+
</div>
|
| 181 |
+
<div class="space-y-3">
|
| 182 |
+
<div class="flex justify-between">
|
| 183 |
+
<span class="text-gray-400">Entry</span>
|
| 184 |
+
<span class="font-mono">$2,856.40</span>
|
| 185 |
+
</div>
|
| 186 |
+
<div class="flex justify-between">
|
| 187 |
+
<span class="text-gray-400">Stop Loss</span>
|
| 188 |
+
<span class="font-mono text-red-400">$2,950.00</span>
|
| 189 |
+
</div>
|
| 190 |
+
<div class="flex justify-between">
|
| 191 |
+
<span class="text-gray-400">Take Profit</span>
|
| 192 |
+
<span class="font-mono text-green-400">$2,700.00</span>
|
| 193 |
+
</div>
|
| 194 |
+
</div>
|
| 195 |
+
<div class="mt-4 pt-4 border-t border-gray-800 flex justify-between items-center">
|
| 196 |
+
<div class="flex items-center">
|
| 197 |
+
<div class="w-8 h-8 rounded-full bg-gray-700 flex items-center justify-center mr-2">
|
| 198 |
+
<i data-feather="user" class="w-4 h-4"></i>
|
| 199 |
+
</div>
|
| 200 |
+
<span class="text-sm">AltSniper</span>
|
| 201 |
+
</div>
|
| 202 |
+
<button class="text-primary-500 hover:text-primary-400">
|
| 203 |
+
<i data-feather="external-link" class="w-4 h-4"></i>
|
| 204 |
+
</button>
|
| 205 |
+
</div>
|
| 206 |
+
</div>
|
| 207 |
+
|
| 208 |
+
<!-- Signal Card 3 -->
|
| 209 |
+
<div class="signal-card glass-card p-6 rounded-xl border border-gray-800 transition duration-300">
|
| 210 |
+
<div class="flex justify-between items-start mb-4">
|
| 211 |
+
<div>
|
| 212 |
+
<span class="bg-green-900/50 text-green-400 px-3 py-1 rounded-full text-sm font-medium">BUY</span>
|
| 213 |
+
<h3 class="text-xl font-bold mt-2">SOL/USDT</h3>
|
| 214 |
+
</div>
|
| 215 |
+
<div class="text-right">
|
| 216 |
+
<p class="text-sm text-gray-400">32 min ago</p>
|
| 217 |
+
<p class="text-secondary-500 font-bold">68% Confidence</p>
|
| 218 |
+
</div>
|
| 219 |
+
</div>
|
| 220 |
+
<div class="space-y-3">
|
| 221 |
+
<div class="flex justify-between">
|
| 222 |
+
<span class="text-gray-400">Entry</span>
|
| 223 |
+
<span class="font-mono">$98.75</span>
|
| 224 |
+
</div>
|
| 225 |
+
<div class="flex justify-between">
|
| 226 |
+
<span class="text-gray-400">Stop Loss</span>
|
| 227 |
+
<span class="font-mono text-red-400">$92.00</span>
|
| 228 |
+
</div>
|
| 229 |
+
<div class="flex justify-between">
|
| 230 |
+
<span class="text-gray-400">Take Profit</span>
|
| 231 |
+
<span class="font-mono text-green-400">$112.00</span>
|
| 232 |
+
</div>
|
| 233 |
+
</div>
|
| 234 |
+
<div class="mt-4 pt-4 border-t border-gray-800 flex justify-between items-center">
|
| 235 |
+
<div class="flex items-center">
|
| 236 |
+
<div class="w-8 h-8 rounded-full bg-gray-700 flex items-center justify-center mr-2">
|
| 237 |
+
<i data-feather="user" class="w-4 h-4"></i>
|
| 238 |
+
</div>
|
| 239 |
+
<span class="text-sm">SolanaKing</span>
|
| 240 |
+
</div>
|
| 241 |
+
<button class="text-primary-500 hover:text-primary-400">
|
| 242 |
+
<i data-feather="external-link" class="w-4 h-4"></i>
|
| 243 |
+
</button>
|
| 244 |
+
</div>
|
| 245 |
+
</div>
|
| 246 |
+
</div>
|
| 247 |
+
</section>
|
| 248 |
+
|
| 249 |
+
<!-- CTA Section -->
|
| 250 |
+
<section class="glass-card p-8 rounded-xl bg-gradient-to-r from-primary-500/10 to-secondary-500/10 border border-primary-500/30">
|
| 251 |
+
<div class="text-center">
|
| 252 |
+
<h2 class="text-3xl font-bold mb-4">Ready to Supercharge Your Trading?</h2>
|
| 253 |
+
<p class="text-xl text-gray-300 mb-8 max-w-2xl mx-auto">Join thousands of traders who are making smarter decisions with our Telegram signal analysis</p>
|
| 254 |
+
<button class="bg-gradient-to-r from-primary-500 to-secondary-500 text-white px-8 py-4 rounded-lg font-bold transition transform hover:scale-105 shadow-lg shadow-primary-500/20">
|
| 255 |
+
Get Started Now
|
| 256 |
+
<i data-feather="arrow-right" class="inline ml-2 w-5 h-5"></i>
|
| 257 |
+
</button>
|
| 258 |
+
</div>
|
| 259 |
+
</section>
|
| 260 |
+
</main>
|
| 261 |
+
|
| 262 |
+
<footer class="border-t border-gray-800 py-8 mt-12">
|
| 263 |
+
<div class="container mx-auto px-4">
|
| 264 |
+
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 265 |
+
<div class="flex items-center space-x-2 mb-4 md:mb-0">
|
| 266 |
+
<i data-feather="activity" class="text-primary-500"></i>
|
| 267 |
+
<span class="text-xl font-bold">CryptoSignal Sleuth</span>
|
| 268 |
+
</div>
|
| 269 |
+
<div class="flex space-x-6">
|
| 270 |
+
<a href="#" class="hover:text-primary-500 transition">
|
| 271 |
+
<i data-feather="twitter" class="w-5 h-5"></i>
|
| 272 |
+
</a>
|
| 273 |
+
<a href="#" class="hover:text-primary-500 transition">
|
| 274 |
+
<i data-feather="github" class="w-5 h-5"></i>
|
| 275 |
+
</a>
|
| 276 |
+
<a href="#" class="hover:text-primary-500 transition">
|
| 277 |
+
<i data-feather="discord" class="w-5 h-5"></i>
|
| 278 |
+
</a>
|
| 279 |
+
<a href="#" class="hover:text-primary-500 transition">
|
| 280 |
+
<i data-feather="mail" class="w-5 h-5"></i>
|
| 281 |
+
</a>
|
| 282 |
+
</div>
|
| 283 |
+
</div>
|
| 284 |
+
<div class="mt-8 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between">
|
| 285 |
+
<div class="mb-6 md:mb-0">
|
| 286 |
+
<p class="text-gray-400">© 2023 CryptoSignal Sleuth. All rights reserved.</p>
|
| 287 |
+
</div>
|
| 288 |
+
<div class="grid grid-cols-2 md:grid-cols-3 gap-8">
|
| 289 |
+
<div>
|
| 290 |
+
<h4 class="text-sm font-semibold text-gray-400 uppercase tracking-wider mb-4">Product</h4>
|
| 291 |
+
<ul class="space-y-2">
|
| 292 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Features</a></li>
|
| 293 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Pricing</a></li>
|
| 294 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">API</a></li>
|
| 295 |
+
</ul>
|
| 296 |
+
</div>
|
| 297 |
+
<div>
|
| 298 |
+
<h4 class="text-sm font-semibold text-gray-400 uppercase tracking-wider mb-4">Company</h4>
|
| 299 |
+
<ul class="space-y-2">
|
| 300 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">About</a></li>
|
| 301 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Blog</a></li>
|
| 302 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Careers</a></li>
|
| 303 |
+
</ul>
|
| 304 |
+
</div>
|
| 305 |
+
<div>
|
| 306 |
+
<h4 class="text-sm font-semibold text-gray-400 uppercase tracking-wider mb-4">Legal</h4>
|
| 307 |
+
<ul class="space-y-2">
|
| 308 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Privacy</a></li>
|
| 309 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Terms</a></li>
|
| 310 |
+
<li><a href="#" class="text-gray-300 hover:text-primary-500 transition">Cookie Policy</a></li>
|
| 311 |
+
</ul>
|
| 312 |
+
</div>
|
| 313 |
+
</div>
|
| 314 |
+
</div>
|
| 315 |
+
</div>
|
| 316 |
+
</footer>
|
| 317 |
+
|
| 318 |
+
<script>
|
| 319 |
+
// Initialize Vanta.js globe background
|
| 320 |
+
VANTA.GLOBE({
|
| 321 |
+
el: "#vanta-bg",
|
| 322 |
+
mouseControls: true,
|
| 323 |
+
touchControls: true,
|
| 324 |
+
gyroControls: false,
|
| 325 |
+
minHeight: 200.00,
|
| 326 |
+
minWidth: 200.00,
|
| 327 |
+
scale: 1.00,
|
| 328 |
+
scaleMobile: 1.00,
|
| 329 |
+
color: "#d946ef",
|
| 330 |
+
backgroundColor: "#111827",
|
| 331 |
+
size: 1.00
|
| 332 |
+
});
|
| 333 |
+
|
| 334 |
+
// Initialize feather icons
|
| 335 |
+
feather.replace();
|
| 336 |
+
</script>
|
| 337 |
+
</body>
|
| 338 |
</html>
|