summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristophe ROGER <darwiin@users.noreply.github.com>2018-07-19 17:34:58 +1100
committerChristophe ROGER <darwiin@users.noreply.github.com>2018-07-19 17:34:58 +1100
commitdd168cbcb7e20dcbedc0735326c148b06da8e9c4 (patch)
treec78281e6a36c4800553cd8033d22b5bccbadd969 /README.md
parentd174d12fd7b8bc9b7df783680ced3a850c488c44 (diff)
downloadcv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.gz
cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.bz2
cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.tar.xz
cv-dd168cbcb7e20dcbedc0735326c148b06da8e9c4.zip
v1.9.2
[EVO] Projects section [EVO] Project entry [EVO] Updated Readme
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md42
1 files changed, 33 insertions, 9 deletions
diff --git a/README.md b/README.md
index 73b65cf..f9b1788 100755
--- a/README.md
+++ b/README.md
@@ -20,10 +20,19 @@ More informations about the original Alessandro Plasmati template can be found h
- [ ShareLatex ](https://www.sharelatex.com/templates/cv-or-resume/professional-cv)
## Preview
+
+### Normal style
+
| Page. 1 | Page. 2 |
|:---:|:---:|
| ![Résumé](example/preview/cv1.jpeg) | ![Résumé](example/preview/cv2.jpeg) |
+### Alternative style
+
+| Page. 1 | Page. 2 |
+|:---:|:---:|
+| ![Résumé](example/preview/cv1-alternative.jpeg) | ![Résumé](example/preview/cv2-alternative.jpeg) |
+
## How to use **YAAC: Another Awesome CV** latex class
### Use the **YAAC: Another Awesome CV** options
@@ -193,15 +202,30 @@ The _languages_ section use the **skills** environment.
The _scolarship_ section use the **scolarship** environment.
```latex
- \begin{scholarship}
-
-% Render a scholarshipentry in the scolarship environment
-% Usage: \scholarshipentry{<date>}{<description>}
- \scholarshipentry{2007}
- {Master STIC Professionel filière MBDS de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et intégration de Systèmes)}
- \scholarshipentry{2005}
- {Licence Sciences et Technologies, Mention Informatique, de l'Université de Nouvelle-Calédonie}
- \end{scholarship}
+\begin{scholarship}
+
+ % Render a scholarshipentry in the scolarship environment
+ % Usage: \scholarshipentry{<date>}{<description>}
+ \scholarshipentry{2007}
+ {Master STIC Professionel filière MBDS de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et intégration de Systèmes)}
+ \scholarshipentry{2005}
+ {Licence Sciences et Technologies, Mention Informatique, de l'Université de Nouvelle-Calédonie}
+\end{scholarship}
+```
+
+### Construct the _projects_ section
+
+The _projects_ section use the **projects** environment.
+
+```latex
+\begin{projects}
+ \project
+ {Simply City}{2017 - 2018}
+ {\website{https://www.simplycity.nc}{https://www.simplycity.nc} \website{https://innovation.engie.com/fr/news/actus/territoires/simply-city-lappli-qui-simplifie-la-ville-au-ces-2018-avec-engie/8156}{Présentation CES 2018} }
+ {Simply City est une application mobile, gratuite et participative destinée à tous les habitants, visiteurs et touristes qui séjournent dans une ville. L’application permet de connaître toutes les informations et services utiles en temps réel.}
+ {Ionic 3,Typescript,Javascript,Visual Studio Code}
+
+\end{projects}
```
### Construct the _references_ section