Bimarz commited on
Commit
72fa600
·
verified ·
1 Parent(s): 62a4255

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +486 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Teacher
3
- emoji: 🚀
4
  colorFrom: gray
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: teacher
3
+ emoji: 🐳
4
  colorFrom: gray
5
+ colorTo: gray
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,486 @@
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="fa" dir="rtl">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>پنل مدیریت معلم</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
+ @import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');
11
+ body {
12
+ font-family: 'Vazirmatn', sans-serif;
13
+ }
14
+ .sidebar-item:hover .sidebar-tooltip {
15
+ opacity: 1;
16
+ visibility: visible;
17
+ }
18
+ .scrollbar-hide::-webkit-scrollbar {
19
+ display: none;
20
+ }
21
+ .scrollbar-hide {
22
+ -ms-overflow-style: none;
23
+ scrollbar-width: none;
24
+ }
25
+ </style>
26
+ </head>
27
+ <body class="bg-gray-50 text-gray-800">
28
+ <div class="flex h-screen overflow-hidden">
29
+ <!-- Sidebar -->
30
+ <div class="hidden md:flex md:flex-shrink-0">
31
+ <div class="flex flex-col w-64 border-l border-gray-200 bg-white">
32
+ <!-- Sidebar header -->
33
+ <div class="flex items-center justify-center h-16 px-4 border-b border-gray-200">
34
+ <div class="flex items-center">
35
+ <i class="fas fa-chalkboard-teacher text-2xl text-indigo-600 mr-2"></i>
36
+ <span class="text-xl font-bold text-gray-800">پنل معلم</span>
37
+ </div>
38
+ </div>
39
+
40
+ <!-- Sidebar content -->
41
+ <div class="flex flex-col flex-grow overflow-y-auto scrollbar-hide">
42
+ <!-- User profile -->
43
+ <div class="flex items-center px-4 py-6 border-b border-gray-200">
44
+ <img class="h-12 w-12 rounded-full object-cover" src="https://randomuser.me/api/portraits/women/44.jpg" alt="معلم">
45
+ <div class="mr-3">
46
+ <p class="text-sm font-medium text-gray-900">سرکار خانم احمدی</p>
47
+ <p class="text-xs text-gray-500">دبیر ریاضی</p>
48
+ </div>
49
+ </div>
50
+
51
+ <!-- Navigation -->
52
+ <nav class="flex-1 px-2 py-4 space-y-1">
53
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-white bg-indigo-600 rounded-lg">
54
+ <i class="fas fa-home ml-3"></i>
55
+ <span>داشبورد</span>
56
+ </a>
57
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
58
+ <i class="fas fa-users ml-3"></i>
59
+ <span>دانش آموزان</span>
60
+ </a>
61
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
62
+ <i class="fas fa-book ml-3"></i>
63
+ <span>درس‌ها</span>
64
+ </a>
65
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
66
+ <i class="fas fa-tasks ml-3"></i>
67
+ <span>تکالیف</span>
68
+ </a>
69
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
70
+ <i class="fas fa-chart-bar ml-3"></i>
71
+ <span>نمرات</span>
72
+ </a>
73
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
74
+ <i class="fas fa-calendar-alt ml-3"></i>
75
+ <span>برنامه هفتگی</span>
76
+ </a>
77
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
78
+ <i class="fas fa-comments ml-3"></i>
79
+ <span>گفتگوها</span>
80
+ </a>
81
+ </nav>
82
+ </div>
83
+
84
+ <!-- Sidebar footer -->
85
+ <div class="p-4 border-t border-gray-200">
86
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
87
+ <i class="fas fa-cog ml-3"></i>
88
+ <span>تنظیمات</span>
89
+ </a>
90
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-red-600 hover:bg-gray-100 rounded-lg">
91
+ <i class="fas fa-sign-out-alt ml-3"></i>
92
+ <span>خروج</span>
93
+ </a>
94
+ </div>
95
+ </div>
96
+ </div>
97
+
98
+ <!-- Mobile sidebar -->
99
+ <div class="md:hidden fixed inset-0 z-40">
100
+ <div class="fixed inset-0 bg-gray-600 bg-opacity-75" aria-hidden="true"></div>
101
+ <div class="relative flex flex-col w-full max-w-xs h-full bg-white">
102
+ <div class="flex items-center justify-between h-16 px-4 border-b border-gray-200">
103
+ <div class="flex items-center">
104
+ <i class="fas fa-chalkboard-teacher text-2xl text-indigo-600 ml-2"></i>
105
+ <span class="text-xl font-bold text-gray-800">پنل معلم</span>
106
+ </div>
107
+ <button class="text-gray-500 hover:text-gray-600">
108
+ <i class="fas fa-times"></i>
109
+ </button>
110
+ </div>
111
+ <div class="flex-1 overflow-y-auto py-4">
112
+ <nav class="px-2 space-y-1">
113
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-white bg-indigo-600 rounded-lg">
114
+ <i class="fas fa-home ml-3"></i>
115
+ <span>داشبورد</span>
116
+ </a>
117
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
118
+ <i class="fas fa-users ml-3"></i>
119
+ <span>دانش آموزان</span>
120
+ </a>
121
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
122
+ <i class="fas fa-book ml-3"></i>
123
+ <span>درس‌ها</span>
124
+ </a>
125
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
126
+ <i class="fas fa-tasks ml-3"></i>
127
+ <span>تکالیف</span>
128
+ </a>
129
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
130
+ <i class="fas fa-chart-bar ml-3"></i>
131
+ <span>نمرات</span>
132
+ </a>
133
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
134
+ <i class="fas fa-calendar-alt ml-3"></i>
135
+ <span>برنامه هفتگی</span>
136
+ </a>
137
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
138
+ <i class="fas fa-comments ml-3"></i>
139
+ <span>گفتگوها</span>
140
+ </a>
141
+ </nav>
142
+ </div>
143
+ <div class="p-4 border-t border-gray-200">
144
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-gray-700 hover:bg-gray-100 rounded-lg">
145
+ <i class="fas fa-cog ml-3"></i>
146
+ <span>تنظیمات</span>
147
+ </a>
148
+ <a href="#" class="flex items-center px-4 py-3 text-sm font-medium text-red-600 hover:bg-gray-100 rounded-lg">
149
+ <i class="fas fa-sign-out-alt ml-3"></i>
150
+ <span>خروج</span>
151
+ </a>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Main content -->
157
+ <div class="flex flex-col flex-1 overflow-hidden">
158
+ <!-- Top navigation -->
159
+ <div class="flex items-center justify-between h-16 px-4 border-b border-gray-200 bg-white">
160
+ <div class="flex items-center">
161
+ <button class="md:hidden text-gray-500 hover:text-gray-600">
162
+ <i class="fas fa-bars"></i>
163
+ </button>
164
+ <h1 class="text-lg font-medium text-gray-800 mr-2">داشبورد</h1>
165
+ </div>
166
+
167
+ <div class="flex items-center space-x-4 space-x-reverse">
168
+ <button class="p-1 text-gray-500 hover:text-gray-600">
169
+ <i class="fas fa-bell"></i>
170
+ </button>
171
+ <button class="p-1 text-gray-500 hover:text-gray-600">
172
+ <i class="fas fa-envelope"></i>
173
+ </button>
174
+ <div class="relative">
175
+ <button class="flex items-center text-gray-500 hover:text-gray-600">
176
+ <img class="h-8 w-8 rounded-full" src="https://randomuser.me/api/portraits/women/44.jpg" alt="معلم">
177
+ <span class="mr-2 text-sm font-medium">سرکار خانم احمدی</span>
178
+ <i class="fas fa-chevron-down text-xs"></i>
179
+ </button>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Main content area -->
185
+ <div class="flex-1 overflow-auto p-4 bg-gray-50">
186
+ <!-- Stats cards -->
187
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4 mb-6">
188
+ <div class="bg-white p-4 rounded-lg shadow border-r-4 border-indigo-500">
189
+ <div class="flex items-center justify-between">
190
+ <div>
191
+ <p class="text-sm text-gray-500">تعداد دانش آموزان</p>
192
+ <p class="text-2xl font-bold text-gray-800">32</p>
193
+ </div>
194
+ <div class="p-3 rounded-full bg-indigo-100 text-indigo-600">
195
+ <i class="fas fa-users"></i>
196
+ </div>
197
+ </div>
198
+ </div>
199
+ <div class="bg-white p-4 rounded-lg shadow border-r-4 border-blue-500">
200
+ <div class="flex items-center justify-between">
201
+ <div>
202
+ <p class="text-sm text-gray-500">درس‌های فعال</p>
203
+ <p class="text-2xl font-bold text-gray-800">4</p>
204
+ </div>
205
+ <div class="p-3 rounded-full bg-blue-100 text-blue-600">
206
+ <i class="fas fa-book"></i>
207
+ </div>
208
+ </div>
209
+ </div>
210
+ <div class="bg-white p-4 rounded-lg shadow border-r-4 border-green-500">
211
+ <div class="flex items-center justify-between">
212
+ <div>
213
+ <p class="text-sm text-gray-500">تکالیف جدید</p>
214
+ <p class="text-2xl font-bold text-gray-800">12</p>
215
+ </div>
216
+ <div class="p-3 rounded-full bg-green-100 text-green-600">
217
+ <i class="fas fa-tasks"></i>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ <div class="bg-white p-4 rounded-lg shadow border-r-4 border-yellow-500">
222
+ <div class="flex items-center justify-between">
223
+ <div>
224
+ <p class="text-sm text-gray-500">پیام‌های خوانده نشده</p>
225
+ <p class="text-2xl font-bold text-gray-800">5</p>
226
+ </div>
227
+ <div class="p-3 rounded-full bg-yellow-100 text-yellow-600">
228
+ <i class="fas fa-comments"></i>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Recent activities and upcoming tasks -->
235
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
236
+ <!-- Recent activities -->
237
+ <div class="lg:col-span-2 bg-white p-4 rounded-lg shadow">
238
+ <div class="flex items-center justify-between mb-4">
239
+ <h2 class="text-lg font-medium text-gray-800">فعالیت‌های اخیر</h2>
240
+ <a href="#" class="text-sm text-indigo-600 hover:text-indigo-800">مشاهده همه</a>
241
+ </div>
242
+ <div class="space-y-4">
243
+ <div class="flex items-start">
244
+ <div class="p-2 rounded-full bg-indigo-100 text-indigo-600 mr-3">
245
+ <i class="fas fa-book"></i>
246
+ </div>
247
+ <div>
248
+ <p class="text-sm font-medium text-gray-800">درس جدید اضافه شد</p>
249
+ <p class="text-xs text-gray-500">ریاضی پایه دهم - 2 ساعت پیش</p>
250
+ </div>
251
+ </div>
252
+ <div class="flex items-start">
253
+ <div class="p-2 rounded-full bg-green-100 text-green-600 mr-3">
254
+ <i class="fas fa-check-circle"></i>
255
+ </div>
256
+ <div>
257
+ <p class="text-sm font-medium text-gray-800">تکلیف بررسی شد</p>
258
+ <p class="text-xs text-gray-500">تکلیف فصل 3 هندسه - 5 ساعت پیش</p>
259
+ </div>
260
+ </div>
261
+ <div class="flex items-start">
262
+ <div class="p-2 rounded-full bg-blue-100 text-blue-600 mr-3">
263
+ <i class="fas fa-comment"></i>
264
+ </div>
265
+ <div>
266
+ <p class="text-sm font-medium text-gray-800">پیام جدید از دانش آموز</p>
267
+ <p class="text-xs text-gray-500">سارا محمدی - دیروز</p>
268
+ </div>
269
+ </div>
270
+ <div class="flex items-start">
271
+ <div class="p-2 rounded-full bg-yellow-100 text-yellow-600 mr-3">
272
+ <i class="fas fa-exclamation-circle"></i>
273
+ </div>
274
+ <div>
275
+ <p class="text-sm font-medium text-gray-800">تکلیف جدید ارسال شد</p>
276
+ <p class="text-xs text-gray-500">حل مسئله‌های جبر - دیروز</p>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Upcoming tasks -->
283
+ <div class="bg-white p-4 rounded-lg shadow">
284
+ <div class="flex items-center justify-between mb-4">
285
+ <h2 class="text-lg font-medium text-gray-800">برنامه‌های پیش رو</h2>
286
+ <a href="#" class="text-sm text-indigo-600 hover:text-indigo-800">مشاهده همه</a>
287
+ </div>
288
+ <div class="space-y-4">
289
+ <div class="p-3 border border-gray-200 rounded-lg">
290
+ <div class="flex items-center justify-between">
291
+ <div>
292
+ <p class="text-sm font-medium text-gray-800">جلسه اول - مثلثات</p>
293
+ <p class="text-xs text-gray-500">کلاس 10A - فردا ساعت 10:00</p>
294
+ </div>
295
+ <button class="text-indigo-600 hover:text-indigo-800">
296
+ <i class="fas fa-ellipsis-v"></i>
297
+ </button>
298
+ </div>
299
+ </div>
300
+ <div class="p-3 border border-gray-200 rounded-lg">
301
+ <div class="flex items-center justify-between">
302
+ <div>
303
+ <p class="text-sm font-medium text-gray-800">مهلت تحویل تکلیف</p>
304
+ <p class="text-xs text-gray-500">مسائل فصل 2 - 2 روز دیگر</p>
305
+ </div>
306
+ <button class="text-indigo-600 hover:text-indigo-800">
307
+ <i class="fas fa-ellipsis-v"></i>
308
+ </button>
309
+ </div>
310
+ </div>
311
+ <div class="p-3 border border-gray-200 rounded-lg">
312
+ <div class="flex items-center justify-between">
313
+ <div>
314
+ <p class="text-sm font-medium text-gray-800">جلسه معلمان</p>
315
+ <p class="text-xs text-gray-500">سه‌شنبه ساعت 14:00</p>
316
+ </div>
317
+ <button class="text-indigo-600 hover:text-indigo-800">
318
+ <i class="fas fa-ellipsis-v"></i>
319
+ </button>
320
+ </div>
321
+ </div>
322
+ <div class="p-3 border border-gray-200 rounded-lg">
323
+ <div class="flex items-center justify-between">
324
+ <div>
325
+ <p class="text-sm font-medium text-gray-800">ارزیابی نیم‌سال</p>
326
+ <p class="text-xs text-gray-500">هفته آینده</p>
327
+ </div>
328
+ <button class="text-indigo-600 hover:text-indigo-800">
329
+ <i class="fas fa-ellipsis-v"></i>
330
+ </button>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Students performance -->
338
+ <div class="mt-6 bg-white p-4 rounded-lg shadow">
339
+ <div class="flex items-center justify-between mb-4">
340
+ <h2 class="text-lg font-medium text-gray-800">عملکرد دانش آموزان</h2>
341
+ <div class="flex space-x-2 space-x-reverse">
342
+ <button class="px-3 py-1 text-sm bg-indigo-600 text-white rounded-lg">ریاضی</button>
343
+ <button class="px-3 py-1 text-sm bg-gray-200 text-gray-700 rounded-lg">هندسه</button>
344
+ <button class="px-3 py-1 text-sm bg-gray-200 text-gray-700 rounded-lg">جبر</button>
345
+ </div>
346
+ </div>
347
+ <div class="overflow-x-auto">
348
+ <table class="min-w-full divide-y divide-gray-200">
349
+ <thead class="bg-gray-50">
350
+ <tr>
351
+ <th scope="col" class="px-6 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">نام دانش آموز</th>
352
+ <th scope="col" class="px-6 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">حضور</th>
353
+ <th scope="col" class="px-6 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">میانگین نمرات</th>
354
+ <th scope="col" class="px-6 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">وضعیت</th>
355
+ <th scope="col" class="px-6 py-3 text-right text-xs font-medium text-gray-500 uppercase tracking-wider">عملیات</th>
356
+ </tr>
357
+ </thead>
358
+ <tbody class="bg-white divide-y divide-gray-200">
359
+ <tr>
360
+ <td class="px-6 py-4 whitespace-nowrap">
361
+ <div class="flex items-center">
362
+ <div class="flex-shrink-0 h-10 w-10">
363
+ <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
364
+ </div>
365
+ <div class="mr-4">
366
+ <div class="text-sm font-medium text-gray-900">علی رضایی</div>
367
+ <div class="text-sm text-gray-500">کلاس 10A</div>
368
+ </div>
369
+ </div>
370
+ </td>
371
+ <td class="px-6 py-4 whitespace-nowrap">
372
+ <div class="text-sm text-gray-900">95%</div>
373
+ </td>
374
+ <td class="px-6 py-4 whitespace-nowrap">
375
+ <div class="text-sm text-gray-900">18.7</div>
376
+ </td>
377
+ <td class="px-6 py-4 whitespace-nowrap">
378
+ <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">عالی</span>
379
+ </td>
380
+ <td class="px-6 py-4 whitespace-nowrap text-sm font-medium">
381
+ <a href="#" class="text-indigo-600 hover:text-indigo-900">مشاهده</a>
382
+ </td>
383
+ </tr>
384
+ <tr>
385
+ <td class="px-6 py-4 whitespace-nowrap">
386
+ <div class="flex items-center">
387
+ <div class="flex-shrink-0 h-10 w-10">
388
+ <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/28.jpg" alt="">
389
+ </div>
390
+ <div class="mr-4">
391
+ <div class="text-sm font-medium text-gray-900">سارا محمدی</div>
392
+ <div class="text-sm text-gray-500">کلاس 10A</div>
393
+ </div>
394
+ </div>
395
+ </td>
396
+ <td class="px-6 py-4 whitespace-nowrap">
397
+ <div class="text-sm text-gray-900">90%</div>
398
+ </td>
399
+ <td class="px-6 py-4 whitespace-nowrap">
400
+ <div class="text-sm text-gray-900">17.5</div>
401
+ </td>
402
+ <td class="px-6 py-4 whitespace-nowrap">
403
+ <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">خوب</span>
404
+ </td>
405
+ <td class="px-6 py-4 whitespace-nowrap text-sm font-medium">
406
+ <a href="#" class="text-indigo-600 hover:text-indigo-900">مشاهده</a>
407
+ </td>
408
+ </tr>
409
+ <tr>
410
+ <td class="px-6 py-4 whitespace-nowrap">
411
+ <div class="flex items-center">
412
+ <div class="flex-shrink-0 h-10 w-10">
413
+ <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/men/41.jpg" alt="">
414
+ </div>
415
+ <div class="mr-4">
416
+ <div class="text-sm font-medium text-gray-900">رضا حسینی</div>
417
+ <div class="text-sm text-gray-500">کلاس 10A</div>
418
+ </div>
419
+ </div>
420
+ </td>
421
+ <td class="px-6 py-4 whitespace-nowrap">
422
+ <div class="text-sm text-gray-900">85%</div>
423
+ </td>
424
+ <td class="px-6 py-4 whitespace-nowrap">
425
+ <div class="text-sm text-gray-900">16.2</div>
426
+ </td>
427
+ <td class="px-6 py-4 whitespace-nowrap">
428
+ <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-blue-100 text-blue-800">متوسط</span>
429
+ </td>
430
+ <td class="px-6 py-4 whitespace-nowrap text-sm font-medium">
431
+ <a href="#" class="text-indigo-600 hover:text-indigo-900">مشاهده</a>
432
+ </td>
433
+ </tr>
434
+ <tr>
435
+ <td class="px-6 py-4 whitespace-nowrap">
436
+ <div class="flex items-center">
437
+ <div class="flex-shrink-0 h-10 w-10">
438
+ <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/63.jpg" alt="">
439
+ </div>
440
+ <div class="mr-4">
441
+ <div class="text-sm font-medium text-gray-900">نازنین کریمی</div>
442
+ <div class="text-sm text-gray-500">کلاس 10A</div>
443
+ </div>
444
+ </div>
445
+ </td>
446
+ <td class="px-6 py-4 whitespace-nowrap">
447
+ <div class="text-sm text-gray-900">75%</div>
448
+ </td>
449
+ <td class="px-6 py-4 whitespace-nowrap">
450
+ <div class="text-sm text-gray-900">14.8</div>
451
+ </td>
452
+ <td class="px-6 py-4 whitespace-nowrap">
453
+ <span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-yellow-100 text-yellow-800">نیاز به تلاش</span>
454
+ </td>
455
+ <td class="px-6 py-4 whitespace-nowrap text-sm font-medium">
456
+ <a href="#" class="text-indigo-600 hover:text-indigo-900">مشاهده</a>
457
+ </td>
458
+ </tr>
459
+ </tbody>
460
+ </table>
461
+ </div>
462
+ </div>
463
+ </div>
464
+ </div>
465
+ </div>
466
+
467
+ <script>
468
+ // Mobile sidebar toggle
469
+ document.addEventListener('DOMContentLoaded', function() {
470
+ const mobileMenuButton = document.querySelector('.md\\:hidden button');
471
+ const mobileSidebar = document.querySelector('.md\\:hidden.fixed');
472
+
473
+ mobileMenuButton.addEventListener('click', function() {
474
+ mobileSidebar.classList.toggle('hidden');
475
+ });
476
+
477
+ // Close mobile sidebar when clicking outside
478
+ document.addEventListener('click', function(event) {
479
+ if (!event.target.closest('.md\\:hidden.fixed') && !event.target.closest('.md\\:hidden button') && !mobileSidebar.classList.contains('hidden')) {
480
+ mobileSidebar.classList.add('hidden');
481
+ }
482
+ });
483
+ });
484
+ </script>
485
+ <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=Bimarz/teacher" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>
486
+ </html>