Skip to content

Commit 70d8b44

Browse files
committed
add credits and links to settings page
1 parent b21b2fb commit 70d8b44

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

settings.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,24 @@
33
title: ClassTime - Settings
44
---
55
<a class="navbutton" href="index.html"><i class="fas fa-home"></i></a>
6+
<br>
67
<section id="options" class="centered topSpace">
78

89
<label for="use24HourTime" >Use 24-hour Time? </label>
910
<input type="checkbox" id="use24HourTime" onchange="updateSettings()" />
1011

11-
<p class="centered topSpace">Settings are automatically saved</p>
12+
</section>
13+
14+
<p class="centered topSpace">Settings are automatically saved</p>
1215

16+
<section id="credits" class="centered topSpace">
17+
18+
<a class=" topSpace bottomSpace" href="https://github.com/MoralCode/ClassTime">View on GitHub</a>
19+
<a class=" topSpace" href="https://github.com/MoralCode/ClassTime/issues/new/choose">Submit Feedback</a><br>
20+
<p id="credits" class="">Idea By: <a href="https://twitter.com/MrKumprey">Dan Kumprey</a><br><a href="https://github.com/MoralCode/ClassTime/graphs/contributors">Contributors</a></p>
1321
</section>
1422

23+
1524
<script src="classtime.js"></script>
1625
<script>
1726

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,8 @@ table#scheduleTable tr td {
7979
h1.bigger {
8080
/* regular h1's are 2em */
8181
font-size: 3em;
82+
}
83+
84+
section#credits > a {
85+
margin: 5px;
8286
}

0 commit comments

Comments
 (0)