-
Notifications
You must be signed in to change notification settings - Fork 0
/
teacher.html
439 lines (414 loc) · 15.5 KB
/
teacher.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Teacher-dashbord</title>
<link rel="stylesheet" href="teacher.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<div class="container">
<div class="old_edit_model">
<div class="edit_model">
<i
class="fa-solid fa-x fa-xx"
style="
position: absolute;
right: 0px;
top: 0px;
font-size: 1.3rem;
font-weight: 900;
cursor: pointer;
"
></i>
<!-- <img src="" alt="" id="model_img" style="border-radius: 10px;">
-->
<div class="model_input">
<img
src=" "
class="img Techer_img"
style="border-radius: 10px; width: 150px; height: 150px"
id="img"
/>
<input type="file" id="designation" placeholder="img" />
</div>
<div class="label">
<label for="name">Full Name</label>
<input type="text" id="model_name" for="name" />
</div>
<div
style="display: flex; gap: 10px; align-items: center; width: 100%"
class="selectors"
>
<div class="label">
<label for="Email">Email</label>
<input type="email" id="model_email" for="Email" />
</div>
<select id="mode_grade">
<option selected>Select class</option>
<option>Grade 1</option>
<option>Grade 2</option>
<option>Grade 3</option>
<option>Grade 4</option>
<option>Grade 5</option>
<option>Grade 6</option>
<option>Grade 7</option>
<option>Grade 8</option>
<option>Grade 9</option>
<option>Grade 10</option>
<option>Grade 11</option>
<option>Grade 12</option>
</select>
<select id="model_gender">
<option value="male">male</option>
<option value="Female">Female</option>
</select>
</div>
<div class="label">
<label for="password">password</label>
<input type="text" id="model_password" for="password" />
</div>
<div id="student_progress_container">
<!-- <span
>Student progress is
<input
type="text"
id="student_progress"
style="
border: none;
background: #ddd;
font-size: 1rem;
width: 100px;
"
/></span> -->
</div>
<button
class="save"
style="
padding: 10px;
background: #519cda;
color: #fff;
font-size: 1rem;
border: none;
"
>
save
</button>
</div>
</div>
<div class="old_reports_model">
<div class="model_repots">
<i
class="fa-solid fa-x fa-xx"
style="
position: absolute;
right: 0px;
top: 0px;
font-size: 1.3rem;
font-weight: 900;
cursor: pointer;
"
></i>
<!-- <img src="" alt="" id="model_img" style="border-radius: 10px;">
-->
<div class="model_input" >
<div style="height: 100%;">
<div style="display: flex; gap: 2rem;">
<img
src=" "
class="img Techer_img"
style="border-radius: 10px; width: 150px; height: 150px"
id="img_repot" />
<div style="display: flex;flex-direction: column; gap: 10px;">
<span class="type_of_repot" style="color: rgb(27, 153, 196); font-weight: 6000; "></span>
<span class="class" style="color: #444; font-weight: 6000; "></span>
<span class="name_r" style="color: #444; font-weight: 6000; "></span>
</div>
</div>
<br>
<p class="report_text" style="margin-bottom: 80% !important;"></p>
</div>
</div>
</div>
</div>
<!-- mobile -->
<div class="humberger">
<i class="fa-solid fa-bars"></i>
</div>
<div class="mobile">
<div class="logo">
<img
src="../img/Ellipse 6.png"
alt=""
id="teach_img"
style="border-radius: 50%"
/>
<p id="currentTeacher" class="current_teacher"></p>
</div>
<ul class="actions">
<li class="my-DataM"><i class="fa-solid fa-database"></i> My Data</li>
<li class="my-ClassM">
<i class="fa-solid fa-landmark"></i> My cLass
</li>
<li class="add-N-StudentM">
<i class="fa-regular fa-square-plus"></i>Add new studhent
</li>
<li class="Student_repotsM">
<i class="fa-regular fa-flag"></i>Students repots
</li>
</ul>
<div class="Teacher_Sittings Sittings_actionM" style="display: none;">
<p><i class="fa-solid fa-gear"></i> sittings</p>
</div>
</div>
<!-- left side of dashbord -->
<div class="left_side">
<div class="logo">
<img
src="../img/Ellipse 6.png"
alt=""
id="teach_img"
style="border-radius: 50%; height: 100px; width: 100px"
/>
<p class="curent_teacher">
Teacher: <span class="curent_teacherR"></span>
</p>
</div>
<ul class="actions">
<li class="my-Data left_side_active menu">
<i class="fa-solid fa-database"></i> My Data
</li>
<li class="my-Class menu">
<i class="fa-solid fa-landmark"></i> My cLass
</li>
<li class="add-N-Student menu">
<i class="fa-regular fa-square-plus"></i>Add new studhent
</li>
<li class="Student_repots">
<i class="fa-regular fa-flag"></i>Students repots
</li>
</ul>
<div class="Sittings_action" style="display: none;">
<p><i class="fa-solid fa-gear"></i> sittings</p>
</div>
</div>
<!-- rihgt side of dashbord -->
<div class="right_side">
<header class="header">
<div class="top">
<button class="add_student add_student_top">Add Student</button>
<div class="lagput_notivication">
<i class="fa-regular fa-bell"></i>
<div class="color"></div>
<button class="lagout_btn">Lagout</button>
</div>
</div>
<div class="bottom_header">
<div class="searching">
<i class="fa-solid fa-magnifying-glass"></i>
<input
type="search"
class="studentSearching"
placeholder="Search student name"
/>
</div>
</div>
</header>
<!-- section are here -->
<section class="teacherData">
<div class="container2">
<h1 style="text-align: center">
Welcome to your dashboard, Udemy school
</h1>
<span>You have access to your dashboard</span>
<div class="mm">
<ul>
<li>
<div class="top">
<i class="fa-solid fa-user-shield"></i>
<h2>See Your Data</h2>
</div>
<p>
you can see you r data and access Lorem ipsum dolor sit amet
consectetur Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Odio in ullam, hic nihil debitis error
quos aliquam ea sapiente cumque.
</p>
</li>
<li>
<div class="top">
<i class="fa-regular fa-square-plus"></i>
<h2>Add Student If You Have Access</h2>
</div>
<p>
you can see you r data class and access Lorem ipsum dolor
sit amet consectetur Lorem ipsum dolor sit, amet consectetur
adipisicing elit. Vero rem tempore officiis fugit iusto
eveniet?
</p>
</li>
<li>
<div class="top">
<i class="fa-regular fa-eye"></i>
<h2>Send Repor and See Student Reports</h2>
</div>
<p>
you can see you r data and access Lorem ipsum dolor sit amet
consectetur Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Temporibus reiciendis fugiat quibusdam
nulla facilis.
</p>
</li>
</ul>
</div>
<div class="maydata">
<img src="" alt="teacher-img" class="teacher-img" />
<ul class="content">
<li class="name">
Full Name: <small class="teacherName">Cli cabdi nuur</small>
</li>
<li class="email">
Email : <small class="teacherEmail">[email protected]</small>
</li>
<li class="name teacherPassword"></li>
<li class="name">
Class: <small class="teacherClass">F41</small>
</li>
<li class="name">
Phone: <small class="teacherPhone">0929471030</small>
</li>
<button class="edit-T">Edit your Data</button>
</ul>
</div>
</div>
</section>
<section class="my_class">
<div class="studentData">
<div class="top_table">
<span class="table_name">Name</span>
<span class="table_Email responsive">Email adress</span>
<span class="table_Class responsive">Class</span>
<span class="TABLE_Gender ">Gender</span>
<span class="TABLE_Gender">Actions</span>
</div>
<div class="student_data_Parent">
<!-- <div class="student_data">
<span class="table_name"><img src="https://media.istockphoto.com/id/1815745180/photo/portrait-of-beautiful-multiracial-tourist-woman-during-sunset-on-top-of-hill.webp?a=1&b=1&s=612x612&w=0&k=20&c=SDt3m8BFs88Olzf_Ak_yA42qHmsPVp_oPg1s_Ad7GdY=" alt="" class="student_img"> <span class="name">cli cabdi</span></span>
<span class="table_ID">708397</span>
<span class="table_Email">[email protected]</span>
<span class="table_Class">jss 3</span>
<span class="TABLE_Gender">mail</span>
<span style="display: flex;align-items: center;gap: 10px;"><button class="edit">Edit</button><button class="delete">Delete</button></span>
</div> -->
</div>
</div>
</section>
<section class="Add_new_student">
<h1 style="color: #444">Add Students</h1>
<span class="manually_imprt"
><span>Manually</span> <span>Import CSV</span></span
>
<form class="Add_student_form">
<div class="model_input">
<img
src=" "
class="img Techer_img"
style="border-radius: 10px; width: 150px; height: 150px"
id="img"
/>
<input type="file" id="designation" placeholder="img" />
</div>
<div class="top">
<div>
<label for="name">Name</label>
<input type="text" name="name" class="name stud_name" />
</div>
<select class="select_class stud_select_class">
<option selected>Select class</option>
<option>Grade 1</option>
<option>Grade 2</option>
<option>Grade 3</option>
<option>Grade 4</option>
<option>Grade 5</option>
<option>Grade 6</option>
<option>Grade 7</option>
<option>Grade 8</option>
<option>Grade 9</option>
<option>Grade 10</option>
<option>Grade 11</option>
<option>Grade 12</option>
</select>
<select class="select_Gender stud_select_Gender">
<option value="Mail">Male</option>
<option value="Fmail">Female</option>
</select>
</div>
<div class="middel">
<div class="lebels">
<label for="Email">Email address</label>
<input type="text" name="Email" class="Email stud_email" />
</div>
<!-- <div class="lebels">
<label for="phone">Name</label>
<input type="text" name="phone" class="phone" />
</div> -->
</div>
<div class="lebels">
<label for="Password">Password</label>
<input type="Password" name="Password" class="Password stud_password" />
</div>
<button class="add_student_btn">Add Student</button>
</form>
</section>
<section class="sittings">sittings</section>
<section class="repots">
<div class="top_repots">
<h1>See here your repots and also send new repot here</h1>
<div class="action_repost">
<button class="Student_Repots_btn">Student-Repots</button>
<span class="font">/</span>
<button class="Send_Repots_btn">Send</button>
</div>
</div>
<div class="botom_repots">
<section class="Student_Repots_section">
<div class="repost_container">
<!-- <div class="colom">
<img
src=""
alt="img"
height="50px"
width="50px"
/>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Officia nobis sunt fugit voluptatibus dignissimos Lorem
ipsum dolor sit amet.
</p>
</div> -->
</div>
</section>
<section class="Send_Repots_section">
<p>Send here your repot & it will be seen by only admin</p>
<form class="send_repot">
<textarea
id="inpu_repot"
placeholder="Text here you repot!"
></textarea>
<button>send</button>
</form>
</section>
</div>
</section>
</div>
</div>
<script src="teacher.js"></script>
</body>
</html>