Portfolio build with SCSS

Solution retrospective
In this project, it was necessary to frequently load images in different resolutions. I did it with the help of the picture tag and special markings for the browser that let it know when to load a larger image. It was a bit new thing to do for me. I wonder if there's a way to make it faster and more afficient ?
I made also up one more js task besides form validation. In order not to create a couple of pages with the same layout but with slightly different content, I decided to load the necessary information through a json file in just one html file. I'm probably most satisfied with this in terms of js. Im not sure if I did it the most clean way, so feel free to share some tips !
What challenges did you encounter, and how did you overcome them?The most difficult thing was to do the overlap effect on the first page, in the hero section (_main.scss). I also used a different type of container for this project. Grid based container. I followed Kevin Powell's video to make it and I can see it being used in my future projects !
What specific areas of your project would you like help with?Tips for splitting js into multiple files, best practice
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Daniil's solution.
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