Welcome to the source code of my personal website and portfolio: adhham.me.
I’m a Full Stack Web Developer and undergraduate—this site showcases my projects, experience, and skills.
-
Modern, Responsive Design
Built with Next.js and TypeScript, featuring smooth animations and adaptive layouts for all devices. -
Sections
- Hero: Quick intro and call-to-action
- About: Background and summary
- Experience: Work and project history
- Education: Academic background
- Skills: Technical proficiencies
- Projects: Highlighted works
- Contact: Easy ways to reach me
-
Animated Navigation
Interactive menu with motion transitions, powered by Framer Motion. -
SEO & PWA Ready
Includes custom metadata, Open Graph, Twitter cards, sitemap, and a manifest for installability.
- Next.js (App Router)
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Google Fonts (Inter)
/app
page.tsx # Main page layout, imports all section components
layout.tsx # Root layout, SEO, fonts, metadata
globals.css # Global styles/theme
manifest.json # PWA manifest
sitemap.xml # Sitemap for search engines
/components # UI & section components (About, Projects, etc.)
/lib # Shared logic and JSON-LD schemas
/public # Static assets (images, icons, etc.)