A serene, interactive landing page built with HTML5 Canvas, CSS, and Vanilla JavaScript.
- Interactive Canvas Environment: Floating, colorful orbs react to mouse movements.
- Click Effects: Clicking the canvas generates gentle ripples of new particles.
- Modern aesthetics: A clean glassmorphism panel overlay with smooth entry animations and harmonious HSLA colors (
multiplyblend mode). - Fully Responsive: Adapts automatically to window resizing to ensure a seamless experience on any device.
- Lightweight: Zero external dependencies—just fast, native web technologies.
- HTML5 Canvas API for rendering the particle system.
- CSS3 (Custom Properties, Flexbox, Glassmorphism, Animations).
- Vanilla JavaScript (ES6+ Classes,
requestAnimationFramefor smooth 60fps rendering).
Because this project utilizes standard web technologies with no build steps, you can run it instantly:
- Clone this repository to your local machine:
git clone https://github.com/leiqos/leiqos.github.io.git
- Navigate into the project folder.
- Open
index.htmlin your favorite web browser. - Move your mouse or click to interact with the particles!
