scrimba
Bootcamp code reviews
πŸ‘©πŸΌβ€πŸ« Review of Hometown Homepage (Shant Dashjian)
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

πŸ‘©πŸΌβ€πŸ« Review of Hometown Homepage (Shant Dashjian)
AboutCommentsNotes
πŸ‘©πŸΌβ€πŸ« Review of Hometown Homepage (Shant Dashjian)
Expand for more info
readme.md
run
preview
console
# Code Review: Hometown Homepage
### _Code by: Shant Dashjian,_
### _Reviewer: Felicity Evans_

## What you did well
- Resizing
- Use of google font
- correct use of heading structure
- CSS class names


## What could be improved?
- alt tags on imgs
- spacing between elements
- image proportions
width: fit-content;
aspect-ratio: 1 / 1;
- html5 landmark elements
https://developer.chrome.com/docs/lighthouse/accessibility/use-landmarks/
Console
/index.html
-4:41