CLAUDE.md — abdelrahmanhosny.me

Project Overview

Personal website + blog for Abdelrahman Hosny, hosted on GitHub Pages with Jekyll. Consultant-style branding focused on AI strategy consulting.

Tech Stack

Color Palette

Site Structure

_config.yml, Gemfile, CNAME (abdelrahmanhosny.me)
_layouts/    — default.html, home.html, post.html
_includes/   — nav.html, footer.html
_posts/      — Markdown blog posts (YYYY-MM-DD-title.md)
assets/css/  — styles.css
assets/js/   — main.js (mobile nav, scroll)
assets/images/logos/ — company/university logos (user adds manually)
blog/index.html — blog listing
index.html   — homepage

Homepage Sections

  1. Hero — headshot, Brown University + Apple badges (logo + name only), tagline, gold CTA
  2. About — consulting value prop, stats row (12+ Years R&D, PhD CS, Silicon + AI/ML)
  3. Journey — horizontal scroll cards (UConn, UCSD, Brown, Cadence, Microsoft, Canonical, ShipBlu [YC S21], Apple)
  4. Contact — embedded Tally.so form
  5. Footer — LinkedIn, Blog, Email

Key Decisions

Local Development

export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
bundle exec jekyll serve
# Site at http://127.0.0.1:4000/