You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment(s): HTML implementation enables proper use of flexbox.
HTML structure reflects the grouping and flow of content in the web browser.
Criteria 2: Visual Layout
Score Level: 3/4
Comment(s): Layout matches the design spec in 3-4 sections.
(This includes a sticky header w/ no gap between it and top of viewport )
Criteria 3: Use of Flexbox
Score Level: 4/4
Comment(s): Flexbox properties are correctly applied to flex containers and flex items throughout.
Flexbox is used properly and is the primary way of positioning.
Criteria 4: Implementation of Design Specification and Content
Score Level: 4/4
Comment(s): The page includes all style and content provided in the design specification.
(For example, anchor colors match the design spec.)
Overall Score: 15/16
Your project Exceeds Expectations - way to go! The layout and styling of this project is a big step up from the first one submitted for the course, and you did a great job of executing the implicit and explicit styling from the design specification. Nice use of comments in your HTML and CSS to help keep your code more easily readable. As the projects continue to grow larger and more complex, I recommend using more semantic elements like <section> and <article> to further improve readability, as well as improving accessibility and SEO of page.
Overall, very nicely done on this project! If you haven't already done so, I suggest starting to build a personal site with the skills you've learned so far. This will not only be great extra practice of the skills you've already learned, but will also be a way to continue to practice the new things learned in the future Units (like mobile friendly design and layouts) and show off your skills with a portfolio when you've completed the course. Keep up the excellent work, and happy coding!
The text was updated successfully, but these errors were encountered:
Rubric Score
Criteria 1: HTML Structure
HTML structure reflects the grouping and flow of content in the web browser.
Criteria 2: Visual Layout
(This includes a sticky header w/ no gap between it and top of viewport )
Criteria 3: Use of Flexbox
Flexbox is used properly and is the primary way of positioning.
Criteria 4: Implementation of Design Specification and Content
(For example, anchor colors match the design spec.)
Overall Score: 15/16
Your project Exceeds Expectations - way to go! The layout and styling of this project is a big step up from the first one submitted for the course, and you did a great job of executing the implicit and explicit styling from the design specification. Nice use of comments in your HTML and CSS to help keep your code more easily readable. As the projects continue to grow larger and more complex, I recommend using more semantic elements like
<section>
and<article>
to further improve readability, as well as improving accessibility and SEO of page.Here's a reference for semantic elements:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element
Here's an article about semantic elements and accessibility:
https://24ways.org/2017/accessibility-through-semantic-html/
Overall, very nicely done on this project! If you haven't already done so, I suggest starting to build a personal site with the skills you've learned so far. This will not only be great extra practice of the skills you've already learned, but will also be a way to continue to practice the new things learned in the future Units (like mobile friendly design and layouts) and show off your skills with a portfolio when you've completed the course. Keep up the excellent work, and happy coding!
The text was updated successfully, but these errors were encountered: