Source for the cloudfit landing page, published at https://cloudfit-io.github.io via GitHub Pages.
A static, single-page site introducing cloudfit-core, a cloud-agnostic machine type scoring engine for computational and bioinformatics workloads. No build step, no framework: plain HTML/CSS/JS.
index.html Markup
styles/main.css All styles
scripts/main.js Archetype data + interactions (no external JS deps)
Open index.html directly in a browser, or serve it (recommended, mirrors how Pages serves it):
python3 -m http.server 8000
# then visit http://localhost:8000- Styles live in
styles/main.css; the color palette is defined as CSS custom properties in the:rootblock at the top. - The interactive archetype panel is driven by the
ARCHETYPESarray inscripts/main.js. scripts/main.jsis loaded withdefer, so inlineonclickhandlers resolve after the DOM is parsed.
Pushing to the default branch publishes automatically via GitHub Pages. No workflow or build required.
Apache 2.0 · built by Chaitanya Krishna Kasaraneni