This is a professional resume website for Vivek Mani, an Analytics Engineer and Data Engineering & BI Specialist.
- Modern, responsive design
- Clean, professional layout
- Easy navigation
- Mobile-friendly
- Includes detailed work experience, skills, certifications and education
- PDF download option
To create the PDF version of your resume that visitors can download:
-
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
-
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).
Follow these steps to host your resume website on GitHub Pages:
-
Create a GitHub Account
- If you don't already have one, sign up at github.com
-
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"
-
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
-
Using GitHub Web Interface:
- Click on "uploading an existing file" link
- Drag and drop or select your files
- Commit the changes
-
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
-
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"
-
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
- Your website will be available at
You can customize this resume by editing:
index.html- To update your personal information and job detailsstyles.css- To change colors, fonts, and layout
Feel free to use this template for your personal resume website.
Created with ❤️ for showcasing professional skills and experience.