Manage Landing Page built with SASS & Swiper.js for slider feature
Design comparison
Solution retrospective
Been meaning to finally finish this project. It served as great practice for creating landing pages. The desktop and mobile version for the footer was a bit frustrating to get right since most of the elements were designed and placed in very different orientations. But I was able to get it right eventually!
I also decided to use swiper.js for the slider feature for efficiency, though I would go back and implement the slider via vanilla JS just for practice and to get comfortable with JS even more.
When reviewing my code, I REALLy appreciate any suggestions on how to make it better, concise, and easy to read.
As always, any feedback is greatly appreciated. Thanks!
Community feedback
- @nick335Posted about 2 years ago
Hello NYRELL LEONOR’S,
Great Job with the challenge! noticed you didn't implement the background images if you had issues with it, this is how you resolve it:
// normally you do this background-size : cover 'or' contain; background-position: center 'or' Top 'or' Left 'or' Bottom 'or' Right; //but to accurately position it you can try this!! background-size: 300px 100px; 'which is the width and height'; background-position: top 100px right 100px; //the same can done for the bottom and the left
Hope this was helpful,
Happy Coding
Marked as helpful0@nyrellclPosted about 2 years ago@nick335 Oh yes! I completely forgot to ask for suggestions on that. I wanted to save the background images for last as I knew I would've spent a good chunk of time tweaking the positions. Thank you very much for this! I will add the rest of the images and use your code as a starting point!
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