Added Stuff
-Finished splitting front-end into Home/Settings/About sections for Clarity (Using mainly vue.js conditional rendering for Home and About, but standard JavaScript (html tag display property modification for Settings [because v-if/v-else-if messes up the non-Vue.js JavaScript binding to elements because using v-if prevents elements from rendering initially. Hence, for settings, I render the elements, then hide it via display="none", then set display="" when I "Settings" is clicked.
-Added basic About page which shows a graphic about how to use the Clock's Front End in depth.
-Finished the LED color setting functionality (With HTML Color Wheel)
-Added some more shout outs in the About Page.