From 8ad1b2c69423a2e581488c9fba85574b82293b2a Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sun, 19 Oct 2025 02:28:08 -0500 Subject: [PATCH] style: form blurb text centered --- docs/index.html | 294 +++++++++++++++++++++++++++++------------------- docs/main.css | 10 +- 2 files changed, 186 insertions(+), 118 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0a900d8..1464717 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,143 +1,203 @@ + + + + - + + + UT Austin Grade Distribution Viewer + + + + + + + + + + - gtag('config', 'G-Z5B0S1WMC4'); - - - - UT Austin Grade Distribution Viewer - - - - - - - - - - - - - +
+
+

Intro

+

+ 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. +

+

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

+
+
+
+

+ Use the + official course name + for best results. +

+

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

+

+ Course Name is optional, but used for duplicate ID courses (e.g. + "UGS 303") +

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

Created by Derek Chen. - - Help keep the site up by donating! - Report feedback here!

- + Help keep the site up by + donating! + Report feedback + here! +

+ +
-
- - - - - + + + + diff --git a/docs/main.css b/docs/main.css index e52cc28..d9d0ab5 100644 --- a/docs/main.css +++ b/docs/main.css @@ -186,19 +186,26 @@ opacity: 1; display: flex; flex-direction: column; height: fit-content; + align-items: center; +} + +.bg-form-blurb { + text-align: left; + align-items: flex-start; } .form-group { display: flex; flex-direction: column; margin-bottom: 15px; - text-align: center; align-items: center; } .form-group label { margin-bottom: 5px; font-weight: 500; + text-align: left; + width: 100%; } .form-group input, @@ -209,6 +216,7 @@ opacity: 1; font-size: var(--p-size); width: 100%; max-width: 400px; + text-align: left; } .form-group input:focus,