Modern, fast, and responsive developer portfolio. Built with the Next.js App Router, styled with Tailwind CSS, animated with Framer Motion, and shipped as a static site for GitHub Pages.
- Home — Hero with background image, role, and quick actions (projects, resume, contact).
- About — Short bio and skillset with tech icons.
- Projects — Responsive grid of highlighted work with links to case studies.
- Contact — Direct ways to reach out and social links.
/course-creator— Case study page with visuals and highlights./court-vision— Case study page with responsive previews./nextime— Case study page showcasing mobile and web views./zebekov— Case study page with gallery and summary.
- App Router with static export for fast loads and simple hosting.
- Tailwind design system with theme tokens and utility-first styling.
- Subtle scroll/reveal animations via Framer Motion.
- Accessible, mobile-first layout.
- Colors, fonts, and theme tokens:
tailwind.config.js,styles/globals.css. - Images and screenshots:
public/images/(hero background set incomponents/Hero.tsx). - Social links and metadata:
app/layout.tsxand UI components.