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
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Social Links Profile

WillsX9ā€¢ 20

@WillsX9

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is my responsive solution to the social links profile front-end design. I use HTML & CSS All feedback are welcome.

Community feedback

Daniel šŸ›øā€¢ 44,230

@danielmrz-dev

Posted

Hello there! šŸ™‹šŸ½ā€ā™‚ļø

Your solution looks excellent!

I have a suggestion about your code that might interest you:

šŸ“Œ If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

I hope it helps you in future projects! šŸ˜Š

Other than that, great job!

Marked as helpful

0

WillsX9ā€¢ 20

@WillsX9

Posted

Thanks for this @danielmrz-dev. I'll surely check it out

0
Osman Bayā€¢ 690

@osmanbay90

Posted

Great job on completing the Frontend Mentor challenge! Your project shows promise, but here are some areas where you could make improvements in your HTML and CSS:

Consistent Naming: Ensure consistency in class naming convention. For instance, you have used both "location-txt" and "card-btn". Choose one convention and stick with it throughout your code for clarity and maintainability.

Comments: Consider adding comments to your code, especially for sections that might need clarification in the future or for other developers who might work with your code. This makes your code more understandable and easier to maintain.

Font Loading: While using custom fonts is great for design, consider providing fallback fonts in case the custom font fails to load for any reason. This ensures a consistent experience for users across different devices and browsers.

Button Styling: The button styles are generally good, but you might want to consider adjusting the width of the buttons for smaller screens to ensure they remain fully visible and accessible.

Responsive Design: While your design looks good, it's always a good practice to test your layout on various screen sizes to ensure it looks good and functions properly on all devices.

Use of Flexbox: Your use of Flexbox for layout is great. However, ensure that you're using it consistently and effectively throughout your code.

Accessibility: Ensure your website is accessible to users with disabilities. For example, make sure all images have appropriate alt attributes, and buttons are keyboard accessible.

Optimization: Consider optimizing your image sizes and other assets to improve page load times, especially for users on slower internet connections or mobile devices.

Remember, practice makes perfect! Keep refining your skills by tackling more challenges on Frontend Mentor. Happy coding! šŸš€

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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