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 @@ + + + +
+ + ++ 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") +
+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. +
+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
+Just a simple student trying to make his way in the universe.
+Some text..
+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;