GruntDaddy commited on
Commit
c77fe14
·
verified ·
1 Parent(s): 41b2abe

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +593 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Educore
3
- emoji: 💻
4
- colorFrom: green
5
- colorTo: indigo
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: educore
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: green
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,593 @@
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>EduHome - Homeschool Platform</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .sidebar {
11
+ transition: all 0.3s ease;
12
+ }
13
+ .sidebar.collapsed {
14
+ width: 70px;
15
+ }
16
+ .sidebar.collapsed .nav-text {
17
+ display: none;
18
+ }
19
+ .sidebar.collapsed .logo-text {
20
+ display: none;
21
+ }
22
+ .main-content {
23
+ transition: all 0.3s ease;
24
+ }
25
+ .sidebar.collapsed + .main-content {
26
+ margin-left: 70px;
27
+ }
28
+ .progress-ring__circle {
29
+ transition: stroke-dashoffset 0.35s;
30
+ transform: rotate(-90deg);
31
+ transform-origin: 50% 50%;
32
+ }
33
+ .gradient-bg {
34
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
35
+ }
36
+ </style>
37
+ </head>
38
+ <body class="bg-gray-50">
39
+ <div class="flex h-screen overflow-hidden">
40
+ <!-- Sidebar -->
41
+ <div class="sidebar bg-white text-gray-800 shadow-lg w-64 flex flex-col fixed h-full">
42
+ <!-- Logo -->
43
+ <div class="p-4 flex items-center border-b border-gray-200">
44
+ <div class="w-10 h-10 rounded-full bg-indigo-500 flex items-center justify-center text-white">
45
+ <i class="fas fa-home text-xl"></i>
46
+ </div>
47
+ <span class="logo-text ml-3 font-bold text-xl">EduHome</span>
48
+ </div>
49
+
50
+ <!-- User Profile -->
51
+ <div class="p-4 flex items-center border-b border-gray-200">
52
+ <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden">
53
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User" class="w-full h-full object-cover">
54
+ </div>
55
+ <div class="ml-3">
56
+ <div class="font-medium">Sarah Johnson</div>
57
+ <div class="text-xs text-gray-500">Parent/Teacher</div>
58
+ </div>
59
+ </div>
60
+
61
+ <!-- Navigation -->
62
+ <nav class="flex-1 overflow-y-auto py-4">
63
+ <div class="px-4 mb-8">
64
+ <div class="text-xs uppercase font-semibold text-gray-500 mb-2 tracking-wider">Dashboard</div>
65
+ <ul>
66
+ <li class="mb-1">
67
+ <a href="#" class="flex items-center p-2 text-indigo-600 rounded-lg bg-indigo-50">
68
+ <i class="fas fa-tachometer-alt"></i>
69
+ <span class="nav-text ml-3">Overview</span>
70
+ </a>
71
+ </li>
72
+ <li class="mb-1">
73
+ <a href="#" class="flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
74
+ <i class="fas fa-calendar-alt"></i>
75
+ <span class="nav-text ml-3">Schedule</span>
76
+ </a>
77
+ </li>
78
+ <li class="mb-1">
79
+ <a href="#" class="flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
80
+ <i class="fas fa-book"></i>
81
+ <span class="nav-text ml-3">Curriculum</span>
82
+ </a>
83
+ </li>
84
+ </ul>
85
+ </div>
86
+
87
+ <div class="px-4 mb-8">
88
+ <div class="text-xs uppercase font-semibold text-gray-500 mb-2 tracking-wider">Students</div>
89
+ <ul>
90
+ <li class="mb-1">
91
+ <a href="#" class="flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
92
+ <i class="fas fa-users"></i>
93
+ <span class="nav-text ml-3">My Students</span>
94
+ </a>
95
+ </li>
96
+ <li class="mb-1">
97
+ <a href="#" class="flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
98
+ <i class="fas fa-chart-line"></i>
99
+ <span class="nav-text ml-3">Progress Tracking</span>
100
+ </a>
101
+ </li>
102
+ <li class="mb-1">
103
+ <a href="#" class="flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
104
+ <i class="fas fa-star"></i>
105
+ <span class="nav-text ml-3">Achievements</span>
106
+ </a>
107
+ </li>
108
+ </ul>
109
+ </div>
110
+
111
+ <div class="px-4 mb-8">
112
+ <div class="text-xs uppercase font-semibold text-gray-500 mb-2 tracking-wider">Resources</div>
113
+ <ul>
114
+ <li class="mb-1">
115
+ <a href="#" class="flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
116
+ <i class="fas fa-book-open"></i>
117
+ <span class="nav-text ml-3">Lesson Plans</span>
118
+ </a>
119
+ </li>
120
+ <li class="mb-1">
121
+ <a href="#" class="flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
122
+ <i class="fas fa-file-alt"></i>
123
+ <span class="nav-text ml-3">Worksheets</span>
124
+ </a>
125
+ </li>
126
+ <li class="mb-1">
127
+ <a href="#" class="flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
128
+ <i class="fas fa-video"></i>
129
+ <span class="nav-text ml-3">Educational Videos</span>
130
+ </a>
131
+ </li>
132
+ </ul>
133
+ </div>
134
+ </nav>
135
+
136
+ <!-- Collapse Button -->
137
+ <div class="p-4 border-t border-gray-200">
138
+ <button onclick="toggleSidebar()" class="w-full flex items-center p-2 text-gray-600 hover:bg-gray-100 rounded-lg">
139
+ <i class="fas fa-chevron-left"></i>
140
+ <span class="nav-text ml-3">Collapse</span>
141
+ </button>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Main Content -->
146
+ <div class="main-content flex-1 flex flex-col overflow-hidden ml-64">
147
+ <!-- Top Navigation -->
148
+ <header class="bg-white shadow-sm py-4 px-6 flex items-center justify-between">
149
+ <div class="flex items-center">
150
+ <h1 class="text-xl font-semibold text-gray-800">Dashboard Overview</h1>
151
+ </div>
152
+
153
+ <div class="flex items-center space-x-4">
154
+ <div class="relative">
155
+ <button class="p-2 rounded-full hover:bg-gray-100">
156
+ <i class="fas fa-bell text-gray-600"></i>
157
+ <span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-500"></span>
158
+ </button>
159
+ </div>
160
+ <div class="relative">
161
+ <button class="p-2 rounded-full hover:bg-gray-100">
162
+ <i class="fas fa-envelope text-gray-600"></i>
163
+ <span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-500"></span>
164
+ </button>
165
+ </div>
166
+ <div class="border-l border-gray-200 h-8 mx-2"></div>
167
+ <div class="flex items-center">
168
+ <div class="w-8 h-8 rounded-full bg-gray-300 overflow-hidden">
169
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User" class="w-full h-full object-cover">
170
+ </div>
171
+ <span class="ml-2 text-sm font-medium">Sarah J.</span>
172
+ </div>
173
+ </div>
174
+ </header>
175
+
176
+ <!-- Content Area -->
177
+ <main class="flex-1 overflow-y-auto p-6 bg-gray-50">
178
+ <!-- Welcome Banner -->
179
+ <div class="gradient-bg rounded-xl p-6 text-white mb-6">
180
+ <div class="flex items-center justify-between">
181
+ <div>
182
+ <h2 class="text-2xl font-bold mb-2">Welcome back, Sarah!</h2>
183
+ <p class="opacity-90">You have 3 lessons scheduled for today. Let's make it a productive day!</p>
184
+ </div>
185
+ <button class="bg-white text-indigo-600 px-4 py-2 rounded-lg font-medium hover:bg-opacity-90 transition">
186
+ View Schedule
187
+ </button>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Stats Cards -->
192
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-6">
193
+ <div class="bg-white rounded-xl shadow-sm p-6">
194
+ <div class="flex items-center justify-between">
195
+ <div>
196
+ <p class="text-sm text-gray-500">Active Students</p>
197
+ <h3 class="text-2xl font-bold mt-1">4</h3>
198
+ </div>
199
+ <div class="p-3 rounded-full bg-indigo-100 text-indigo-600">
200
+ <i class="fas fa-users text-xl"></i>
201
+ </div>
202
+ </div>
203
+ <div class="mt-4 text-sm text-green-600 font-medium">
204
+ <i class="fas fa-arrow-up mr-1"></i> 1 new this month
205
+ </div>
206
+ </div>
207
+
208
+ <div class="bg-white rounded-xl shadow-sm p-6">
209
+ <div class="flex items-center justify-between">
210
+ <div>
211
+ <p class="text-sm text-gray-500">Lessons This Week</p>
212
+ <h3 class="text-2xl font-bold mt-1">12</h3>
213
+ </div>
214
+ <div class="p-3 rounded-full bg-blue-100 text-blue-600">
215
+ <i class="fas fa-book text-xl"></i>
216
+ </div>
217
+ </div>
218
+ <div class="mt-4 text-sm text-gray-500 font-medium">
219
+ <i class="fas fa-check-circle mr-1"></i> 3 completed
220
+ </div>
221
+ </div>
222
+
223
+ <div class="bg-white rounded-xl shadow-sm p-6">
224
+ <div class="flex items-center justify-between">
225
+ <div>
226
+ <p class="text-sm text-gray-500">Assignments Due</p>
227
+ <h3 class="text-2xl font-bold mt-1">5</h3>
228
+ </div>
229
+ <div class="p-3 rounded-full bg-yellow-100 text-yellow-600">
230
+ <i class="fas fa-tasks text-xl"></i>
231
+ </div>
232
+ </div>
233
+ <div class="mt-4 text-sm text-red-600 font-medium">
234
+ <i class="fas fa-exclamation-circle mr-1"></i> 2 overdue
235
+ </div>
236
+ </div>
237
+
238
+ <div class="bg-white rounded-xl shadow-sm p-6">
239
+ <div class="flex items-center justify-between">
240
+ <div>
241
+ <p class="text-sm text-gray-500">Total Progress</p>
242
+ <h3 class="text-2xl font-bold mt-1">78%</h3>
243
+ </div>
244
+ <div class="p-3 rounded-full bg-green-100 text-green-600">
245
+ <i class="fas fa-chart-line text-xl"></i>
246
+ </div>
247
+ </div>
248
+ <div class="mt-4 text-sm text-green-600 font-medium">
249
+ <i class="fas fa-arrow-up mr-1"></i> 5% from last week
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Main Content Grid -->
255
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
256
+ <!-- Upcoming Lessons -->
257
+ <div class="lg:col-span-2">
258
+ <div class="bg-white rounded-xl shadow-sm p-6">
259
+ <div class="flex items-center justify-between mb-6">
260
+ <h3 class="text-lg font-semibold">Upcoming Lessons</h3>
261
+ <button class="text-sm text-indigo-600 hover:text-indigo-800">View All</button>
262
+ </div>
263
+
264
+ <div class="space-y-4">
265
+ <div class="flex items-start p-4 border border-gray-100 rounded-lg hover:bg-gray-50">
266
+ <div class="bg-indigo-100 text-indigo-600 p-3 rounded-lg mr-4">
267
+ <i class="fas fa-book-open"></i>
268
+ </div>
269
+ <div class="flex-1">
270
+ <h4 class="font-medium">Mathematics: Fractions</h4>
271
+ <p class="text-sm text-gray-500 mt-1">Today, 10:00 AM - 11:30 AM</p>
272
+ <div class="flex items-center mt-2">
273
+ <span class="text-xs px-2 py-1 bg-indigo-50 text-indigo-600 rounded-full">Emma</span>
274
+ <span class="text-xs px-2 py-1 bg-blue-50 text-blue-600 rounded-full ml-2">Grade 5</span>
275
+ </div>
276
+ </div>
277
+ <button class="text-gray-400 hover:text-gray-600">
278
+ <i class="fas fa-ellipsis-v"></i>
279
+ </button>
280
+ </div>
281
+
282
+ <div class="flex items-start p-4 border border-gray-100 rounded-lg hover:bg-gray-50">
283
+ <div class="bg-green-100 text-green-600 p-3 rounded-lg mr-4">
284
+ <i class="fas fa-flask"></i>
285
+ </div>
286
+ <div class="flex-1">
287
+ <h4 class="font-medium">Science: Solar System</h4>
288
+ <p class="text-sm text-gray-500 mt-1">Today, 1:00 PM - 2:30 PM</p>
289
+ <div class="flex items-center mt-2">
290
+ <span class="text-xs px-2 py-1 bg-indigo-50 text-indigo-600 rounded-full">Liam</span>
291
+ <span class="text-xs px-2 py-1 bg-blue-50 text-blue-600 rounded-full ml-2">Grade 4</span>
292
+ </div>
293
+ </div>
294
+ <button class="text-gray-400 hover:text-gray-600">
295
+ <i class="fas fa-ellipsis-v"></i>
296
+ </button>
297
+ </div>
298
+
299
+ <div class="flex items-start p-4 border border-gray-100 rounded-lg hover:bg-gray-50">
300
+ <div class="bg-yellow-100 text-yellow-600 p-3 rounded-lg mr-4">
301
+ <i class="fas fa-history"></i>
302
+ </div>
303
+ <div class="flex-1">
304
+ <h4 class="font-medium">History: Ancient Egypt</h4>
305
+ <p class="text-sm text-gray-500 mt-1">Tomorrow, 9:00 AM - 10:30 AM</p>
306
+ <div class="flex items-center mt-2">
307
+ <span class="text-xs px-2 py-1 bg-indigo-50 text-indigo-600 rounded-full">Emma & Noah</span>
308
+ <span class="text-xs px-2 py-1 bg-blue-50 text-blue-600 rounded-full ml-2">Group Lesson</span>
309
+ </div>
310
+ </div>
311
+ <button class="text-gray-400 hover:text-gray-600">
312
+ <i class="fas fa-ellipsis-v"></i>
313
+ </button>
314
+ </div>
315
+ </div>
316
+
317
+ <button class="w-full mt-6 py-2 border border-dashed border-gray-300 rounded-lg text-gray-500 hover:text-indigo-600 hover:border-indigo-300 transition">
318
+ <i class="fas fa-plus mr-2"></i> Add New Lesson
319
+ </button>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Student Progress -->
324
+ <div>
325
+ <div class="bg-white rounded-xl shadow-sm p-6">
326
+ <div class="flex items-center justify-between mb-6">
327
+ <h3 class="text-lg font-semibold">Student Progress</h3>
328
+ <button class="text-sm text-indigo-600 hover:text-indigo-800">View All</button>
329
+ </div>
330
+
331
+ <div class="space-y-5">
332
+ <div class="flex items-center">
333
+ <div class="w-10 h-10 rounded-full bg-gray-300 overflow-hidden mr-3">
334
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Student" class="w-full h-full object-cover">
335
+ </div>
336
+ <div class="flex-1">
337
+ <h4 class="font-medium">Emma Johnson</h4>
338
+ <p class="text-xs text-gray-500">Grade 5</p>
339
+ </div>
340
+ <div class="relative w-12 h-12">
341
+ <svg class="w-full h-full" viewBox="0 0 36 36">
342
+ <path
343
+ d="M18 2.0845
344
+ a 15.9155 15.9155 0 0 1 0 31.831
345
+ a 15.9155 15.9155 0 0 1 0 -31.831"
346
+ fill="none"
347
+ stroke="#e6e6e6"
348
+ stroke-width="3"
349
+ stroke-dasharray="100, 100"
350
+ />
351
+ <path
352
+ d="M18 2.0845
353
+ a 15.9155 15.9155 0 0 1 0 31.831
354
+ a 15.9155 15.9155 0 0 1 0 -31.831"
355
+ fill="none"
356
+ stroke="#4f46e5"
357
+ stroke-width="3"
358
+ stroke-dasharray="85, 100"
359
+ />
360
+ </svg>
361
+ <div class="absolute inset-0 flex items-center justify-center text-xs font-bold">85%</div>
362
+ </div>
363
+ </div>
364
+
365
+ <div class="flex items-center">
366
+ <div class="w-10 h-10 rounded-full bg-gray-300 overflow-hidden mr-3">
367
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Student" class="w-full h-full object-cover">
368
+ </div>
369
+ <div class="flex-1">
370
+ <h4 class="font-medium">Liam Smith</h4>
371
+ <p class="text-xs text-gray-500">Grade 4</p>
372
+ </div>
373
+ <div class="relative w-12 h-12">
374
+ <svg class="w-full h-full" viewBox="0 0 36 36">
375
+ <path
376
+ d="M18 2.0845
377
+ a 15.9155 15.9155 0 0 1 0 31.831
378
+ a 15.9155 15.9155 0 0 1 0 -31.831"
379
+ fill="none"
380
+ stroke="#e6e6e6"
381
+ stroke-width="3"
382
+ stroke-dasharray="100, 100"
383
+ />
384
+ <path
385
+ d="M18 2.0845
386
+ a 15.9155 15.9155 0 0 1 0 31.831
387
+ a 15.9155 15.9155 0 0 1 0 -31.831"
388
+ fill="none"
389
+ stroke="#10b981"
390
+ stroke-width="3"
391
+ stroke-dasharray="78, 100"
392
+ />
393
+ </svg>
394
+ <div class="absolute inset-0 flex items-center justify-center text-xs font-bold">78%</div>
395
+ </div>
396
+ </div>
397
+
398
+ <div class="flex items-center">
399
+ <div class="w-10 h-10 rounded-full bg-gray-300 overflow-hidden mr-3">
400
+ <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Student" class="w-full h-full object-cover">
401
+ </div>
402
+ <div class="flex-1">
403
+ <h4 class="font-medium">Noah Williams</h4>
404
+ <p class="text-xs text-gray-500">Grade 3</p>
405
+ </div>
406
+ <div class="relative w-12 h-12">
407
+ <svg class="w-full h-full" viewBox="0 0 36 36">
408
+ <path
409
+ d="M18 2.0845
410
+ a 15.9155 15.9155 0 0 1 0 31.831
411
+ a 15.9155 15.9155 0 0 1 0 -31.831"
412
+ fill="none"
413
+ stroke="#e6e6e6"
414
+ stroke-width="3"
415
+ stroke-dasharray="100, 100"
416
+ />
417
+ <path
418
+ d="M18 2.0845
419
+ a 15.9155 15.9155 0 0 1 0 31.831
420
+ a 15.9155 15.9155 0 0 1 0 -31.831"
421
+ fill="none"
422
+ stroke="#f59e0b"
423
+ stroke-width="3"
424
+ stroke-dasharray="65, 100"
425
+ />
426
+ </svg>
427
+ <div class="absolute inset-0 flex items-center justify-center text-xs font-bold">65%</div>
428
+ </div>
429
+ </div>
430
+
431
+ <div class="flex items-center">
432
+ <div class="w-10 h-10 rounded-full bg-gray-300 overflow-hidden mr-3">
433
+ <img src="https://randomuser.me/api/portraits/women/12.jpg" alt="Student" class="w-full h-full object-cover">
434
+ </div>
435
+ <div class="flex-1">
436
+ <h4 class="font-medium">Olivia Brown</h4>
437
+ <p class="text-xs text-gray-500">Grade 2</p>
438
+ </div>
439
+ <div class="relative w-12 h-12">
440
+ <svg class="w-full h-full" viewBox="0 0 36 36">
441
+ <path
442
+ d="M18 2.0845
443
+ a 15.9155 15.9155 0 0 1 0 31.831
444
+ a 15.9155 15.9155 0 0 1 0 -31.831"
445
+ fill="none"
446
+ stroke="#e6e6e6"
447
+ stroke-width="3"
448
+ stroke-dasharray="100, 100"
449
+ />
450
+ <path
451
+ d="M18 2.0845
452
+ a 15.9155 15.9155 0 0 1 0 31.831
453
+ a 15.9155 15.9155 0 0 1 0 -31.831"
454
+ fill="none"
455
+ stroke="#ef4444"
456
+ stroke-width="3"
457
+ stroke-dasharray="92, 100"
458
+ />
459
+ </svg>
460
+ <div class="absolute inset-0 flex items-center justify-center text-xs font-bold">92%</div>
461
+ </div>
462
+ </div>
463
+ </div>
464
+ </div>
465
+ </div>
466
+ </div>
467
+
468
+ <!-- Recent Assignments -->
469
+ <div class="mt-6 bg-white rounded-xl shadow-sm overflow-hidden">
470
+ <div class="px-6 py-4 border-b border-gray-100">
471
+ <div class="flex items-center justify-between">
472
+ <h3 class="text-lg font-semibold">Recent Assignments</h3>
473
+ <button class="text-sm text-indigo-600 hover:text-indigo-800">View All</button>
474
+ </div>
475
+ </div>
476
+
477
+ <div class="divide-y divide-gray-100">
478
+ <div class="grid grid-cols-12 px-6 py-4 hover:bg-gray-50 items-center">
479
+ <div class="col-span-6 flex items-center">
480
+ <div class="w-10 h-10 rounded bg-indigo-100 text-indigo-600 flex items-center justify-center mr-4">
481
+ <i class="fas fa-file-alt"></i>
482
+ </div>
483
+ <div>
484
+ <h4 class="font-medium">Math Worksheet - Fractions</h4>
485
+ <p class="text-sm text-gray-500">Assigned to Emma Johnson</p>
486
+ </div>
487
+ </div>
488
+ <div class="col-span-2 text-sm text-gray-500">Due: Today</div>
489
+ <div class="col-span-2">
490
+ <span class="px-3 py-1 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">Pending</span>
491
+ </div>
492
+ <div class="col-span-2 flex justify-end">
493
+ <button class="text-gray-400 hover:text-gray-600">
494
+ <i class="fas fa-ellipsis-v"></i>
495
+ </button>
496
+ </div>
497
+ </div>
498
+
499
+ <div class="grid grid-cols-12 px-6 py-4 hover:bg-gray-50 items-center">
500
+ <div class="col-span-6 flex items-center">
501
+ <div class="w-10 h-10 rounded bg-green-100 text-green-600 flex items-center justify-center mr-4">
502
+ <i class="fas fa-book"></i>
503
+ </div>
504
+ <div>
505
+ <h4 class="font-medium">Science Project - Solar System</h4>
506
+ <p class="text-sm text-gray-500">Assigned to Liam Smith</p>
507
+ </div>
508
+ </div>
509
+ <div class="col-span-2 text-sm text-gray-500">Due: Tomorrow</div>
510
+ <div class="col-span-2">
511
+ <span class="px-3 py-1 rounded-full text-xs font-medium bg-blue-100 text-blue-800">In Progress</span>
512
+ </div>
513
+ <div class="col-span-2 flex justify-end">
514
+ <button class="text-gray-400 hover:text-gray-600">
515
+ <i class="fas fa-ellipsis-v"></i>
516
+ </button>
517
+ </div>
518
+ </div>
519
+
520
+ <div class="grid grid-cols-12 px-6 py-4 hover:bg-gray-50 items-center">
521
+ <div class="col-span-6 flex items-center">
522
+ <div class="w-10 h-10 rounded bg-purple-100 text-purple-600 flex items-center justify-center mr-4">
523
+ <i class="fas fa-pen-fancy"></i>
524
+ </div>
525
+ <div>
526
+ <h4 class="font-medium">Creative Writing - My Hero</h4>
527
+ <p class="text-sm text-gray-500">Assigned to Olivia Brown</p>
528
+ </div>
529
+ </div>
530
+ <div class="col-span-2 text-sm text-gray-500">Due: 2 days ago</div>
531
+ <div class="col-span-2">
532
+ <span class="px-3 py-1 rounded-full text-xs font-medium bg-red-100 text-red-800">Overdue</span>
533
+ </div>
534
+ <div class="col-span-2 flex justify-end">
535
+ <button class="text-gray-400 hover:text-gray-600">
536
+ <i class="fas fa-ellipsis-v"></i>
537
+ </button>
538
+ </div>
539
+ </div>
540
+
541
+ <div class="grid grid-cols-12 px-6 py-4 hover:bg-gray-50 items-center">
542
+ <div class="col-span-6 flex items-center">
543
+ <div class="w-10 h-10 rounded bg-blue-100 text-blue-600 flex items-center justify-center mr-4">
544
+ <i class="fas fa-history"></i>
545
+ </div>
546
+ <div>
547
+ <h4 class="font-medium">History Quiz - Ancient Egypt</h4>
548
+ <p class="text-sm text-gray-500">Assigned to Noah Williams</p>
549
+ </div>
550
+ </div>
551
+ <div class="col-span-2 text-sm text-gray-500">Due: 1 week ago</div>
552
+ <div class="col-span-2">
553
+ <span class="px-3 py-1 rounded-full text-xs font-medium bg-green-100 text-green-800">Completed</span>
554
+ </div>
555
+ <div class="col-span-2 flex justify-end">
556
+ <button class="text-gray-400 hover:text-gray-600">
557
+ <i class="fas fa-ellipsis-v"></i>
558
+ </button>
559
+ </div>
560
+ </div>
561
+ </div>
562
+ </div>
563
+ </main>
564
+ </div>
565
+ </div>
566
+
567
+ <script>
568
+ // Toggle sidebar
569
+ function toggleSidebar() {
570
+ const sidebar = document.querySelector('.sidebar');
571
+ const mainContent = document.querySelector('.main-content');
572
+
573
+ sidebar.classList.toggle('collapsed');
574
+
575
+ // Change icon when collapsed
576
+ const icon = sidebar.querySelector('.fa-chevron-left');
577
+ if (sidebar.classList.contains('collapsed')) {
578
+ icon.classList.remove('fa-chevron-left');
579
+ icon.classList.add('fa-chevron-right');
580
+ } else {
581
+ icon.classList.remove('fa-chevron-right');
582
+ icon.classList.add('fa-chevron-left');
583
+ }
584
+ }
585
+
586
+ // Sample data for charts (would be replaced with real data in production)
587
+ document.addEventListener('DOMContentLoaded', function() {
588
+ // This is where you would initialize any charts or more complex functionality
589
+ console.log('Dashboard loaded');
590
+ });
591
+ </script>
592
+ <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=GruntDaddy/educore" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
593
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ build a platform dashboard and pages similar to (Acella) for my homechool platform to use