Skip to content

Commit

Permalink
MakeSignificantChanges. Link cg_codebaseToMainSite
Browse files Browse the repository at this point in the history
  • Loading branch information
anshium committed Jan 12, 2024
1 parent 316f522 commit fdb1a13
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 16 deletions.
12 changes: 12 additions & 0 deletions course_timetable.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,16 @@ table td{

.assignments li span{
color: green;
}

#choose_courses{
color: orange;
font-family: 'Lilita One', cursive;
margin-left: 3%;
}

#course_list{

font-family: 'Lilita One', cursive;
margin-left: 3%;
}
27 changes: 12 additions & 15 deletions course_timetable.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,15 @@
</form>
</div> -->

<h2>Choose your courses:</h2>

<label><input type="checkbox" class="option" value="Option 1"> Computer Graphics</label>
<label><input type="checkbox" class="option" value="Option 2"> Option 2</label>
<label><input type="checkbox" class="option" value="Option 3"> Option 3</label>
<label><input type="checkbox" class="option" value="Option 4"> Option 4</label>
<label><input type="checkbox" class="option" value="Option 5"> Option 5</label>
<label><input type="checkbox" class="option" value="Option 6"> Option 6</label>
<label><input type="checkbox" class="option" value="Option 7"> Option 7</label>
<label><input type="checkbox" class="option" value="Option 8"> Option 8</label>
<label><input type="checkbox" class="option" value="Option 9"> Option 9</label>
<label><input type="checkbox" class="option" value="Option 10"> Option 10</label>
<label><input type="checkbox" class="option" value="Option 11"> Option 11</label>
<label><input type="checkbox" class="option" value="Option 12"> Option 12</label>

<h2 id = "choose_courses">Choose your courses:</h2>
<div id = "course_list">
<label><input type="checkbox" class="option" value="Option 1"> Computer Graphics</label>
<label><input type="checkbox" class="option" value="Option 2"> InfoSec</label>
<label><input type="checkbox" class="option" value="Option 3"> Quantum</label>
<label><input type="checkbox" class="option" value="Option 4"> ICT</label>
<label><input type="checkbox" class="option" value="Option 5"> SPFP</label>
<label><input type="checkbox" class="option" value="Option 6"> DV</label>
</div>
<div id="dumbo"></div>

<div class = "schedule" id = "CSX">
Expand Down Expand Up @@ -133,6 +127,9 @@ <h2>Choose your courses:</h2>
</table>
</div>

<br>
<a href = "anshium.github.io/cg_codebase.html" style = "text-decoration: none; margin-left: 3%; margin-top: 3%; padding-top: 3%; font-family: 'Lilita One', cursive;">Explanation for codebase for Computer Graphics</a>

<div class = "assignments">
<span style = "color: red;">
Below assignments and links haven't been updated since a while. Cat got your tongue?
Expand Down
11 changes: 10 additions & 1 deletion course_timetable.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ let timetable_layers = {
"Friday" : ["", "", "", "", ""],
"Saturday" : ["Computer Graphics (H-103)", "", "", "", ""],
},
information_security : {
"Monday" : ["", "", "", "", "Informaton Security (H-103)"],
"Tuesday" : ["", "", "", "", ""],
"Wednesday" : ["", "", "", "", ""],
"Thursday" : ["", "", "", "", "Informaton Security (H-103)"],
"Friday" : ["", "", "", "", ""],
"Saturday" : ["", "", "", "", ""],
},
topping : {
"Monday" : ["", "", "", "", ""],
"Tuesday" : ["", "", "", "", ""],
Expand All @@ -64,8 +72,9 @@ let timetable_layers = {
}

let timetable_colors = {
base : ["black", "yellowgreen"],
base : ["black", "#fcba03"],
computer_graphics : ["white", "#1083e8"],
information_security : ["white", "#0dd137"],
topping : ["white", "white"]
};

Expand Down

0 comments on commit fdb1a13

Please sign in to comment.