Convert the Mockup into HTML/CSS
User Story
- As a: Customer,
- I want: a website
- so that: I can interact with the data stored on the servers.
Functional Requirements
-
Convert the mockup pages into HTML/CSS using the already created layouts/layout.hbr
andindex.hbr
- The mockup is a rough guideline
-
Must work on all modern browsers -
Use dummy data that is given by NodeJS (DO NOT NEED TO CONNECT TO A DATABASE)
Description
This issue will turn the mockup drawing into HTML/CSS in our current nodejs Express framework, and allow for future developers to change the dummy information to real information and not need to edit the templates.