Change Log
About This Page
This page was added to help track the changes made for each week's assignment. It is not intended as an addition to the assingment simply as an easy to find reference denoting the changes made on any given week.
This tracking was added along with the week 6 changes
Week 6 Changes
- Implemented Suggested Week 5 Changes
- Corrected page media rules to remove shadows
- Corrected page media rules to correct column spacing
- Added page margin decleration
- Removed unnecessary float clear
- Add relative links to navigate to all your html pages and make sure it appears on all pages
- created nav section with id sitenavigation
- Add absolute link to third party site and make sure it opens in a separate tab
- added absolute mailto link to contacts section
- Add a link to a location with the same or relatively located page on your website
- added skipnav function to all pages
- Use styles to remove underline from all links on your pages
- removed underlines from all links with the exception of the contact info mailto link so as to denote a link and maintain good contrast
- Use pseudo-class styles (a:hover, a:visited) to create an interactive nav bar
- added hover and visited color shifts, a text shadow was added on click
- Proper use of each an ordered, unordered and description list
- Ordered List: Position Responsibilities
- Unordered List: Navbar
- Description List: subbed in to entry structure on homepage
- Create nav bar structure with nested ul
- see above
- A data table that demonstrates use of thead, tbody, tfoot and spanning of either a column/row
- Table Structure added to portfolio page
- Apply appropriate CSS to format your lists and table
- adjustments to styles.css made to accomodate new features
Week 6 Suggested Changes
- Add Absolute link (absolute vs mailto confusion)
- replaced example link in portfolio page with a link to my old instructables account
- Add relative link (incorrectly linked to article rather than an ID)
- added a "skipnavtarget" id to all article feilds for the skip nav button to target - tested and working correctly now
- padding mismatch between index and secondary pages
- fixed by switching "aboutme" id to "content" class allowing for multiple uses in each page to help standardize spacing