scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Mario's Hometown Homepage
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

Code Review of Mario's Hometown Homepage
AboutCommentsNotes
Code Review of Mario's Hometown Homepage
Expand for more info
code-review.md
run
preview
console
# Module: No. 2 - Web Dev Basics
# Project: Hometown Homepage by Mario
# Code Reviewer: Shant Dashjian


## What You Did Well:

1. You followed the design spec.
2. You met all other objectives of the project:
1. CSS classes
2. Flexbox
3. background-image
4. Color palette
3. You made the site about your own hometown.
4. You used a different color palette.
5. You used semantic HTML.
6. You followed naming conventions.
7. You organized your code well with indentation, whitespacing, and comments.


## Suggestions for Improvement:
1. Make all activites images of similar size.
2. Be consistent with using the `alt` attribute for your images.
3. Try other stretch goals like adding a Google font and using `:hover`.


## Conclusion:

Great work on this project. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-5:12