Design comparison
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi @Ahmed-Elsayed-projects, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
1- Document should have one main landmark, you could have put all the content inside the
main
tag click here2- Page should contain a level-one heading click here
3- Links must have discernible text
Context:
<a href="//htmlpreview.github.io/?https://github.com/Ahmed-Elsayed-projects/frontendmentor/blob/main/nft-preview-card-component-main/index.html#" >
click here to read about itHope it helps... 👍
Marked as helpful0 - @PhoenixDev22Posted about 2 years ago
Hi Ahmed,
Congratulation on completing this frontend mentor challenge. Your solution looks great. I have some suggestions regarding your solution:
- For any decorative svgs , each svg tag should have
aria-hidden="true"
andfocusable=”false”
attributes to make all web assistive technologies such as screen reader ignore those images in(icon-view, icon-ethereum, icon-clock
).
- The link wrapping the equilibrium image (
image-equilibrium
) should either haveSr-only
text, anaria-label
that indicates where the link navigate the user(not describes the image).
- Images must have alt attribute. Profile images like that avatar are valuable content. The alternate text of the avatar’s image should not be empty. You can use the creator's name
Jules Wyvern
. Read more how to write an alt text
- If you wish to draw a horizontal line, you should do so using appropriate CSS. You may remove the
<hr>
, you can useborder-top:
to the avatar's part.
Hopefully this feedback helps.
0@Ahmed-Elsayed-projectsPosted about 2 years ago@PhoenixDev22 Thanks so much, I really appreciate your feedback.
0 - For any decorative svgs , each svg tag should have
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