Latest solutions
Responsive landing page using React/Typescript and gsap
#react#sass/scss#typescript#gsapSubmitted over 3 years ago
Latest comments
- @jlcesarrSubmitted about 3 years ago@Sam-GulikerPosted about 3 years ago
Hi, jlcesarr
Try to use landmarks like so:
<main> {your content}</main>
instead of section. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#abstract_rolesHappy coding
Marked as helpful1 - @DrunkenNeoguriSubmitted about 3 years ago@Sam-GulikerPosted about 3 years ago
Hi Drunken,
Looks good! I would recommand you to check out the fonts. They seem a bit off.
Goodluck
Marked as helpful1 - @DanyGlez94Submitted about 3 years ago@Sam-GulikerPosted about 3 years ago
Hi Daniel,
Looks good! To remove the HTML issues:
- Use an alt tag on your <img> tag
- If you use sections use a heading, else try to use a div
Happy coding
Marked as helpful0 - @abhishekdwaghmare2000Submitted about 3 years ago@Sam-GulikerPosted about 3 years ago
Hi, Abhisek
Double check the paddings and fonts? They seem a bit off. Next to that try to use landmarks like so:
<main> {your content}</main>
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/main_roleA heading is also nice to have :) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements
Happy coding
1 - @JoShobandeSubmitted about 3 years ago@Sam-GulikerPosted about 3 years ago
Hi Josephine,
You can find a lot of feedback in the report. There are some issues when it comes to images and structure of the headings.
And the design seems a bit off on desktop. Take a good look at paddings, font-size and buttons.
Happy coding
0 - @GitHub-dev12345Submitted about 3 years ago