You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Ricky, the project and codebase look very neat and professional- excellent work. We have opened an issue highlighting ways the codebase may be improved.
The navigation links found here could be improved by wrapping them in a nav tag which helps in the SEO process as a result of semantics.
In order to keep our main navbar in the main focus we would suggest wrapping this nav content inside the aside tag so that SEO searches focus on your main navigation lists.
Try not to import these files to your CSS file, since it prevents the page to load smoothly, instead, you could attach the same file into your HTML file inside the head tag wrapped in a link tag.
This and this line here would be removed so as to avoid repetition since the font-family was applied to the body tag/better still it would be applied to a * selector.
The icons in the program section aren't aligned in the center.
You did a great job using one JavaScript file for both pages- Something I just learned.
The text was updated successfully, but these errors were encountered:
Hi Ricky, the project and codebase look very neat and professional- excellent work. We have opened an issue highlighting ways the codebase may be improved.
nav
tag which helps in the SEO process as a result of semantics.aside
tag so that SEO searches focus on your main navigation lists.head
tag wrapped in alink
tag.*
selector.The text was updated successfully, but these errors were encountered: