From 08088c993884160d769afa891771b19d217907b0 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sat, 20 Apr 2024 17:54:11 -0500 Subject: [PATCH] construction begins on a changelog page --- docs/about.html | 110 ++++++++++++++++++++++++++++++++++++++++++++ docs/changelog.html | 94 +++++++++++++++++++++++++++++++++++++ docs/index.html | 7 ++- docs/main.css | 23 ++++++++- 4 files changed, 229 insertions(+), 5 deletions(-) create mode 100644 docs/about.html create mode 100644 docs/changelog.html diff --git a/docs/about.html b/docs/about.html new file mode 100644 index 0000000..d3fb6cd --- /dev/null +++ b/docs/about.html @@ -0,0 +1,110 @@ + + + + + + + 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 + +
+ + +
+ +
+ + + + + diff --git a/docs/changelog.html b/docs/changelog.html new file mode 100644 index 0000000..367d7d3 --- /dev/null +++ b/docs/changelog.html @@ -0,0 +1,94 @@ + + + + + + + Changelog - UT Austin Grade Distribution Viewer + + + + + + + + + + + +
+
+

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

+
+
+
+
+

About Me

+

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

+
+
+

Follow Me

+

Some text..

+
+
+
+
+
Created by Derek Chen + +
+ + +
+ +
+ + diff --git a/docs/index.html b/docs/index.html index eeeaaf4..745832e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,14 +29,13 @@
-

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. diff --git a/docs/main.css b/docs/main.css index 382c0b4..eb83549 100644 --- a/docs/main.css +++ b/docs/main.css @@ -26,7 +26,7 @@ body { min-height: 100vh; display: flex; flex-direction: column; - + justify-content: center; } body.dark { @@ -52,6 +52,8 @@ nav ul { list-style-type: none; padding: 0; text-align: center; + width: auto; + margin-left: 50px; } nav ul li { @@ -168,6 +170,25 @@ h1 { margin: 0 0 1rem 0 } +.column { + display: flex; + flex-direction: column; + gap: 10px; +} + +.default-card { + background-color: white; + padding: 20px; + margin-top: 20px; +} + +.changelog-split-row { + content: ""; + display: flex; + flex-direction: row; + gap: 10px; +} + .checkbox { opacity: 0; position: absolute;