_layouts/home.html Purpose: Main layout orchestrator for the homepage Key Controls:
Overall page structure and content flow Content wrapper positioning and width (75% of viewport) Spacing between sections (margin-top: -4rem) Important Parameters:
html CopyInsert
Controls spacing between hero and content Centers content with auto margins Includes recent articles and blog summary sections 2. _includes/hero.html Purpose: Controls the hero section with video and stage picture Key Controls: Video container (left side) Stage picture container (right side) Introductory text overlay Important Parameters: css CopyInsert .video-container { width: 10%; margin-right: 0.5rem; min-height: 224px; margin-left: 0.1%; } .jumbotron-image-container { width: 90%; min-height: 320px; opacity: 0.7; } .jumbotron-content { width: min(30%, 400px); font-size: 0.95rem; background: rgba(255, 255, 255, 0.85); } 3. _includes/header.html Purpose: Navigation bar and banner Key Controls: Top navigation menu Site title Menu items and their spacing Mobile responsiveness Important Parameters: html CopyInsert