scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Thomas'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 Thomas's Hometown Homepage
AboutCommentsNotes
Code Review of Thomas's Hometown Homepage
Expand for more info
code-review.md
run
preview
console
# Module: No. 2 - Web Dev Basics
# Project: Hometown Homepage by Thomas
# Code Reviewer: Shant Dashjian


## What You Did Well:

1. You generally followed the design spec and added your own ideas.
2. You met all other objectives of the project:
1. CSS classes
2. Flexbox
3. background-image
4. Color palette.
3. You added two more sections.
4. You used semantic HTML.
5. You maintained a certain naming convention.
6. You used links, including a `mailto:`


## Suggestions for Improvement:
1. Add `alt` to your `img` elements for better accessibility.
2. Improve your indentation for better readability.
3. Remove commented color palette in the CSS as you're not even using the same colors.
4. Improve responsiveness by adding a fixed width to your guide card.


## Conclusion:

I think this is a great first solo project with many added stretch goals implemented. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-7:18