thomaswong360 commited on
Commit
1e9fdeb
·
verified ·
1 Parent(s): 569c454

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +674 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Pro Learn Lms
3
- emoji:
4
- colorFrom: blue
5
- colorTo: red
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: pro-learn-lms
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: blue
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,674 @@
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>ProLearn | Professional Continuing Education</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
+ .hero-gradient {
11
+ background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%);
12
+ }
13
+ .course-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
+ .progress-ring__circle {
18
+ transition: stroke-dashoffset 0.35s;
19
+ transform: rotate(-90deg);
20
+ transform-origin: 50% 50%;
21
+ }
22
+ .dropdown:hover .dropdown-menu {
23
+ display: block;
24
+ }
25
+ </style>
26
+ </head>
27
+ <body class="font-sans antialiased text-gray-800">
28
+ <!-- Navigation -->
29
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
30
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
31
+ <div class="flex justify-between h-16">
32
+ <div class="flex items-center">
33
+ <div class="flex-shrink-0 flex items-center">
34
+ <i class="fas fa-graduation-cap text-indigo-600 text-2xl mr-2"></i>
35
+ <span class="text-xl font-bold text-indigo-600">ProLearn</span>
36
+ </div>
37
+ <div class="hidden md:ml-10 md:flex md:space-x-8">
38
+ <a href="#" class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
39
+ <div class="dropdown relative">
40
+ <button class="text-gray-500 hover:text-gray-700 hover:border-gray-300 inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium">
41
+ Courses <i class="fas fa-chevron-down ml-1 text-xs"></i>
42
+ </button>
43
+ <div class="dropdown-menu absolute hidden mt-2 w-48 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5">
44
+ <div class="py-1">
45
+ <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Business</a>
46
+ <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Technology</a>
47
+ <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Healthcare</a>
48
+ <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Law</a>
49
+ </div>
50
+ </div>
51
+ </div>
52
+ <a href="#" class="text-gray-500 hover:text-gray-700 hover:border-gray-300 inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium">Certifications</a>
53
+ <a href="#" class="text-gray-500 hover:text-gray-700 hover:border-gray-300 inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium">For Organizations</a>
54
+ </div>
55
+ </div>
56
+ <div class="hidden md:ml-6 md:flex md:items-center">
57
+ <div class="relative mx-4">
58
+ <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
59
+ <i class="fas fa-search text-gray-400"></i>
60
+ </div>
61
+ <input type="text" class="block w-full pl-10 pr-3 py-2 border border-gray-300 rounded-md leading-5 bg-white placeholder-gray-500 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm" placeholder="Search courses...">
62
+ </div>
63
+ <button class="ml-4 px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
64
+ Sign In
65
+ </button>
66
+ </div>
67
+ <div class="-mr-2 flex items-center md:hidden">
68
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button">
69
+ <span class="sr-only">Open main menu</span>
70
+ <i class="fas fa-bars block h-6 w-6"></i>
71
+ </button>
72
+ </div>
73
+ </div>
74
+ </div>
75
+
76
+ <!-- Mobile menu -->
77
+ <div class="hidden md:hidden" id="mobile-menu">
78
+ <div class="pt-2 pb-3 space-y-1">
79
+ <a href="#" class="bg-indigo-50 border-indigo-500 text-indigo-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a>
80
+ <a href="#" class="border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Courses</a>
81
+ <a href="#" class="border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Certifications</a>
82
+ <a href="#" class="border-transparent text-gray-600 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-800 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">For Organizations</a>
83
+ </div>
84
+ <div class="pt-4 pb-3 border-t border-gray-200">
85
+ <div class="px-4">
86
+ <div class="relative">
87
+ <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
88
+ <i class="fas fa-search text-gray-400"></i>
89
+ </div>
90
+ <input type="text" class="block w-full pl-10 pr-3 py-2 border border-gray-300 rounded-md leading-5 bg-white placeholder-gray-500 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm" placeholder="Search courses...">
91
+ </div>
92
+ <div class="mt-3 space-y-1">
93
+ <button class="w-full flex justify-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
94
+ Sign In
95
+ </button>
96
+ </div>
97
+ </div>
98
+ </div>
99
+ </div>
100
+ </nav>
101
+
102
+ <!-- Hero Section -->
103
+ <div class="hero-gradient">
104
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
105
+ <div class="text-center">
106
+ <h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">
107
+ Advance Your Career with Professional Learning
108
+ </h1>
109
+ <p class="mt-6 max-w-2xl mx-auto text-xl text-indigo-100">
110
+ Earn industry-recognized certifications and gain the skills employers are looking for.
111
+ </p>
112
+ <div class="mt-10 flex flex-col sm:flex-row justify-center gap-4">
113
+ <button class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-indigo-50 md:py-4 md:text-lg md:px-10">
114
+ Browse Courses <i class="fas fa-arrow-right ml-2"></i>
115
+ </button>
116
+ <button class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10">
117
+ <i class="fas fa-play-circle mr-2"></i> Watch Demo
118
+ </button>
119
+ </div>
120
+ </div>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- Stats Section -->
125
+ <div class="bg-white">
126
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:py-16 sm:px-6 lg:px-8">
127
+ <div class="grid grid-cols-2 gap-8 md:grid-cols-4">
128
+ <div class="text-center">
129
+ <p class="text-4xl font-extrabold text-indigo-600">50K+</p>
130
+ <p class="mt-2 text-sm font-medium text-gray-500">Professionals Trained</p>
131
+ </div>
132
+ <div class="text-center">
133
+ <p class="text-4xl font-extrabold text-indigo-600">200+</p>
134
+ <p class="mt-2 text-sm font-medium text-gray-500">Industry Experts</p>
135
+ </div>
136
+ <div class="text-center">
137
+ <p class="text-4xl font-extrabold text-indigo-600">95%</p>
138
+ <p class="mt-2 text-sm font-medium text-gray-500">Completion Rate</p>
139
+ </div>
140
+ <div class="text-center">
141
+ <p class="text-4xl font-extrabold text-indigo-600">30+</p>
142
+ <p class="mt-2 text-sm font-medium text-gray-500">Certification Programs</p>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Featured Courses -->
149
+ <div class="bg-gray-50 py-16">
150
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
151
+ <div class="lg:text-center">
152
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Courses</h2>
153
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
154
+ Featured Professional Development
155
+ </p>
156
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
157
+ Stay ahead with courses designed for career advancement.
158
+ </p>
159
+ </div>
160
+
161
+ <div class="mt-10">
162
+ <div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
163
+ <!-- Course Card 1 -->
164
+ <div class="course-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out">
165
+ <div class="relative pb-48 overflow-hidden">
166
+ <img class="absolute inset-0 h-full w-full object-cover" src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Data Analysis">
167
+ <div class="absolute top-2 right-2 bg-indigo-600 text-white text-xs font-bold px-2 py-1 rounded">
168
+ NEW
169
+ </div>
170
+ </div>
171
+ <div class="p-6">
172
+ <div class="flex items-center">
173
+ <span class="text-sm font-medium text-indigo-600">Data Science</span>
174
+ <span class="mx-2 text-gray-400">•</span>
175
+ <span class="text-sm text-gray-500">Advanced</span>
176
+ </div>
177
+ <h3 class="mt-2 text-xl font-semibold text-gray-900">Data Analysis & Visualization</h3>
178
+ <p class="mt-3 text-base text-gray-500">
179
+ Master Python, SQL, and Tableau for professional data analysis.
180
+ </p>
181
+ <div class="mt-4 flex items-center">
182
+ <div class="flex items-center">
183
+ <i class="fas fa-star text-yellow-400"></i>
184
+ <span class="ml-1 text-sm text-gray-600">4.9 <span class="text-gray-400">(1.2k)</span></span>
185
+ </div>
186
+ <div class="ml-4 flex items-center">
187
+ <i class="fas fa-clock text-gray-400"></i>
188
+ <span class="ml-1 text-sm text-gray-600">42 hours</span>
189
+ </div>
190
+ </div>
191
+ <div class="mt-6 flex items-center justify-between">
192
+ <span class="text-lg font-bold text-gray-900">$299</span>
193
+ <button class="px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
194
+ Enroll Now
195
+ </button>
196
+ </div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Course Card 2 -->
201
+ <div class="course-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out">
202
+ <div class="relative pb-48 overflow-hidden">
203
+ <img class="absolute inset-0 h-full w-full object-cover" src="https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Project Management">
204
+ <div class="absolute top-2 right-2 bg-yellow-500 text-white text-xs font-bold px-2 py-1 rounded">
205
+ POPULAR
206
+ </div>
207
+ </div>
208
+ <div class="p-6">
209
+ <div class="flex items-center">
210
+ <span class="text-sm font-medium text-indigo-600">Business</span>
211
+ <span class="mx-2 text-gray-400">•</span>
212
+ <span class="text-sm text-gray-500">Intermediate</span>
213
+ </div>
214
+ <h3 class="mt-2 text-xl font-semibold text-gray-900">Agile Project Management</h3>
215
+ <p class="mt-3 text-base text-gray-500">
216
+ Learn Scrum, Kanban, and Lean methodologies for modern teams.
217
+ </p>
218
+ <div class="mt-4 flex items-center">
219
+ <div class="flex items-center">
220
+ <i class="fas fa-star text-yellow-400"></i>
221
+ <span class="ml-1 text-sm text-gray-600">4.8 <span class="text-gray-400">(890)</span></span>
222
+ </div>
223
+ <div class="ml-4 flex items-center">
224
+ <i class="fas fa-clock text-gray-400"></i>
225
+ <span class="ml-1 text-sm text-gray-600">30 hours</span>
226
+ </div>
227
+ </div>
228
+ <div class="mt-6 flex items-center justify-between">
229
+ <span class="text-lg font-bold text-gray-900">$249</span>
230
+ <button class="px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
231
+ Enroll Now
232
+ </button>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Course Card 3 -->
238
+ <div class="course-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out">
239
+ <div class="relative pb-48 overflow-hidden">
240
+ <img class="absolute inset-0 h-full w-full object-cover" src="https://images.unsplash.com/photo-1536104968055-4d61aa56f46a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1480&q=80" alt="Cybersecurity">
241
+ </div>
242
+ <div class="p-6">
243
+ <div class="flex items-center">
244
+ <span class="text-sm font-medium text-indigo-600">Technology</span>
245
+ <span class="mx-2 text-gray-400">•</span>
246
+ <span class="text-sm text-gray-500">Advanced</span>
247
+ </div>
248
+ <h3 class="mt-2 text-xl font-semibold text-gray-900">Cybersecurity Essentials</h3>
249
+ <p class="mt-3 text-base text-gray-500">
250
+ Protect systems and networks from digital attacks and threats.
251
+ </p>
252
+ <div class="mt-4 flex items-center">
253
+ <div class="flex items-center">
254
+ <i class="fas fa-star text-yellow-400"></i>
255
+ <span class="ml-1 text-sm text-gray-600">4.7 <span class="text-gray-400">(650)</span></span>
256
+ </div>
257
+ <div class="ml-4 flex items-center">
258
+ <i class="fas fa-clock text-gray-400"></i>
259
+ <span class="ml-1 text-sm text-gray-600">36 hours</span>
260
+ </div>
261
+ </div>
262
+ <div class="mt-6 flex items-center justify-between">
263
+ <span class="text-lg font-bold text-gray-900">$349</span>
264
+ <button class="px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
265
+ Enroll Now
266
+ </button>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+ <div class="mt-10 text-center">
272
+ <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700">
273
+ View All Courses <i class="fas fa-chevron-right ml-2"></i>
274
+ </a>
275
+ </div>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Learning Paths -->
281
+ <div class="bg-white py-16">
282
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
283
+ <div class="lg:text-center">
284
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Certifications</h2>
285
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
286
+ Structured Learning Paths
287
+ </p>
288
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
289
+ Earn recognized credentials to validate your expertise.
290
+ </p>
291
+ </div>
292
+
293
+ <div class="mt-10">
294
+ <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
295
+ <!-- Certification 1 -->
296
+ <div class="relative">
297
+ <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
298
+ <i class="fas fa-laptop-code"></i>
299
+ </div>
300
+ <div class="ml-16">
301
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Full Stack Developer</h3>
302
+ <p class="mt-2 text-base text-gray-500">
303
+ Master front-end and back-end technologies to build complete web applications.
304
+ </p>
305
+ <div class="mt-4">
306
+ <div class="flex items-center">
307
+ <div class="w-8 h-8 mr-3">
308
+ <svg class="w-8 h-8" viewBox="0 0 36 36">
309
+ <path d="M18 2.0845
310
+ a 15.9155 15.9155 0 0 1 0 31.831
311
+ a 15.9155 15.9155 0 0 1 0 -31.831"
312
+ fill="none"
313
+ stroke="#e6e6e6"
314
+ stroke-width="3"
315
+ stroke-dasharray="100, 100"
316
+ />
317
+ <path d="M18 2.0845
318
+ a 15.9155 15.9155 0 0 1 0 31.831
319
+ a 15.9155 15.9155 0 0 1 0 -31.831"
320
+ fill="none"
321
+ stroke="#4f46e5"
322
+ stroke-width="3"
323
+ stroke-dasharray="75, 100"
324
+ />
325
+ <text x="18" y="20.5" text-anchor="middle" font-size="8" fill="#4f46e5" font-weight="bold">3/4</text>
326
+ </svg>
327
+ </div>
328
+ <span class="text-sm text-gray-500">Complete 3 of 4 courses to earn certification</span>
329
+ </div>
330
+ </div>
331
+ <div class="mt-4">
332
+ <button class="text-indigo-600 hover:text-indigo-500 text-sm font-medium">
333
+ View Requirements <i class="fas fa-chevron-right ml-1 text-xs"></i>
334
+ </button>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Certification 2 -->
340
+ <div class="relative">
341
+ <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
342
+ <i class="fas fa-chart-line"></i>
343
+ </div>
344
+ <div class="ml-16">
345
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Data Science Professional</h3>
346
+ <p class="mt-2 text-base text-gray-500">
347
+ Develop expertise in machine learning, statistical analysis, and data visualization.
348
+ </p>
349
+ <div class="mt-4">
350
+ <div class="flex items-center">
351
+ <div class="w-8 h-8 mr-3">
352
+ <svg class="w-8 h-8" viewBox="0 0 36 36">
353
+ <path d="M18 2.0845
354
+ a 15.9155 15.9155 0 0 1 0 31.831
355
+ a 15.9155 15.9155 0 0 1 0 -31.831"
356
+ fill="none"
357
+ stroke="#e6e6e6"
358
+ stroke-width="3"
359
+ stroke-dasharray="100, 100"
360
+ />
361
+ <path d="M18 2.0845
362
+ a 15.9155 15.9155 0 0 1 0 31.831
363
+ a 15.9155 15.9155 0 0 1 0 -31.831"
364
+ fill="none"
365
+ stroke="#4f46e5"
366
+ stroke-width="3"
367
+ stroke-dasharray="50, 100"
368
+ />
369
+ <text x="18" y="20.5" text-anchor="middle" font-size="8" fill="#4f46e5" font-weight="bold">2/4</text>
370
+ </svg>
371
+ </div>
372
+ <span class="text-sm text-gray-500">Complete 2 of 4 courses to earn certification</span>
373
+ </div>
374
+ </div>
375
+ <div class="mt-4">
376
+ <button class="text-indigo-600 hover:text-indigo-500 text-sm font-medium">
377
+ View Requirements <i class="fas fa-chevron-right ml-1 text-xs"></i>
378
+ </button>
379
+ </div>
380
+ </div>
381
+ </div>
382
+
383
+ <!-- Certification 3 -->
384
+ <div class="relative">
385
+ <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
386
+ <i class="fas fa-user-tie"></i>
387
+ </div>
388
+ <div class="ml-16">
389
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Digital Marketing Strategist</h3>
390
+ <p class="mt-2 text-base text-gray-500">
391
+ Learn SEO, content marketing, social media, and analytics to drive business growth.
392
+ </p>
393
+ <div class="mt-4">
394
+ <div class="flex items-center">
395
+ <div class="w-8 h-8 mr-3">
396
+ <svg class="w-8 h-8" viewBox="0 0 36 36">
397
+ <path d="M18 2.0845
398
+ a 15.9155 15.9155 0 0 1 0 31.831
399
+ a 15.9155 15.9155 0 0 1 0 -31.831"
400
+ fill="none"
401
+ stroke="#e6e6e6"
402
+ stroke-width="3"
403
+ stroke-dasharray="100, 100"
404
+ />
405
+ <path d="M18 2.0845
406
+ a 15.9155 15.9155 0 0 1 0 31.831
407
+ a 15.9155 15.9155 0 0 1 0 -31.831"
408
+ fill="none"
409
+ stroke="#4f46e5"
410
+ stroke-width="3"
411
+ stroke-dasharray="25, 100"
412
+ />
413
+ <text x="18" y="20.5" text-anchor="middle" font-size="8" fill="#4f46e5" font-weight="bold">1/4</text>
414
+ </svg>
415
+ </div>
416
+ <span class="text-sm text-gray-500">Complete 1 of 4 courses to earn certification</span>
417
+ </div>
418
+ </div>
419
+ <div class="mt-4">
420
+ <button class="text-indigo-600 hover:text-indigo-500 text-sm font-medium">
421
+ View Requirements <i class="fas fa-chevron-right ml-1 text-xs"></i>
422
+ </button>
423
+ </div>
424
+ </div>
425
+ </div>
426
+
427
+ <!-- Certification 4 -->
428
+ <div class="relative">
429
+ <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
430
+ <i class="fas fa-project-diagram"></i>
431
+ </div>
432
+ <div class="ml-16">
433
+ <h3 class="text-lg leading-6 font-medium text-gray-900">Cloud Solutions Architect</h3>
434
+ <p class="mt-2 text-base text-gray-500">
435
+ Design and implement scalable cloud solutions using AWS, Azure, and GCP.
436
+ </p>
437
+ <div class="mt-4">
438
+ <div class="flex items-center">
439
+ <div class="w-8 h-8 mr-3">
440
+ <svg class="w-8 h-8" viewBox="0 0 36 36">
441
+ <path d="M18 2.0845
442
+ a 15.9155 15.9155 0 0 1 0 31.831
443
+ a 15.9155 15.9155 0 0 1 0 -31.831"
444
+ fill="none"
445
+ stroke="#e6e6e6"
446
+ stroke-width="3"
447
+ stroke-dasharray="100, 100"
448
+ />
449
+ <path d="M18 2.0845
450
+ a 15.9155 15.9155 0 0 1 0 31.831
451
+ a 15.9155 15.9155 0 0 1 0 -31.831"
452
+ fill="none"
453
+ stroke="#4f46e5"
454
+ stroke-width="3"
455
+ stroke-dasharray="100, 100"
456
+ />
457
+ <text x="18" y="20.5" text-anchor="middle" font-size="8" fill="#4f46e5" font-weight="bold">4/4</text>
458
+ </svg>
459
+ </div>
460
+ <span class="text-sm text-gray-500">Complete all 4 courses to earn certification</span>
461
+ </div>
462
+ </div>
463
+ <div class="mt-4">
464
+ <button class="text-indigo-600 hover:text-indigo-500 text-sm font-medium">
465
+ View Requirements <i class="fas fa-chevron-right ml-1 text-xs"></i>
466
+ </button>
467
+ </div>
468
+ </div>
469
+ </div>
470
+ </div>
471
+ </div>
472
+ </div>
473
+ </div>
474
+
475
+ <!-- Testimonials -->
476
+ <div class="bg-indigo-700">
477
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
478
+ <h2 class="text-3xl font-extrabold tracking-tight text-center text-white">
479
+ Trusted by professionals at leading companies
480
+ </h2>
481
+ <div class="mt-12 grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
482
+ <!-- Testimonial 1 -->
483
+ <div class="pt-10 pb-8 px-6 bg-white rounded-lg shadow-md text-center">
484
+ <div class="relative">
485
+ <img class="h-24 w-24 rounded-full mx-auto -mt-16" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Sarah Johnson">
486
+ <div class="absolute top-0 right-0 flex items-center justify-center h-8 w-8 rounded-full bg-indigo-500 text-white">
487
+ <i class="fas fa-quote-left text-xs"></i>
488
+ </div>
489
+ </div>
490
+ <div class="mt-4">
491
+ <p class="text-lg font-medium text-gray-900">Sarah Johnson</p>
492
+ <p class="text-sm text-indigo-600">Senior Data Analyst, TechCorp</p>
493
+ <p class="mt-4 text-base text-gray-500">
494
+ "The Data Science certification helped me transition into a more technical role and doubled my salary within a year."
495
+ </p>
496
+ </div>
497
+ </div>
498
+
499
+ <!-- Testimonial 2 -->
500
+ <div class="pt-10 pb-8 px-6 bg-white rounded-lg shadow-md text-center">
501
+ <div class="relative">
502
+ <img class="h-24 w-24 rounded-full mx-auto -mt-16" src="https://images.unsplash.com/photo-1560250097-0b93528c311a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Michael Chen">
503
+ <div class="absolute top-0 right-0 flex items-center justify-center h-8 w-8 rounded-full bg-indigo-500 text-white">
504
+ <i class="fas fa-quote-left text-xs"></i>
505
+ </div>
506
+ </div>
507
+ <div class="mt-4">
508
+ <p class="text-lg font-medium text-gray-900">Michael Chen</p>
509
+ <p class="text-sm text-indigo-600">IT Director, FinServe</p>
510
+ <p class="mt-4 text-base text-gray-500">
511
+ "We've enrolled 50+ employees in ProLearn courses. The quality is exceptional and directly applicable to our work."
512
+ </p>
513
+ </div>
514
+ </div>
515
+
516
+ <!-- Testimonial 3 -->
517
+ <div class="pt-10 pb-8 px-6 bg-white rounded-lg shadow-md text-center">
518
+ <div class="relative">
519
+ <img class="h-24 w-24 rounded-full mx-auto -mt-16" src="https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Elena Rodriguez">
520
+ <div class="absolute top-0 right-0 flex items-center justify-center h-8 w-8 rounded-full bg-indigo-500 text-white">
521
+ <i class="fas fa-quote-left text-xs"></i>
522
+ </div>
523
+ </div>
524
+ <div class="mt-4">
525
+ <p class="text-lg font-medium text-gray-900">Elena Rodriguez</p>
526
+ <p class="text-sm text-indigo-600">Marketing Manager, BrandWorks</p>
527
+ <p class="mt-4 text-base text-gray-500">
528
+ "The Digital Marketing courses provided exactly the strategic framework I needed to advance to a leadership position."
529
+ </p>
530
+ </div>
531
+ </div>
532
+ </div>
533
+ </div>
534
+ </div>
535
+
536
+ <!-- CTA Section -->
537
+ <div class="bg-white">
538
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:px-8">
539
+ <div class="bg-indigo-700 rounded-lg shadow-xl overflow-hidden lg:grid lg:grid-cols-2 lg:gap-4">
540
+ <div class="pt-10 pb-12 px-6 sm:pt-16 sm:px-16 lg:py-16 lg:pr-0 xl:py-20 xl:px-20">
541
+ <div class="lg:self-center">
542
+ <h2 class="text-3xl font-extrabold text-white sm:text-4xl">
543
+ <span class="block">Ready to advance your career?</span>
544
+ <span class="block">Start learning today.</span>
545
+ </h2>
546
+ <p class="mt-4 text-lg leading-6 text-indigo-200">
547
+ Join thousands of professionals who have transformed their careers with our courses.
548
+ </p>
549
+ <div class="mt-8 flex flex-col sm:flex-row gap-4">
550
+ <button class="flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50">
551
+ Browse Courses <i class="fas fa-arrow-right ml-2"></i>
552
+ </button>
553
+ <button class="flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-500 bg-opacity-60 hover:bg-opacity-70">
554
+ <i class="fas fa-phone-alt mr-2"></i> Speak to an Advisor
555
+ </button>
556
+ </div>
557
+ </div>
558
+ </div>
559
+ <div class="-mt-6 aspect-w-5 aspect-h-3 md:aspect-w-2 md:aspect-h-1">
560
+ <img class="transform translate-x-6 translate-y-6 rounded-md object-cover object-left-top" src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="Students learning">
561
+ </div>
562
+ </div>
563
+ </div>
564
+ </div>
565
+
566
+ <!-- Footer -->
567
+ <footer class="bg-gray-800">
568
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
569
+ <div class="grid grid-cols-2 md:grid-cols-5 gap-8">
570
+ <div class="col-span-2">
571
+ <h3 class="text-white text-lg font-semibold flex items-center">
572
+ <i class="fas fa-graduation-cap text-indigo-400 mr-2"></i> ProLearn
573
+ </h3>
574
+ <p class="mt-4 text-gray-300 text-sm">
575
+ Empowering professionals through continuing education and career advancement since 2010.
576
+ </p>
577
+ <div class="mt-6 flex space-x-6">
578
+ <a href="#" class="text-gray-400 hover:text-white">
579
+ <i class="fab fa-facebook-f"></i>
580
+ </a>
581
+ <a href="#" class="text-gray-400 hover:text-white">
582
+ <i class="fab fa-twitter"></i>
583
+ </a>
584
+ <a href="#" class="text-gray-400 hover:text-white">
585
+ <i class="fab fa-linkedin-in"></i>
586
+ </a>
587
+ <a href="#" class="text-gray-400 hover:text-white">
588
+ <i class="fab fa-youtube"></i>
589
+ </a>
590
+ </div>
591
+ </div>
592
+ <div>
593
+ <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Courses</h3>
594
+ <ul class="mt-4 space-y-2">
595
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Business</a></li>
596
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Technology</a></li>
597
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Healthcare</a></li>
598
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Law</a></li>
599
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Creative</a></li>
600
+ </ul>
601
+ </div>
602
+ <div>
603
+ <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Resources</h3>
604
+ <ul class="mt-4 space-y-2">
605
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Blog</a></li>
606
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Webinars</a></li>
607
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Career Guides</a></li>
608
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Help Center</a></li>
609
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Scholarships</a></li>
610
+ </ul>
611
+ </div>
612
+ <div>
613
+ <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Company</h3>
614
+ <ul class="mt-4 space-y-2">
615
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">About Us</a></li>
616
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">For Business</a></li>
617
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Careers</a></li>
618
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Affiliates</a></li>
619
+ <li><a href="#" class="text-gray-300 hover:text-white text-sm">Contact</a></li>
620
+ </ul>
621
+ </div>
622
+ </div>
623
+ <div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between">
624
+ <p class="text-gray-400 text-sm">
625
+ &copy; 2023 ProLearn, Inc. All rights reserved.
626
+ </p>
627
+ <div class="mt-4 md:mt-0 flex space-x-6">
628
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a>
629
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
630
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Accessibility</a>
631
+ </div>
632
+ </div>
633
+ </div>
634
+ </footer>
635
+
636
+ <script>
637
+ // Mobile menu toggle
638
+ document.getElementById('mobile-menu-button').addEventListener('click', function() {
639
+ const menu = document.getElementById('mobile-menu');
640
+ if (menu.classList.contains('hidden')) {
641
+ menu.classList.remove('hidden');
642
+ this.innerHTML = '<i class="fas fa-times block h-6 w-6"></i>';
643
+ } else {
644
+ menu.classList.add('hidden');
645
+ this.innerHTML = '<i class="fas fa-bars block h-6 w-6"></i>';
646
+ }
647
+ });
648
+
649
+ // Course card hover effect
650
+ const courseCards = document.querySelectorAll('.course-card');
651
+ courseCards.forEach(card => {
652
+ card.addEventListener('mouseenter', function() {
653
+ this.classList.add('transform');
654
+ this.classList.add('transition');
655
+ this.classList.add('duration-300');
656
+ this.classList.add('ease-in-out');
657
+ });
658
+ card.addEventListener('mouseleave', function() {
659
+ this.classList.remove('transform');
660
+ });
661
+ });
662
+
663
+ // Smooth scrolling for anchor links
664
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
665
+ anchor.addEventListener('click', function (e) {
666
+ e.preventDefault();
667
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
668
+ behavior: 'smooth'
669
+ });
670
+ });
671
+ });
672
+ </script>
673
+ <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=thomaswong360/pro-learn-lms" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
674
+ </html>