Public website for the Inference Foundry GitHub organization, hosted with GitHub Pages from this repository (main branch).
- Live site: inference-foundry.github.io
- Branding: Logo asset at
assets/images/inference-foundry-logo.jpg
| Path | Role |
|---|---|
index.html |
Single-page marketing site |
css/main.css |
Styles |
assets/images/ |
Logo and static imagery |
From this directory, serve static files (Python example):
python3 -m http.server 8080Open http://127.0.0.1:8080.