Open jgagne opened 4 years ago
Please review and update the sizing of your navigation's list items compared to your paragraphs and the color contrast ratio of your links for better readability.
<p>
) and navigation list items (<li>
) for readability
Article Rework
Rubric Task List
20 tasks (
5 points
each) with 2 extra credit tasks.Markup & Style
45 points
class
,id
, and file/folder names should not include spaces, instead use a hyphen-
or an underscore_
in place of a space).<section id="section-1">
instead of<section id="Section 1">
;main.css
instead ofMain.CSS
header
,nav
,section
, etc.) and semantic text-level elements (strong
,em
,time
, etc.)<link>
element for external style sheets and canonical content<link rel="stylesheet" href="css/main.css">
to link an external style sheet<link rel="canonical" href="http://…">
for search engines to index the original source of content:hover
,:focus
, and:active
interactive state styles for all linkspadding
,border
, andmargin
) stylesfont-size
for paragraphs (<p>
) and navigation list items (<li>
) for readabilityArtwork
20 points
[x] Save artwork as PNG and SVG
Export and Save for Web (Legacy…)
![Illustrator PNG Save Settings](https://user-images.githubusercontent.com/5142085/77106306-3e384300-69f5-11ea-8678-edb4ce8c85e4.png)Save As…
![Illustrator SVG Save Settings](https://user-images.githubusercontent.com/5142085/77106096-f6192080-69f4-11ea-8cb4-8fc55a228a20.png)[x] Optimize PNG with ImageOptim
Enable these settings in ImageOptim > Preferences…
<img>
element with the following attributes:alt
defines meaningful alternative text (alt text)src
defines the default image (or fallback image when thesrcset
attribute is also in use)srcset
defines the set of images we will allow the browser to choose between and what size each image iswidth
andheight
defines the intrinsic width and height of an imageSVG
10 points
[x] Optimize with SVGOMG
Use these settings:
xlmns
viewBox
<defs>
<title>
<desc>
role="img"
width
andheight
attributes; useviewBox
attribute insteadviewBox
attribute;viewBox="min-x, min-y, width, height"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1280" role="img">
<title>
Illustration by…</title>
element<desc>
Alternative text…</desc>
elementValidation
15 points
?
followed by parameter values; the query string can be removed for validationhttps://www.nytimes.com/newsletters/smarter-living?module=inline
becomeshttps://www.nytimes.com/newsletters/smarter-living
GitHub
10 points
Remember to use lowercase naming…
index.html
css
(folder containing an external stylesheet)main.css
img
(folder containing images)headshot-tim-herrera.jpg
wip
(optional folder containing work in progress files, from original artwork to test pages)9780762494125_TimHerrera_EarlWilson.psd
README.md
Extra Credit
10 points
font-weight
,font-style
, andtext-transform
with one or more fonts for headings, paragraphs, captions, etc.<main>
content, at top and bottom, of the page