Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/posquit0/Awesome-CV
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Apr 7, 2018
2 parents 47b6af4 + c9a7485 commit b85abf1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
</p>

<div align="center">
<a href="https://www.paypal.me/posquit0">
<img alt="Donate" src="https://img.shields.io/badge/Donate-PayPal-blue.svg" />
</a>
<a href="https://circleci.com/gh/posquit0/Awesome-CV">
<img alt="CircleCI" src="https://circleci.com/gh/posquit0/Awesome-CV.svg?style=shield" />
</a>
Expand All @@ -27,12 +30,24 @@

<br />

## <a name="what-is-awesomecv"></a>What is Awesome CV?
## What is Awesome CV?

**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.


## <a name="preview"></a>Preview
## 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!*

## Preview

#### Résumé

Expand All @@ -51,7 +66,7 @@ You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/e
| [![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) |


## <a name="quick-start">Quick Start
## Quick Start

* [**Edit Résumé on OverLeaf.com**](https://www.overleaf.com/latex/templates/awesome-cv/tvmzpvdjfqxp)
* [**Edit Résumé on ShareLaTeX.com**](https://www.sharelatex.com/templates/cv-or-resume/awesome-cv)
Expand All @@ -61,7 +76,7 @@ You can see [PDF](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/e
**_Note:_ Above services do not guarantee up-to-date source code of Awesome CV**


## <a name="how-to-use">How to Use
## How to Use

#### Requirements

Expand All @@ -79,7 +94,7 @@ $ xelatex {your-cv}.tex
This should result in the creation of ``{your-cv}.pdf``


## <a name="credit">Credit
## Credit

[**LaTeX**](http://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.

Expand All @@ -90,7 +105,7 @@ This should result in the creation of ``{your-cv}.pdf``
[**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.


## <a name="contact">Contact
## Contact

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!

Expand Down
2 changes: 1 addition & 1 deletion examples/cv/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{Mar. 2016 - Exp. Jun. 2017} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Researched classfication algorithms(SVM, CNN) to improve accuracy of human exercise recognition with wearable device.}
\item {Researched classification algorithms(SVM, CNN) to improve accuracy of human exercise recognition with wearable device.}
\item {Developed two TIZEN applications to collect sample data set and to recognize user exercise on SAMSUNG Gear S.}
\end{cvitems}
}
Expand Down

0 comments on commit b85abf1

Please sign in to comment.