Skip to content

Repository files navigation

Vivek Mani - Professional Resume Website

This is a professional resume website for Vivek Mani, an Analytics Engineer and Data Engineering & BI Specialist.

Features

  • Modern, responsive design
  • Clean, professional layout
  • Easy navigation
  • Mobile-friendly
  • Includes detailed work experience, skills, certifications and education
  • PDF download option

How to Create the PDF Resume

To create the PDF version of your resume that visitors can download:

  1. Option 1: Use a PDF converter

    • Open your deployed GitHub Pages website in Chrome/Firefox
    • Use Print (Ctrl+P or Cmd+P)
    • Change the destination to "Save as PDF"
    • Set paper size to A4
    • Make sure "Background graphics" is checked
    • Save the file as "VivekMani_Resume.pdf"
    • Upload this PDF to your GitHub repository
  2. Option 2: Use online tools

    • Use a website-to-PDF service like pdfcrowd.com or similar
    • Convert your GitHub Pages URL to PDF
    • Save as "VivekMani_Resume.pdf"
    • Upload to your repository

Make sure to upload the PDF file to the root of your repository with the same filename specified in the download link (VivekMani_Resume.pdf).

How to Host on GitHub Pages

Follow these steps to host your resume website on GitHub Pages:

  1. Create a GitHub Account

    • If you don't already have one, sign up at github.com
  2. Create a New Repository

    • Click on the "+" icon in the top-right corner and select "New repository"
    • Name your repository: yourusername.github.io (replace "yourusername" with your actual GitHub username)
    • Make the repository public
    • Click "Create repository"
  3. Upload Your Files

    • You can either use the GitHub web interface to upload files or use Git commands
    • Make sure to upload all files: index.html, styles.css, and any other assets
  4. Using GitHub Web Interface:

    • Click on "uploading an existing file" link
    • Drag and drop or select your files
    • Commit the changes
  5. Using Git Commands:

    git clone https://github.com/yourusername/yourusername.github.io.git
    cd yourusername.github.io
    # Copy your files here
    git add .
    git commit -m "Initial commit"
    git push origin main
  6. Enable GitHub Pages

    • Go to your repository on GitHub
    • Click on "Settings"
    • Scroll down to the "GitHub Pages" section
    • Under "Source", select "main" branch
    • Click "Save"
  7. Access Your Website

    • Your website will be available at https://yourusername.github.io
    • It may take a few minutes for your site to become available

Customization

You can customize this resume by editing:

  • index.html - To update your personal information and job details
  • styles.css - To change colors, fonts, and layout

License

Feel free to use this template for your personal resume website.


Created with ❤️ for showcasing professional skills and experience.

About

Resume website

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages