This repository contains the official static website for Merja Kallunki, a practitioner of breathwork, somatic healing, and trauma-informed coaching. The site is visually rich, accessible, and easy to maintain, with multilingual support and automated quality checks.
- Static website: Built with HTML, CSS, and a small amount of JavaScript for language switching and interactivity.
- Multilingual content: All main content is available in English, Finnish, Spanish, and Dutch. Language files are in the
lang/folder. - Image-rich: The
images/folder contains all media used on the site. - Events and testimonials: Managed via JSON files for easy updates.
- Automated quality checks: Linting and validation for HTML, CSS, JS, JSON, and link integrity.
index.html,about.html,portfolio.html, etc.: Main site pages.css/: Stylesheets.js/: JavaScript for language and interactivity.lang/: Translation files for each supported language.images/: All images and media.events.json: Event data.package.json: Project configuration and test scripts.
- Clone the repository and open the folder in your editor.
- Install dependencies for testing and linting:
npm install - View the site by opening
index.htmlin your browser.
- Please open an issue or pull request for suggestions, bug reports, or improvements.
- All code and content should be accessible and follow best practices for static sites.