Feedback is greatly appreciated, so that I can continue to improving my skills 💕
leonardo reis
@leonardo9245All comments
- @2saucySubmitted over 1 year ago@leonardo9245Posted over 1 year ago
I really liked your solution you did a great job, but there are some points that you could improve, some that I noticed:
- the cards are with different sizes.
- the header is too big for mobile screens.
- it would be nice if you added the option to see all the countries in your filter by region, because when I change the region there is no option to see all the countries again, would have to reload the page again to see all the countries.
1 - @leonardo9245Submitted about 3 years ago
Any feedback will be welcome
@leonardo9245Posted about 3 years agohi @fidellim thanks for your feedback, I have already provided the changes, but for some reason is not updating here on the site.
1 - @TBanda27Submitted over 3 years ago
Any feedback particularly on accessibility is highly welcome
@leonardo9245Posted over 3 years agoHi, I'm a beginner too, but I can give you some tips.
first: all page content must contain reference points, example
-body- -header- This is the header -/header- -nav- This is the nav -/nav- -main- This is the main -/main- -footer- This is the footer -/footer- -/body-
for this project, use at least -main- and -footer-
second: use only one main reference point, for example just a -h1-, for the other tags use -h2-, only subtitles. this should solve some of your problems already.
third: remove '"srcset" from your image, this attribute is required when used in .-source- -picture-
good luck.
Marked as helpful0