Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Oops! You need to be logged in to do that
Not Found
Not Found
Not Found
Not Found

Submitted

Social Media Dashboard

@brycezubi

Desktop design screenshot for the Social media dashboard with theme switcher coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison

SolutionDesign

Reports

Accessibility report (4)
warning

Heading levels should only increase by one

<h4 class="tracking-widest font-extralight text-gray-500 dark:text-slate-400">Followers</h4>
Learn more
warning

Heading levels should only increase by one

<h4 class="tracking-widest font-extralight text-gray-500 dark:text-slate-400">Followers</h4>
Learn more
warning

Heading levels should only increase by one

<h4 class="tracking-widest font-extralight text-gray-500 dark:text-slate-400">Followers</h4>
Learn more
warning

Heading levels should only increase by one

<h4 class="tracking-widest font-extralight text-gray-500 dark:text-slate-400">Followers</h4>
Learn more

Cesar Briam Zubilete Sanchez’s questions for the community

ReactJs + Vite Tailwind Css Mobile First

Community feedback

Abdul Khalidβ€’ 17,990

@0xAbdulKhalid

Posted

Hello there πŸ‘‹. Congratulations on successfully completing the challenge! πŸŽ‰

  • I have other recommendations regarding your code that I believe will be of great interest to you.

HEADINGS ⚠️:

  • This solution has generated accessibility error report due to skipping heading levels which warn us as "Heading levels should only increase by one"
  • We want to avoid skipping heading levels, make sure to start with <h1> and working your way down the heading levels (<h2>, <h3>, etc.) helps ensure that our document has a clear and consistent hierarchy. Read more πŸ“š
  • Because skipping heading levels is a poor practice from the perspective of information design, whether we are talking about web pages, books, journal articles, or about anything else. You can not only confuse screen readers but all readers when you don't follow a consistent, logical pattern with your heading structure.

.

I hope you find this helpful πŸ˜„ Above all, the solution you submitted is great !

Happy coding!

0

Please log in to post a comment

Log in with GitHub
Slack logo

Join our Slack community

Join over 180,000 people taking the challenges, talking about their code, helping each other, and chatting about all things front-end!