# Module: No. 2 - Web Dev Basics
# Project: Hometown Homepage by Andrew
# 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 added your own ideas to the design.
4. You used the `:hover` effect.
5. You made it about your own city.
## Suggestions for Improvement:
1. Be consistent with your image file naming convention.
2. Add a `title` to your HTML for a better UX and SEO.
3. Remove commented out code from your CSS.
4. Add some whitespacing in your CSS for better readability.
5. Add `alt` attribute to your `img`es for better accessibility.
## Conclusion:
Well done on your first solo proejct! I hope you found my suggestions useful. Keep on coding.