A minimal, clean portfolio website inspired by modern design principles. Built with HTML, CSS, JavaScript, and Tailwind CSS.
- Minimal Design: Clean and focused layout
- Responsive: Works on all devices
- Smooth Animations: Fade-in effects and scroll animations
- Interactive Elements: Chat modal and smooth scrolling
- Tailwind CSS: Utility-first CSS framework via CDN
-
Hero Section (
index.html):- Replace "Your Name" with your actual name
- Update the title and description
- Modify the "Chat with Me!" button if needed
-
Recent Work Section:
- Add your project details
- Replace placeholder images with your project screenshots
- Update project descriptions
-
About Section:
- Update your bio
- Change location, current work, and skills
- Modify the grid items as needed
-
Contact Section:
- Update the email address in the "Get in Touch" link
- Customize the tagline
- Colors can be customized in Tailwind classes
- Font is Inter (Google Fonts) - can be changed in the
<head>section - Gradient text color can be modified in the
.gradient-textclass
Simply add new sections following the same pattern:
<section class="min-h-screen py-20 px-6">
<!-- Your content here -->
</section>- Open
index.htmlin your browser - No build process required - works directly with Tailwind CDN
This site can be deployed to:
- GitHub Pages
- Netlify
- Vercel
- Any static hosting service
Just upload the index.html and script.js files.