# Module: No. 2 - Web Dev Basics
# Project: Hometown Homepage by Jan-Willem
# Code Reviewer: Shant Dashjian
## What You Did Well:
1. You nicely 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. Your code is well-organized and follows CSS naming conventions, i.e. hyphen-case.
## Suggestions for Improvement:
1. Use CSS variables for reusability.
2. Improve responsiveness by not fixing the width of the main container, and using media query for
larger screen.
3. Play with the `:hover` effect for activities images.
## Conclusion:
You met the ojectives of this project. I hope you found my suggestions useful. Keep on coding.