Quick Action Items
Manual Steps Required
1. Replace Projects Page
You need to manually replace the projects page:
Option A - Using File Explorer:
- Navigate to
_pagesfolder - Delete
projects.md - Rename
projects_new.mdtoprojects.md
Option B - Using PowerShell:
cd c:\Users\l\projects\dhruvi-sisodiya.github.io
Remove-Item _pages\projects.md
Rename-Item _pages\projects_new.md projects.md
2. Test Your Website Locally
cd c:\Users\l\projects\dhruvi-sisodiya.github.io
bundle exec jekyll serve
Then open your browser to http://localhost:4000
3. Push to GitHub
cd c:\Users\l\projects\dhruvi-sisodiya.github.io
git add .
git commit -m "Complete website redesign with modern portfolio aesthetic"
git push origin master
What’s Been Updated
✅ index.html - Modern hero section, services, skills, featured projects ✅ assets/css/custom-modern.css - Complete modern stylesheet ✅ _pages/academics.md - Timeline, stats, professional layout ✅ _pages/projects_new.md - Modern project cards (needs to replace projects.md) ✅ _config.yml - Modern color palette and CSS reference ✅ REDESIGN_SUMMARY.md - Complete documentation
Files You Can Delete (Optional)
After confirming everything works:
_pages/projects_new.md(after renaming to projects.md)ACTION_ITEMS.md(this file)
Your website is ready to go live! 🚀