83 lines
2.6 KiB
HTML
83 lines
2.6 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">
|
|
<div class="about-text" value="">
|
|
<h1>About</h1>
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
I noticed other grade sites used outdated data, so I made my own.
|
|
Enjoy!
|
|
</p>
|
|
</div>
|
|
<div class="bg-form">
|
|
<p>
|
|
Use the
|
|
<a href="https://registrar.utexas.edu/schedules"
|
|
>official course name</a
|
|
>
|
|
whenever possible.
|
|
</p>
|
|
<p>Some departments have a space in the middle (e.g., "C S")</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>
|