This repository serves the iridyne.github.io landing page and is deployed via GitHub Pages.
index.html: page structure and semantic sections.styles.css: visual system, layout, and animation styling.app.js: content config, UI hydration, and repository data loading.
- Keep content changes in the
CONFIGobject inapp.jswhenever possible. - Keep styling changes in
styles.cssinstead of inline styles. - Keep DOM rendering and GitHub API logic separated in
app.js. - Avoid introducing build tooling unless there is clear team agreement.
- Use
featuredReposto pin important repositories first. - Use
hiddenRepoPatternsto exclude meta/archive noise. - Keep fallback text concise and user-facing.
python3 -m http.server 8080Then open http://localhost:8080.