2021-06-07
MapStuff - personal blog example
Utilize HTML and CSS skills to build out a personal blog website, including custom images, layout, and styling. Respect style guides and develop a design system.
- Structure the project
- Sketch the pages
- Consider a design system
- Build the HTML for the main page
- Build the HTML for the example blog post
- Formalize the design system
- Style the pages with CSS; consider the following resources:
- Colors:
- Typography:
- Accessibility:
- Compare to the initial sketches, and iterate
- Set links between pages
- Test and iterate
GDPR consent box, add comment form, categories dropdown, search by tags, another syntax highlighter.
Using Chrome Dev Tools with Axe extension, there will be false positive results for the issue 'Elements must have sufficient color contrast', for elements that have gradients or images as background.
Disable the background gradient for links in typography.css, to test fewer issues.
Alexa Cristina