marisaratte / womens-march

Wiki Page - Women's March
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

Use lowercase for CSS.

For example

.About a should be .about a.

jgagne commented 7 years ago

Resolve CSS issue: http://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fmarisaratte.github.io%2Fwomens-march%2Findex.html&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

jgagne commented 7 years ago

Consider removing the default from the <body> element for full-bleed background-color.

For Example

body {
  margin: 0;
}
jgagne commented 7 years ago

Resolve HTML issues (easy fixes): https://validator.w3.org/nu/?doc=https%3A%2F%2Fmarisaratte.github.io%2Fwomens-march%2Findex.html

  1. Typo <meta charset="usf-8">, utf-8 instead of usf-8
  2. All images need an alt attribute with a short alternative text value. More on alternative text
jgagne commented 7 years ago

Add your website url to your repo:

cexewbq