A modern, responsive portfolio website showcasing my expertise as a Cloud Architect and DevOps Engineer.
- Responsive Design - Works on all devices
- Professional Sections - About, Experience, Skills, Projects, Testimonials, Contact
- Interactive Elements - Smooth animations and hover effects
- Working Contact Form - Integrated with EmailJS
- Modern UI/UX - Clean, professional design
- Next.js 14 - React framework
- TypeScript - Type-safe development
- Tailwind CSS - Styling
- EmailJS - Contact form functionality
- Vercel - Hosting and deployment
portfolio-website/
├── app/
│ ├── page.tsx # Main portfolio page
│ └── layout.tsx # Root layout
├── public/
│ ├── images/ # Portfolio images
│ └── resume.pdf # Resume file
└── package.json # Dependencies
To enable the contact form:
- Create an EmailJS account
- Set up your email service and template
- Update the EmailJS credentials in the code:
const serviceId = "your_service_id"
const templateId = "your_template_id"
const publicKey = "your_public_key"
Update personal information in app/page.tsx
:
- Contact details
- Experience and education
- Skills and certifications
- Project showcases
- Testimonials
Replace images in public/images/
folder with your own.
Deployed on Vercel for optimal performance and reliability.
Built with using Next.js and Tailwind CSS