- Added "Know More" button on both cards
- Clicking the button expands/collapses additional content
- Smooth animation for content reveal
- Icon rotates when expanded
- Added "Download PDF" button to research papers
- Button includes download icon
- Ready for PDF links to be added
- Created a new "Professional Experience" section
- Card-based layout with company icons
- Shows position, company, duration, description
- Skill tags for each experience
- Fully responsive with slider functionality
- Hero section now properly changes with dark mode
- Background overlay added in dark mode for better text visibility
- Hero text color changes from blue to white in dark mode
- Profile photo border color adapts to theme
- All theme transitions are smooth
portfolio/
├── index.html
├── css/
│ └── style.css
├── js/
│ └── script.js
├── images/
│ ├── profile.png
│ ├── background.jpg
│ ├── brain.jpeg
│ ├── eye.jpeg
│ └── hotel.jpeg
└── files/
└── (add resume PDF here)
- Extract the portfolio.zip file
- Open index.html in your browser
- To add your resume: Place it in the
files/folder and name itRohit_Kumar_Resume.pdf - To add research PDFs: Update the
pdfLinkin theportfolioData.researcharray injs/script.js
Open js/script.js and modify the portfolioData object:
- Update
aboutarray to change About Me content - Update
experiencesarray to add/modify work experience - Update
researcharray to add research papers - Update contact information
Open css/style.css and modify the CSS variables at the top:
- Light mode:
:rootsection - Dark mode:
[data-theme="dark"]section
- ✅ Fully responsive design
- ✅ Dark/Light mode toggle
- ✅ Smooth animations
- ✅ Touch-friendly sliders
- ✅ Professional card layouts
- ✅ Expandable content sections
- ✅ Download buttons for research papers
Works on all modern browsers:
- Chrome, Firefox, Safari, Edge
- Mobile browsers (iOS Safari, Chrome Mobile)
Created with ❤️ for Innovation