-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalog0.html
260 lines (201 loc) · 8.39 KB
/
catalog0.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Source+Sans+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="styles/catalog0.css">
</head>
<title>
Williams College Course Recommender
</title>
<body>
<nav class="navbar navbar-default">
<a class="navbar-brand" href="#">Williams</a>
<a class="menubarButton" href="#">Advisors</a>
<a class="menubarButton" href="#">Profile</a>
</nav>
<div class="row container.fluid lower">
<div class="col col-lg-3 ">
<div class="search">
<div class = "fixed-container">
<div id = "search-options">
<div class="row header">
<span>1. Select a Category</span>
</div>
<div id = "subject" class="row">
<select size="1" title="" name="subject">
<option value="please">Select a category</option>
<option value="math">Mathematics</option>
<option value="econ">Economics</option>
<option value="cs">Computer Science</option>
<option value="general">General</option>
</select>
</div>
<div class="row header">
<span>2. Select a specific tag and add it</span>
</div>
<div id = "tag-options" class = "container row">
<div class = "please full-width">
<select>
<option value = "nil">Choose a category!</option>
</select>
</div>
<div class = "math full-width full-height hide">
<select size="1">
<option value="lin-alg">Linear Algebra</option>
<option value="de">Differential Calculus</option>
<option value="gt">Game Theory</option>
<option value="prob">Probability</option>
</select>
</div>
<div class = "econ full-width full-height hide">
<select size="1" >
<option value="econ">Economics</option>
<option value="micro">Microeconomics</option>
<option value="macro">Macroeconomics</option>
<option value="econometrics">Econometrics</option>
</select>
</div>
<div class = "cs full-width full-height hide">
<select size="1" >
<option value="compiler">Compiler</option>
<option value="programming">Programming</option>
<option value="ai">Artificial Intelligence</option>
</select>
</div>
<div class = "general full-width full-height hide">
<select size="1" >
<option value="essential">Essential</option>
<option value="law">Law</option>
<option value="graduate">Graduate School</option>
<option value="social justice">Social Justice</option>
<option value="race">Race</option>
</select>
</div>
</div>
<div id = "add-tags" class = "row">
<button id = "add-tags-button" class = "full-width">Add Tag</button>
</div>
<div class="row header">
<span>3. Choose all the tags that suit your interests!</span>
</div>
<div id ="selected-tags" class="row tags">
</div>
<div id = "clear-tags" class = "row">
<button id = "clear-tags-button" class = "full-width">Clear All Tags</button>
</div>
</div>
<div id = "schedule" class = "hide">
<div id = "mini-schedule" >
<div id = "mini-weekly-calendar" >
<h5>Weekly Schedule</h5>
<table id = "mini-week" class = "table top-buffer" >
<thead>
<tr id = "day-headers">
<th scope = "col"></th>
<th scope = "col">M</th>
<th scope = "col">T</th>
<th scope = "col">W</th>
<th scope = "col">T</th>
<th scope = "col">F</th>
</tr>
</thead>
<tbody>
<tr id = "mini-calendar-hours">
</tr>
</tbody>
</table>
</div>
</div>
<div class = "row">
<button id = "expand-schedule" class = "full-width">Expand Schedule</btn>
</div>
</div>
</div>
</div>
</div>
<div class = "col col-lg-1">
</div>
<div class = "col course-list-container">
<!--
<div id = "course-list-nav" class = "row">
<div class = "col">
<button id = "all-courses-button" class = "courses-nav-btn">All courses</btn>
</div>
<div class = "col">
<button id = "shopping-cart-button" class = "courses-nav-btn">Shopping Cart</btn>
</div>
</div> -->
<div id = "course-list-nav" class = "row">
<div class = "col">
<button id = "all-courses-button" class = "courses-nav-btn">All courses</btn>
</div>
<div class = "col">
<button id = "recommended-button" class = "courses-nav-btn">Recommended</btn>
</div>
<div class = "col">
<button id = "shopping-cart-button" class = "courses-nav-btn">Shopping Cart</btn>
</div>
</div>
<div class = "row course-list">
<div id = "all-courses" class="col classes">
</div>
<div id = "recommended-courses" class = "col classes hide">
</div>
<div id = "shopping-cart" class="col classes hide">
<div class = "row">
<div id = "selected-courses" class = "col col-lg-6">
<h5 class = "shopping-header">Added Courses:</h5>
<div id = "selected-course-container">
</div>
</div>
<div id = "highlighted-courses" class = "col col-lg-6">
<h5 class = "shopping-header">Starred Courses:</h5>
<div id = "highlighted-course-container">
</div>
</div>
</div>
</div>
</div>
</div>
<div id = "expanded-schedule-container" class = "row hide">
<div id = "expanded-schedule">
<h1>Weekly Schedule</h1>
<table class = "table top-buffer" >
<thead>
<tr id = "day-headers">
<th scope = "col">Time</th>
<th scope = "col">Monday</th>
<th scope = "col">Tuesday</th>
<th scope = "col">Wednesday</th>
<th scope = "col">Thursday</th>
<th scope = "col">Friday</th>
</tr>
</thead>
<tbody>
<tr id = "calendar-hours">
</tr>
</tbody>
</table>
</div>
<button id = "close-button">Close></btn>
</div>
</div>
<!-- Bootstrap scripts -->
<script
src="http://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src = "javascript/Course.js"></script>
<script src = "javascript/Schedule.js"></script>
<script src = "javascript/Scheduler.js"></script>
<script src = "javascript/Student.js"></script>
<script src = "javascript/script.js"></script>
</body>
</html>