From 78895182863ad2692a0683a33cc81a7cf95fb1e1 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sat, 20 Apr 2024 17:59:08 -0500 Subject: [PATCH] more progress on the about and changelog page --- docs/about.html | 172 +++++++++++++++++++------------------------- docs/changelog.html | 83 +++++++++++---------- docs/index.html | 3 +- docs/main.css | 2 +- 4 files changed, 120 insertions(+), 140 deletions(-) diff --git a/docs/about.html b/docs/about.html index d3fb6cd..9fca652 100644 --- a/docs/about.html +++ b/docs/about.html @@ -1,110 +1,82 @@ + + + + About - UT Austin Grade Distribution Viewer + + + + + + + + + - - - - About - UT Austin Grade Distribution Viewer - - - - - - - - - - - - +
+
+

About

+

+ This is a database tool to assist students of the University of Texas + - Austin in the biannual scramble for Jazz Appr- I mean course + registration process. +

+

+ I noticed other grade sites used outdated data, so I made my own. + Enjoy! +

+
+
+

+ Use the + official course name + whenever possible. +

+

Some departments have a space in the middle (e.g., "C S")

- -
Created by Derek Chen - -
- - +
+ Created by Derek Chen +
+ + +
+
- -
- - - - + + + diff --git a/docs/changelog.html b/docs/changelog.html index 367d7d3..8bd230c 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -35,50 +35,52 @@
  • Changelog
  • - -
    -
    -

    Changelog

    -
    -
    -
    -
    -

    TITLE HEADING

    -
    Title description, Dec 7, 2017
    -

    Some text..

    -

    - Sunt in culpa qui officia deserunt mollit anim id est laborum - consectetur adipiscing elit, sed do eiusmod tempor incididunt ut - labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud - exercitation ullamco. -

    -
    -
    -

    Made this page

    -

    April 20, 2024

    -

    - Yay I fixed a ton of things today and made this page! Got the color - changing slider working way more smoothly now too so that's great. -

    -

    Can't believe this semester ends in 2 weeks

    -
    + +
    +
    +

    Changelog

    -
    -
    -

    About Me

    -

    Just a simple student trying to make his way in the universe.

    +
    +
    +
    +

    TITLE HEADING

    +
    Title description, Dec 7, 2017
    +

    Some text..

    +

    + Sunt in culpa qui officia deserunt mollit anim id est laborum + consectetur adipiscing elit, sed do eiusmod tempor incididunt ut + labore et dolore magna aliqua. Ut enim ad minim veniam, quis + nostrud exercitation ullamco. +

    +
    +
    +

    Made this page

    +

    April 20, 2024

    +

    + Yay I fixed a ton of things today and made this page! Got the + color changing slider working way more smoothly now too so that's + great. +

    +

    Can't believe this semester ends in 2 weeks

    +
    -
    -

    Follow Me

    -

    Some text..

    +
    +
    +

    About Me

    +

    Just a simple student trying to make his way in the universe.

    +
    +
    +

    Follow Me

    +

    Some text..

    +
    -
    -
    Created by Derek Chen +
    + Created by Derek Chen
    - +
    diff --git a/docs/index.html b/docs/index.html index 745832e..a6f2963 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,8 +36,9 @@
    +

    Intro

    - This is a database tool to assist students of the University of Texas - Austin in the biannual scramble for + This is a database tool to assist students of the University of Texas at Austin in the biannual scramble for Jazz Appr- I mean course registration process.

    diff --git a/docs/main.css b/docs/main.css index eb83549..3b08dbd 100644 --- a/docs/main.css +++ b/docs/main.css @@ -177,7 +177,7 @@ h1 { } .default-card { - background-color: white; + background-color: var(--container-color); padding: 20px; margin-top: 20px; }