Skip to main content
Home
adityaoswal.in

Changelog

A running log of updates, fixes, and improvements to this site. Synced with git commits.

911e503

Code quality pass, SEO & sitemap

  • fixReplace CDN-loaded GSAP with direct npm imports across all case study pages — eliminates flash of unanimated content
  • fixRemove nested <main> tags in all work pages (layout already provides the landmark)
  • fixMove gsap.registerPlugin(ScrollTrigger) to module level; remove per-component re-registration
  • fixRemove unused Footer import, redundant ternaries, and dead commented code from homepage
  • fixFix scroll CTA button to use getElementById instead of querySelector('.bento-grid-section')
  • fixTypo: 'Reachout' → 'reach out'
  • refactorMove @types/three from dependencies to devDependencies; remove duplicate tailwind.config.js
  • seoAdd sitemap.ts and robots.ts for crawler discoverability
  • seoEnrich layout metadata: keywords targeting UX Designer, Product Designer, Design Engineer, Nocode Developer searches
  • seoAdd JSON-LD Person schema with jobTitle, knowsAbout, worksFor, address, and sameAs social links
  • seoAdd OG image and Twitter card image to root metadata
  • seoCreate per-route layout.tsx for all 5 case study pages with targeted title, description, and canonical URL
60be38b

About me page, logos, collaborations, bug fixes

  • contentUpdated logos and collaboration data on homepage
  • contentRevised about me page copy and layout
  • fixUpdated favicon
  • fixFixed apostrophe lint error (&apos)
ad1d475

Interactive skills & collaborations sections

  • featAdded interactive skills section with physics-based gravity component to about me page
  • featAdded collaborations section to about me page
4b26d09

Dither background mouse interaction & project card polish

  • featDither background now reacts to mouse movement
  • refactorRefactored project data into a centralized data file
  • fixRefined project card styling and hover states
33ac7d4

Full website redevelopment

  • featRebuilt entire site from scratch using Next.js 15, Framer Motion, Tailwind CSS, and Three.js
  • featNew homepage with GSAP scroll animations and dithered background
  • featCase study pages for Kardia guest mode, design system, Neon Fintech, and website redesign

Older commits available on GitHub