aramb-dev commited on
Commit
800f3ba
·
verified ·
1 Parent(s): 8d6c439

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +703 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Edutrack
3
- emoji: 🐠
4
- colorFrom: blue
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: edutrack
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,703 @@
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>EduTrack - Homeschool Teacher's Companion</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#4F46E5',
15
+ secondary: '#10B981',
16
+ accent: '#F59E0B',
17
+ dark: '#1F2937',
18
+ light: '#F3F4F6'
19
+ }
20
+ }
21
+ }
22
+ }
23
+ </script>
24
+ <style>
25
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
26
+
27
+ body {
28
+ font-family: 'Inter', sans-serif;
29
+ }
30
+
31
+ .sidebar {
32
+ transition: all 0.3s ease;
33
+ }
34
+
35
+ .progress-ring__circle {
36
+ transition: stroke-dashoffset 0.35s;
37
+ transform: rotate(-90deg);
38
+ transform-origin: 50% 50%;
39
+ }
40
+
41
+ .task-item:hover .task-actions {
42
+ opacity: 1;
43
+ }
44
+
45
+ .custom-scrollbar::-webkit-scrollbar {
46
+ width: 6px;
47
+ }
48
+
49
+ .custom-scrollbar::-webkit-scrollbar-track {
50
+ background: #f1f1f1;
51
+ }
52
+
53
+ .custom-scrollbar::-webkit-scrollbar-thumb {
54
+ background: #888;
55
+ border-radius: 3px;
56
+ }
57
+
58
+ .custom-scrollbar::-webkit-scrollbar-thumb:hover {
59
+ background: #555;
60
+ }
61
+ </style>
62
+ </head>
63
+ <body class="bg-gray-50">
64
+ <div class="flex h-screen overflow-hidden">
65
+ <!-- Sidebar -->
66
+ <div class="sidebar w-64 bg-white shadow-md flex flex-col">
67
+ <div class="p-4 border-b border-gray-200">
68
+ <div class="flex items-center space-x-3">
69
+ <div class="w-10 h-10 rounded-full bg-primary flex items-center justify-center text-white font-bold text-lg">ET</div>
70
+ <h1 class="text-xl font-bold text-dark">EduTrack</h1>
71
+ </div>
72
+ <p class="text-xs text-gray-500 mt-1">Homeschool Teacher's Companion</p>
73
+ </div>
74
+
75
+ <div class="flex-1 overflow-y-auto custom-scrollbar py-4">
76
+ <div class="px-4 mb-6">
77
+ <div class="relative">
78
+ <input type="text" placeholder="Search..." class="w-full pl-10 pr-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent">
79
+ <i class="fas fa-search absolute left-3 top-3 text-gray-400"></i>
80
+ </div>
81
+ </div>
82
+
83
+ <nav>
84
+ <div class="px-4 mb-2">
85
+ <p class="text-xs font-semibold text-gray-500 uppercase tracking-wider">Dashboard</p>
86
+ </div>
87
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-primary bg-primary bg-opacity-10 border-r-4 border-primary">
88
+ <i class="fas fa-home mr-3 text-primary"></i>
89
+ Overview
90
+ </a>
91
+
92
+ <div class="px-4 mt-6 mb-2">
93
+ <p class="text-xs font-semibold text-gray-500 uppercase tracking-wider">Teaching</p>
94
+ </div>
95
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100">
96
+ <i class="fas fa-book-open mr-3 text-secondary"></i>
97
+ Lesson Plans
98
+ </a>
99
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100">
100
+ <i class="fas fa-tasks mr-3 text-accent"></i>
101
+ Assignments
102
+ </a>
103
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100">
104
+ <i class="fas fa-chart-line mr-3 text-purple-500"></i>
105
+ Progress Tracking
106
+ </a>
107
+
108
+ <div class="px-4 mt-6 mb-2">
109
+ <p class="text-xs font-semibold text-gray-500 uppercase tracking-wider">Students</p>
110
+ </div>
111
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100">
112
+ <i class="fas fa-users mr-3 text-blue-500"></i>
113
+ My Students
114
+ </a>
115
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100">
116
+ <i class="fas fa-clipboard-check mr-3 text-green-500"></i>
117
+ Assessments
118
+ </a>
119
+
120
+ <div class="px-4 mt-6 mb-2">
121
+ <p class="text-xs font-semibold text-gray-500 uppercase tracking-wider">Resources</p>
122
+ </div>
123
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100">
124
+ <i class="fas fa-book mr-3 text-yellow-500"></i>
125
+ Curriculum
126
+ </a>
127
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100">
128
+ <i class="fas fa-link mr-3 text-indigo-500"></i>
129
+ Web Resources
130
+ </a>
131
+ </nav>
132
+ </div>
133
+
134
+ <div class="p-4 border-t border-gray-200">
135
+ <div class="flex items-center space-x-3">
136
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User" class="w-10 h-10 rounded-full">
137
+ <div>
138
+ <p class="text-sm font-medium text-dark">Sarah Johnson</p>
139
+ <p class="text-xs text-gray-500">Homeschool Teacher</p>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Main Content -->
146
+ <div class="flex-1 overflow-auto custom-scrollbar">
147
+ <!-- Header -->
148
+ <header class="bg-white shadow-sm">
149
+ <div class="flex items-center justify-between px-6 py-4">
150
+ <h2 class="text-xl font-semibold text-dark">Dashboard Overview</h2>
151
+ <div class="flex items-center space-x-4">
152
+ <button class="p-2 rounded-full hover:bg-gray-100">
153
+ <i class="fas fa-bell text-gray-500"></i>
154
+ </button>
155
+ <button class="p-2 rounded-full hover:bg-gray-100">
156
+ <i class="fas fa-envelope text-gray-500"></i>
157
+ </button>
158
+ <button class="flex items-center space-x-2">
159
+ <span class="text-sm font-medium text-dark">Today</span>
160
+ <i class="fas fa-chevron-down text-gray-500"></i>
161
+ </button>
162
+ </div>
163
+ </div>
164
+ </header>
165
+
166
+ <!-- Main Content Area -->
167
+ <main class="p-6">
168
+ <!-- Stats Cards -->
169
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-6">
170
+ <div class="bg-white rounded-lg shadow p-6">
171
+ <div class="flex items-center justify-between">
172
+ <div>
173
+ <p class="text-sm font-medium text-gray-500">Students</p>
174
+ <h3 class="text-2xl font-bold text-dark mt-1">4</h3>
175
+ </div>
176
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center">
177
+ <i class="fas fa-users text-blue-500 text-xl"></i>
178
+ </div>
179
+ </div>
180
+ <div class="mt-4">
181
+ <span class="text-xs font-medium text-green-500 bg-green-100 px-2 py-1 rounded-full">
182
+ <i class="fas fa-arrow-up mr-1"></i> 1 new
183
+ </span>
184
+ </div>
185
+ </div>
186
+
187
+ <div class="bg-white rounded-lg shadow p-6">
188
+ <div class="flex items-center justify-between">
189
+ <div>
190
+ <p class="text-sm font-medium text-gray-500">Lessons This Week</p>
191
+ <h3 class="text-2xl font-bold text-dark mt-1">12</h3>
192
+ </div>
193
+ <div class="w-12 h-12 rounded-full bg-purple-100 flex items-center justify-center">
194
+ <i class="fas fa-book-open text-purple-500 text-xl"></i>
195
+ </div>
196
+ </div>
197
+ <div class="mt-4">
198
+ <span class="text-xs font-medium text-yellow-500 bg-yellow-100 px-2 py-1 rounded-full">
199
+ <i class="fas fa-clock mr-1"></i> 3 pending
200
+ </span>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="bg-white rounded-lg shadow p-6">
205
+ <div class="flex items-center justify-between">
206
+ <div>
207
+ <p class="text-sm font-medium text-gray-500">Assignments Due</p>
208
+ <h3 class="text-2xl font-bold text-dark mt-1">7</h3>
209
+ </div>
210
+ <div class="w-12 h-12 rounded-full bg-red-100 flex items-center justify-center">
211
+ <i class="fas fa-tasks text-red-500 text-xl"></i>
212
+ </div>
213
+ </div>
214
+ <div class="mt-4">
215
+ <span class="text-xs font-medium text-red-500 bg-red-100 px-2 py-1 rounded-full">
216
+ <i class="fas fa-exclamation-circle mr-1"></i> 2 overdue
217
+ </span>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="bg-white rounded-lg shadow p-6">
222
+ <div class="flex items-center justify-between">
223
+ <div>
224
+ <p class="text-sm font-medium text-gray-500">Resources</p>
225
+ <h3 class="text-2xl font-bold text-dark mt-1">24</h3>
226
+ </div>
227
+ <div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center">
228
+ <i class="fas fa-book text-green-500 text-xl"></i>
229
+ </div>
230
+ </div>
231
+ <div class="mt-4">
232
+ <span class="text-xs font-medium text-blue-500 bg-blue-100 px-2 py-1 rounded-full">
233
+ <i class="fas fa-plus mr-1"></i> Add new
234
+ </span>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Main Content Grid -->
240
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
241
+ <!-- Left Column -->
242
+ <div class="lg:col-span-2 space-y-6">
243
+ <!-- Today's Schedule -->
244
+ <div class="bg-white rounded-lg shadow overflow-hidden">
245
+ <div class="px-6 py-4 border-b border-gray-200">
246
+ <h3 class="text-lg font-semibold text-dark">Today's Schedule</h3>
247
+ </div>
248
+ <div class="divide-y divide-gray-200">
249
+ <div class="px-6 py-4 flex items-start">
250
+ <div class="flex-shrink-0 mt-1">
251
+ <div class="w-3 h-3 rounded-full bg-primary"></div>
252
+ </div>
253
+ <div class="ml-4 flex-1">
254
+ <div class="flex items-center justify-between">
255
+ <h4 class="text-base font-medium text-dark">Math Lesson</h4>
256
+ <span class="text-sm text-gray-500">9:00 AM - 10:30 AM</span>
257
+ </div>
258
+ <p class="text-sm text-gray-500 mt-1">Algebra basics with Emily and Jacob</p>
259
+ <div class="mt-2 flex items-center space-x-2">
260
+ <span class="px-2 py-1 text-xs font-medium bg-blue-100 text-blue-800 rounded-full">Math</span>
261
+ <span class="px-2 py-1 text-xs font-medium bg-green-100 text-green-800 rounded-full">Grade 7</span>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="px-6 py-4 flex items-start">
267
+ <div class="flex-shrink-0 mt-1">
268
+ <div class="w-3 h-3 rounded-full bg-secondary"></div>
269
+ </div>
270
+ <div class="ml-4 flex-1">
271
+ <div class="flex items-center justify-between">
272
+ <h4 class="text-base font-medium text-dark">Science Project</h4>
273
+ <span class="text-sm text-gray-500">11:00 AM - 12:30 PM</span>
274
+ </div>
275
+ <p class="text-sm text-gray-500 mt-1">Volcano experiment with all students</p>
276
+ <div class="mt-2 flex items-center space-x-2">
277
+ <span class="px-2 py-1 text-xs font-medium bg-purple-100 text-purple-800 rounded-full">Science</span>
278
+ <span class="px-2 py-1 text-xs font-medium bg-yellow-100 text-yellow-800 rounded-full">Hands-on</span>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="px-6 py-4 flex items-start">
284
+ <div class="flex-shrink-0 mt-1">
285
+ <div class="w-3 h-3 rounded-full bg-accent"></div>
286
+ </div>
287
+ <div class="ml-4 flex-1">
288
+ <div class="flex items-center justify-between">
289
+ <h4 class="text-base font-medium text-dark">Reading Time</h4>
290
+ <span class="text-sm text-gray-500">2:00 PM - 3:00 PM</span>
291
+ </div>
292
+ <p class="text-sm text-gray-500 mt-1">"To Kill a Mockingbird" discussion</p>
293
+ <div class="mt-2 flex items-center space-x-2">
294
+ <span class="px-2 py-1 text-xs font-medium bg-red-100 text-red-800 rounded-full">Literature</span>
295
+ <span class="px-2 py-1 text-xs font-medium bg-indigo-100 text-indigo-800 rounded-full">Grade 9</span>
296
+ </div>
297
+ </div>
298
+ </div>
299
+ </div>
300
+ <div class="px-6 py-4 bg-gray-50 text-center">
301
+ <button class="text-sm font-medium text-primary hover:text-primary-dark">
302
+ <i class="fas fa-plus mr-1"></i> Add New Schedule Item
303
+ </button>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Quick Tasks -->
308
+ <div class="bg-white rounded-lg shadow overflow-hidden">
309
+ <div class="px-6 py-4 border-b border-gray-200">
310
+ <h3 class="text-lg font-semibold text-dark">Quick Tasks</h3>
311
+ </div>
312
+ <div class="divide-y divide-gray-200">
313
+ <div class="px-6 py-4 flex items-center task-item">
314
+ <div class="flex-shrink-0">
315
+ <input type="checkbox" class="h-4 w-4 text-primary rounded focus:ring-primary">
316
+ </div>
317
+ <div class="ml-4 flex-1">
318
+ <h4 class="text-base font-medium text-dark">Grade math assignments</h4>
319
+ <p class="text-sm text-gray-500 mt-1">Due tomorrow</p>
320
+ </div>
321
+ <div class="task-actions opacity-0 transition-opacity duration-200">
322
+ <button class="p-1 text-gray-400 hover:text-gray-600">
323
+ <i class="fas fa-edit"></i>
324
+ </button>
325
+ <button class="p-1 text-gray-400 hover:text-gray-600 ml-2">
326
+ <i class="fas fa-trash"></i>
327
+ </button>
328
+ </div>
329
+ </div>
330
+
331
+ <div class="px-6 py-4 flex items-center task-item">
332
+ <div class="flex-shrink-0">
333
+ <input type="checkbox" class="h-4 w-4 text-primary rounded focus:ring-primary">
334
+ </div>
335
+ <div class="ml-4 flex-1">
336
+ <h4 class="text-base font-medium text-dark">Prepare science materials</h4>
337
+ <p class="text-sm text-gray-500 mt-1">For Wednesday's experiment</p>
338
+ </div>
339
+ <div class="task-actions opacity-0 transition-opacity duration-200">
340
+ <button class="p-1 text-gray-400 hover:text-gray-600">
341
+ <i class="fas fa-edit"></i>
342
+ </button>
343
+ <button class="p-1 text-gray-400 hover:text-gray-600 ml-2">
344
+ <i class="fas fa-trash"></i>
345
+ </button>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="px-6 py-4 flex items-center task-item">
350
+ <div class="flex-shrink-0">
351
+ <input type="checkbox" class="h-4 w-4 text-primary rounded focus:ring-primary">
352
+ </div>
353
+ <div class="ml-4 flex-1">
354
+ <h4 class="text-base font-medium text-dark">Update progress reports</h4>
355
+ <p class="text-sm text-gray-500 mt-1">End of month review</p>
356
+ </div>
357
+ <div class="task-actions opacity-0 transition-opacity duration-200">
358
+ <button class="p-1 text-gray-400 hover:text-gray-600">
359
+ <i class="fas fa-edit"></i>
360
+ </button>
361
+ <button class="p-1 text-gray-400 hover:text-gray-600 ml-2">
362
+ <i class="fas fa-trash"></i>
363
+ </button>
364
+ </div>
365
+ </div>
366
+ </div>
367
+ <div class="px-6 py-4 bg-gray-50">
368
+ <div class="flex">
369
+ <input type="text" placeholder="Add new task..." class="flex-1 px-4 py-2 border border-gray-300 rounded-l-lg focus:outline-none focus:ring-1 focus:ring-primary">
370
+ <button class="px-4 py-2 bg-primary text-white rounded-r-lg hover:bg-primary-dark">
371
+ <i class="fas fa-plus"></i>
372
+ </button>
373
+ </div>
374
+ </div>
375
+ </div>
376
+ </div>
377
+
378
+ <!-- Right Column -->
379
+ <div class="space-y-6">
380
+ <!-- Student Progress -->
381
+ <div class="bg-white rounded-lg shadow overflow-hidden">
382
+ <div class="px-6 py-4 border-b border-gray-200">
383
+ <h3 class="text-lg font-semibold text-dark">Student Progress</h3>
384
+ </div>
385
+ <div class="p-6">
386
+ <div class="space-y-6">
387
+ <div class="flex items-center">
388
+ <div class="flex-shrink-0">
389
+ <img src="https://randomuser.me/api/portraits/boys/32.jpg" alt="Student" class="w-12 h-12 rounded-full">
390
+ </div>
391
+ <div class="ml-4 flex-1">
392
+ <h4 class="text-base font-medium text-dark">Jacob Wilson</h4>
393
+ <p class="text-sm text-gray-500">Grade 7</p>
394
+ </div>
395
+ <div class="relative w-12 h-12">
396
+ <svg class="w-full h-full" viewBox="0 0 36 36">
397
+ <path
398
+ d="M18 2.0845
399
+ a 15.9155 15.9155 0 0 1 0 31.831
400
+ a 15.9155 15.9155 0 0 1 0 -31.831"
401
+ fill="none"
402
+ stroke="#E5E7EB"
403
+ stroke-width="3"
404
+ />
405
+ <path
406
+ d="M18 2.0845
407
+ a 15.9155 15.9155 0 0 1 0 31.831
408
+ a 15.9155 15.9155 0 0 1 0 -31.831"
409
+ fill="none"
410
+ stroke="#4F46E5"
411
+ stroke-width="3"
412
+ stroke-dasharray="75, 100"
413
+ />
414
+ </svg>
415
+ <div class="absolute inset-0 flex items-center justify-center">
416
+ <span class="text-xs font-bold text-dark">75%</span>
417
+ </div>
418
+ </div>
419
+ </div>
420
+
421
+ <div class="flex items-center">
422
+ <div class="flex-shrink-0">
423
+ <img src="https://randomuser.me/api/portraits/girls/44.jpg" alt="Student" class="w-12 h-12 rounded-full">
424
+ </div>
425
+ <div class="ml-4 flex-1">
426
+ <h4 class="text-base font-medium text-dark">Emily Parker</h4>
427
+ <p class="text-sm text-gray-500">Grade 7</p>
428
+ </div>
429
+ <div class="relative w-12 h-12">
430
+ <svg class="w-full h-full" viewBox="0 0 36 36">
431
+ <path
432
+ d="M18 2.0845
433
+ a 15.9155 15.9155 0 0 1 0 31.831
434
+ a 15.9155 15.9155 0 0 1 0 -31.831"
435
+ fill="none"
436
+ stroke="#E5E7EB"
437
+ stroke-width="3"
438
+ />
439
+ <path
440
+ d="M18 2.0845
441
+ a 15.9155 15.9155 0 0 1 0 31.831
442
+ a 15.9155 15.9155 0 0 1 0 -31.831"
443
+ fill="none"
444
+ stroke="#10B981"
445
+ stroke-width="3"
446
+ stroke-dasharray="90, 100"
447
+ />
448
+ </svg>
449
+ <div class="absolute inset-0 flex items-center justify-center">
450
+ <span class="text-xs font-bold text-dark">90%</span>
451
+ </div>
452
+ </div>
453
+ </div>
454
+
455
+ <div class="flex items-center">
456
+ <div class="flex-shrink-0">
457
+ <img src="https://randomuser.me/api/portraits/boys/12.jpg" alt="Student" class="w-12 h-12 rounded-full">
458
+ </div>
459
+ <div class="ml-4 flex-1">
460
+ <h4 class="text-base font-medium text-dark">Michael Chen</h4>
461
+ <p class="text-sm text-gray-500">Grade 9</p>
462
+ </div>
463
+ <div class="relative w-12 h-12">
464
+ <svg class="w-full h-full" viewBox="0 0 36 36">
465
+ <path
466
+ d="M18 2.0845
467
+ a 15.9155 15.9155 0 0 1 0 31.831
468
+ a 15.9155 15.9155 0 0 1 0 -31.831"
469
+ fill="none"
470
+ stroke="#E5E7EB"
471
+ stroke-width="3"
472
+ />
473
+ <path
474
+ d="M18 2.0845
475
+ a 15.9155 15.9155 0 0 1 0 31.831
476
+ a 15.9155 15.9155 0 0 1 0 -31.831"
477
+ fill="none"
478
+ stroke="#F59E0B"
479
+ stroke-width="3"
480
+ stroke-dasharray="60, 100"
481
+ />
482
+ </svg>
483
+ <div class="absolute inset-0 flex items-center justify-center">
484
+ <span class="text-xs font-bold text-dark">60%</span>
485
+ </div>
486
+ </div>
487
+ </div>
488
+
489
+ <div class="flex items-center">
490
+ <div class="flex-shrink-0">
491
+ <img src="https://randomuser.me/api/portraits/girls/68.jpg" alt="Student" class="w-12 h-12 rounded-full">
492
+ </div>
493
+ <div class="ml-4 flex-1">
494
+ <h4 class="text-base font-medium text-dark">Sophia Rodriguez</h4>
495
+ <p class="text-sm text-gray-500">Grade 9</p>
496
+ </div>
497
+ <div class="relative w-12 h-12">
498
+ <svg class="w-full h-full" viewBox="0 0 36 36">
499
+ <path
500
+ d="M18 2.0845
501
+ a 15.9155 15.9155 0 0 1 0 31.831
502
+ a 15.9155 15.9155 0 0 1 0 -31.831"
503
+ fill="none"
504
+ stroke="#E5E7EB"
505
+ stroke-width="3"
506
+ />
507
+ <path
508
+ d="M18 2.0845
509
+ a 15.9155 15.9155 0 0 1 0 31.831
510
+ a 15.9155 15.9155 0 0 1 0 -31.831"
511
+ fill="none"
512
+ stroke="#EC4899"
513
+ stroke-width="3"
514
+ stroke-dasharray="85, 100"
515
+ />
516
+ </svg>
517
+ <div class="absolute inset-0 flex items-center justify-center">
518
+ <span class="text-xs font-bold text-dark">85%</span>
519
+ </div>
520
+ </div>
521
+ </div>
522
+ </div>
523
+ </div>
524
+ <div class="px-6 py-4 bg-gray-50 text-center">
525
+ <button class="text-sm font-medium text-primary hover:text-primary-dark">
526
+ <i class="fas fa-chart-line mr-1"></i> View All Progress
527
+ </button>
528
+ </div>
529
+ </div>
530
+
531
+ <!-- Upcoming Events -->
532
+ <div class="bg-white rounded-lg shadow overflow-hidden">
533
+ <div class="px-6 py-4 border-b border-gray-200">
534
+ <h3 class="text-lg font-semibold text-dark">Upcoming Events</h3>
535
+ </div>
536
+ <div class="divide-y divide-gray-200">
537
+ <div class="px-6 py-4">
538
+ <div class="flex items-center">
539
+ <div class="flex-shrink-0">
540
+ <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center">
541
+ <i class="fas fa-calendar-day text-blue-500"></i>
542
+ </div>
543
+ </div>
544
+ <div class="ml-4">
545
+ <h4 class="text-sm font-medium text-dark">Field Trip</h4>
546
+ <p class="text-xs text-gray-500 mt-1">Science Museum - Tomorrow</p>
547
+ </div>
548
+ </div>
549
+ </div>
550
+
551
+ <div class="px-6 py-4">
552
+ <div class="flex items-center">
553
+ <div class="flex-shrink-0">
554
+ <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center">
555
+ <i class="fas fa-graduation-cap text-green-500"></i>
556
+ </div>
557
+ </div>
558
+ <div class="ml-4">
559
+ <h4 class="text-sm font-medium text-dark">Parent-Teacher Meeting</h4>
560
+ <p class="text-xs text-gray-500 mt-1">Friday, 3:00 PM</p>
561
+ </div>
562
+ </div>
563
+ </div>
564
+
565
+ <div class="px-6 py-4">
566
+ <div class="flex items-center">
567
+ <div class="flex-shrink-0">
568
+ <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center">
569
+ <i class="fas fa-birthday-cake text-purple-500"></i>
570
+ </div>
571
+ </div>
572
+ <div class="ml-4">
573
+ <h4 class="text-sm font-medium text-dark">Michael's Birthday</h4>
574
+ <p class="text-xs text-gray-500 mt-1">Next Monday</p>
575
+ </div>
576
+ </div>
577
+ </div>
578
+ </div>
579
+ <div class="px-6 py-4 bg-gray-50 text-center">
580
+ <button class="text-sm font-medium text-primary hover:text-primary-dark">
581
+ <i class="fas fa-calendar-plus mr-1"></i> Add New Event
582
+ </button>
583
+ </div>
584
+ </div>
585
+
586
+ <!-- Quick Resources -->
587
+ <div class="bg-white rounded-lg shadow overflow-hidden">
588
+ <div class="px-6 py-4 border-b border-gray-200">
589
+ <h3 class="text-lg font-semibold text-dark">Quick Resources</h3>
590
+ </div>
591
+ <div class="p-6">
592
+ <div class="grid grid-cols-2 gap-4">
593
+ <a href="#" class="p-3 bg-blue-50 rounded-lg hover:bg-blue-100 transition-colors">
594
+ <div class="flex flex-col items-center text-center">
595
+ <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mb-2">
596
+ <i class="fas fa-calculator text-blue-500"></i>
597
+ </div>
598
+ <span class="text-xs font-medium text-dark">Math Tools</span>
599
+ </div>
600
+ </a>
601
+
602
+ <a href="#" class="p-3 bg-green-50 rounded-lg hover:bg-green-100 transition-colors">
603
+ <div class="flex flex-col items-center text-center">
604
+ <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center mb-2">
605
+ <i class="fas fa-flask text-green-500"></i>
606
+ </div>
607
+ <span class="text-xs font-medium text-dark">Science Labs</span>
608
+ </div>
609
+ </a>
610
+
611
+ <a href="#" class="p-3 bg-yellow-50 rounded-lg hover:bg-yellow-100 transition-colors">
612
+ <div class="flex flex-col items-center text-center">
613
+ <div class="w-10 h-10 rounded-full bg-yellow-100 flex items-center justify-center mb-2">
614
+ <i class="fas fa-book text-yellow-500"></i>
615
+ </div>
616
+ <span class="text-xs font-medium text-dark">Reading List</span>
617
+ </div>
618
+ </a>
619
+
620
+ <a href="#" class="p-3 bg-purple-50 rounded-lg hover:bg-purple-100 transition-colors">
621
+ <div class="flex flex-col items-center text-center">
622
+ <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mb-2">
623
+ <i class="fas fa-palette text-purple-500"></i>
624
+ </div>
625
+ <span class="text-xs font-medium text-dark">Art Projects</span>
626
+ </div>
627
+ </a>
628
+ </div>
629
+ </div>
630
+ </div>
631
+ </div>
632
+ </div>
633
+ </main>
634
+ </div>
635
+ </div>
636
+
637
+ <script>
638
+ // Simple interactive elements
639
+ document.addEventListener('DOMContentLoaded', function() {
640
+ // Task completion toggle
641
+ const checkboxes = document.querySelectorAll('.task-item input[type="checkbox"]');
642
+ checkboxes.forEach(checkbox => {
643
+ checkbox.addEventListener('change', function() {
644
+ const taskText = this.closest('.task-item').querySelector('h4');
645
+ if (this.checked) {
646
+ taskText.classList.add('line-through', 'text-gray-400');
647
+ } else {
648
+ taskText.classList.remove('line-through', 'text-gray-400');
649
+ }
650
+ });
651
+ });
652
+
653
+ // Add new task
654
+ const addTaskBtn = document.querySelector('.bg-gray-50 button');
655
+ const taskInput = document.querySelector('.bg-gray-50 input[type="text"]');
656
+
657
+ addTaskBtn.addEventListener('click', function() {
658
+ if (taskInput.value.trim() !== '') {
659
+ const tasksContainer = document.querySelector('.divide-y.divide-gray-200');
660
+ const newTask = document.createElement('div');
661
+ newTask.className = 'px-6 py-4 flex items-center task-item';
662
+ newTask.innerHTML = `
663
+ <div class="flex-shrink-0">
664
+ <input type="checkbox" class="h-4 w-4 text-primary rounded focus:ring-primary">
665
+ </div>
666
+ <div class="ml-4 flex-1">
667
+ <h4 class="text-base font-medium text-dark">${taskInput.value}</h4>
668
+ <p class="text-sm text-gray-500 mt-1">Added just now</p>
669
+ </div>
670
+ <div class="task-actions opacity-0 transition-opacity duration-200">
671
+ <button class="p-1 text-gray-400 hover:text-gray-600">
672
+ <i class="fas fa-edit"></i>
673
+ </button>
674
+ <button class="p-1 text-gray-400 hover:text-gray-600 ml-2">
675
+ <i class="fas fa-trash"></i>
676
+ </button>
677
+ </div>
678
+ `;
679
+ tasksContainer.appendChild(newTask);
680
+ taskInput.value = '';
681
+
682
+ // Add event listener to the new task's checkbox
683
+ newTask.querySelector('input[type="checkbox"]').addEventListener('change', function() {
684
+ const taskText = this.closest('.task-item').querySelector('h4');
685
+ if (this.checked) {
686
+ taskText.classList.add('line-through', 'text-gray-400');
687
+ } else {
688
+ taskText.classList.remove('line-through', 'text-gray-400');
689
+ }
690
+ });
691
+ }
692
+ });
693
+
694
+ // Press Enter to add task
695
+ taskInput.addEventListener('keypress', function(e) {
696
+ if (e.key === 'Enter') {
697
+ addTaskBtn.click();
698
+ }
699
+ });
700
+ });
701
+ </script>
702
+ <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=aramb-dev/edutrack" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
703
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ productivity app for homeschool teachers