From 9efab3f5f076e03bcba87a71e78e9e7d26af1367 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 17 Mar 2022 08:24:00 +0100 Subject: In progress --- .gitignore | 9 +++++---- cv.pdf | Bin 178268 -> 0 bytes cv.tex | 34 +++++++++++++++++++++++----------- 3 files changed, 28 insertions(+), 15 deletions(-) delete mode 100644 cv.pdf diff --git a/.gitignore b/.gitignore index bf491cc..6f83710 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ - *.log - *.aux - *.out - *.xmpi +*.log +*.aux +*.out +*.xmpi +*.pdf diff --git a/cv.pdf b/cv.pdf deleted file mode 100644 index 335cdb9..0000000 Binary files a/cv.pdf and /dev/null differ diff --git a/cv.tex b/cv.tex index 11bbbc2..f70b082 100644 --- a/cv.tex +++ b/cv.tex @@ -88,11 +88,13 @@ \personalinfo{% % Not all of these are required! + \printinfo{\faBirthdayCake}{04/10/1995 (26 ans)} \email{bousset.rudy@gmail.com} \phone{07 86 27 02 09} \mailaddress{2 rue Châpillon} \location{Vernaison, France} \homepage{https://jozanofastora.xyz/} + \printinfo{\faGit}{https://git.jozanofastora.xyz/}[https://git.jozanofastora.xyz/] \github{JozanLeClerc} %% You can add your own arbitrary detail with %% \printinfo{symbol}{detail}[optional hyperlink prefix] @@ -150,13 +152,6 @@ \divider -\cvevent{Magasinier}{Intermarché Super}{}{Oullins} -\begin{itemize} -\item Intérim -\end{itemize} - -\divider - \cvevent{Magasinier}{Carrefour Contact}{}{Brignais} \begin{itemize} \item CDD @@ -164,15 +159,32 @@ \cvsection{Projects} -\cvevent{Project 1}{Funding agency/institution}{}{} +\cvevent{Phobos Aurora}{Shoot 'Em Up game}{Janvier 2022 - WIP}{} +Jeu de tir spacial futuriste fait en C avec la librairie CSFML. + +\divider + +\cvevent{Dergods' Realm II}{Raycasting RPG game}{Décembre 2020 - WIP}{} +RPG en raycasting (Classic DOOM/Wolfenstein) fait en C avec la librairie CSFML. + +\divider + +\cvevent{minishell}{POSIX-Compliant shell}{2020}{42 Lyon} \begin{itemize} -\item Details +\item Shell basique +\item POSIX +\item Gestion d'alias, variables d'environements et custom, et quelques built-ins (cd, echo, pwd, env, set/unset...) \end{itemize} \divider -\cvevent{Project 2}{Funding agency/institution}{Project duration}{} -A short abstract would also work. +\cvevent{Cub3D}{Clone de DOOM}{2020}{42 Lyon} +\begin{itemize} +\item Mini-jeu en raycasting (Classic DOOM/Wolfenstein) +\item Histoire complète optionelle (30min - 1h) +\item Prise en charge du son, des armes, et des ennemis +\end{itemize} + \medskip -- cgit v1.2.3