From fceb174ad455e0c0c0eebff9a6d8530e9711b3f7 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 1 Jul 2024 00:16:16 -0600 Subject: feat: prettify and fix html5 validation --- index.html | 213 +++++++++++++++++++++++++++---------------------------------- 1 file changed, 94 insertions(+), 119 deletions(-) diff --git a/index.html b/index.html index 10d8709..9b61773 100644 --- a/index.html +++ b/index.html @@ -1,121 +1,96 @@ - - - - - CU Boulder Grades Database - - - - - - -
-
-

- CU Boulder Grades Database -

-

- Database contains data from Spring 2016 to Spring 2024 -

-
- - - -
-
-
-
-
-

- Search -

-

- By Instructor -

-

Find classes, and average grades for a given instructor

-

Since CU provides instructor names in the format

Last Name, First Name
It is best if you start typing the last name first.

-
-
- - -
-
- -
-
-
-
-
-
-
-

- By Class Code -

-

There is a space between the subject and course code. For example:

CSCI 1300

-
-
- - -
-
- -
- -
-
-
-
-
-
-

- By A&S Division -

-

Useful for finding electives as you can find classes, and average grade for a given A&S division

- -
- -
-
- -
-
-
-
- -
-
- -
-
-
- - - - -
-
-
-
-
- - + + + + + +
+
+

CU Boulder Grades Database

+

Database contains data from Spring 2016 to Spring 2024

+
+ + + +
+
+
+
+
+

Search

+

By Instructor

+

Find classes, and average grades for a given instructor

+

Since CU provides instructor names in the format

+
Last Name, First Name
It is best if you start typing the last name first. +

+
+
+ + +
+
+ +
+
+
+
+
+
+
+

By Class Code

+

There is a space between the subject and course code. For example:

+
CSCI 1300
+

+
+
+ + +
+
+ +
+
+
+
+
+
+
+

By A&S Division

+

Useful for finding electives as you can find classes, and average grade for a given A&S division

+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+ + - + + \ No newline at end of file -- cgit v1.2.3