style: form blurb text centered
This commit is contained in:
156
docs/index.html
156
docs/index.html
@@ -1,43 +1,71 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z5B0S1WMC4"></script>
|
<script
|
||||||
|
async
|
||||||
|
src="https://www.googletagmanager.com/gtag/js?id=G-Z5B0S1WMC4"
|
||||||
|
></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag() { dataLayer.push(arguments); }
|
function gtag() {
|
||||||
gtag('js', new Date());
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
gtag("js", new Date());
|
||||||
|
|
||||||
gtag('config', 'G-Z5B0S1WMC4');
|
gtag("config", "G-Z5B0S1WMC4");
|
||||||
</script>
|
</script>
|
||||||
<meta charset='utf-8'>
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<title>UT Austin Grade Distribution Viewer</title>
|
<title>UT Austin Grade Distribution Viewer</title>
|
||||||
<link rel="icon" href="favicon.ico">
|
<link rel="icon" href="favicon.ico" />
|
||||||
<meta name="description" content="An up to date grade distribution viewer for students at the University of Texas at Austin">
|
<meta
|
||||||
<meta name="author" content="Derek Chen">
|
name="description"
|
||||||
<meta name="keywords" content="UT, Austin, Grade, Distribution, Grades, University of Texas, UT Austin, ut grade distributions, ut grades plus, grades+">
|
content="An up to date grade distribution viewer for students at the University of Texas at Austin"
|
||||||
<meta property="og:description" content="Explore UT Austin's grade distributions with two simple clicks!">
|
/>
|
||||||
<meta name="language" content="English">
|
<meta name="author" content="Derek Chen" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta
|
||||||
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
|
name="keywords"
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js">
|
content="UT, Austin, Grade, Distribution, Grades, University of Texas, UT Austin, ut grade distributions, ut grades plus, grades+"
|
||||||
|
/>
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Explore UT Austin's grade distributions with two simple clicks!"
|
||||||
|
/>
|
||||||
|
<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" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<!-- <li><a href="/docs/index.html">Home</a></li>
|
<!-- <li><a href="/docs/index.html">Home</a></li>
|
||||||
<li><a href="/docs/about.html">About</a></li>
|
<li><a href="/docs/about.html">About</a></li>
|
||||||
<li><a href="/docs/changelog.html">Changelog</a></li> -->
|
<li><a href="/docs/changelog.html">Changelog</a></li> -->
|
||||||
<li><a href="https://derec4.github.io/ut-grade-distribution-viewer/index">Home</a></li>
|
<li>
|
||||||
<li><a href="https://derec4.github.io/ut-grade-distribution-viewer/about">About</a></li>
|
<a href="https://derec4.github.io/ut-grade-distribution-viewer/index"
|
||||||
<li><a href="https://derec4.github.io/ut-grade-distribution-viewer/changelog">Changelog</a></li>
|
>Home</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://derec4.github.io/ut-grade-distribution-viewer/about"
|
||||||
|
>About</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://derec4.github.io/ut-grade-distribution-viewer/changelog"
|
||||||
|
>Changelog</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
<div class="top-left">
|
<div class="top-left">
|
||||||
<input type="checkbox" class="checkbox" id="colorToggle">
|
<input type="checkbox" class="checkbox" id="colorToggle" />
|
||||||
<label for="colorToggle" class="checkbox-label">
|
<label for="colorToggle" class="checkbox-label">
|
||||||
<i class="fas fa-moon"></i>
|
<i class="fas fa-moon"></i>
|
||||||
<i class="fas fa-sun"></i>
|
<i class="fas fa-sun"></i>
|
||||||
@@ -50,48 +78,63 @@
|
|||||||
<div class="about-text" value="">
|
<div class="about-text" value="">
|
||||||
<h1>Intro</h1>
|
<h1>Intro</h1>
|
||||||
<p>
|
<p>
|
||||||
This is a database tool to assist students of the <a href="https://en.wikipedia.org/wiki/University_of_Texas_at_Austin">University of Texas at Austin</a> in the biannual scramble for
|
This is a database tool to assist students of the
|
||||||
Jazz Appr- I mean course registration process.
|
<a href="https://en.wikipedia.org/wiki/University_of_Texas_at_Austin"
|
||||||
|
>University of Texas at Austin</a
|
||||||
|
>
|
||||||
|
in the biannual scramble for Jazz Appr- I mean course registration
|
||||||
|
process.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
I noticed other grade sites used outdated data, so I made
|
I noticed other grade sites used outdated data, so I made my own.
|
||||||
my own. Enjoy!
|
Enjoy!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="bg-form">
|
<div class="bg-form">
|
||||||
|
<div class="bg-form-blurb">
|
||||||
<p>
|
<p>
|
||||||
Use the
|
Use the
|
||||||
<a href="https://registrar.utexas.edu/schedules">official course name</a>
|
<a href="https://registrar.utexas.edu/schedules"
|
||||||
|
>official course name</a
|
||||||
|
>
|
||||||
for best results.
|
for best results.
|
||||||
</p>
|
</p>
|
||||||
|
<p>Some departments have a space in the middle (e.g., "C S")</p>
|
||||||
<p>
|
<p>
|
||||||
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")
|
||||||
</p>
|
</p>
|
||||||
<p>Course Name is optional, but used for duplicate ID courses (e.g. "UGS 303")</p>
|
</div>
|
||||||
<br>
|
<br />
|
||||||
<form action="">
|
<form action="">
|
||||||
<!-- Data is separated into course number, course prefix, and course name-->
|
<!-- Data is separated into course number, course prefix, and course name-->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="courseField">Department (e.g. "MUS"):</label>
|
<label for="courseField">Department (e.g. "MUS"):</label>
|
||||||
<input type="text" id="courseField" name="fname" required>
|
<input type="text" id="courseField" name="fname" required />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="courseNum">Course Number (e.g. "307"):</label>
|
<label for="courseNum">Course Number (e.g. "307"):</label>
|
||||||
<input type="text" id="courseNum" name="fname" required>
|
<input type="text" id="courseNum" name="fname" required />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="courseName">Course Name (e.g. "JAZZ APPRECIATION-WB"):</label>
|
<label for="courseName"
|
||||||
<input type="text" id="courseName" name="fname">
|
>Course Name (e.g. "JAZZ APPRECIATION-WB"):</label
|
||||||
|
>
|
||||||
|
<input type="text" id="courseName" name="fname" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <label for="sectionNum">Section Number (Optional, Experimental)</label>
|
<!-- <label for="sectionNum">Section Number (Optional, Experimental)</label>
|
||||||
<input type="text" id="sectionNum" name="fname" required> -->
|
<input type="text" id="sectionNum" name="fname" required> -->
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="courseInstructor" title="This is an experimental option!">Instructor:</label>
|
<label
|
||||||
<input type="text" id="courseInstructor" name="fname">
|
for="courseInstructor"
|
||||||
|
title="This is an experimental option!"
|
||||||
|
>Instructor:</label
|
||||||
|
>
|
||||||
|
<input type="text" id="courseInstructor" name="fname" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Dropdown menu for semester selection -->
|
<!-- Dropdown menu for semester selection -->
|
||||||
@@ -115,29 +158,46 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" id="subBut" class="submit-button">Submit</button>
|
<button type="button" id="subBut" class="submit-button">
|
||||||
|
Submit
|
||||||
|
</button>
|
||||||
</form>
|
</form>
|
||||||
<div class="chart-container" id="grades" value="invisible" style="position: relative; height:40vh; width:80vw">
|
<div
|
||||||
|
class="chart-container"
|
||||||
|
id="grades"
|
||||||
|
value="invisible"
|
||||||
|
style="position: relative; height: 40vh; width: 80vw"
|
||||||
|
>
|
||||||
<!--Bar graph stuff-->
|
<!--Bar graph stuff-->
|
||||||
<canvas id="gradeBar" style="width:100%;height:100%;"></canvas>
|
<canvas id="gradeBar" style="width: 100%; height: 100%"></canvas>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footy">
|
<div class="footy">
|
||||||
<div class="footy-interior">
|
<div class="footy-interior">
|
||||||
<p>Created by <a href="https://www.linkedin.com/in/derekyujirchen/">Derek Chen.</a>
|
<p>
|
||||||
|
Created by
|
||||||
|
<a href="https://www.linkedin.com/in/derekyujirchen/">Derek Chen.</a>
|
||||||
<!-- because VAPA lecture was a bit boring that day -->
|
<!-- because VAPA lecture was a bit boring that day -->
|
||||||
Help keep the site up by <a href="https://www.paypal.com/donate/?business=ND35WHTPKM494&no_recurring=0&item_name=Help+support+our+grade+distribution+site+and+other+tools%21¤cy_code=USD">donating!</a>
|
Help keep the site up by
|
||||||
Report feedback <a href="https://github.com/DereC4/ut-grade-distribution-viewer/issues">here!</a></p>
|
<a
|
||||||
|
href="https://www.paypal.com/donate/?business=ND35WHTPKM494&no_recurring=0&item_name=Help+support+our+grade+distribution+site+and+other+tools%21¤cy_code=USD"
|
||||||
|
>donating!</a
|
||||||
|
>
|
||||||
|
Report feedback
|
||||||
|
<a
|
||||||
|
href="https://github.com/DereC4/ut-grade-distribution-viewer/issues"
|
||||||
|
>here!</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
<!-- <iframe
|
<!-- <iframe
|
||||||
src="https://ghbtns.com/github-btn.html?user=Derec4&repo=ut-grade-distribution-viewer&type=star&count=true&size=large"
|
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">
|
frameborder="0" scrolling="0" width="100" height="30" title="GitHub">
|
||||||
</iframe> -->
|
</iframe> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src='main.js'></script>
|
<script src="main.js"></script>
|
||||||
<script src='colorScheme.js'></script>
|
<script src="colorScheme.js"></script>
|
||||||
<script src='rememberSemester.js'></script>
|
<script src="rememberSemester.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -186,19 +186,26 @@ opacity: 1;
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-form-blurb {
|
||||||
|
text-align: left;
|
||||||
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
text-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group label {
|
.form-group label {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group input,
|
.form-group input,
|
||||||
@@ -209,6 +216,7 @@ opacity: 1;
|
|||||||
font-size: var(--p-size);
|
font-size: var(--p-size);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group input:focus,
|
.form-group input:focus,
|
||||||
|
|||||||
Reference in New Issue
Block a user