From 1dda0e3bb9ada21bd37f1e975c8f4038fca72fed Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sun, 16 Nov 2025 23:45:39 -0500 Subject: [PATCH] Enhance intro page carousel with mobile responsiveness and sidebar textbook link - Remove carousel text labels, rely on larger terminal frame titles (20px bold) - Fix navigation arrow positioning: moved to top: 405px with z-index: 100 - Reduce carousel height from 500px to 450px for better spacing - Add clickable sidebar link to mlsysbook.ai via JavaScript - Fix quickstart button link to use .html extension - Add mobile responsive CSS for logo, headings, and carousel - Update Terminalizer configs with larger frame title font - Add textbook link with hover effects in intro page --- site/_config.yml | 1 + site/intro.md | 24 +++++++++--------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/site/_config.yml b/site/_config.yml index 3f27ca92..fa8ef91a 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -55,6 +55,7 @@ html: - _static/wip-banner.js - _static/ml-timeline.js - _static/hero-carousel.js + - _static/sidebar-link.js # Favicon configuration favicon: "_static/favicon.svg" diff --git a/site/intro.md b/site/intro.md index 1468128c..4301fadd 100644 --- a/site/intro.md +++ b/site/intro.md @@ -1,10 +1,16 @@ -

+

Build Your Own ML Framework

-

+

+ +Hands-on labs for the Machine Learning Systems textbook + +

+ +

Don't just import it. Build it.

@@ -23,9 +29,6 @@ Build a complete machine learning (ML) framework from tensors to systems—under Clone & Setup workflow
đź’»
- - - - @@ -67,7 +61,7 @@ Build a complete machine learning (ML) framework from tensors to systems—under ```
- + Start Building in 15 Minutes →