Added about page

This commit is contained in:
2023-04-23 17:54:32 -05:00
parent 3df511637d
commit e41974b3ee
3 changed files with 41 additions and 9 deletions

View File

@@ -26,8 +26,18 @@
<body>
<div class="bg"></div>
<div class="bg-text">
<p>Noticed other grade sites used outdated data, so I made my own. Enjoy!</p>
<div class="bg-text" value="">
<h1>About</h1>
<p>
This is a database tool to assist students of the University of Texas - Austin in the biannual race for
Jazz Appr- I mean course registration process.
</p>
<p>
I noticed other grade sites used outdated data, so I made
my own. Enjoy!
</p>
</div>
<div class="bg-form">
<p>
Keep course names as close to the
<a href="https://registrar.utexas.edu/schedules">official course name</a>
@@ -43,13 +53,13 @@
<input type="text" id="courseNum" name="fname" required><br><br>
<label for="courseName">Course Name (Optional, useful for precision Ex: "Jazz Appreciation"):</label>
<input type="text" id="courseName" name="fname"><br><br>
<label for="courseInstructor">Instructor (Optional):</label>
<input type="text" id="courseInstructor" name="fname"><br><br>
<!-- <label for="courseInstructor">Instructor (Optional):</label>
<input type="text" id="courseInstructor" name="fname"><br><br> -->
<button type="button" id="subBut">Submit</button><br><br>
<!-- Dropdown menu for semester selection -->
<form>
<label for="dropdown">Semester (work in progress):</label>
<label for="dropdown">Semester (under construction):</label>
<select id="dropdown" name="dropdown">
<option value="option1">Fall 2022</option>
<option value="option2">Spring 2022</option>