CSS used by multiple pages is in resources/style.css; all other styling is in of relevant pages
fix of admin homepage JS
Created login.html and signup.html and styled them in line with the wireframes. The HTML validates, as does the CSS
wrote JS to check user input in those pages against data.json and either alert or or redirect the user accordingly, but it currently does not work, which I theorize has to do with the asynchronous AJAX calls. An issue will be created, to which Billy will be assigned since he said he could help in scrum on 10/7.
Buttons in navigation bar on the login/signup page need to include clicking functionality. The mouse cursor should also change to a pointer when hovering over any buttons.