Conversation
Static SiteWhat We're Looking For
|
esther-ng
left a comment
There was a problem hiding this comment.
Nice job manipulating images and creating a parallax effect. I echo Kari's comment regarding #post1 being a bit confusing and room for improvement in id/class semantics/usage. Good job going back and getting the alt-text for the images -- something that was suggested to me is to consider what the image is providing to a sighted person that someone using a screen reader would miss out on. Sometimes the image is purely decorative, in which case an empty string may actually be preferred.
|
|
||
|
|
||
|
|
||
| #wrap { |
There was a problem hiding this comment.
Doesn't appear to be used in html -- could this have been removed?
| </main> | ||
| </div> | ||
| <footer> | ||
| <h4> © 2017 - </h4> |
There was a problem hiding this comment.
Are the h4 and p tags styled differently here? Would it have made sense to combine them?
| </p> | ||
| </section> | ||
|
|
||
| <div id="slide1" class="slide"> |
There was a problem hiding this comment.
Would it have been possible to give this div id a more contextual rather than positional name? What if you wanted to swap slide 1 with slide 2 -- would the names still make sense?
| </section> | ||
|
|
||
| <div id="slide1" class="slide"> | ||
| <div class="title"> |
There was a problem hiding this comment.
The text is a little difficult to read -- does this meet accessibility contrast guidelines?
|
|
||
| <div id="slide4" class="slide header"> | ||
| <h1>The End</h1> | ||
| <footer> |
There was a problem hiding this comment.
The footer on this page appears different from the others (right icons are cut off/run off the right side of the page in Chrome). Should a footer tag be placed inside a main tag?
| </main> | ||
|
|
||
| <footer> | ||
| <h4 class="copyright-date"> © 2017 - </h4> |
There was a problem hiding this comment.
Is this class being used as a selector somewhere?
| </ul> | ||
| </nav> | ||
| </header> | ||
| <div id=wrap> |
| </ul> | ||
| </nav> | ||
| </header> | ||
| <div id=wrap> |
Static Site
Congratulations! You're submitting your assignment!
Comprehension Questions