scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Mateo'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 Mateo's Hometown Homepage
AboutCommentsNotes
Code Review of Mateo's Hometown Homepage
Expand for more info
code-review.md
run
preview
console
# Module: No. 2 - Web Dev Basics
# Project: Hometown Homepage by Mateo
# 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 followed naming conventions.
4. You organized your code well.
5. You made it about your own hometown.


## Suggestions for Improvement:

1. Add a title for your HTML page for better readability and SEO.
2. Use the `:hover` pesudoclass for a cool effect.
3. Make the activities into a column for narrower screen.


## Conclusion:

You did very well and this is a good first solo project. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-10:37