Landing page for Elara, an AI systems consultancy.
Static HTML, CSS, and vanilla JavaScript. No build tools or frameworks. Hosted on GitHub Pages.
- Fonts: Cormorant Garamond (display), DM Sans (body), Space Mono (mono), loaded via Google Fonts
- Background: Canvas-based animated starfield
- Animations: CSS keyframes + Intersection Observer for scroll reveals
Single index.html with embedded styles and scripts. Sections:
- Hero with animated headline and CTAs
- Capabilities covering AI automation, custom apps, and scalable systems
- Process (Discovery, Prototype, Build, Evolve) outlining the engagement workflow
- About with a brief description of the team
- Contact CTA linking to email
Open index.html in a browser. No build step required.
# Local dev server (optional)
python3 -m http.server 8000Pushes to main are published automatically via GitHub Pages.