awesome-cv/README.md

123 lines
5.2 KiB
Markdown
Raw Normal View History

2017-01-26 16:56:32 +09:00
<h1 align="center">
<a href="https://github.com/posquit0/Awesome-CV" title="AwesomeCV Documentation">
<img alt="AwesomeCV" src="https://github.com/posquit0/Awesome-CV/raw/master/icon.png" width="200px" height="200px" />
</a>
<br />
Awesome CV
</h1>
<p align="center">
LaTeX template for your outstanding job application
</p>
<div align="center">
2018-01-21 22:17:44 +09:00
<a href="https://www.paypal.me/posquit0">
<img alt="Donate" src="https://img.shields.io/badge/Donate-PayPal-blue.svg" />
</a>
<a href="https://github.com/posquit0/Awesome-CV/actions/workflows/main.yml">
<img alt="GitHub Actions" src="https://github.com/posquit0/Awesome-CV/actions/workflows/main.yml/badge.svg" />
2017-01-26 16:56:32 +09:00
</a>
<a href="https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf">
2017-01-31 15:11:14 +09:00
<img alt="Example Resume" src="https://img.shields.io/badge/resume-pdf-green.svg" />
2017-01-31 15:10:43 +09:00
</a>
<a href="https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/cv.pdf">
2017-01-31 15:11:14 +09:00
<img alt="Example CV" src="https://img.shields.io/badge/cv-pdf-green.svg" />
2017-01-31 15:10:43 +09:00
</a>
<a href="https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf">
2017-01-31 15:11:14 +09:00
<img alt="Example Coverletter" src="https://img.shields.io/badge/coverletter-pdf-green.svg" />
2017-01-26 16:56:32 +09:00
</a>
</div>
2017-01-16 00:58:41 +09:00
2017-01-16 01:17:51 +09:00
<br />
2017-01-16 00:58:41 +09:00
2018-01-21 22:19:41 +09:00
## What is Awesome CV?
2015-01-18 18:32:22 +09:00
2017-01-16 01:15:40 +09:00
**Awesome CV** is LaTeX template for a **CV(Curriculum Vitae)**, **Résumé** or **Cover Letter** inspired by [Fancy CV](https://www.sharelatex.com/templates/cv-or-resume/fancy-cv). It is easy to customize your own template, especially since it is really written by a clean, semantic markup.
2015-12-15 13:16:53 +09:00
2018-01-21 22:26:10 +09:00
## Donate
Please help keep this project alive! Donations are welcome and will go towards further development of this project.
PayPal: paypal.me/posquit0
BTC: 1Je3DxJVM2a9nTVPNo55SfQwpmxA6N2KKb
BCH: 1Mg1wG7PwHGrHYSWS67TsGSjo5GHEVbF16
ETH: 0x77ED9B4659F80205E9B9C9FB1E26EDB9904AFCC7
QTUM: QZT7D6m3QtTTqp7s4ZWAwLtGDsoHMMaM8E
*Thank you for your support!*
2018-01-21 22:19:41 +09:00
## Preview
2015-12-15 13:16:53 +09:00
#### Résumé
2015-05-15 20:35:34 +09:00
You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf)
2017-01-06 17:27:52 +09:00
| Page. 1 | Page. 2 |
|:---:|:---:|
2017-01-06 17:31:27 +09:00
| [![Résumé](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume-0.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf) | [![Résumé](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume-1.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf) |
2015-12-15 13:16:53 +09:00
#### Cover Letter
2015-05-15 20:33:51 +09:00
2015-12-14 15:59:20 +09:00
You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf)
2017-01-06 17:31:27 +09:00
| Without Sections | With Sections |
|:---:|:---:|
| [![Cover Letter(Traditional)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter-0.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf) | [![Cover Letter(Awesome)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter-1.png)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/coverletter.pdf) |
2015-05-15 20:33:51 +09:00
2015-11-25 19:29:57 +09:00
2018-01-21 22:19:41 +09:00
## Quick Start
2015-12-15 13:16:53 +09:00
* [**Edit Résumé on OverLeaf.com**](https://www.overleaf.com/latex/templates/awesome-cv/tvmzpvdjfqxp)
* [**Edit Cover Letter on OverLeaf.com**](https://www.overleaf.com/latex/templates/awesome-cv-cover-letter/pfzzjspkthbk)
2015-11-25 19:29:57 +09:00
**_Note:_ Above services do not guarantee up-to-date source code of Awesome CV**
2015-12-15 13:16:53 +09:00
2018-01-21 22:19:41 +09:00
## How to Use
2015-12-15 13:16:53 +09:00
#### Requirements
2015-05-11 23:27:49 +09:00
A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](https://tex.stackexchange.com/q/55437) but TeX Live is recommended.
You can [install TeX from upstream](https://tex.stackexchange.com/q/1092) (recommended; most up-to-date) or use `sudo apt-get install texlive-full` if you really want that. (It's generally a few years behind.)
2015-01-18 18:32:22 +09:00
2015-12-15 13:16:53 +09:00
#### Usage
2015-05-11 23:27:49 +09:00
2015-11-20 11:31:55 -06:00
At a command prompt, run
2015-12-15 13:16:53 +09:00
2015-05-11 23:27:49 +09:00
```bash
2015-05-15 20:16:59 +09:00
$ xelatex {your-cv}.tex
2015-05-11 23:27:49 +09:00
```
2015-12-15 13:16:53 +09:00
2015-05-15 20:16:59 +09:00
This should result in the creation of ``{your-cv}.pdf``
2015-05-11 23:27:49 +09:00
2018-01-21 22:19:41 +09:00
## Credit
2015-12-15 13:16:53 +09:00
[**LaTeX**](https://www.latex-project.org) is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.
2015-01-18 18:32:22 +09:00
2015-12-15 13:16:53 +09:00
[**LaTeX FontAwesome**](https://github.com/furl/latex-fontawesome) is bindings for FontAwesome icons to be used in XeLaTeX.
2015-01-18 18:32:22 +09:00
2015-12-15 13:16:53 +09:00
[**Roboto**](https://github.com/google/roboto) is the default font on Android and ChromeOS, and the recommended font for Googles visual language, Material Design.
2015-01-18 18:32:22 +09:00
2015-12-15 13:16:53 +09:00
[**Source Sans Pro**](https://github.com/adobe-fonts/source-sans-pro) is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.
2015-11-07 18:07:19 +09:00
2015-01-18 18:32:22 +09:00
2018-01-21 22:19:41 +09:00
## Contact
2015-05-15 20:33:51 +09:00
2015-11-20 11:31:55 -06:00
You are free to take my `.tex` file and modify it to create your own resume. Please don't use my resume for anything else without my permission, though!
2015-05-15 19:53:18 +09:00
2015-05-11 23:27:49 +09:00
If you have any questions, feel free to join me at [`#posquit0` on Freenode](irc://irc.freenode.net/posquit0) and ask away. Click [here](https://kiwiirc.com/client/irc.freenode.net/posquit0) to connect.
2015-05-15 20:16:59 +09:00
Good luck!
2019-04-14 20:48:16 +09:00
## Maintainers
- [posquit0](https://github.com/posquit0)
- [OJFord](https://github.com/OJFord)
2019-04-14 20:48:16 +09:00
## See Also
* [Awesome Identity](https://github.com/posquit0/hugo-awesome-identity) - A single-page Hugo theme to introduce yourself.