-
Notifications
You must be signed in to change notification settings - Fork 0
/
course.html
206 lines (184 loc) · 6.89 KB
/
course.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
<html lang="en">
<head>
<meta charset="utf8">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/breadcrumb.css">
<script src="script.js"></script>
<title>Plug Grades</title>
</head>
<body>
<!-- this is the header section -->
<div id="main-header">
<div id="brand"><i class="fa fa-flask"></i>Plum Grades</div>
<div id="nav">
<div class="breadcrumb">
<a href="index.html">Home</a>
<a href="#">Spring 2015</a>
<a href="#">MATH 242</a>
<a href="#" class="active">Overview</a>
</div>
</div>
<div id="user-login"><u>Sofia Taylor</u></div>
</div>
<div id="flex-container">
<!-- Here is the sidebar where a menu is planned -->
<div id="main-sidebar">
<ul>
<a href="index.html"><li style="border: 0;"><i class="fa fa-home"></i>Home</li></a>
<a href="index.html"><li><i class="fa fa-book"></i>Courses</li></a>
<a href="course.html"><li><i class="fa fa-check-circle-o"></i>Assignments</li></a>
<a href="#"><li><i class="fa fa-users"></i>Students</li></a>
<a href="#"><li><i class="fa fa-cogs"></i>Settings</li></a>
</ul>
</div>
<!-- Here's the main container -->
<div id="main-container">
<table>
<tr>
<th id="student-name">Student Names</th>
<th>Exam #1<br />
<select>
<option selected="selected">Letter</option>
<option>SBL</option>
<option>Percent</option>
<option>Points</option>
</select>
</th>
<th>Assignment #1 (115 pts)<br />
<select id="select1">
<option value="points" selected="selected">Points</option>
<option value="percent">Percent</option>
<option value="letter">Letter</option>
<option value="sbl">SBL</option>
</select>
</th>
<th>Quiz #1<br />
<select>
<option>Letter</option>
<option>SBL</option>
<option>Percent</option>
<option selected="selected">Points</option>
</select>
</th>
<th>Exam #2<br />
<select>
<option>Letter</option>
<option selected="selected">SBL</option>
<option>Percent</option>
<option>Points</option>
</select>
</th>
<th>Quiz #2<br />
<select>
<option selected="selected">Letter</option>
<option>SBL</option>
<option>Percent</option>
<option>Points</option>
</select>
</th>
</tr>
<tr>
<td><img src="icons/man-1.png" alt="">John H. Smith</td>
<td><input class="exam1_grade" type="text" value="B-"></td>
<td><input type="text" class="assignment1" value="80"></td>
<td><input type="text" value="72 pts"></td>
<td><input type="text" value="3.76"></td>
<td><input type="text" value="C+"></td>
</tr>
<tr>
<td><img src="icons/woman-1.png" alt="">Kathy Laurance</td>
<td><input class="exam1_grade" type="text" value="C+"></td>
<td><input type="text" class="assignment1" value="87"></td>
<td><input type="text" value="64 pts"></td>
<td><input type="text" value="3.28"></td>
<td><input type="text" value="B+"></td>
</tr>
<tr>
<td><img src="icons/man-2.png" alt="">Henry Patterson</td>
<td><input class="exam1_grade" type="text" value="A-"></td>
<td><input type="text" class="assignment1" value="93"></td>
<td><input type="text" value="77 pts"></td>
<td><input type="text" value="3.87"></td>
<td><input type="text" value="B"></td>
</tr>
<tr>
<td><img src="icons/woman-2.png" alt="">Jenny R. Anderson</td>
<td><input class="exam1_grade" type="text" value="B+"></td>
<td><input type="text" class="assignment1" value="95"></td>
<td><input type="text" value="80 pts"></td>
<td><input type="text" value="3.92"></td>
<td><input type="text" value="A"></td>
</tr>
<tr>
<td><img src="icons/woman-3.png" alt="">Laura F. Johnson</td>
<td><input class="exam1_grade" type="text" value="C-"></td>
<td><input type="text" class="assignment1" value="74"></td>
<td><input type="text" value="57 pts"></td>
<td><input type="text" value="2.83"></td>
<td><input type="text" value="C"></td>
</tr>
<tr>
<td><img src="icons/man-3.png" alt="">Albert C. Ronins</td>
<td><input class="exam1_grade" type="text" value="A"></td>
<td><input type="text" class="assignment1" value="69"></td>
<td><input type="text" value="72 pts"></td>
<td><input type="text" value="3.76"></td>
<td><input type="text" value="C+"></td>
</tr>
<tr>
<td><img src="icons/woman-4.png" alt="">Fiona Lopez</td>
<td><input class="exam1_grade" type="text" value="C"></td>
<td><input type="text" class="assignment1" value="56"></td>
<td><input type="text" value="72 pts"></td>
<td><input type="text" value="3.76"></td>
<td><input type="text" value="C+"></td>
</tr>
<tr>
<td><img src="icons/man-4.png" alt="">Harry L. Wheeler</td>
<td><input class="exam1_grade" type="text" value="D+"></td>
<td><input type="text" class="assignment1" value="97"></td>
<td><input type="text" value="72 pts"></td>
<td><input type="text" value="3.76"></td>
<td><input type="text" value="C+"></td>
</tr>
<tr>
<td><img src="icons/man-5.png" alt="">Travis McCormick</td>
<td><input class="exam1_grade" type="text" value="B+"></td>
<td><input type="text" class="assignment1" value="88"></td>
<td><input type="text" value="72 pts"></td>
<td><input type="text" value="3.76"></td>
<td><input type="text" value="C+"></td>
</tr>
<tr>
<td><img src="icons/woman-5.png" alt="">Elsa Yiu</td>
<td><input class="exam1_grade" type="text" value="A-"></td>
<td><input type="text" class="assignment1" value="71"></td>
<td><input type="text" value="72 pts"></td>
<td><input type="text" value="3.76"></td>
<td><input type="text" value="C+"></td>
</tr>
<tr>
<td><img src="icons/man-6.png" alt="">Robert Jansen</td>
<td><input class="exam1_grade" type="text" value="C+"></td>
<td><input type="text" class="assignment1" value="74"></td>
<td><input type="text" value="72 pts"></td>
<td><input type="text" value="3.76"></td>
<td><input type="text" value="C+"></td>
</tr>
<tr>
<td><img src="icons/woman-6.png" alt="">Samanta Williams</td>
<td><input class="exam1_grade" type="text" value="F"></td>
<td><input type="text" class="assignment1" value="98"></td>
<td><input type="text" value="72 pts"></td>
<td><input type="text" value="3.76"></td>
<td><input type="text" value="C+"></td>
</tr>
</table>
</div>
</div>
</body>
</html>