Design comparison
Solution retrospective
I'm proud of achieving a cohesive and functional design with the Social Links Profile Page. Next time, I would prioritize upfront planning and accessibility considerations, seeking more feedback to refine my skills and ensure inclusivity in web design.
What challenges did you encounter, and how did you overcome them?none
What specific areas of your project would you like help with?I don't know. Maybe a comment to improve my codes.
Community feedback
- @Zy8712Posted 7 months ago
Hi there! Your site looks pretty good.
The main things I'd alter/change with your code are:
- using a
<main>
tag to improve accessibility - using a
<h2>
tag instead of a<h5>
tag as headings are meant to be used in order from h1 to h6 without skips - leaving the
alt
description of the image empty likealt=""
as descriptions are mainly used for images that convey important information. Decorative images can just have empty alt
Aside from that your site looks great!
Marked as helpful0 - using a
- @ISAAC-EDZORDZI-FIAVORPosted 7 months ago
Hi @pblanabelle You did a Great Job!!. Keep it up. After reviewing your code , I have found some stuff that you need to work on. 1.
Css Reset*{ padding: 0; margin: 0; box-sizing: border-box; }
2 . You did not import the font given to you. This is the right way to import custom font:
@font-face { font-family: 'Inter'; src: url(../assets/fonts/Inter-VariableFont_slnt\,wght.ttf); }
. Once again you did a great job . You can link me up if anything0@pblanabellePosted 7 months agoHello @ISAAC-EDZORDZI-FIAVOR, thanks for the review and for the suggestions. It means a lot. And on the import part, I didn't notice it haha, maybe because I am comfortably using the linking the than the import. Though I will try it next time. Thank you so much, Isaac! Have a good day.
0@ISAAC-EDZORDZI-FIAVORPosted 7 months agoHi @pblanabelle where from you. Can we be friends . Go and update my review
0@pblanabellePosted 7 months agoHello @ISAAC-EDZORDZI-FIAVOR, that would be great. Also, I already applied your suggestion.
0@ISAAC-EDZORDZI-FIAVORPosted 7 months ago@pblanabelle Whatsapp me on +233246654236
0
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