Website Redesign — Design Spec

Overview

Complete redesign of jonsaadfalcon.com (Jekyll, GitHub Pages) from the current Gaegu-font academic site to a polished, Georgia-serif site with Forest Mint accent. Targeting dual audience: faculty hiring committees and investors/industry.

Design Decisions

Typography

Color Palette

Site Structure

Pages

1. Home (index.md, layout: home)

Sections in order:

  1. Hero — two-column grid (clamp(160px, 22vw, 210px) left / 1fr right)
    • Left column (stacked, centered):
      • Profile photo (14px border-radius, shadow)
      • “Computer Science Ph.D. & MBA Candidate / Stanford University” (0.74rem)
      • 2x3 social icon grid (38x38px, 9px border-radius): Scholar (Academicons ai-google-scholar), LinkedIn, Twitter/X, GitHub, Email, CV
      • Advisors section (bold label, comma-separated linked names)
      • Current Mentees (same format, names linked where available)
      • Past Mentees (same format, with parenthetical destinations)
    • Right column:
      • Name as h1
      • Bio paragraph 1: Position, advisors (linked), Google SR, research focus (LMs x ML systems, intelligence efficiency, commoditizing intelligence), IPW project link
      • Bio paragraph 2: Doctoral fellowships (Stanford Graduate, JP Morgan AI/ML, EDGE, GEM), post-grad scholarships (Fulbright, Gates-Cambridge), background (AI2, Georgia Tech, Stamps)
      • Supporters line: “My research is generously supported by Stanford HAI, Laude Institute, Lambda Labs, Ollama, and IBM Research.”
  2. Announcement Bubble — commented out, CSS commented out. Mint background, 3px left accent border. Ready to uncomment for job market / recruiting announcements.

  3. News Timeline — commented out, CSS commented out. Grid layout with 90px date column. Ready to uncomment.

  4. Selected Publications — 5 featured papers. Each shows: title (600 weight), authors (your name bolded), venue (italic, muted), paper/code links. “View all publications →” link to Publications page.

  5. Invited Talks — Audrey-style. Talk title in quotes, bulleted venue list underneath with location and date. Grouped by talk topic.

  6. Fellowships & Awards — Two-column grid: name+org on left, year on right. Reverse chronological: PhD fellowships (Stanford Graduate, EDGE, JP Morgan, GEM PhD, Knight-Hennessy Finalist), post-grad (Gates-Cambridge, Fulbright), undergrad (Harvard SVMP, U.N. Millennium, D.E. Shaw, Stamps). Donald V. Jackson commented out.

  7. Footer — centered social icons (muted, hover to accent) + copyright.

2. Publications (publications.md, layout: page)

3. CV

4. Blog (blog.md, layout: page)

Responsive Behavior

Technical Approach

Stack

Implementation Strategy

  1. Create new SCSS variables file with the color/font system
  2. Rebuild layouts: default.html, home.html, page.html
  3. Rebuild includes: head.html, header.html, footer.html, new social-icons.html
  4. Add new data files as needed (talks, mentees)
  5. Update index.md with new bio content
  6. Create publications.md page
  7. Create blog.md page
  8. Update _config.yml if needed
  9. Test locally with bundle exec jekyll serve --livereload

Data Files Needed

Files to Create/Modify

Reference Mockup

The approved mockup is at .superpowers/brainstorm/28052-1776614274/content/all-pages-mockup-v2.html

Design Inspirations

Style Notes

Out of Scope (separate tasks)