# Module: No. 2 - Web Dev Basics
# Project: Hometown Homepage by jeTelu (Aino)
# Code Reviewer: Shant Dashjian
## What You Did Well:
1. You followed the design spec and added your own slick style. Beautiful.
2. You met all other objectives of the project:
1. CSS classes
2. Flexbox
3. background-image
4. Color palette.
3. You linked the locations to Google Earth which is cool.
4. You added a footer section with a link.
5. You used `target="_blank"` to open in a new tab.
6. You used `alt` for your images for accessibility.
7. You followed naming conventions.
8. You have good code organization.
9. You added a nice `hover` effect for your activities.
## Suggestions for Improvement:
1. Be consistent with your `target="_blank"`.
2. Add a `title` in your HTML `head`.
3. Remove unneeded whitespace.
## Conclusion:
I hope you found my suggestions useful. Keep on coding.