ut01: Quick Navigation for UT Austin Students

SEO Improvements - COMPLETED:

✅ Minified CSS: True (enabled SASS compression in _config.yml) ✅ Minified JavaScript: True (already minified in index.html:194-200) ✅ Made footer h1 text smaller (14px, normal weight, gray color) while keeping SEO benefits

Next Task: Fix Find Button Layout Issues

Current Problems:

Previous attempts failed:

User Requirements:

Local Deploy Methods:

Option 1: GitHub Pages Preview

Option 2: Simple HTTP Server (limited)

python3 -m http.server 8000
# Visit http://localhost:8000
# Note: Jekyll templating won't work, only static HTML/CSS/JS

Option 3: Jekyll Local Setup

# Install Ruby dependencies (requires sudo)
bundle install
bundle exec jekyll serve --port 4000
# Visit http://localhost:4000

Option 4: VS Code Live Server