Official landing page for the Iridyne organization.
This repository contains the static site served at:
https://iridyne.github.io
index.html— page structurestyles.css— styles and responsive layoutapp.js— client-side logic and dynamic content loadingCONTRIBUTING.md— contribution guidelines
Run a local static server from the repository root:
python3 -m http.server 8080Then open:
http://localhost:8080
Push changes to main to publish via GitHub Pages.