All Projects → suheb → Resume

suheb / Resume

Licence: mit
A minimal pelican theme to host your resume

Projects that are alternatives of or similar to Resume

Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-37.84%)
Mutual labels:  resume, resume-template
Cv Template
An easy way to create HTML and PDF versions of your resume, and automatically host them on GitHub Pages.
Stars: ✭ 41 (-44.59%)
Mutual labels:  resume, resume-template
Resume
🎉 An resume template for Android developers.
Stars: ✭ 447 (+504.05%)
Mutual labels:  resume, resume-template
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+1060.81%)
Mutual labels:  resume, resume-template
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-17.57%)
Mutual labels:  resume, resume-template
Awesome Resume
Resume,Resume Templates,程序员简历例句,简历模版,
Stars: ✭ 4,300 (+5710.81%)
Mutual labels:  resume-template, resume
Developer Portfolio
Single page developer portfolio template.
Stars: ✭ 23 (-68.92%)
Mutual labels:  resume, resume-template
jresume
A simple program that uses JSON to generate web resumes.
Stars: ✭ 26 (-64.86%)
Mutual labels:  resume-template, resume
Markdown Cv
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.
Stars: ✭ 721 (+874.32%)
Mutual labels:  resume, resume-template
Resume
个人中文简历 Latex 源码 https://hijiangtao.github.io/
Stars: ✭ 545 (+636.49%)
Mutual labels:  resume, resume-template
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+1072.97%)
Mutual labels:  resume, resume-template
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-59.46%)
Mutual labels:  resume, resume-template
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (+266.22%)
Mutual labels:  resume, resume-template
Twentysecondscurriculumvitae Latex
Write Beautiful Curriculum Vitae in LaTex, that ensures twenty seconds reading.
Stars: ✭ 409 (+452.7%)
Mutual labels:  resume, resume-template
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-63.51%)
Mutual labels:  resume-template, resume
Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (+1287.84%)
Mutual labels:  resume, resume-template
resume
Meet me on paper, if not personally (OLD AND DEPRECATED!)
Stars: ✭ 31 (-58.11%)
Mutual labels:  resume-template, resume
Resume
Fully Responsive HTML/SCSS Resume Template + Matching Sketch File
Stars: ✭ 62 (-16.22%)
Mutual labels:  resume-template, resume
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (+597.3%)
Mutual labels:  resume, resume-template
Php Interview
This is the information I prepared for the PHP interview.The notes include PHP, MySql, Linux, etc.
Stars: ✭ 1,110 (+1400%)
Mutual labels:  resume, resume-template

About

This theme is designed by Xiaoying Riley at 3rd Wave Media (http://themes.3rdwavemedia.com/). Visit her website for more themes http://themes.3rdwavemedia.com/

Sharath Kumar have made this into a Jekyll theme online-cv. This is the port for Pelican.

Demo: https://suheb.in/resume

Installation

The recommended way to install is over pelican-themes.

Alternatively, to use this theme directly:

  1. Clone this repo in any directory.
git clone https://github.com/suheb/resume.git
  1. Edit your Pelican settings file (pelicanconf.py) to include this line:
THEME = "/path-to-directory/resume"

Configuration

Add the following variables in your Pelican setting file.

Change these to add you own information to generate a personalised web resume.

#Profile information
NAME = 'Suhaib Khan'
TAGLINE = 'Full Stack Developer'
PIC = 'profile.png'

#sidebar links
EMAIL = '[email protected]'
PHONE = '(+91) 9560038966'
WEBSITE = 'suheb.in'
LINKEDIN = 'suhebk'
GITHUB = 'suheb'
TWITTER = '@iamsuheb'

CAREER_SUMMARY = 'I am a full-stack developer currently working as a software developer at Zomato. I am a Google Summer of Code mentor for CLTK. I also participated in GSoC last year as a student. I have also worked at Aspiring Minds and various other startups mainly working on Web and Android.'

SKILLS = [
	{
		'title': 'JAVA',
   		'level': '90'
   	},
  	{
  		'title': 'Javascript & jQuery',
   		'level': '95'
   	},
    {
  		'title': 'HTML5 & CSS',
  		'level': '95'
  	},
  	{
  		'title': 'React',
  		'level': '90'
  	},
  	{
  		'title': 'PHP',
  		'level': '85'
  	}
]

PROJECT_INTRO = 'You can list your side projects or open source libraries in this section. '

PROJECTS = [
	{
		'title': 'Open Source Contributions',
		'tagline': 'Active contributor in FOSSASIA, worked on the Open Event project (both server and android app).Active contributor in CLTK, worked on the CLTK Web app and API.Made valuable contributions in phpBB, implemented a live search feature.Also made a few contributions to Processing.org and phpMyAdmin.'
	},
	{
		'title': 'Music Hub',
		'tagline': 'Android app that connects multiple devices via wifi and plays music in all connected devices simultaneously to create a loud stereo-like sound effect.'
	},
	{
		'title': 'Music Timer',
		'tagline': 'Android app that monitors phone’s movement to detect whether the user’s asleep and pause music playback accordingly.'
	}
]

LANGUAGES = [
	{
		'name': 'Hindi',
		'description': 'Native'
	},
	{
		'name': 'English',
		'description': 'Professional'
	},
	{
		'name': 'Urdu',
		'description': 'Amateur'
	}
]

INTERESTS = [
	'Gaming',
	'Cricket'
]

EXPERIENCES = [
	{
		'job_title': 'Software Development Engineer',
		'time': 'Oct 2016 - Present',
		'company': 'Zomato, Gurgaon IN',
		'details': 'Part of the web team working on developing a smart POS system for restaurants.'	
	},
	{
		'job_title': 'Web developer',
		'time': 'Aug 2016 - Dec 2016',
		'company': 'Archimedes Digital, WFH',
		'details': 'Worked on developing an online catalog for museums using scans of various objects (artifacts, books etc). Developed a highly zoomable image viewer and integrated linting and test suites to be used across projects.'
	},
	{
		'job_title': 'Google Summer of Code Student',
		'time': 'May 2016 - Aug 2016',
		'company': 'Classical Language Toolkit (CLTK), WFH',
		'details': 'Worked on the CLTK webapp - a modern reading environment to study classical languages. Updated the webapp to provide definitions, translations and commentary along with the text. Added functionality to add annotations and bookmarks to enhance the reading experience for user. Working on extending user profile to include annotations, bookmarks and other social networks.'	
	},
	{
		'job_title': 'Research and Development Intern',
		'time': 'May 2015 - June 2015',
		'company': 'Aspiring Minds, Gurgaon IN',
		'details': 'Developed a CRM-simulation module integrated into the employability assessment platform AMCAT. Created the frontend for the module and wrote backend code for question delivery and scoring. Designed the database schemas for the module compatible with the current platform’s database.'
	}
]

EDUCATIONS = [
	{
		'degree': 'B.E in Information Technology',
		'meta': 'Netaji Subhas Institute of Technology (NSIT)',
		'time': '2012 - 2016'
	},
	{
		'degree': 'High School',
		'meta': 'Ludlow Castle',
		'time': '2012'
	}
]

resume theme

The theme is responsive

responsive resume theme

There are 6 color schemes available: Change the color theme by adding the following line to your pelican setting file:

CSS_FILE = 'main-1.css'

resume theme

Check out for more themes: Pelican Themes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].