likhonsheikhdev commited on
Commit
08e2e9d
·
verified ·
1 Parent(s): 1a914b1

make - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +208 -111
index.html CHANGED
@@ -2,148 +2,245 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
6
- <meta name="description" content="Secure and instant USDT transfers with Flash USDT Sender. Fast cryptocurrency transactions with 256-bit encryption.">
7
- <meta name="keywords" content="USDT, cryptocurrency, transfer, blockchain, crypto wallet">
8
- <meta name="author" content="Flash USDT Sender">
9
- <meta property="og:title" content="Flash USDT Sender - Advanced Cryptocurrency Transfer Platform">
10
- <meta property="og:description" content="Secure and instant USDT transfers with Flash USDT Sender">
11
- <meta property="og:type" content="website">
12
- <meta property="og:url" content="https://flashusdtsender.com">
13
- <meta property="og:image" content="https://flashusdtsender.com/og-image.jpg">
14
- <meta name="twitter:card" content="summary_large_image">
15
- <title>Flash USDT Sender | Secure & Instant Cryptocurrency Transfers</title>
16
  <script src="https://cdn.tailwindcss.com"></script>
17
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
18
  <style>
19
  .gradient-bg {
20
- background: linear-gradient(135deg, #26a69a 0%, #1e88e5 100%);
21
  }
22
- .card-glow {
23
- box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 204, 153, 0.2);
 
24
  }
25
- .input-glow:focus {
26
- box-shadow: 0 0 0 2px rgba(0, 204, 153, 0.5);
27
  }
28
- .security-badge {
29
- animation: pulse 2s infinite;
30
- }
31
- @keyframes pulse {
32
- 0% { opacity: 1; }
33
- 50% { opacity: 0.7; }
34
- 100% { opacity: 1; }
35
  }
36
  </style>
37
  </head>
38
- <body class="gradient-bg min-h-screen flex items-center justify-center p-4 md:p-8">
39
- <div class="max-w-md w-full bg-white rounded-xl shadow-xl overflow-hidden card-glow mx-auto">
40
- <!-- Header -->
41
- <div class="bg-gray-900 p-4 md:p-6 flex items-center justify-between">
42
- <div class="flex items-center space-x-2 md:space-x-3">
43
- <img src="https://i.ibb.co/cX1PgJg/tether.png" alt="USDT Logo" class="h-8 w-8 md:h-10 md:w-10">
44
- <h1 class="text-white text-lg md:text-xl font-bold">Flash USDT Sender</h1>
45
  </div>
46
- <div class="security-badge bg-green-500 text-white text-xs px-2 py-1 rounded-full flex items-center">
47
- <i class="fas fa-lock mr-1 text-[10px] md:text-xs"></i>
48
- <span class="text-[10px] md:text-xs">Secure</span>
 
49
  </div>
 
 
 
50
  </div>
51
-
52
- <!-- Main Content -->
53
- <div class="p-4 md:p-6">
54
- <div class="text-center mb-4 md:mb-6">
55
- <h2 class="text-xl md:text-2xl font-bold text-gray-800 mb-1 md:mb-2">Secure Access Required</h2>
56
- <p class="text-gray-600 text-sm md:text-base">Enter your access key to continue</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  </div>
58
 
59
- <form id="accessForm" class="space-y-4">
60
- <div class="space-y-1">
61
- <label for="accessKey" class="block text-xs md:text-sm font-medium text-gray-700">Access Key</label>
62
- <div class="relative">
63
- <input
64
- type="password"
65
- id="accessKey"
66
- class="w-full px-3 py-2 md:px-4 md:py-3 text-sm md:text-base rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-green-500 input-glow transition"
67
- placeholder="Enter your secure access key"
68
- required
69
- >
70
- <button type="button" id="toggleKey" class="absolute right-3 top-1/2 -translate-y-1/2 text-gray-500 hover:text-gray-700">
71
- <i class="fas fa-eye text-sm md:text-base"></i>
72
- </button>
 
 
 
 
 
 
73
  </div>
 
 
 
 
74
  </div>
75
 
76
- <div class="pt-1 md:pt-2">
77
- <button
78
- type="submit"
79
- class="w-full bg-green-600 hover:bg-green-700 text-white font-medium md:font-bold py-2 px-3 md:py-3 md:px-4 rounded-lg transition duration-200 flex items-center justify-center text-sm md:text-base"
80
- >
81
- <i class="fas fa-unlock-alt mr-1 md:mr-2 text-sm md:text-base"></i>
82
- Unlock Platform
83
- </button>
84
- </div>
85
- </form>
86
-
87
- <div class="mt-4 md:mt-6 pt-4 md:pt-6 border-t border-gray-200">
88
- <div class="grid grid-cols-3 gap-2 md:gap-4">
89
- <div class="text-center">
90
- <div class="text-green-600 mb-1">
91
- <i class="fas fa-shield-alt text-xl md:text-2xl"></i>
92
- </div>
93
- <p class="text-[10px] md:text-xs text-gray-600">256-bit Encryption</p>
94
  </div>
