96 lines
3.4 KiB
HTML
96 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>About - UT Austin Grade Distribution Viewer</title>
|
|
<link rel="icon" href="favicon.io" />
|
|
<meta
|
|
name="description"
|
|
content="An up to date grade distribution viewer for students at the University of Texas at Austin"
|
|
/>
|
|
<meta name="author" content="Derek Chen" />
|
|
<meta
|
|
name="keywords"
|
|
content="UT, University of Texas at Austin, Grade viewer, grade distribution viewer, derex, grade distribution, ut austin"
|
|
/>
|
|
<meta name="language" content="English" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
|
|
<script
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"
|
|
>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/docs/index.html">Home</a></li>
|
|
<li><a href="/docs/about.html">About</a></li>
|
|
<li><a href="/docs/changelog.html">Changelog</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div class="wrapper-changelog">
|
|
<div class="about-text" value="">
|
|
<h1>About</h1>
|
|
<p>
|
|
Note: At the time I developed this site, tools like UT Registration
|
|
Plus and Catalyst showed very outdated grade data, if any at all.
|
|
</p>
|
|
<p>I'm sure you've all seen this before:</p>
|
|
<div class="image-container">
|
|
<img
|
|
src="https://user-images.githubusercontent.com/53978637/233871181-d681c4a6-20a7-4544-9f1f-5e5fae1a6569.png"
|
|
alt="Screenshot of registration extension"
|
|
class="responsive-image"
|
|
/>
|
|
</div>
|
|
<p>
|
|
It's the grade distribution page from UT Registration Plus, a popular
|
|
registration extension, and shows for more than half the courses
|
|
available.
|
|
</p>
|
|
<p>
|
|
During Spring 2023 registration, I noticed popular sites like Catalyst
|
|
and UT Registration Plus showed outdated on grade distributions, or no
|
|
data at all. As a result, instead of paying attention to the
|
|
pipelining lecture in 429 that day, I decided to start working on this
|
|
website. Magically, my quiz grade average decreased dramatically that
|
|
week.
|
|
</p>
|
|
</div>
|
|
<div class="about-text">
|
|
<p>
|
|
On April 17th, 2023, the project was born! Though it was finished
|
|
midway through registration, the following registration periods saw a
|
|
lot of use from students all over campus.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="footy">
|
|
Created by Derek Chen
|
|
<div>
|
|
<input type="checkbox" class="checkbox" id="colorToggle" />
|
|
<label for="colorToggle" class="checkbox-label">
|
|
<i class="fas fa-moon"></i>
|
|
<i class="fas fa-sun"></i>
|
|
<span class="ball"></span>
|
|
</label>
|
|
</div>
|
|
<iframe
|
|
src="https://ghbtns.com/github-btn.html?user=Derec4&repo=ut-grade-distribution-viewer&type=star&count=true&size=large"
|
|
frameborder="0"
|
|
scrolling="0"
|
|
width="100"
|
|
height="30"
|
|
title="GitHub"
|
|
>
|
|
</iframe>
|
|
</div>
|
|
<script src="main.js"></script>
|
|
<script src="colorScheme.js"></script>
|
|
</body>
|
|
</html>
|