scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Aino'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 Aino's Hometown Homepage
AboutCommentsNotes
Code Review of Aino's Hometown Homepage
Expand for more info
code-review.md
run
preview
console
# 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.
Console
/index.html
-4:34