95
- <div class="text-center">
96
- <div class="text-green-600 mb-1">
97
- <i class="fas fa-bolt text-xl md:text-2xl"></i>
98
- </div>
99
- <p class="text-[10px] md:text-xs text-gray-600">Instant Transfers</p>
 
 
 
 
 
100
  </div>
101
- <div class="text-center">
102
- <div class="text-green-600 mb-1">
103
- <i class="fas fa-globe text-xl md:text-2xl"></i>
104
- </div>
105
- <p class="text-[10px] md:text-xs text-gray-600">Global Network</p>
 
 
 
 
 
106
  </div>
 
 
 
 
107
  </div>
108
  </div>
109
  </div>
110
-
111
- <!-- Footer -->
112
- <div class="bg-gray-100 px-4 md:px-6 py-3 md:py-4 text-center">
113
- <p class="text-[10px] md:text-xs text-gray-600">
114
- © 2023 Flash USDT Sender. All rights reserved.
115
- <span class="block mt-1 space-x-2">
116
- <a href="#" class="text-green-600 hover:underline inline-block">Terms</a>
117
- <span class="text-gray-400">|</span>
118
- <a href="#" class="text-green-600 hover:underline inline-block">Privacy</a>
119
- <span class="text-gray-400">|</span>
120
- <a href="#" class="text-green-600 hover:underline inline-block">Support</a>
121
- </span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  </p>
 
 
 
123
  </div>
124
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
 
126
  <script>
127
- document.addEventListener('DOMContentLoaded', function() {
128
- const toggleKey = document.getElementById('toggleKey');
129
- const accessKey = document.getElementById('accessKey');
 
130
 
131
- toggleKey.addEventListener('click', function() {
132
- if (accessKey.type === 'password') {
133
- accessKey.type = 'text';
134
- toggleKey.innerHTML = '<i class="fas fa-eye-slash"></i>';
135
- } else {
136
- accessKey.type = 'password';
137
- toggleKey.innerHTML = '<i class="fas fa-eye"></i>';
138
- }
139
- });
140
 
141
- document.getElementById('accessForm').addEventListener('submit', function(e) {
142
- e.preventDefault();
143
- // Here you would normally handle the form submission
144
- alert('Access key submitted! (This is a demo)');
145
- });
146
  });
 
 
 
 
 
147
  </script>
148
  <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=likhonsheikhdev/flashusdt" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
149
  </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>Flash USDT Sender - Advanced Cryptocurrency Transfer Platform</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
  .gradient-bg {
11
+ background: linear-gradient(135deg, #00ff87 0%, #60efff 100%);
12
  }
13
+ .feature-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
  }
17
+ .glow {
18
+ animation: glow 2s ease-in-out infinite alternate;
19
  }
20
+ @keyframes glow {
21
+ from {
22
+ box-shadow: 0 0 5px rgba(0, 255, 135, 0.5);
23
+ }
24
+ to {
25
+ box-shadow: 0 0 20px rgba(0, 255, 135, 0.8);
26
+ }
27
  }
28
  </style>
29
  </head>
30
+ <body class="bg-gray-900 text-white font-sans">
31
+ <!-- Header/Navigation -->
32
+ <header class="gradient-bg py-4 px-6 shadow-lg">
33
+ <div class="container mx-auto flex justify-between items-center">
34
+ <div class="flex items-center space-x-2">
35
+ <i class="fas fa-bolt text-2xl text-yellow-300"></i>
36
+ <h1 class="text-2xl font-bold">Flash USDT Sender</h1>
37
  </div>
38
+ <div class="hidden md:flex space-x-6">
39
+ <a href="#features" class="hover:text-yellow-300 transition">Features</a>
40
+ <a href="#how-it-works" class="hover:text-yellow-300 transition">How It Works</a>
41
+ <a href="#support" class="hover:text-yellow-300 transition">Support</a>
42
  </div>
43
+ <button class="md:hidden text-2xl">
44
+ <i class="fas fa-bars"></i>
45
+ </button>
46
  </div>
