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 |
- Hero, focus areas, projects
- Founders (with contact links and optional profile photos)
- Principles and contact call-to-action
The site is pre-wired with optional founder photos. Add images here:
assets/images/team/kritarth-dandapat.jpgassets/images/team/atshal-ahmed-khan.jpg
If an image is missing, the page falls back to initials automatically.
From this directory, serve static files (Python example):
python3 -m http.server 8080Open http://127.0.0.1:8080.