Space tourism multi-page website

Solution retrospective
This task took me about 50 hours of work. A third of the time was spent on developing the animation of one block overlapping another. The problem is that had to use absolute positioning, but in this case the layout does not pass the overflow test. To do this, I had to additionally write code for calculating the height of the blocks. The overflow test passes if you change the data in data.js, and not in the browser in development mode.
Yes, it took much more time to develop, but the layout is as close as possible to the design prototype and in all resolutions and on each page corresponds to the Perfect Pixel layout.
What challenges did you encounter, and how did you overcome them?The brief files do not match the layout (( For example, background images for tablet and mobile, as well as technologies images had to be re-saved, as they did not match. It took time to sort out the discrepancies.
What specific areas of your project would you like help with?The site works, but when I go directly to the child page I get a 404 error. VUE specialists, help me solve the problem.
p.s. I solved my problem, replaced createWebHistory to createWebHashHistory
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Andrey'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