A modern, high-contrast personal portfolio website built with Next.js and Tailwind CSS v4 to showcase technical leadership, strategic consulting expertise, and scalable architecture design. The design follows a dark, Ocean Glow aesthetic for a professional and technical appeal.
- Modern Design: High-contrast, dark-mode design using an Ocean/Deep Blue color palette.
- Tech Stack: Built with the latest versions of Next.js and Tailwind CSS (v4 compatible).
- Performance: Excellent performance scores leveraging Next.js optimizations.
- Responsive: Fully responsive layout for all devices.
- Leadership Focus: Content structured to highlight Technical Leadership, Architecture, and Scaling.
- Framework: Next.js (React)
- Styling: Tailwind CSS v4 (CSS-First Configuration)
- Language: TypeScript (Recommended)
- Deployment: Vercel / Netlify / cPanel (Static Export)
You will need Node.js (v18+) and npm or Yarn installed on your system.
-
Clone the Repository:
git clone https://github.com/AlirezaDnia/alirezadev cd alirezadev -
Install Dependencies:
npm install # OR yarn install
To start the development server:
npm run dev
# OR
yarn dev