47
+ </header>
48
+
49
+ <!-- Hero Section -->
50
+ <section class="py-16 px-6">
51
+ <div class="container mx-auto flex flex-col md:flex-row items-center">
52
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
53
+ <h2 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">
54
+ Advanced <span class="text-green-400">USDT Transfer</span> Platform
55
+ </h2>
56
+ <p class="text-gray-300 mb-8 text-lg">
57
+ Send USDT instantly across multiple blockchain networks with our powerful platform.
58
+ </p>
59
+
60
+ <div class="bg-gray-800 rounded-xl p-6 glow max-w-md">
61
+ <h3 class="text-xl font-semibold mb-4">Get Access Now</h3>
62
+ <p class="text-gray-300 mb-4">Enter your email to receive your access key after payment.</p>
63
+
64
+ <form id="accessForm" class="space-y-4">
65
+ <div>
66
+ <label for="email" class="block text-sm font-medium text-gray-300 mb-1">Email Address</label>
67
+ <input type="email" id="email" required
68
+ class="w-full px-4 py-3 rounded-lg bg-gray-700 border border-gray-600 focus:border-green-400 focus:outline-none transition">
69
+ </div>
70
+ <button type="submit"
71
+ class="w-full gradient-bg text-gray-900 font-bold py-3 px-6 rounded-lg hover:opacity-90 transition flex items-center justify-center">
72
+ <i class="fas fa-lock-open mr-2"></i> Get Access Key
73
+ </button>
74
+ </form>
75
+ </div>
76
  </div>
77
 
78
+ <div class="md:w-1/2">
79
+ <img src="https://raw.githubusercontent.com/FlashUSDTSenderSoftware/FlashUSDTSenderSoftware.github.io/refs/heads/main/IMG_0208.jpeg"
80
+ alt="Flash USDT Sender"
81
+ class="rounded-xl shadow-2xl w-full h-auto border-4 border-gray-700">
82
+ </div>
83
+ </div>
84
+ </section>
85
+
86
+ <!-- Features Section -->
87
+ <section id="features" class="py-16 px-6 bg-gray-800">
88
+ <div class="container mx-auto">
89
+ <h2 class="text-3xl font-bold text-center mb-12">
90
+ Powerful <span class="text-green-400">Features</span>
91
+ </h2>
92
+
93
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
94
+ <!-- Feature 1 -->
95
+ <div class="feature-card bg-gray-900 rounded-xl p-6 transition duration-300">
96
+ <div class="text-green-400 text-4xl mb-4">
97
+ <i class="fas fa-bolt"></i>
98
  </div>
99
+ <h3 class="text-xl font-semibold mb-2">Instant Access</h3>
100
+ <p class="text-gray-300">
101
+ Get immediate access to our platform after payment is confirmed.
102
+ </p>
103
  </div>
104
 
105
+ <!-- Feature 2 -->
106
+ <div class="feature-card bg-gray-900 rounded-xl p-6 transition duration-300">
107
+ <div class="text-blue-400 text-4xl mb-4">
108
+ <i class="fas fa-globe"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  </div>
110
+ <h3 class="text-xl font-semibold mb-2">Multi-network Support</h3>
111
+ <p class="text-gray-300">
112
+ Send USDT across multiple blockchain networks (TRC20, ERC20) with ease.
113
+ </p>
114
+ </div>
115
+
116
+ <!-- Feature 3 -->
117
+ <div class="feature-card bg-gray-900 rounded-xl p-6 transition duration-300">
118
+ <div class="text-yellow-400 text-4xl mb-4">
119
+ <i class="fas fa-headset"></i>
120
  </div>
121
+ <h3 class="text-xl font-semibold mb-2">24/7 Support</h3>
122
+ <p class="text-gray-300">
123
+ Our team is always available to help with any issues you encounter.
124
+ </p>
125
+ </div>
126
+
127
+ <!-- Feature 4 -->
128
+ <div class="feature-card bg-gray-900 rounded-xl p-6 transition duration-300">
129
+ <div class="text-purple-400 text-4xl mb-4">
130
+ <i class="fas fa-sync-alt"></i>
131
  </div>
132
+ <h3 class="text-xl font-semibold mb-2">Regular Updates</h3>
133
+ <p class="text-gray-300">
134
+ Benefit from continuous platform enhancements and new features.
135
+ </p>
136
  </div>
137
  </div>
138
  </div>
