File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 33title: 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
Original file line number Diff line number Diff line change @@ -79,4 +79,8 @@ table#scheduleTable tr td {
7979h1 .bigger {
8080 /* regular h1's are 2em */
8181 font-size : 3em ;
82+ }
83+
84+ section # credits > a {
85+ margin : 5px ;
8286}
You can’t perform that action at this time.
0 commit comments