Open index.html and search for these TODO comments, then replace with your info:
<!-- Search for: "Your Name" -->
<span class="logo-text">YourName</span> → Your actual name
<span class="hero-name">Your Name</span> → Your full name
<h3>Your Name | Full Stack Developer...</h3>
→ Your title
<!-- Search for: "TODO: Add your real bio" -->
Replace the placeholder bio with your actual story<!-- Update all href attributes: -->
href="https://github.com/sujitKrS04" → Your GitHub
href="https://linkedin.com/in/yourprofile" → Your LinkedIn
href="https://twitter.com/yourhandle" → Your Twitter
href="mailto:your.email@example.com" → Your email<p>your.email@example.com</p>
→ Your real email
<p>+1 (555) 123-4567</p>
→ Your phone
<p>Your City, Country</p>
→ Your locationFor each project card, update:
- Project Name
<h3 class="project-title">Your Project Name 1</h3>- Description
<p class="project-description">Your actual project description here</p>- Technologies
<span class="tag">React</span>
<span class="tag">Node.js</span>
<!-- Add/remove tags as needed -->- Links
<a href="https://your-project-1.com" target="_blank">
<a href="https://github.com/sujitKrS04/project-1" target="_blank"></a
></a>In the Skills section, adjust the percentages to match your actual skill levels:
<div class="skill-progress" data-progress="95"></div>
<!-- Change 95 to your actual proficiency (0-100) -->Open index.html in your browser or:
# Right-click index.html → Open with → Browser
# OR use Live Server in VS CodeOption A: Drag & Drop
- Go to https://app.netlify.com/drop
- Drag your entire
Portfoliofolder - Done! 🎉
Option B: GitHub
- Push to GitHub (if not already done)
- Go to Netlify → "Add new site" → "Import from Git"
- Select your repo
- Click "Deploy"
- Add
profile.jpgtoimages/folder - In HTML, replace:
<span class="profile-emoji">👨💻</span>
<!-- With: -->
<img src="images/profile.jpg" alt="Your Name" />- Add
project-1.jpg,project-2.jpg, etc. toimages/ - Replace:
<span class="project-icon">🚀</span>
<!-- With: -->
<img src="images/project-1.jpg" alt="Project 1" />Want different colors? Edit css/style.css:
:root {
--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}Try these popular gradients:
- Purple/Pink:
linear-gradient(135deg, #667eea 0%, #764ba2 100%) - Blue/Teal:
linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) - Orange/Red:
linear-gradient(135deg, #fa709a 0%, #fee140 100%) - Green/Blue:
linear-gradient(135deg, #0ba360 0%, #3cba92 100%)
Before deploying, make sure you've:
- Updated your name everywhere
- Added all 4 real projects
- Updated social media links
- Changed contact information
- Adjusted skills and percentages
- Added your bio
- Tested on mobile (Chrome DevTools)
- Checked all links work
- Added project images (optional)
- Added profile photo (optional)
Your portfolio is now ready to impress recruiters and clients!
Share it on:
- LinkedIn profile
- Resume/CV
- GitHub profile README
- Twitter/X
- Email signature
Pro Tips:
- Add Google Analytics to track visitors
- Update projects regularly
- Add a blog section (optional)
- Get feedback from friends/mentors
- Share it in developer communities
Need Help? Open an issue on GitHub or check the full README.md
Good luck with your portfolio! 🌟