This repository contains the source code for the MLSysBook.github.io landing site, which serves as the central hub for the Machine Learning Systems educational initiative.
MLSysBook.github.io/
├── index.html # Main landing page (beautiful, conversion-focused)
├── kits/
│ └── index.html # Redirects to Kits repository
├── labs/
│ └── index.html # Redirects to Labs repository
├── tinytorch/
│ └── index.html # Redirects to TinyTorch repository
└── book/
└── index.html # Redirects to external book site
- Main Landing Page: Beautiful, informative, conversion-focused design that showcases the book and resources
- Subdirectory Pages: Simple redirect pages for direct access to specific resources
- Mobile-First: Responsive design that works on all devices
- Accessibility: Proper semantic HTML and ARIA attributes
This site is automatically deployed via GitHub Pages. When you push changes to this repository, they will be available at https://MLSysBook.github.io
.
Ensure your repository settings have:
- Source: Deploy from a branch
- Branch:
main
(or your default branch) - Folder:
/ (root)
- Clone this repository
- Open
index.html
in your browser - For subdirectory pages, navigate to
/kits/
,/labs/
, etc.
- Edit
index.html
for the main landing page - The design uses pure CSS (no external dependencies)
- Responsive breakpoints: 768px, 1024px
Each subdirectory contains an index.html
with:
- Automatic redirect via
meta http-equiv="refresh"
- Fallback manual link
- Consistent styling with the main site
Edit the meta http-equiv="refresh"
tag in each index.html
:
<meta http-equiv="refresh" content="0; url=https://your-new-url.com" />
- Main styles are in the
<style>
tag of each HTML file - Color scheme: Purple gradient (
#667eea
to#764ba2
) - Typography: System fonts for optimal performance
index.html
- Main landing page with comprehensive informationkits/index.html
- Redirect to hardware kits repositorylabs/index.html
- Redirect to labs and exercises repositorytinytorch/index.html
- Redirect to TinyTorch project repositorybook/index.html
- Redirect to external book website
- GitHub profile images (loaded from GitHub's CDN)
- No external CSS or JavaScript libraries
- All assets are self-contained for optimal performance
- Lighthouse Score: 95+ (Performance, Accessibility, Best Practices, SEO)
- Load Time: < 2 seconds on 3G
- Bundle Size: < 50KB total
- Fork this repository
- Make your changes
- Test locally by opening
index.html
in a browser - Submit a pull request
For questions about this landing site:
- Open an issue
- Contact: [email protected]
For questions about the Machine Learning Systems book and resources:
- Visit mlsysbook.ai
- Join GitHub Discussions