Welcome to my GitHub Pages portfolio! This is a simple, clean, and professional online resume that showcases my skills, experience, and projects.
Visit your portfolio at: https://sinhard.github.io
- index.html - Main resume page with full profile information
- style.css - Professional styling with responsive design
- README.md - This file
- β Clean, professional design
- β Fully responsive (mobile, tablet, desktop)
- β Print-friendly resume format
- β Dark color scheme with professional styling
- β Easy to customize
-
Open
index.htmlin a text editor -
Update the following sections with your information:
- Name and title in the
<header> - Contact information (email, GitHub, LinkedIn)
- Professional summary
- Skills
- Work experience
- Projects
- Education
- Certifications
- Name and title in the
-
Optional: Modify colors in
style.css- Update CSS variables in
:rootsection:--primary-color--secondary-color--accent-color
- Update CSS variables in
This repository is already set up as a GitHub Pages site. After making changes:
-
Commit and push your changes:
git add . git commit -m "Update resume" git push origin main
-
Your portfolio will be live at
https://sinhard.github.io(may take a minute to update)
- Open the site in your browser
- Press
Ctrl+P(Windows) orCmd+P(Mac) - Click "Save as PDF"
- You now have a PDF version of your resume!
- Keep your resume concise and relevant
- Use action verbs when describing achievements
- Include quantifiable results where possible
- Update regularly with new projects and experience
- Test on mobile devices to ensure responsiveness
Created with β€οΈ using HTML & CSS