File size: 16,589 Bytes
e0733c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e548e93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SkillChain | Decentralized Learn-to-Earn Platform</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
    <script src="https://unpkg.com/[email protected]/dist/aos.js"></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>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Inter', sans-serif;
            background-color: #0f172a;
            color: #f8fafc;
        }
        .gradient-text {
            background: linear-gradient(90deg, #3b82f6, #8b5cf6);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .glass-card {
            background: rgba(15, 23, 42, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
    </style>
</head>
<body class="min-h-screen">
    <!-- Hero Section with Vanta.js Globe -->
    <div id="hero" class="relative h-screen flex items-center justify-center overflow-hidden">
        <div class="absolute inset-0 z-0" id="vanta-globe"></div>
        <div class="container mx-auto px-6 z-10 text-center">
            <h1 class="text-5xl md:text-7xl font-bold mb-6 gradient-text" data-aos="fade-down">
                SkillChain
            </h1>
            <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">
                The decentralized learn-to-earn platform where your skills become verifiable NFTs
            </p>
            <div class="flex flex-col sm:flex-row gap-4 justify-center" data-aos="fade-up" data-aos-delay="400">
                <a href="#features" class="px-8 py-3 bg-indigo-600 hover:bg-indigo-700 rounded-full font-medium transition-all">
                    Explore Features
                </a>
                <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">
                    How It Works
                </a>
            </div>
        </div>
        <div class="absolute bottom-10 left-0 right-0 flex justify-center">
            <a href="#features" class="animate-bounce">
                <i data-feather="chevron-down" class="text-gray-300 w-10 h-10"></i>
            </a>
        </div>
    </div>

    <!-- Features Section -->
    <section id="features" class="py-20 bg-gradient-to-b from-slate-900 to-slate-800">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Revolutionizing Education</h2>
                <p class="text-gray-400 max-w-2xl mx-auto">
                    SkillChain combines blockchain technology with education to create a transparent, rewarding learning ecosystem
                </p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
                <!-- Feature 1 -->
                <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="100">
                    <div class="w-14 h-14 bg-indigo-900/50 rounded-lg flex items-center justify-center mb-6">
                        <i data-feather="book" class="w-6 h-6 text-indigo-400"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Decentralized Courses</h3>
                    <p class="text-gray-400">
                        Peer-reviewed courses hosted by educators worldwide, free from centralized control
                    </p>
                </div>

                <!-- Feature 2 -->
                <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="200">
                    <div class="w-14 h-14 bg-indigo-900/50 rounded-lg flex items-center justify-center mb-6">
                        <i data-feather="award" class="w-6 h-6 text-indigo-400"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Skill NFTs</h3>
                    <p class="text-gray-400">
                        Soulbound tokens that represent your verified skills, permanently tied to your wallet
                    </p>
                </div>

                <!-- Feature 3 -->
                <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="300">
                    <div class="w-14 h-14 bg-indigo-900/50 rounded-lg flex items-center justify-center mb-6">
                        <i data-feather="dollar-sign" class="w-6 h-6 text-indigo-400"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Learn-to-Earn</h3>
                    <p class="text-gray-400">
                        Earn crypto rewards for completing courses and demonstrating your skills
                    </p>
                </div>

                <!-- Feature 4 -->
                <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="400">
                    <div class="w-14 h-14 bg-indigo-900/50 rounded-lg flex items-center justify-center mb-6">
                        <i data-feather="users" class="w-6 h-6 text-indigo-400"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">DAO Governance</h3>
                    <p class="text-gray-400">
                        Community-driven decisions on course offerings, rewards, and platform evolution
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- How It Works Section -->
    <section id="how-it-works" class="py-20 bg-slate-800">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">How SkillChain Works</h2>
                <p class="text-gray-400 max-w-2xl mx-auto">
                    A simple three-step process to transform your learning into verifiable assets
                </p>
            </div>

            <div class="flex flex-col lg:flex-row items-center justify-between gap-12">
                <!-- Step 1 -->
                <div class="flex-1 text-center" data-aos="fade-right">
                    <div class="relative mb-8">
                        <div class="w-24 h-24 bg-indigo-900/30 rounded-full flex items-center justify-center mx-auto">
                            <span class="text-3xl font-bold gradient-text">1</span>
                        </div>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Choose Your Course</h3>
                    <p class="text-gray-400 max-w-md mx-auto">
                        Browse our decentralized marketplace of peer-reviewed courses across various disciplines
                    </p>
                </div>

                <!-- Arrow -->
                <div class="hidden lg:block" data-aos="fade-up">
                    <i data-feather="arrow-right" class="w-12 h-12 text-indigo-400"></i>
                </div>

                <!-- Step 2 -->
                <div class="flex-1 text-center" data-aos="fade-up">
                    <div class="relative mb-8">
                        <div class="w-24 h-24 bg-indigo-900/30 rounded-full flex items-center justify-center mx-auto">
                            <span class="text-3xl font-bold gradient-text">2</span>
                        </div>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Learn & Complete Challenges</h3>
                    <p class="text-gray-400 max-w-md mx-auto">
                        Engage with interactive content and complete verifiable skill challenges
                    </p>
                </div>

                <!-- Arrow -->
                <div class="hidden lg:block" data-aos="fade-up">
                    <i data-feather="arrow-right" class="w-12 h-12 text-indigo-400"></i>
                </div>

                <!-- Step 3 -->
                <div class="flex-1 text-center" data-aos="fade-left">
                    <div class="relative mb-8">
                        <div class="w-24 h-24 bg-indigo-900/30 rounded-full flex items-center justify-center mx-auto">
                            <span class="text-3xl font-bold gradient-text">3</span>
                        </div>
                    </div>
                    <h3 class="text-xl font-semibold mb-3">Earn & Showcase</h3>
                    <p class="text-gray-400 max-w-md mx-auto">
                        Receive crypto rewards and immutable Skill NFTs for your verified achievements
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="py-20 bg-gradient-to-b from-slate-800 to-slate-900">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">What Our Community Says</h2>
                <p class="text-gray-400 max-w-2xl mx-auto">
                    Hear from learners and educators transforming their futures with SkillChain
                </p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- Testimonial 1 -->
                <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="100">
                    <div class="flex items-center mb-6">
                        <img src="http://static.photos/people/200x200/1" alt="User" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">Sarah K.</h4>
                            <p class="text-sm text-indigo-400">Web3 Developer</p>
                        </div>
                    </div>
                    <p class="text-gray-300">
                        "SkillChain helped me transition careers by providing verifiable blockchain credentials that employers actually trust."
                    </p>
                </div>

                <!-- Testimonial 2 -->
                <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="200">
                    <div class="flex items-center mb-6">
                        <img src="http://static.photos/people/200x200/2" alt="User" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">Michael T.</h4>
                            <p class="text-sm text-indigo-400">Educator</p>
                        </div>
                    </div>
                    <p class="text-gray-300">
                        "As an educator, I love being able to create courses and get directly rewarded by the community for my contributions."
                    </p>
                </div>

                <!-- Testimonial 3 -->
                <div class="glass-card p-8 rounded-xl" data-aos="fade-up" data-aos-delay="300">
                    <div class="flex items-center mb-6">
                        <img src="http://static.photos/people/200x200/3" alt="User" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">David L.</h4>
                            <p class="text-sm text-indigo-400">HR Director</p>
                        </div>
                    </div>
                    <p class="text-gray-300">
                        "Hiring through SkillChain's verified skill records has saved us countless hours in vetting candidates' qualifications."
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA Section -->
    <section class="py-20 bg-slate-900">
        <div class="container mx-auto px-6 text-center">
            <div class="max-w-3xl mx-auto" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-6">Join the Education Revolution</h2>
                <p class="text-xl text-gray-400 mb-10">
                    Be part of the future where learning is transparent, rewarding, and owned by you
                </p>
                <div class="flex flex-col sm:flex-row gap-4 justify-center">
                    <a href="#" class="px-8 py-4 bg-indigo-600 hover:bg-indigo-700 rounded-full font-medium transition-all text-lg">
                        Get Started
                    </a>
                    <a href="#" class="px-8 py-4 border border-indigo-400 hover:bg-indigo-900/30 rounded-full font-medium transition-all text-lg">
                        Explore Courses
                    </a>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-slate-900 border-t border-slate-800 py-12">
        <div class="container mx-auto px-6">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-xl font-bold mb-4 gradient-text">SkillChain</h3>
                    <p class="text-gray-400">
                        The decentralized learn-to-earn platform for the future of education
                    </p>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Platform</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Courses</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Rewards</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Governance</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Marketplace</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Resources</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Documentation</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Whitepaper</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Connect</h4>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="discord"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="github"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="telegram"></i></a>
                    </div>
                </div>
            </div>
            <div class="border-t border-slate-800 mt-12 pt-8 text-center text-gray-500">
                <p>© 2023 SkillChain. All rights reserved.</p>
            </div>
        </div>
    </footer>

    <script>
        // Initialize Vanta.js globe
        VANTA.GLOBE({
            el: "#vanta-globe",
            mouseControls: true,
            touchControls: true,
            gyroControls: false,
            minHeight: 200.00,
            minWidth: 200.00,
            scale: 1.00,
            scaleMobile: 1.00,
            color: 0x3b82f6,
            backgroundColor: 0x0f172a,
            size: 0.8
        });

        // Initialize AOS
        AOS.init({
            duration: 800,
            easing: 'ease-in-out',
            once: true
        });

        // Initialize Feather Icons
        feather.replace();
    </script>
</body>
</html>