Source for the linkml.io splash page. Plain HTML and CSS — no build step, no dependencies.
Open index.html directly in your browser:
open index.htmlOr double-click it in Finder. No server required.
| What to change | Where |
|---|---|
| Headline, description, hero copy | index.html — see the HERO section comment |
| Navigation links | index.html — see the HEADER section comment |
| Community logos, stats, ecosystem cards | index.html — inline comments mark each section |
| Styles, colors, layout | css/styles.css |
| Images and logos | uploads/ |
Pushing to master triggers a GitHub Pages build and deploys automatically to linkml.io. No action needed beyond merging a PR.
index.html # entire site — one file, section comments throughout
css/styles.css # all styles
uploads/ # images and logos
CNAME # linkml.io
.nojekyll # disables Jekyll processing on GitHub Pages