Removed unneeded h1
This commit is contained in:
@@ -46,7 +46,6 @@
|
|||||||
</p>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
<form action="">
|
<form action="">
|
||||||
|
|
||||||
<!-- Data is separated into course number, course prefi;x, and course name-->
|
<!-- Data is separated into course number, course prefi;x, and course name-->
|
||||||
<label for="courseField">Department (Ex: "MUS"):</label>
|
<label for="courseField">Department (Ex: "MUS"):</label>
|
||||||
<input type="text" id="courseField" name="fname" required><br><br>
|
<input type="text" id="courseField" name="fname" required><br><br>
|
||||||
@@ -54,6 +53,7 @@
|
|||||||
<input type="text" id="courseNum" name="fname" required><br><br>
|
<input type="text" id="courseNum" name="fname" required><br><br>
|
||||||
<label for="courseName">Course Name (Optional, for same-number classes Ex: UGS 303):</label>
|
<label for="courseName">Course Name (Optional, for same-number classes Ex: UGS 303):</label>
|
||||||
<input type="text" id="courseName" name="fname"><br><br>
|
<input type="text" id="courseName" name="fname"><br><br>
|
||||||
|
|
||||||
<!-- <label for="sectionNum">Section Number (Optional, Experimental)</label>
|
<!-- <label for="sectionNum">Section Number (Optional, Experimental)</label>
|
||||||
<input type="text" id="sectionNum" name="fname" required><br><br> -->
|
<input type="text" id="sectionNum" name="fname" required><br><br> -->
|
||||||
<!-- <label for="courseInstructor">Instructor (Optional):</label>
|
<!-- <label for="courseInstructor">Instructor (Optional):</label>
|
||||||
@@ -78,7 +78,6 @@
|
|||||||
<button type="button" id="subBut">Submit</button><br><br>
|
<button type="button" id="subBut">Submit</button><br><br>
|
||||||
</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>
|
||||||
@@ -89,13 +88,8 @@
|
|||||||
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="170" height="30" title="GitHub">
|
frameborder="0" scrolling="0" width="170" height="30" title="GitHub">
|
||||||
</iframe>
|
</iframe>
|
||||||
<!-- <iframe src="https://ghbtns.com/github-btn.html?user=DereC4&type=follow&count=true&size=large" frameborder="0"
|
|
||||||
scrolling="0" width="170" height="30" title="GitHub">
|
|
||||||
</iframe> -->
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script src='main.js'></script>
|
<script src='main.js'></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
@@ -115,8 +115,4 @@ h1 {
|
|||||||
--label-size: 18px;
|
--label-size: 18px;
|
||||||
--h1-size: 30px;
|
--h1-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin: 0 0 1rem 0
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user