Mester / demo-day-vikings

The Unlicense
2 stars 1 forks source link

Design a basic frontend. #14

Closed bdauer closed 8 years ago

bdauer commented 8 years ago
bdauer commented 8 years ago

I'd like to take this. I don't have much experience with html/css except for parsing it.

Mester commented 8 years ago

Just a suggestion for structure on this. Might not be the best so if you figure out a better one, go for it.

Make a base html template that all pages will inherit from, with headers, navbars if any, etc etc. Then the main page html that extends the base and just adds the body content

bdauer commented 8 years ago

Good idea. I was thinking this would just be one page, but we'll at the very least have two pages: the landing page and a results page.

Mester commented 8 years ago

Yeah not sure how many pages we will need, but it's always a good idea to modularize as much as possible! Never know when we wanna expand with multiple pages or whatnot

bdauer commented 8 years ago

I'll be working on this tonight EST.