Support for 2023 added
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
<form>
|
<form>
|
||||||
<label for="dropdown">Semester:</label>
|
<label for="dropdown">Semester:</label>
|
||||||
<select id="semester" name="dropdown">
|
<select id="semester" name="dropdown">
|
||||||
|
<option value="sp2023">Spring 2023</option>
|
||||||
<option value="f2022">Fall 2022</option>
|
<option value="f2022">Fall 2022</option>
|
||||||
<option value="s2022">Summer 2022</option>
|
<option value="s2022">Summer 2022</option>
|
||||||
<option value="sp2022">Spring 2022</option>
|
<option value="sp2022">Spring 2022</option>
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ main {
|
|||||||
grid-auto-rows: minmax(100px, auto);
|
grid-auto-rows: minmax(100px, auto);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-top: 10px;
|
margin-top: 30px;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
/* background-color: rgba(0, 0, 0, .4); */
|
/* background-color: rgba(0, 0, 0, .4); */
|
||||||
}
|
}
|
||||||
@@ -80,6 +80,7 @@ main {
|
|||||||
width: 70%;
|
width: 70%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
height: fit-content;
|
||||||
padding: var(--about-text-padding);
|
padding: var(--about-text-padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -90,12 +91,12 @@ main {
|
|||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: var(--bg-form-padding);
|
padding: var(--bg-form-padding);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ async function parseName() {
|
|||||||
*/
|
*/
|
||||||
async function PapaParse(department, num, name, sem) {
|
async function PapaParse(department, num, name, sem) {
|
||||||
const semesterURLs = {
|
const semesterURLs = {
|
||||||
|
'sp2023': 'https://derec4.github.io/ut-grade-data/2023%20Spring.json',
|
||||||
'f2022': 'https://derec4.github.io/ut-grade-data/2022%20Fall.json',
|
'f2022': 'https://derec4.github.io/ut-grade-data/2022%20Fall.json',
|
||||||
's2022': 'https://derec4.github.io/ut-grade-data/2022%20Summer.json',
|
's2022': 'https://derec4.github.io/ut-grade-data/2022%20Summer.json',
|
||||||
'sp2022': 'https://derec4.github.io/ut-grade-data/2022%20Spring.json',
|
'sp2022': 'https://derec4.github.io/ut-grade-data/2022%20Spring.json',
|
||||||
|
|||||||
Reference in New Issue
Block a user