ocholla144 commited on
Commit
fb819b4
·
verified ·
1 Parent(s): 35b3cec

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +600 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Latstt
3
- emoji: 👁
4
- colorFrom: green
5
  colorTo: pink
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: latstt
3
+ emoji: 🐳
4
+ colorFrom: blue
5
  colorTo: pink
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,600 @@
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>VELNEXOR - Web3 Solutions & Blockchain Academy</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>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ vlnxPrimary: '#6d28d9',
15
+ vlnxSecondary: '#8b5cf6',
16
+ vlnxDark: '#1e1b4b',
17
+ vlnxLight: '#e9d5ff',
18
+ },
19
+ fontFamily: {
20
+ sans: ['Inter', 'sans-serif'],
21
+ },
22
+ }
23
+ }
24
+ }
25
+ </script>
26
+ <style>
27
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
28
+
29
+ body {
30
+ font-family: 'Inter', sans-serif;
31
+ background-color: #f8fafc;
32
+ }
33
+
34
+ .gradient-bg {
35
+ background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
36
+ }
37
+
38
+ .token-card {
39
+ perspective: 1000px;
40
+ }
41
+
42
+ .token-card-inner {
43
+ transition: transform 0.6s;
44
+ transform-style: preserve-3d;
45
+ }
46
+
47
+ .token-card:hover .token-card-inner {
48
+ transform: rotateY(180deg);
49
+ }
50
+
51
+ .token-card-front, .token-card-back {
52
+ backface-visibility: hidden;
53
+ }
54
+
55
+ .token-card-back {
56
+ transform: rotateY(180deg);
57
+ }
58
+
59
+ .service-card:hover {
60
+ transform: translateY(-10px);
61
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
62
+ }
63
+
64
+ .animated-wave {
65
+ animation: wave 8s ease-in-out infinite;
66
+ }
67
+
68
+ @keyframes wave {
69
+ 0%, 100% {
70
+ transform: rotate(0deg);
71
+ }
72
+ 25% {
73
+ transform: rotate(5deg);
74
+ }
75
+ 75% {
76
+ transform: rotate(-5deg);
77
+ }
78
+ }
79
+
80
+ .typing-demo {
81
+ width: 22ch;
82
+ animation: typing 2s steps(22), blink .5s step-end infinite alternate;
83
+ white-space: nowrap;
84
+ overflow: hidden;
85
+ border-right: 3px solid;
86
+ font-family: monospace;
87
+ }
88
+
89
+ @keyframes typing {
90
+ from {
91
+ width: 0
92
+ }
93
+ }
94
+
95
+ @keyframes blink {
96
+ 50% {
97
+ border-color: transparent
98
+ }
99
+ }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <!-- Navigation -->
104
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
105
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
106
+ <div class="flex justify-between h-16">
107
+ <div class="flex items-center">
108
+ <div class="flex-shrink-0 flex items-center">
109
+ <i class="fas fa-cube text-vlnxPrimary text-2xl mr-2"></i>
110
+ <span class="text-xl font-bold text-vlnxDark">VELNEXOR</span>
111
+ </div>
112
+ </div>
113
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
114
+ <a href="#services" class="text-gray-700 hover:text-vlnxPrimary px-3 py-2 text-sm font-medium">Services</a>
115
+ <a href="#token" class="text-gray-700 hover:text-vlnxPrimary px-3 py-2 text-sm font-medium">VLNX Token</a>
116
+ <a href="#blockchain" class="text-gray-700 hover:text-vlnxPrimary px-3 py-2 text-sm font-medium">Blockchain</a>
117
+ <a href="#academy" class="text-gray-700 hover:text-vlnxPrimary px-3 py-2 text-sm font-medium">Academy</a>
118
+ <a href="#about" class="text-gray-700 hover:text-vlnxPrimary px-3 py-2 text-sm font-medium">About</a>
119
+ </div>
120
+ <div class="flex items-center">
121
+ <button class="bg-vlnxPrimary text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-vlnxSecondary transition duration-300">
122
+ Connect Wallet
123
+ </button>
124
+ <button class="md:hidden ml-4 inline-flex items-center justify-center p-2 rounded-md text-gray-700">
125
+ <i class="fas fa-bars"></i>
126
+ </button>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </nav>
131
+
132
+ <!-- Hero Section -->
133
+ <section class="gradient-bg text-white">
134
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32">
135
+ <div class="md:flex items-center">
136
+ <div class="md:w-1/2 mb-10 md:mb-0">
137
+ <h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">
138
+ The Future of <span class="typing-demo">Web3 Solutions</span>
139
+ </h1>
140
+ <p class="text-xl mb-8 opacity-90">
141
+ VELNEXOR provides comprehensive Web3 services, blockchain solutions, and education to power the decentralized future.
142
+ </p>
143
+ <div class="flex space-x-4">
144
+ <button class="bg-white text-vlnxPrimary px-6 py-3 rounded-md text-lg font-semibold hover:bg-opacity-90 transition duration-300">
145
+ Explore Services
146
+ </button>
147
+ <button class="border-2 border-white text-white px-6 py-3 rounded-md text-lg font-semibold hover:bg-white hover:bg-opacity-10 transition duration-300">
148
+ Learn More
149
+ </button>
150
+ </div>
151
+ </div>
152
+ <div class="md:w-1/2 flex justify-center animated-wave">
153
+ <img src="https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2232&q=80" alt="Blockchain Technology" class="rounded-xl shadow-2xl w-full max-w-lg">
154
+ </div>
155
+ </div>
156
+ </div>
157
+ </section>
158
+
159
+ <!-- Services Section -->
160
+ <section id="services" class="py-20 bg-white">
161
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
162
+ <div class="text-center mb-16">
163
+ <h2 class="text-3xl font-bold text-vlnxDark mb-4">Our Web3 Services</h2>
164
+ <p class="text-gray-600 max-w-2xl mx-auto">
165
+ Comprehensive solutions to build, grow, and secure your Web3 projects
166
+ </p>
167
+ </div>
168
+
169
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
170
+ <!-- Service 1 -->
171
+ <div class="service-card bg-white rounded-xl shadow-lg p-8 transition duration-300">
172
+ <div class="text-vlnxPrimary mb-4">
173
+ <i class="fas fa-code text-4xl"></i>
174
+ </div>
175
+ <h3 class="text-xl font-bold text-vlnxDark mb-3">Smart Contract Development</h3>
176
+ <p class="text-gray-600">
177
+ Secure, audited smart contracts for DeFi, NFTs, DAOs, and more. We build on Ethereum, Solana, Polygon, and other leading blockchains.
178
+ </p>
179
+ </div>
180
+
181
+ <!-- Service 2 -->
182
+ <div class="service-card bg-white rounded-xl shadow-lg p-8 transition duration-300">
183
+ <div class="text-vlnxPrimary mb-4">
184
+ <i class="fas fa-wallet text-4xl"></i>
185
+ </div>
186
+ <h3 class="text-xl font-bold text-vlnxDark mb-3">DeFi Solutions</h3>
187
+ <p class="text-gray-600">
188
+ Custom decentralized finance applications including DEXs, lending protocols, yield farming strategies, and asset management tools.
189
+ </p>
190
+ </div>
191
+
192
+ <!-- Service 3 -->
193
+ <div class="service-card bg-white rounded-xl shadow-lg p-8 transition duration-300">
194
+ <div class="text-vlnxPrimary mb-4">
195
+ <i class="fas fa-image text-4xl"></i>
196
+ </div>
197
+ <h3 class="text-xl font-bold text-vlnxDark mb-3">NFT Ecosystem</h3>
198
+ <p class="text-gray-600">
199
+ End-to-end NFT solutions from minting platforms to marketplaces, with integrated royalty systems and community features.
200
+ </p>
201
+ </div>
202
+
203
+ <!-- Service 4 -->
204
+ <div class="service-card bg-white rounded-xl shadow-lg p-8 transition duration-300">
205
+ <div class="text-vlnxPrimary mb-4">
206
+ <i class="fas fa-users text-4xl"></i>
207
+ </div>
208
+ <h3 class="text-xl font-bold text-vlnxDark mb-3">DAO Framework</h3>
209
+ <p class="text-gray-600">
210
+ Complete DAO infrastructure including governance systems, treasury management, voting mechanisms, and member coordination tools.
211
+ </p>
212
+ </div>
213
+
214
+ <!-- Service 5 -->
215
+ <div class="service-card bg-white rounded-xl shadow-lg p-8 transition duration-300">
216
+ <div class="text-vlnxPrimary mb-4">
217
+ <i class="fas fa-shield-alt text-4xl"></i>
218
+ </div>
219
+ <h3 class="text-xl font-bold text-vlnxDark mb-3">Security & Auditing</h3>
220
+ <p class="text-gray-600">
221
+ Comprehensive smart contract audits, penetration testing, and security best practices to protect your Web3 applications.
222
+ </p>
223
+ </div>
224
+
225
+ <!-- Service 6 -->
226
+ <div class="service-card bg-white rounded-xl shadow-lg p-8 transition duration-300">
227
+ <div class="text-vlnxPrimary mb-4">
228
+ <i class="fas fa-chart-line text-4xl"></i>
229
+ </div>
230
+ <h3 class="text-xl font-bold text-vlnxDark mb-3">Tokenomics Design</h3>
231
+ <p class="text-gray-600">
232
+ Strategic token design including utility, distribution models, vesting schedules, and economic sustainability planning.
233
+ </p>
234
+ </div>
235
+ </div>
236
+ </div>
237
+ </section>
238
+
239
+ <!-- Token Section -->
240
+ <section id="token" class="py-20 bg-vlnxLight">
241
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
242
+ <div class="md:flex items-center">
243
+ <div class="md:w-1/2 mb-10 md:mb-0">
244
+ <h2 class="text-3xl font-bold text-vlnxDark mb-6">The VLNX Token</h2>
245
+ <p class="text-gray-700 mb-6">
246
+ The VLNX token powers the VELNEXOR ecosystem, providing access to services, governance rights, and staking rewards.
247
+ </p>
248
+ <ul class="space-y-3 mb-8">
249
+ <li class="flex items-start">
250
+ <i class="fas fa-check-circle text-vlnxPrimary mt-1 mr-2"></i>
251
+ <span>Access premium VELNEXOR services at discounted rates</span>
252
+ </li>
253
+ <li class="flex items-start">
254
+ <i class="fas fa-check-circle text-vlnxPrimary mt-1 mr-2"></i>
255
+ <span>Participate in platform governance and decision making</span>
256
+ </li>
257
+ <li class="flex items-start">
258
+ <i class="fas fa-check-circle text-vlnxPrimary mt-1 mr-2"></i>
259
+ <span>Earn staking rewards and yield farming opportunities</span>
260
+ </li>
261
+ <li class="flex items-start">
262
+ <i class="fas fa-check-circle text-vlnxPrimary mt-1 mr-2"></i>
263
+ <span>Exclusive access to academy courses and resources</span>
264
+ </li>
265
+ </ul>
266
+ <button class="bg-vlnxPrimary text-white px-6 py-3 rounded-md text-lg font-semibold hover:bg-vlnxSecondary transition duration-300">
267
+ Tokenomics Details
268
+ </button>
269
+ </div>
270
+ <div class="md:w-1/2 flex justify-center">
271
+ <div class="token-card w-64 h-96">
272
+ <div class="token-card-inner relative w-full h-full">
273
+ <div class="token-card-front absolute w-full h-full bg-gradient-to-br from-vlnxPrimary to-vlnxSecondary rounded-xl shadow-2xl flex flex-col items-center justify-center p-6 text-white">
274
+ <i class="fas fa-coins text-6xl mb-4"></i>
275
+ <h3 class="text-2xl font-bold mb-2">VLNX Token</h3>
276
+ <p class="text-center">Powering the VELNEXOR Ecosystem</p>
277
+ </div>
278
+ <div class="token-card-back absolute w-full h-full bg-white rounded-xl shadow-2xl flex flex-col items-center justify-center p-6 text-vlnxDark">
279
+ <h3 class="text-xl font-bold mb-4">Token Details</h3>
280
+ <div class="text-left w-full space-y-2">
281
+ <p><span class="font-semibold">Symbol:</span> VLNX</p>
282
+ <p><span class="font-semibold">Chain:</span> Multichain</p>
283
+ <p><span class="font-semibold">Supply:</span> 1 Billion</p>
284
+ <p><span class="font-semibold">Type:</span> Utility & Governance</p>
285
+ </div>
286
+ <button class="mt-6 bg-vlnxPrimary text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-vlnxSecondary transition duration-300">
287
+ Buy Now
288
+ </button>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </section>
296
+
297
+ <!-- Blockchain Section -->
298
+ <section id="blockchain" class="py-20 bg-white">
299
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
300
+ <div class="text-center mb-16">
301
+ <h2 class="text-3xl font-bold text-vlnxDark mb-4">Blockchain Solutions</h2>
302
+ <p class="text-gray-600 max-w-2xl mx-auto">
303
+ Custom blockchain development and enterprise solutions tailored to your needs
304
+ </p>
305
+ </div>
306
+
307
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
308
+ <div class="bg-vlnxDark text-white rounded-xl p-8">
309
+ <h3 class="text-xl font-bold mb-4">Private Blockchain Networks</h3>
310
+ <p class="mb-6">
311
+ Secure, scalable private blockchain solutions for enterprises with custom consensus mechanisms and permissioned access.
312
+ </p>
313
+ <ul class="space-y-3">
314
+ <li class="flex items-start">
315
+ <i class="fas fa-check text-vlnxSecondary mt-1 mr-2"></i>
316
+ <span>Custom consensus algorithms</span>
317
+ </li>
318
+ <li class="flex items-start">
319
+ <i class="fas fa-check text-vlnxSecondary mt-1 mr-2"></i>
320
+ <span>Enterprise-grade security</span>
321
+ </li>
322
+ <li class="flex items-start">
323
+ <i class="fas fa-check text-vlnxSecondary mt-1 mr-2"></i>
324
+ <span>Interoperability features</span>
325
+ </li>
326
+ </ul>
327
+ </div>
328
+
329
+ <div class="bg-vlnxLight text-vlnxDark rounded-xl p-8">
330
+ <h3 class="text-xl font-bold mb-4">Public Blockchain Integration</h3>
331
+ <p class="mb-6">
332
+ Seamless integration with major public blockchains including Ethereum, Polygon, Solana, and more.
333
+ </p>
334
+ <ul class="space-y-3">
335
+ <li class="flex items-start">
336
+ <i class="fas fa-check text-vlnxPrimary mt-1 mr-2"></i>
337
+ <span>Cross-chain bridges</span>
338
+ </li>
339
+ <li class="flex items-start">
340
+ <i class="fas fa-check text-vlnxPrimary mt-1 mr-2"></i>
341
+ <span>Layer 2 solutions</span>
342
+ </li>
343
+ <li class="flex items-start">
344
+ <i class="fas fa-check text-vlnxPrimary mt-1 mr-2"></i>
345
+ <span>Oracle integration</span>
346
+ </li>
347
+ </ul>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="bg-gradient-to-r from-vlnxPrimary to-vlnxSecondary text-white rounded-xl p-8">
352
+ <div class="md:flex items-center">
353
+ <div class="md:w-2/3 mb-6 md:mb-0">
354
+ <h3 class="text-xl font-bold mb-3">Need a Custom Blockchain Solution?</h3>
355
+ <p>
356
+ Our team of blockchain architects can design and implement a solution tailored to your specific business requirements.
357
+ </p>
358
+ </div>
359
+ <div class="md:w-1/3 flex justify-end">
360
+ <button class="bg-white text-vlnxPrimary px-6 py-3 rounded-md text-lg font-semibold hover:bg-opacity-90 transition duration-300">
361
+ Contact Us
362
+ </button>
363
+ </div>
364
+ </div>
365
+ </div>
366
+ </div>
367
+ </section>
368
+
369
+ <!-- Academy Section -->
370
+ <section id="academy" class="py-20 bg-gray-50">
371
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
372
+ <div class="text-center mb-16">
373
+ <h2 class="text-3xl font-bold text-vlnxDark mb-4">VELNEXOR Academy</h2>
374
+ <p class="text-gray-600 max-w-2xl mx-auto">
375
+ Learn blockchain development, smart contract programming, and Web3 fundamentals from industry experts
376
+ </p>
377
+ </div>
378
+
379
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-12">
380
+ <!-- Course 1 -->
381
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden">
382
+ <div class="h-48 bg-gradient-to-r from-vlnxPrimary to-vlnxSecondary flex items-center justify-center">
383
+ <i class="fas fa-ethereum text-white text-6xl"></i>
384
+ </div>
385
+ <div class="p-6">
386
+ <h3 class="text-xl font-bold text-vlnxDark mb-2">Blockchain Fundamentals</h3>
387
+ <p class="text-gray-600 mb-4">
388
+ Learn the core concepts of blockchain technology, consensus mechanisms, and decentralized systems.
389
+ </p>
390
+ <div class="flex justify-between items-center">
391
+ <span class="text-sm text-gray-500">Beginner • 4 Weeks</span>
392
+ <button class="text-vlnxPrimary font-medium hover:text-vlnxSecondary">
393
+ Enroll Now
394
+ </button>
395
+ </div>
396
+ </div>
397
+ </div>
398
+
399
+ <!-- Course 2 -->
400
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden">
401
+ <div class="h-48 bg-gradient-to-r from-vlnxPrimary to-vlnxSecondary flex items-center justify-center">
402
+ <i class="fas fa-solid fa-code text-white text-6xl"></i>
403
+ </div>
404
+ <div class="p-6">
405
+ <h3 class="text-xl font-bold text-vlnxDark mb-2">Smart Contract Development</h3>
406
+ <p class="text-gray-600 mb-4">
407
+ Master Solidity and build secure smart contracts for Ethereum and EVM-compatible chains.
408
+ </p>
409
+ <div class="flex justify-between items-center">
410
+ <span class="text-sm text-gray-500">Intermediate • 6 Weeks</span>
411
+ <button class="text-vlnxPrimary font-medium hover:text-vlnxSecondary">
412
+ Enroll Now
413
+ </button>
414
+ </div>
415
+ </div>
416
+ </div>
417
+
418
+ <!-- Course 3 -->
419
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden">
420
+ <div class="h-48 bg-gradient-to-r from-vlnxPrimary to-vlnxSecondary flex items-center justify-center">
421
+ <i class="fas fa-chart-pie text-white text-6xl"></i>
422
+ </div>
423
+ <div class="p-6">
424
+ <h3 class="text-xl font-bold text-vlnxDark mb-2">DeFi & Tokenomics</h3>
425
+ <p class="text-gray-600 mb-4">
426
+ Understand decentralized finance protocols and design effective token economies.
427
+ </p>
428
+ <div class="flex justify-between items-center">
429
+ <span class="text-sm text-gray-500">Advanced • 8 Weeks</span>
430
+ <button class="text-vlnxPrimary font-medium hover:text-vlnxSecondary">
431
+ Enroll Now
432
+ </button>
433
+ </div>
434
+ </div>
435
+ </div>
436
+ </div>
437
+
438
+ <div class="text-center">
439
+ <button class="bg-vlnxPrimary text-white px-6 py-3 rounded-md text-lg font-semibold hover:bg-vlnxSecondary transition duration-300">
440
+ View All Courses
441
+ </button>
442
+ </div>
443
+ </div>
444
+ </section>
445
+
446
+ <!-- About Section -->
447
+ <section id="about" class="py-20 bg-vlnxDark text-white">
448
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
449
+ <div class="md:flex items-center">
450
+ <div class="md:w-1/2 mb-10 md:mb-0">
451
+ <h2 class="text-3xl font-bold mb-6">About VELNEXOR</h2>
452
+ <p class="mb-6 opacity-90">
453
+ Founded in 2022, VELNEXOR is a leading Web3 solutions provider with a mission to accelerate blockchain adoption through innovative technology and education.
454
+ </p>
455
+ <p class="mb-8 opacity-90">
456
+ Our team of blockchain experts, developers, and educators come from diverse backgrounds in technology, finance, and academia, united by a shared vision of a decentralized future.
457
+ </p>
458
+ <div class="flex space-x-4">
459
+ <a href="#" class="w-10 h-10 rounded-full bg-white bg-opacity-10 flex items-center justify-center hover:bg-opacity-20 transition duration-300">
460
+ <i class="fab fa-twitter"></i>
461
+ </a>
462
+ <a href="#" class="w-10 h-10 rounded-full bg-white bg-opacity-10 flex items-center justify-center hover:bg-opacity-20 transition duration-300">
463
+ <i class="fab fa-discord"></i>
464
+ </a>
465
+ <a href="#" class="w-10 h-10 rounded-full bg-white bg-opacity-10 flex items-center justify-center hover:bg-opacity-20 transition duration-300">
466
+ <i class="fab fa-github"></i>
467
+ </a>
468
+ <a href="#" class="w-10 h-10 rounded-full bg-white bg-opacity-10 flex items-center justify-center hover:bg-opacity-20 transition duration-300">
469
+ <i class="fab fa-telegram"></i>
470
+ </a>
471
+ </div>
472
+ </div>
473
+ <div class="md:w-1/2">
474
+ <div class="bg-white bg-opacity-10 rounded-xl p-8">
475
+ <h3 class="text-xl font-bold mb-4">Join Our Community</h3>
476
+ <p class="mb-6 opacity-90">
477
+ Stay updated with the latest news, product releases, and educational content from VELNEXOR.
478
+ </p>
479
+ <form>
480
+ <div class="mb-4">
481
+ <input type="email" placeholder="Your email address" class="w-full bg-white bg-opacity-10 border border-white border-opacity-20 rounded-md px-4 py-3 text-white placeholder-white placeholder-opacity-70 focus:outline-none focus:ring-2 focus:ring-vlnxSecondary">
482
+ </div>
483
+ <button type="submit" class="w-full bg-vlnxPrimary text-white px-6 py-3 rounded-md text-lg font-semibold hover:bg-vlnxSecondary transition duration-300">
484
+ Subscribe
485
+ </button>
486
+ </form>
487
+ </div>
488
+ </div>
489
+ </div>
490
+ </div>
491
+ </section>
492
+
493
+ <!-- Footer -->
494
+ <footer class="bg-gray-900 text-white py-12">
495
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
496
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
497
+ <div>
498
+ <div class="flex items-center mb-4">
499
+ <i class="fas fa-cube text-vlnxPrimary text-2xl mr-2"></i>
500
+ <span class="text-xl font-bold">VELNEXOR</span>
501
+ </div>
502
+ <p class="text-gray-400">
503
+ Building the decentralized future through technology and education.
504
+ </p>
505
+ </div>
506
+
507
+ <div>
508
+ <h3 class="text-lg font-semibold mb-4">Services</h3>
509
+ <ul class="space-y-2">
510
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Smart Contracts</a></li>
511
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">DeFi Solutions</a></li>
512
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">NFT Platforms</a></li>
513
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Blockchain Development</a></li>
514
+ </ul>
515
+ </div>
516
+
517
+ <div>
518
+ <h3 class="text-lg font-semibold mb-4">Resources</h3>
519
+ <ul class="space-y-2">
520
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Documentation</a></li>
521
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Academy</a></li>
522
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
523
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">GitHub</a></li>
524
+ </ul>
525
+ </div>
526
+
527
+ <div>
528
+ <h3 class="text-lg font-semibold mb-4">Company</h3>
529
+ <ul class="space-y-2">
530
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
531
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li>
532
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
533
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Press</a></li>
534
+ </ul>
535
+ </div>
536
+ </div>
537
+
538
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
539
+ <p class="text-gray-400 mb-4 md:mb-0">
540
+ © 2023 VELNEXOR. All rights reserved.
541
+ </p>
542
+ <div class="flex space-x-6">
543
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
544
+ <i class="fab fa-twitter"></i>
545
+ </a>
546
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
547
+ <i class="fab fa-discord"></i>
548
+ </a>
549
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
550
+ <i class="fab fa-github"></i>
551
+ </a>
552
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
553
+ <i class="fab fa-telegram"></i>
554
+ </a>
555
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
556
+ <i class="fab fa-medium"></i>
557
+ </a>
558
+ </div>
559
+ </div>
560
+ </div>
561
+ </footer>
562
+
563
+ <!-- Back to Top Button -->
564
+ <button id="backToTop" class="fixed bottom-8 right-8 bg-vlnxPrimary text-white w-12 h-12 rounded-full flex items-center justify-center shadow-lg hover:bg-vlnxSecondary transition duration-300 hidden">
565
+ <i class="fas fa-arrow-up"></i>
566
+ </button>
567
+
568
+ <script>
569
+ // Back to Top Button
570
+ const backToTopButton = document.getElementById('backToTop');
571
+
572
+ window.addEventListener('scroll', () => {
573
+ if (window.pageYOffset > 300) {
574
+ backToTopButton.classList.remove('hidden');
575
+ } else {
576
+ backToTopButton.classList.add('hidden');
577
+ }
578
+ });
579
+
580
+ backToTopButton.addEventListener('click', () => {
581
+ window.scrollTo({
582
+ top: 0,
583
+ behavior: 'smooth'
584
+ });
585
+ });
586
+
587
+ // Mobile Menu Toggle (would need actual implementation)
588
+ const mobileMenuButton = document.querySelector('.md\\:hidden');
589
+ mobileMenuButton.addEventListener('click', () => {
590
+ alert('Mobile menu would open here in a full implementation');
591
+ });
592
+
593
+ // Wallet Connection (simulated)
594
+ const connectWalletButton = document.querySelector('button:contains("Connect Wallet")');
595
+ connectWalletButton.addEventListener('click', () => {
596
+ alert('Wallet connection modal would appear here');
597
+ });
598
+ </script>
599
+ <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=ocholla144/latstt" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
600
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ create me a website that offer all web3 services plus it has its token and also has Blochain and web3 academy. the name should be VELNEXOR