From f74094b94ae33d6b695339c97a20db34b3cdc59f Mon Sep 17 00:00:00 2001 From: anhvuFE Date: Sun, 3 May 2026 17:40:03 +0700 Subject: [PATCH 1/2] feat(bento): redesign portfolio with bento grid + drawer pattern Replace the long vertical scroll of 7 sections with a single bento grid screen. Each card shows a preview; clicking opens a drawer with the full section content (right anchor on desktop, bottom on mobile). - new components: BentoCard, BentoGrid, SectionDrawer, previews - 7 cards: About, GitHub, Skills (2x2), Experience, Certs, Services, Contact (full-width CTA) - GitHub preview uses real react-github-calendar data, not randomized squares - Skills preview shows 9 tech icons in a 3x3 grid - App.tsx: collapse the 7 sections into + +