Bookshelf

Daria's Works

Module 6 Navigation

HTML Modifications

Lessons from Validator

Running the code through the HTML validator revealed multiple errors. Here's a brief summary of lessons learned:

Lessons from Findability

I had silly names for all my headings, and I thought it was cute. The information we got on findability, however, made me re-think all the headings. I tried making them more related to the point of the paragraph. I'm not sure I succeeded, but I'm sure what I have now is better than before.

Lessons from Accessibility

The pages are created were reviewed as "accessible". There was a warning, however, that my headings aren't in order: from h1 I skip to h3. I re-thought the structure of my pages and made sure I give appropriate heading sizes to all of my content, and they go from most important and general to least important and specific.

CSS Modifications

My CSS wasn't too bad. The validator helped me catch the one time I didn't put a # before a color code (and I wondered why it wasn't working). I also learned that even though my nice rounded corners won't show up in non-advanced browsers, I can leave the code there: it will look even better in Firefox.

Look & Feel Modifications

Even though the color scheme I chose looked great on Color Scheme Designer, my execution isn't great. I didn't change anything yet - I'm not sure what to do even now. I did put the left navigation bar outside of the main container to establish that it relates to a more general hierarchy of my dstepan1 web site. The right navigation bar relates to module 6 only, and I hope I made it clearer with this little modification.