Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 1.87 KB

File metadata and controls

72 lines (52 loc) · 1.87 KB

My Professional Portfolio & Resume

Welcome to my GitHub Pages portfolio! This is a simple, clean, and professional online resume that showcases my skills, experience, and projects.

🌐 View Live

Visit your portfolio at: https://sinhard.github.io

📋 What's Inside

  • index.html - Main resume page with full profile information
  • style.css - Professional styling with responsive design
  • README.md - This file

🎨 Features

  • ✅ Clean, professional design
  • ✅ Fully responsive (mobile, tablet, desktop)
  • ✅ Print-friendly resume format
  • ✅ Dark color scheme with professional styling
  • ✅ Easy to customize

✏️ How to Customize

  1. Open index.html in a text editor

  2. 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
  3. Optional: Modify colors in style.css

    • Update CSS variables in :root section:
      • --primary-color
      • --secondary-color
      • --accent-color

🚀 Deployment

This repository is already set up as a GitHub Pages site. After making changes:

  1. Commit and push your changes:

    git add .
    git commit -m "Update resume"
    git push origin main
  2. Your portfolio will be live at https://sinhard.github.io (may take a minute to update)

📱 Print as PDF

  • Open the site in your browser
  • Press Ctrl+P (Windows) or Cmd+P (Mac)
  • Click "Save as PDF"
  • You now have a PDF version of your resume!

🎯 Tips

  • 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