halchester / iiitd-resume

A fully-customizable resume template in IIIT Delhi format made with basic HTML, CSS and JavaScript.

Home Page:https://iiitd-resume.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IIIT Delhi Resume

A fully-customizable resume template in IIIT Delhi format made with basic HTML, CSS and JavaScript. I used this template for the on-campus internship placements in Summer 2021 and got an offer from Microsoft (Engage) and a full-time internship offer from Expedia.

I tried lots of ways to make a resume in this format - Google Docs, Pages, Canva - but none of them allowed me to fit all the information I wanted and still keep it within two pages. So, I decided to code it myself!

IIITD folks, feel free to customize and use this for yourself and get ๐Ÿ‘ that ๐Ÿ‘ bread ๐Ÿ‘.

How To Use This Template

  • The resume is generated completely from the data in data.yaml. Populate the file with your information in the same format. Refer to this guide for basic YAML syntax in case you're unfamiliar.

  • The styles can be edited according to your preference in styles.css. I've added the styles suited to the amount of information I wanted to display on my resume. You might have to tweak the styles according to your needs.

  • The template skeleton is coded in HTML. Feel free to modify it however you want.

  • Your resume should typically be a single page, but the IIITD format is a bit rigid so it's okay if your IIITD resume extends to two pages. Try not to make it beyond two pages though.

Steps To Set Up

  1. Clone this repository.
  git clone https://github.com/ananyalohani/iiitd-resume.git
  cd iiitd-resume
  1. Install dependencies.
  npm install
  1. Start the development server. The page will be served at http://localhost:8080.
  npm run serve
  1. Edit the data in data.yaml

  2. Refresh your webpage to see the changes. You might have to do a hard refresh (Ctrl + Shift + R or โŒ˜โ‡งR). At this point the webpage looks like this:

    Webpage Preview

  3. Export the webpage to a PDF. Print the page (Ctrl + P or โŒ˜P) and set the Destination as "Save as PDF".

    Print Preview

Contact

If this template helped you, or if you have any queries, feel free to reach out to me on Telegram.

Created by Ananya Lohani.

About

A fully-customizable resume template in IIIT Delhi format made with basic HTML, CSS and JavaScript.

https://iiitd-resume.vercel.app

License:MIT License


Languages

Language:HTML 74.6%Language:CSS 25.4%