-UPDATE-
After countless hours of online courses, tutorials, and programming, I finally completed my website! Check it out here:
The site is almost where I want it to be, but there are a few remaining challenges:
1) AJAX:
I'm struggling to get the AJAX transition from the index to the navigation page to work smoothly. The method suggested by w3schools didn't quite do the trick. Any tips or resources on how to achieve this would be greatly appreciated.
2) Content Slides:
The content slides currently slide in vertically indented, which is not ideal. While fixing them with a "position: fixed" works, it also makes the page unscrollable. Looking for a better solution.
3) Google Map:
There's an issue with the Google Map in the contact section sometimes failing to load. It seems to only load after a page refresh. Could this be a hosting issue or something in the JS code? Suggestions are welcome.
4) Opacity Animation:
The opacity animation is glitchy, only working properly with 'slow' as the duration. Changing the value breaks the animation, causing the opacity to revert instantly once complete.
-UPDATE-
I've started working on a mobile version of the website using a parallax slideshow for transitions. Here's the jsfiddle link for reference: https://jsfiddle.net/j7bwnbwm/9/
Unfortunately, my preventDefault function doesn't seem to be functioning correctly, resulting in the slideshow jumping to the top when navigating. As a newbie to web development, this challenge has been keeping me up at night. If anyone has insights or solutions, please share!
<body>
<div class="container">
<div class="sp-slideshow">
<!-- Slideshow content -->
</div>
</div>
<script>
src = "js/parallaxscript.js"
</script>
Your assistance and advice are highly valued!