Full Responsive Landing page with HTML,Scss,vanila JS , Bootstrap
Design comparison
Solution retrospective
hi, i just finished one this challenge, for this one my focus was in try to make it as close to the design as possible with bs4, there are some new things that i learned in this project as like as navbars and etc. if you want to take a look and give some feedback on my code have a nice day.
Community feedback
- @dwhensonPosted over 3 years ago
Hi @shahabs789 nice work on this one ! š I'm trying this at the moment and it's got some nice tricky bits in it. Here's some thoughts you might like to consider:
-
There's some HTML issues - notably, don't forget that every id on a page must have a unique value
-
To keep the HTML valid you can't put a 'block' level element inside an inline element (you could just swap, your 'li' and 'a' tags - I think this is the way most people do it)
-
When I hover over the photo links the text turns dark. This makes it not really readable - this should be fairly easy to fix?
-
Lastly, when the hamburger menu is open the navigation goes off the end of the black background, so the 'support' link appears to be missing.
The site responds very nicely though and looks good at small screen sizes, and I like the nice touches you have added with transitions and things!
If you want to think of taking your code to the next level, I would look into how you can make things more consistent across the page - using utility classes to add consistent padding or margin could help with this.
I hope this helps and keep up the great work!! š Cheers š
1@Shhb-Coder-1999Posted over 3 years agoDear @dwhenson Tnx very much for your effective suggests ... š they help me to improve my skills . You're right . I try to fix them .š
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