Luvinnme commited on
Commit
e0733c6
Β·
verified Β·
1 Parent(s): e548e93

Build SkillChain, a decentralized learning-to-earn platform where:

Browse files

Learners own their progress & skills as NFTs (Soulbound Tokens = non-transferable).

Proof-of-Learning is recorded on blockchain β†’ impossible to fake certificates.

Learn-to-Earn: Learners get crypto rewards or tokens for completing verified skill modules.

DAO-based education governance: The community votes on what courses matter (future of jobs).

Skill Economy: Employers, startups, or DAOs can recruit directly from the blockchain skill records.

πŸ”‘ Features

πŸŽ“ Decentralized Courses: Hosted by creators/educators, validated by peer reviews.

πŸ… Skill NFTs / Soulbound Tokens: Certificates that are locked to your wallet.

πŸ’° Crypto Incentives: Complete challenges β†’ earn tokens β†’ exchange or reinvest in advanced learning.

πŸ—³οΈ DAO Governance: Learners + educators vote on new skill programs, making education future-proof.

πŸ” Transparent Resume: Employers instantly verify your blockchain-based skills, no need for CV inflation.
- Initial Deployment

Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +329 -18
  3. prompts.txt +23 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ovelx Space
3
- emoji: πŸ“‰
4
- colorFrom: purple
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: ovelx-space
3
+ emoji: 🐳
4
+ colorFrom: green
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,330 @@
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>SkillChain | Decentralized Learn-to-Earn Platform</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
10
+ <script src="https://unpkg.com/feather-icons"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
13
+ <link rel="preconnect" href="https://fonts.googleapis.com">
14
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
16
+ <style>
17
+ body {
18
+ font-family: 'Inter', sans-serif;
19
+ background-color: #0f172a;
20
+ color: #f8fafc;
21
+ }
22
+ .gradient-text {
23
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6);
24
+ -webkit-background-clip: text;
25
+ background-clip: text;
26
+ color: transparent;
27
+ }
28
+ .glass-card {
29
+ background: rgba(15, 23, 42, 0.7);
30
+ backdrop-filter: blur(10px);
31
+ border: 1px solid rgba(255, 255, 255, 0.1);
32
+ }
33
+ </style>
34
+ </head>
35
+ <body class="min-h-screen">
36
+ <!-- Hero Section with Vanta.js Globe -->
37
+ <div id="hero" class="relative h-screen flex items-center justify-center overflow-hidden">
38
+ <div class="absolute inset-0 z-0" id="vanta-globe"></div>
39
+ <div class="container mx-auto px-6 z-10 text-center">
40
+ <h1 class="text-5xl md:text-7xl font-bold mb-6 gradient-text" data-aos="fade-down">
41
+ SkillChain
42
+ </h1>
43
+ <p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="200">
44
+ The decentralized learn-to-earn platform where your skills become verifiable NFTs
45
+ </p>
46
+ <div class="flex flex-col sm:flex-row gap-4 justify-center" data-aos="fade-up" data-aos-delay="400">
47
+ <a href="#features" class="px-8 py-3 bg-indigo-600 hover:bg-indigo-700 rounded-full font-medium transition-all">
48
+ Explore Features
49
+ </a>
50
+ <a href="#how-it-works" class="px-8 py-3 border border-indigo-400 hover:bg-indigo-900/30 rounded-full font-medium transition-all">
51
+ How It Works
52
+ </a>
53
+ </div>
54
+ </div>
55
+ <div class="absolute bottom-10 left-0 right-0 flex justify-center">
56
+ <a href="#features" class="animate-bounce">
57
+ <i data-feather="chevron-down" class="text-gray-300 w-10 h-10"></i>
58
+ </a>
59
+ </div>
60
+ </div>
61
+
62
+ <!-- Features Section -->
63
+ <section id="features" class="py-20 bg-gradient-to-b from-slate-900 to-slate-800">
64
+ <div class="container mx-auto px-6">
65
+ <div class="text-center mb-16" data-aos="fade-up">
66
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Revolutionizing Education</h2>
67
+ <p class="text-gray-400 max-w-2xl mx-auto">
68
+ SkillChain combines blockchain technology with education to create a transparent, rewarding learning ecosystem
69
+ </p>
70
+ </div>
71
+
72
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
73
+ <!-- Feature 1 -->
74
+ <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="100">
75
+ <div class="w-14 h-14 bg-indigo-900/50 rounded-lg flex items-center justify-center mb-6">
76
+ <i data-feather="book" class="w-6 h-6 text-indigo-400"></i>
77
+ </div>
78
+ <h3 class="text-xl font-semibold mb-3">Decentralized Courses</h3>
79
+ <p class="text-gray-400">
80
+ Peer-reviewed courses hosted by educators worldwide, free from centralized control
81
+ </p>
82
+ </div>
83
+
84
+ <!-- Feature 2 -->
85
+ <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="200">
86
+ <div class="w-14 h-14 bg-indigo-900/50 rounded-lg flex items-center justify-center mb-6">
87
+ <i data-feather="award" class="w-6 h-6 text-indigo-400"></i>
88
+ </div>
89
+ <h3 class="text-xl font-semibold mb-3">Skill NFTs</h3>
90
+ <p class="text-gray-400">
91
+ Soulbound tokens that represent your verified skills, permanently tied to your wallet
92
+ </p>
93
+ </div>
94
+
95
+ <!-- Feature 3 -->
96
+ <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="300">
97
+ <div class="w-14 h-14 bg-indigo-900/50 rounded-lg flex items-center justify-center mb-6">
98
+ <i data-feather="dollar-sign" class="w-6 h-6 text-indigo-400"></i>
99
+ </div>
100
+ <h3 class="text-xl font-semibold mb-3">Learn-to-Earn</h3>
101
+ <p class="text-gray-400">
102
+ Earn crypto rewards for completing courses and demonstrating your skills
103
+ </p>
104
+ </div>
105
+
106
+ <!-- Feature 4 -->
107
+ <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="400">
108
+ <div class="w-14 h-14 bg-indigo-900/50 rounded-lg flex items-center justify-center mb-6">
109
+ <i data-feather="users" class="w-6 h-6 text-indigo-400"></i>
110
+ </div>
111
+ <h3 class="text-xl font-semibold mb-3">DAO Governance</h3>
112
+ <p class="text-gray-400">
113
+ Community-driven decisions on course offerings, rewards, and platform evolution
114
+ </p>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </section>
119
+
120
+ <!-- How It Works Section -->
121
+ <section id="how-it-works" class="py-20 bg-slate-800">
122
+ <div class="container mx-auto px-6">
123
+ <div class="text-center mb-16" data-aos="fade-up">
124
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">How SkillChain Works</h2>
125
+ <p class="text-gray-400 max-w-2xl mx-auto">
126
+ A simple three-step process to transform your learning into verifiable assets
127
+ </p>
128
+ </div>
129
+
130
+ <div class="flex flex-col lg:flex-row items-center justify-between gap-12">
131
+ <!-- Step 1 -->
132
+ <div class="flex-1 text-center" data-aos="fade-right">
133
+ <div class="relative mb-8">
134
+ <div class="w-24 h-24 bg-indigo-900/30 rounded-full flex items-center justify-center mx-auto">
135
+ <span class="text-3xl font-bold gradient-text">1</span>
136
+ </div>
137
+ </div>
138
+ <h3 class="text-xl font-semibold mb-3">Choose Your Course</h3>
139
+ <p class="text-gray-400 max-w-md mx-auto">
140
+ Browse our decentralized marketplace of peer-reviewed courses across various disciplines
141
+ </p>
142
+ </div>
143
+
144
+ <!-- Arrow -->
145
+ <div class="hidden lg:block" data-aos="fade-up">
146
+ <i data-feather="arrow-right" class="w-12 h-12 text-indigo-400"></i>
147
+ </div>
148
+
149
+ <!-- Step 2 -->
150
+ <div class="flex-1 text-center" data-aos="fade-up">
151
+ <div class="relative mb-8">
152
+ <div class="w-24 h-24 bg-indigo-900/30 rounded-full flex items-center justify-center mx-auto">
153
+ <span class="text-3xl font-bold gradient-text">2</span>
154
+ </div>
155
+ </div>
156
+ <h3 class="text-xl font-semibold mb-3">Learn & Complete Challenges</h3>
157
+ <p class="text-gray-400 max-w-md mx-auto">
158
+ Engage with interactive content and complete verifiable skill challenges
159
+ </p>
160
+ </div>
161
+
162
+ <!-- Arrow -->
163
+ <div class="hidden lg:block" data-aos="fade-up">
164
+ <i data-feather="arrow-right" class="w-12 h-12 text-indigo-400"></i>
165
+ </div>
166
+
167
+ <!-- Step 3 -->
168
+ <div class="flex-1 text-center" data-aos="fade-left">
169
+ <div class="relative mb-8">
170
+ <div class="w-24 h-24 bg-indigo-900/30 rounded-full flex items-center justify-center mx-auto">
171
+ <span class="text-3xl font-bold gradient-text">3</span>
172
+ </div>
173
+ </div>
174
+ <h3 class="text-xl font-semibold mb-3">Earn & Showcase</h3>
175
+ <p class="text-gray-400 max-w-md mx-auto">
176
+ Receive crypto rewards and immutable Skill NFTs for your verified achievements
177
+ </p>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </section>
182
+
183
+ <!-- Testimonials -->
184
+ <section class="py-20 bg-gradient-to-b from-slate-800 to-slate-900">
185
+ <div class="container mx-auto px-6">
186
+ <div class="text-center mb-16" data-aos="fade-up">
187
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">What Our Community Says</h2>
188
+ <p class="text-gray-400 max-w-2xl mx-auto">
189
+ Hear from learners and educators transforming their futures with SkillChain
190
+ </p>
191
+ </div>
192
+
193
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
194
+ <!-- Testimonial 1 -->
195
+ <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="100">
196
+ <div class="flex items-center mb-6">
197
+ <img src="http://static.photos/people/200x200/1" alt="User" class="w-12 h-12 rounded-full mr-4">
198
+ <div>
199
+ <h4 class="font-semibold">Sarah K.</h4>
200
+ <p class="text-sm text-indigo-400">Web3 Developer</p>
201
+ </div>
202
+ </div>
203
+ <p class="text-gray-300">
204
+ "SkillChain helped me transition careers by providing verifiable blockchain credentials that employers actually trust."
205
+ </p>
206
+ </div>
207
+
208
+ <!-- Testimonial 2 -->
209
+ <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="200">
210
+ <div class="flex items-center mb-6">
211
+ <img src="http://static.photos/people/200x200/2" alt="User" class="w-12 h-12 rounded-full mr-4">
212
+ <div>
213
+ <h4 class="font-semibold">Michael T.</h4>
214
+ <p class="text-sm text-indigo-400">Educator</p>
215
+ </div>
216
+ </div>
217
+ <p class="text-gray-300">
218
+ "As an educator, I love being able to create courses and get directly rewarded by the community for my contributions."
219
+ </p>
220
+ </div>
221
+
222
+ <!-- Testimonial 3 -->
223
+ <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="300">
224
+ <div class="flex items-center mb-6">
225
+ <img src="http://static.photos/people/200x200/3" alt="User" class="w-12 h-12 rounded-full mr-4">
226
+ <div>
227
+ <h4 class="font-semibold">David L.</h4>
228
+ <p class="text-sm text-indigo-400">HR Director</p>
229
+ </div>
230
+ </div>
231
+ <p class="text-gray-300">
232
+ "Hiring through SkillChain's verified skill records has saved us countless hours in vetting candidates' qualifications."
233
+ </p>
234
+ </div>
235
+ </div>
236
+ </div>
237
+ </section>
238
+
239
+ <!-- CTA Section -->
240
+ <section class="py-20 bg-slate-900">
241
+ <div class="container mx-auto px-6 text-center">
242
+ <div class="max-w-3xl mx-auto" data-aos="fade-up">
243
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Join the Education Revolution</h2>
244
+ <p class="text-xl text-gray-400 mb-10">
245
+ Be part of the future where learning is transparent, rewarding, and owned by you
246
+ </p>
247
+ <div class="flex flex-col sm:flex-row gap-4 justify-center">
248
+ <a href="#" class="px-8 py-4 bg-indigo-600 hover:bg-indigo-700 rounded-full font-medium transition-all text-lg">
249
+ Get Started
250
+ </a>
251
+ <a href="#" class="px-8 py-4 border border-indigo-400 hover:bg-indigo-900/30 rounded-full font-medium transition-all text-lg">
252
+ Explore Courses
253
+ </a>
254
+ </div>
255
+ </div>
256
+ </div>
257
+ </section>
258
+
259
+ <!-- Footer -->
260
+ <footer class="bg-slate-900 border-t border-slate-800 py-12">
261
+ <div class="container mx-auto px-6">
262
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
263
+ <div>
264
+ <h3 class="text-xl font-bold mb-4 gradient-text">SkillChain</h3>
265
+ <p class="text-gray-400">
266
+ The decentralized learn-to-earn platform for the future of education
267
+ </p>
268
+ </div>
269
+ <div>
270
+ <h4 class="font-semibold mb-4">Platform</h4>
271
+ <ul class="space-y-2">
272
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Courses</a></li>
273
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Rewards</a></li>
274
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Governance</a></li>
275
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Marketplace</a></li>
276
+ </ul>
277
+ </div>
278
+ <div>
279
+ <h4 class="font-semibold mb-4">Resources</h4>
280
+ <ul class="space-y-2">
281
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Documentation</a></li>
282
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Whitepaper</a></li>
283
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
284
+ <li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li>
285
+ </ul>
286
+ </div>
287
+ <div>
288
+ <h4 class="font-semibold mb-4">Connect</h4>
289
+ <div class="flex space-x-4">
290
+ <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>
291
+ <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="discord"></i></a>
292
+ <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="github"></i></a>
293
+ <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="telegram"></i></a>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ <div class="border-t border-slate-800 mt-12 pt-8 text-center text-gray-500">
298
+ <p>Β© 2023 SkillChain. All rights reserved.</p>
299
+ </div>
300
+ </div>
301
+ </footer>
302
+
303
+ <script>
304
+ // Initialize Vanta.js globe
305
+ VANTA.GLOBE({
306
+ el: "#vanta-globe",
307
+ mouseControls: true,
308
+ touchControls: true,
309
+ gyroControls: false,
310
+ minHeight: 200.00,
311
+ minWidth: 200.00,
312
+ scale: 1.00,
313
+ scaleMobile: 1.00,
314
+ color: 0x3b82f6,
315
+ backgroundColor: 0x0f172a,
316
+ size: 0.8
317
+ });
318
+
319
+ // Initialize AOS
320
+ AOS.init({
321
+ duration: 800,
322
+ easing: 'ease-in-out',
323
+ once: true
324
+ });
325
+
326
+ // Initialize Feather Icons
327
+ feather.replace();
328
+ </script>
329
+ </body>
330
  </html>
prompts.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Build SkillChain, a decentralized learning-to-earn platform where:
2
+
3
+ Learners own their progress & skills as NFTs (Soulbound Tokens = non-transferable).
4
+
5
+ Proof-of-Learning is recorded on blockchain β†’ impossible to fake certificates.
6
+
7
+ Learn-to-Earn: Learners get crypto rewards or tokens for completing verified skill modules.
8
+
9
+ DAO-based education governance: The community votes on what courses matter (future of jobs).
10
+
11
+ Skill Economy: Employers, startups, or DAOs can recruit directly from the blockchain skill records.
12
+
13
+ πŸ”‘ Features
14
+
15
+ πŸŽ“ Decentralized Courses: Hosted by creators/educators, validated by peer reviews.
16
+
17
+ πŸ… Skill NFTs / Soulbound Tokens: Certificates that are locked to your wallet.
18
+
19
+ πŸ’° Crypto Incentives: Complete challenges β†’ earn tokens β†’ exchange or reinvest in advanced learning.
20
+
21
+ πŸ—³οΈ DAO Governance: Learners + educators vote on new skill programs, making education future-proof.
22
+
23
+ πŸ” Transparent Resume: Employers instantly verify your blockchain-based skills, no need for CV inflation.