Submitted almost 3 years ago
NextJS , Styled Components, Framer, EmailJS
@jNembhard
Design comparison
SolutionDesign
Solution retrospective
Made this one my current portfolio with a few of my listed projects. Check it out on my main domain, https://www.jasonnembhard.com/ as Frontend Mentor only lets you post approve subdomains (Vercel in this case). Feedback welcome!
Community feedback
- @anoshaahmedPosted almost 3 years ago
Hey good job on this challenge! Your report above shows a few issues though so:
- add language to html like so:
<html lang="en">
- use classes instead of id's, if you're going to use the same one more than once
<li>
should be inside a <ul> or <ol>
Check out this repo for future reference.
Hope this helps :)
0 - add language to html like so:
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