-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteacherprofile.html
161 lines (140 loc) · 7.49 KB
/
teacherprofile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teacher Profile</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<style>
.profile {
height: 765px;
width: 230px;
}
@media only screen and(min-width:488px) {
.profile {
width: 488px;
height: 321px;
}
}
.card {
text-align: center;
}
.form-section {
margin-top: 40px;
}
</style>
</head>
<body>
<main>
<div class="row">
<div class="col-lg-3 col-md-2 ">
<div class="d-flex flex-column flex-shrink-0 p-3 text-bg-dark profile">
<a href="/"
class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
<i class="bi bi-vector-pen"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor"
class="bi bi-vector-pen" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746 4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828zm-1.8 2.908-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565 8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174-3.6-3.6z" />
<path fill-rule="evenodd" d="M2.832 13.228 8 9a1 1 0 1 0-1-1l-4.228 5.168-.026.086z" />
</svg>
<span class="fs-4">Assignex</span>
</a>
<hr>
<ul class="nav nav-pills flex-column mb-auto">
<li class="nav-item">
<a href="index.html" class="nav-link active" aria-current="page">
<svg class="bi pe-none me-2" width="16" height="16">
<use xlink:href="#home"></use>
</svg>
Home
</a>
</li>
<li>
<a href="contact.html" class="nav-link text-white">
<svg class="bi pe-none me-2" width="16" height="16">
<use xlink:href="#speedometer2"></use>
</svg>
Contact
</a>
</li>
<li>
<a href="professor.html" class="nav-link text-white">
<svg class="bi pe-none me-2" width="16" height="16">
<use xlink:href="#table"></use>
</svg>
Login
</a>
</li>
</ul>
<hr>
<a href="#" class="d-flex align-items-center text-white text-decoration-none dropdown-toggle"
aria-expanded="false">
<img src="teacher.png" alt="" width="42" height="42" class="rounded-circle me-2 success">
<strong>Your Profile</strong>
</a>
</div>
</div>
<div class="col-lg-9 col-md-10 ">
<h3 style="text-align: center;">Validate and upload Marks</h3>
<div class="card text-center">
<div class="card" >
<div class="card-body">
<h5 class="card-title">Student File</h5>
<img src="https://cdn-icons-png.flaticon.com/512/62/62055.png" width="50" height="50"
alt="download-file">
<p class="card-text">Validate Assignment</p>
<button class="btn btn-success">Download</button>
</div>
</div>
</div>
<section>
<div class="container form-section">
<div class="card text-center">
<div class="card-header">
Post Marks
</div>
<div class="card-body">
<div class="input-group mb-3">
<span class="input-group-text" id="basic-addon1">Name of the Student</span>
<input type="text" class="form-control" required aria-label="Username"
aria-describedby="basic-addon1">
</div>
<div class="input-group mb-3">
<input type="text" class="form-control" required placeholder="Roll number"
aria-label="Roll number" aria-describedby="basic-addon2">
<span class="input-group-text" id="basic-addon2">Roll number</span>
</div>
<div class="input-group mb-3">
<input type="text" class="form-control" required placeholder="Subject:"
aria-label="subject:">
<span class="input-group-text">*</span>
<input type="text" class="form-control" required placeholder="Grade:"
aria-label="Grade:">
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="inlineRadioOptions"
id="inlineRadio1" value="option1">
<label class="form-check-label" for="inlineRadio1">Pass</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="inlineRadioOptions"
id="inlineRadio2" value="option2">
<label class="form-check-label" for="inlineRadio2">Fail</label>
</div>
<p class="card-text">Rank:<input text="numbers"></p>
</div>
<button class="btn btn-success"><a href="submissions/submissionT.html" style="color: white; text-decoration: none;">Post</a></button>
<div class="card-footer text-body-secondary">
Performance
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</main>
</body>
</html>