A modern, responsive portfolio website designed for a data scientist to showcase skills, projects, and professional information.
- Clean, modern design with responsive layout
- Interactive elements with smooth animations
- Sections for introduction, skills, projects, and contact information
- Customizable content and styling
- Form validation for the contact section
index.html- Main HTML structurestyles.css- CSS styling for the websitescript.js- JavaScript for interactive elements- SVG files for placeholder images:
profile-photo.svg- Profile photo placeholderproject1.svg,project2.svg,project3.svg- Project image placeholders
Replace the SVG placeholder images with your actual images:
- Replace
profile-photo.svgwith your actual profile photo - Replace project SVG files with actual project screenshots or relevant images
- Edit the header section in
index.htmlto update your name, title, and introduction - Update the About Me section with your personal background and expertise
- Modify the contact information with your actual email, phone, and social media links
In the Skills section of index.html, you can:
- Adjust skill levels by changing the width percentage in the
styleattribute of each.skill-leveldiv - Add or remove skills by duplicating or removing the
.skill-cardelements - Update skill descriptions to better reflect your expertise
To add more projects:
- Duplicate a
.project-cardelement in the Projects section - Update the project title, description, and tags
- Add a new project image (and create a corresponding SVG or image file)
- Update the project link
To change the color scheme or other styling elements:
- Edit the CSS variables or specific styles in
styles.css - The main gradient colors can be found in several places including buttons, skill bars, and section titles
This portfolio website is compatible with modern browsers including:
- Chrome
- Firefox
- Safari
- Edge
To view the website locally:
- Open the
index.htmlfile in your web browser - For live reloading during development, consider using a local development server
Potential improvements for the future:
- Add a dark/light mode toggle
- Implement a blog section
- Add more interactive data visualizations to showcase data science skills
- Integrate with a backend for a functional contact form