Design comparison
SolutionDesign
Solution retrospective
Hi! I am waiting for your feedback!π§ Many many thanksππ€
Community feedback
- @vanzasetiaPosted over 2 years ago
Hi, Daniel! π
Nice work on this challenge! π
Your solution looks great on my desktop view and my portrait mobile view. But, on my landscape mobile view, the
gallery
section, specifically theimage-grid-2.jpg
doesn't have the same height as thegallery-container-dark
.Some more feedback.
- Remove the
br
from thehero-title
. I recommend only specifying aflex-basis
to prevent it from becoming one line. - I recommend making the
arrow-right
as a child element of the anchor tag. This way, you can remove thehero-btn-container
element. - Alternative text should not be hyphenated (like code).
- The arrow right icon and all the
image-grid
are decorative images. They don't give any additional information. So, I suggest leaving thealt=""
empty to hide them all from screenreaders. - Remove the
br
from thefooter-title
as well. - The alternative for the social media icons should be only the social media platforms. The users of assistive technology will know that it is the social media site for the company. It's the same as sharing your social media links on your own website (there's no need to tell that those are the links to your social media accounts).
- I recommend merging the
location.css
and thestyles.css
. It's best to share styling across multiple pages whenever possible. It's going to make the website much easier to maintain because you only care about one stylesheet (instead of two). - I don't think that the
ourLocation-address
should be a list. - For the location page, since there's only
h1
and noh2
, I recommend making thefooter-title
ash2
instead. Remember, headings must be in a logical order. Correctly formatted H1, H2s, and H3s help people who use assistive technology, such as screen readers, to navigate a web page.
I hope this helps! Keep up the good work! π
1 - Remove the
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord