CS290 html page 03
Module 3:
- This week I must decide whether I should proceed to develop one of my sites. I think I would be using a Doge explorer more often than a movie review site for LDP movies, but I think the LDP site has a more straightforward back end that will be easier for me to make a comprehensive design.
-- Decision - I will develop Louvie.com - The front page should be cleaned up and simplified. I think adding a few dropdowns at the top along with a banner image. Could use a fragment identifier for the main movie list and have a separate page for each movie and each respective review. Must add attribution for images.
- Would like a search function for each movie somehow. Classes? IDs? Probably IDs.
- I would like to float images to the right of my ordered list of tables.
- create a class for the individual movie page links
- need to populate the individual pages for the movies, then href to them with an anchor.
- change multiple breaks to either float, padding, margin, sticking, anything else.
- Add background image to the body, instead of html style
- must clean up stylesheet. (css code)
- Make the review section into a separate article so it drops below when on phone
- Make left side nav bar disappear until hover.
- Get @media and collapsible to work