139
+ </section>
140
+
141
+ <!-- Product Preview Section -->
142
+ <section class="py-16 px-6">
143
+ <div class="container mx-auto">
144
+ <div class="flex flex-col md:flex-row items-center">
145
+ <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
146
+ <img src="https://raw.githubusercontent.com/FlashUSDTSenderSoftware/FlashUSDTSenderSoftware.github.io/refs/heads/main/Copy%20of%20Green%20Modern%20Futuristic%20Artificial%20Intelligence%20Presentation.jpeg"
147
+ alt="Flash USDT Sender Interface"
148
+ class="rounded-xl shadow-2xl w-full h-auto border-4 border-gray-700">
149
+ </div>
150
+
151
+ <div class="md:w-1/2">
152
+ <h2 class="text-3xl font-bold mb-6">
153
+ <span class="text-green-400">Modern</span> & <span class="text-blue-400">Intuitive</span> Interface
154
+ </h2>
155
+ <p class="text-gray-300 mb-6 text-lg">
156
+ Our platform combines powerful functionality with an easy-to-use interface designed for both beginners and experienced crypto users.
157
+ </p>
158
+
159
+ <ul class="space-y-4">
160
+ <li class="flex items-start">
161
+ <i class="fas fa-check-circle text-green-400 mt-1 mr-3"></i>
162
+ <span class="text-gray-300">Real-time transaction monitoring</span>
163
+ </li>
164
+ <li class="flex items-start">
165
+ <i class="fas fa-check-circle text-green-400 mt-1 mr-3"></i>
166
+ <span class="text-gray-300">Network fee optimization</span>
167
+ </li>
168
+ <li class="flex items-start">
169
+ <i class="fas fa-check-circle text-green-400 mt-1 mr-3"></i>
170
+ <span class="text-gray-300">Address book for frequent transfers</span>
171
+ </li>
172
+ <li class="flex items-start">
173
+ <i class="fas fa-check-circle text-green-400 mt-1 mr-3"></i>
174
+ <span class="text-gray-300">Transaction history with export options</span>
175
+ </li>
176
+ </ul>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ </section>
181
+
182
+ <!-- CTA Section -->
183
+ <section class="gradient-bg py-16 px-6 text-gray-900">
184
+ <div class="container mx-auto text-center">
185
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Experience Lightning-Fast USDT Transfers?</h2>
186
+ <p class="text-xl mb-8 max-w-2xl mx-auto">
187
+ Join thousands of satisfied users who trust Flash USDT Sender for their cryptocurrency transfers.
188
  </p>
189
+ <button class="bg-gray-900 text-white font-bold py-3 px-8 rounded-lg hover:bg-gray-800 transition flex items-center mx-auto">
190
+ <i class="fas fa-rocket mr-2"></i> Get Started Now
191
+ </button>
192
  </div>
193
+ </section>
194
+
195
+ <!-- Footer -->
196
+ <footer class="bg-gray-800 py-8 px-6">
197
+ <div class="container mx-auto">
198
+ <div class="flex flex-col md:flex-row justify-between items-center">
199
+ <div class="mb-6 md:mb-0">
200
+ <div class="flex items-center space-x-2">
201
+ <i class="fas fa-bolt text-2xl text-green-400"></i>
202
+ <h3 class="text-xl font-bold">Flash USDT Sender</h3>
203
+ </div>
204
+ <p class="text-gray-400 mt-2">Advanced Cryptocurrency Transfer Platform</p>
205
+ </div>
206
+
207
+ <div class="flex space-x-6">
208
+ <a href="#" class="text-gray-400 hover:text-green-400 transition">
209
+ <i class="fab fa-telegram text-2xl"></i>
210
+ </a>
211
+ <a href="#" class="text-gray-400 hover:text-green-400 transition">
212
+ <i class="fab fa-twitter text-2xl"></i>
213
+ </a>
214
+ <a href="#" class="text-gray-400 hover:text-green-400 transition">
215
+ <i class="fab fa-discord text-2xl"></i>
216
+ </a>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
221
+ <p>&copy; 2023 Flash USDT Sender. All rights reserved.</p>
222
+ </div>
223
+ </div>
224
+ </footer>
225
 
226
  <script>
227
+ // Form submission handling
228
+ document.getElementById('accessForm').addEventListener('submit', function(e) {
229
+ e.preventDefault();
230
+ const email = document.getElementById('email').value;
231
 
232
+ // Here you would typically send the email to your backend
233
+ // For demo purposes, we'll just show an alert
234
+ alert(`Access key will be sent to: ${email}\n(Simulated for demo purposes)`);
 
 
 
 
 
 
235
 
236
+ // Reset form
237
+ this.reset();
 
 
 
238
  });
239
+
240
+ // Mobile menu toggle would go here
241
+ // document.querySelector('.mobile-menu-button').addEventListener('click', function() {
242
+ // document.querySelector('.mobile-menu').classList.toggle('hidden');
243
+ // });
244
  </script>
245
  <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=likhonsheikhdev/flashusdt" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
246
  </html>