mmuench55 / moon

0 stars 0 forks source link

Scoring Rubric #1

Open jgagne opened 7 years ago

jgagne commented 7 years ago

Single-Serving Wiki To-Dos

20 to-dos, 5 points each; plus 4 extra credit to-dos

Essential

Code

30 points

Design

45 points

Optimization

5 points

Test

10 points

Git

10 points

Extra Extra

20 points

jgagne commented 7 years ago

Add a description and url to your GitHub repo:

cexewbq

jgagne commented 7 years ago

Resolve HTML issues: https://validator.w3.org/nu/?doc=https%3A%2F%2Fmmuench55.github.io%2Fmoon%2F

Minor Issues

Line 24

Before

<li><a href="#physical">Physical Characteristics<a></li>

Note: Close the end <a> tag.

After

<li><a href="#physical">Physical Characteristics</a></li>

Please, validate all other pages and resolve any issues.

jgagne commented 7 years ago

Include <link rel="canonical" href="…"> (add url) to cite original source of content.

jgagne commented 7 years ago

Resolve CSS issues: http://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fmmuench55.github.io%2Fmoon%2F%23etymology&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

Minor Issues

padding can accept only a positive value, however, margin can accept either a positive or a negative value.