Commit Graph

18 Commits

Author SHA1 Message Date
soconnor 4dc9d5db9b Fix theming and spacing: alpha-value colors, remove v4 CSS syntax, clean card padding
- tailwind.config.ts: add <alpha-value> to all color definitions so opacity
  modifiers (ring-foreground/10, outline-ring/50) render correctly
- globals.css: move @keyframes out of @theme inline block (v4-only, ignored
  by browser in v3); remove @custom-variant block (also v4-only)
- page.tsx, experience/page.tsx, publications/page.tsx: remove pb-3 from
  CardHeaders and pt-0 from CardContents — new shadcn card uses gap-4 so
  these overrides added extra space instead of removing it

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 01:27:48 -04:00
soconnor 4f9602a242 refactor: fix linting and typechecking errors 2025-12-11 19:41:36 -05:00
soconnor 18b2b77632 Add experience page and improve CV data structure
- Add /experience page with research, teaching, professional, and
leadership sections, technical skills, awards, conferences, and
coursework - Refactor data.ts to include structured Experience,
Education, Award types - Update homepage to show research interests,
education, experience highlights, awards, and improved quick links -
Improve card layouts and text wrapping for consistency - Add
"Experience" to navigation and breadcrumbs - Enhance projects and
publications pages for better readability and layout - Update global
styles for card and grid alignment
2025-09-08 23:43:16 -04:00
soconnor 30805b7bb9 Remove custom analytics in favor of Vercel defaults
The changes remove custom analytics tracking in favor of using Vercel's
default page view tracking functionality.
2025-08-27 13:25:21 +02:00
soconnor 396d83e067 Add presentation slides for ROMAN 2025 paper 2025-08-27 13:19:24 +02:00
soconnor fd73dde4cd Add analytics, formatting 2025-08-27 10:02:41 +02:00
soconnor 178e8f37eb Improve article and publication card layouts for responsiveness 2025-08-01 17:40:28 -04:00
soconnor 08539b8a53 Update projects page, add animations 2025-08-01 02:53:12 -04:00
soconnor c7ce82ec36 CV Caching, new dashboard 2025-08-01 02:05:35 -04:00
soconnor 0b64c4384b Update content to data.ts 2024-10-31 00:28:43 -04:00
soconnor 8528bab599 Update layout 2024-10-28 23:52:54 -07:00
soconnor ccee45e593 Add resume/switcher 2024-10-28 23:08:31 -07:00
soconnor fcc9c21fcc Fix navbar hydration error/layout shift 2024-10-28 22:24:54 -07:00
soconnor b73d83d942 dark mode 2024-10-28 21:55:29 -07:00
soconnor ca0e2c1a94 emojis 2024-10-28 19:40:45 -07:00
soconnor efbc68679a Update publications, change download name 2024-10-28 19:13:26 -07:00
soconnor 2f26afb36f Citation generator added 2024-10-28 19:08:33 -07:00
soconnor 9e55ba90e1 add pubs 2024-10-28 15:44:34 -07:00