SCCapstone / Swearengineers

Math Quizzes
https://math-quizzes-sc.appspot.com
Apache License 2.0
0 stars 0 forks source link

Added internals for template, home, and assignment #14

Closed jorypettit closed 7 years ago

jorypettit commented 7 years ago

Request for branch to merge to master

I am making this request so everyone can see how the site currently looks but more importantly, how the site operates. Right now, a user can create an account, log in, access a secure point (internals) of the site, and navigate between (proposed) home and assignment pages.

This update adds in the first internal pages (html) of the site. The template page extends the home/assignment page.

(in for Internal)

inTemplate.html

This page holds the values outside of the page wrapper. Contains a head-nav bar.

inMain.html

This page is what loads initially for the user. Shows classes with current and past assignments (this will be divided into two pages for full release)

inAssignment.html

This page will be for assignment creation. I have left the html full of different types of form submission types (text boxes, radio buttons, drop downs, etc.).