Hi Everyone,
I am new to web development and just finished my first project. Would love to have your feedback on this.
Thank you very much. ^-^
Challenge: Build a Tribute Page
Link to the challenge: https://codepen.io/sigpanda/pen/NWrZVep
Hi Everyone,
I am new to web development and just finished my first project. Would love to have your feedback on this.
Thank you very much. ^-^
Challenge: Build a Tribute Page
Link to the challenge: https://codepen.io/sigpanda/pen/NWrZVep
I liked it! Amazing job
Hi @sigpanda!
Welcome to the forum!
I think your project looks great.
In codepen you do not need to include the doctype, html tags and head section. Codepen has taken care of that for you. If you need to include links from the head section you can place that here.
Also, you will need to verify your email so we can see the full page.
Keep up the good work!
It looks very nice. Just a few things to consider:
em
units) to prevent the line length from getting too long (some people have trouble reading text with very long lines).Overall, very nice job. I especially like the fonts.
Thank you very much for your tips. Will do that. ^-^
Hello,
Thank you very much for your feedback and will make sure to apply and keep these things in mind for future projects. ^-^
Hello,
Thank you for your feedback. I’ll make sure to change those. ^-^
Hello,
Thank you. ^-^
Welcome to the forums @sigpanda. Your page looks good. Some things to revisit;
<strong>
tag the text on your page doesn’t render as such. This is because you only link
to one weight so the browser, though it will try, does not have a heavier weight to work with.
bold
and strong
have different meanings though they both display the same. Ideally, for the way you’re using it you want to use bold
.If you want more eyes on your page when asking for feedback, next time a better subforum to use is “Project-Feedback”.
Hello,
Thank you very much for your feedback. Will make sure to apply these and make sure to keep these in mind. ^-^