Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismailsunni/resume
Resume of Ismail Sunni
https://github.com/ismailsunni/resume
Last synced: about 2 months ago
JSON representation
Resume of Ismail Sunni
- Host: GitHub
- URL: https://github.com/ismailsunni/resume
- Owner: ismailsunni
- License: mit
- Created: 2019-07-18T09:26:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T03:27:15.000Z (8 months ago)
- Last Synced: 2024-06-13T13:48:29.571Z (7 months ago)
- Language: TeX
- Size: 3.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume
A single-page, one-column resume for software developers. It uses the base latex templates and fonts to provide ease of use and installation when trying to update the resume. The different sections are clearly documented and custom commands are used to provide consistent formatting. The three main sections in the resume are education, experience, and projects.
## Motivation
I created this template as managing a resume on Google Docs was hard and changing any formatting was too difficult since it had to be applied in multiple places. Most currently available templates either focus on two columns, or are multiple pages long. I personally found the two-column templates hard to focus while multiple-page resumes were just too long to be used in career fairs.
## Setup with VS Code
- Install [LaTeX](https://www.latex-project.org/): `sudo apt install texlive-latex-extra -y`
- Install LaTeX Workshop extension for Visual Studio
- Install [Latexmk](https://personal.psu.edu/~jcc8/software/latexmk/): `sudo apt install latexmk`It will rebuild whenever the tex file is saved.
## Preview
## License
Format is MIT but all the data is owned by Ismail Sunni.
## Reference
Inspired from [https://github.com/sb2nov/resume](https://github.com/sb2nov/resume)