HELIX: interactive landing page for modular synthesizers

Web Programming
Job 6 of 19
A one-page website for presenting craft sound modules and collecting pre-order applications from sound designers.

Main task: Demonstration of the product with a high level of visual interactivity to engage the audience and convert them into a waiting list.

What has been implemented:
- Responsive layout using CSS Grid, Flexbox, and native CSS variables.
- Dynamic visualization of the oscilloscope in real-time using HTML5 Canvas.
- Complex scroll animations (horizontal scrolling of sections, parallax effects) implemented through GSAP and ScrollTrigger.
- Smooth content appearance during page scrolling based on IntersectionObserver.
- Custom mobile menu and optimized smooth navigation through anchor links.
- Subscription form for the waiting list with client-side validation.

Technologies: HTML5, CSS3, Vanilla JavaScript (ES6+), GSAP, ScrollTrigger, HTML5 Canvas