Module 6 Updates
Updates I Made
1. I ran my website through WAVE and got just one error, that I had not defined a language. So I added html lang="en" to the top of all of my pages.
2. I ran the CSS validation. To fix errors, I made the following changes: Moved links to stylesheet inside of head and deleting semi-bold and bolder attributes, which were parsing errors. I also added a missing bracket near the end.
3. I ran HTML validation and got two errors: I had not declared a character encoding, and I had a duplicate class. So, I added <meta charset="utf-8"> to the top of each page, and I deleted the duplicate class=cc that was in the creative common license links.
4. I added Add HTML 5 doctype and basic Dublin Core metadata.
5. I fiddled with my pre-existing media query to try and get it to be responsive in portrait mode. After a couple hours of trying different things, I decided landscape mode would be sufficient. After all, my website is targeted to students building websites, and I imagine this audience would primarily be using computers anyway. If they absolutely need to check my website for some reason, landscape mode should be sufficient for them to get the information they need.
6. I made my website more accessible by giving my image on Step 2. Design a text-equivalent and title.
7. I used BrowserStack to made sure my website is accessible across browsers and operating systems--and it is.