initial commit

This commit is contained in:
Wxcafé (Clément Hertling) 2015-09-07 19:36:28 +02:00
commit 3549bd367c
4 changed files with 135 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pdf

17
Makefile Normal file
View File

@ -0,0 +1,17 @@
all: resume cv clean
resume: resume_en.tex
pdflatex resume_en.tex 2>&1 >/dev/null
pdflatex resume_en.tex 2>&1 >/dev/null
pdflatex resume_en.tex 2>&1 >/dev/null
cv: resume.tex
pdflatex resume.tex 2>&1 >/dev/null
pdflatex resume.tex 2>&1 >/dev/null
pdflatex resume.tex 2>&1 >/dev/null
clean:
rm -f *.aux *.nav *.out *.toc *.snm *.log
cleanall: clean
rm -f *.pdf

57
resume.tex Normal file
View File

@ -0,0 +1,57 @@
\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{orange}
\nopagenumbers{}
\usepackage[utf8]{inputenc}
\usepackage[scale=0.75,top=1cm,bottom=1cm,right=1cm,left=2cm]{geometry}
\name{Clément}{HERTLING}
\address{35 avenue Paul Vaillant Couturier}{94800 Villejuif}{France}
\phone{06~86~59~84~45}
\email{clement.hertling@wxcafe.net}
\homepage{wxcafe.net}
\social[twitter]{wxcafe}
\begin{document}
\makecvtitle{}
\section{Formation}
\cventry{2014--2016}{DUT Réseaux \& Télécoms}{U-PEC}{Vitry-sur-Seine}{}{}
\cventry{2013--2014}{Infosup}{Epita}{Villejuif}{}{}
\cventry{2013}{Baccalauréat Scientifique}{}{}{}{}
\cventry{2011}{SAT (Équivalent Américain du Baccalauréat)}{}{}{\textit{1770/2400}}{}
\section{Expérience Professionnelle}
\cventry{2011}{Sanborn Media Factory}{Stagiaire}{New York}{}{\emph{3
semaines}, programmation Javascript (Appcelerator Titanium) et Java (Android)}
\cventry{2015}{PMC (Pari Mutuel Computing)}{Stagiaire}{St-Maur des Fossés}{}{\emph{2 mois},
Intégration Système et Embarqué (Linux)}
\section{Compétences}
\subsection{\underline{Langues}}
\cvitem{Anglais}{bilingue (séjours réguliers a New York, score de \textit{100/120} au Toefl iBT (2012))}
\subsection{\underline{Programmation}}
\cvitem{shell}{utilisation quotidienne}
\cvitem{C\#}{connaissances des bases du langage}
\cvitem{python}{utilisation fréquente pour scripting}
\cvitem{perl}{connaissances des bases du langage}
\subsection{\underline{Administration Système/Réseau}}
\cvitem{Linux}{Debian/Ubuntu, Fedora/Red Hat/CentOS, Archlinux/Gentoo, LFS}
\cvitem{BSD}{OpenBSD, FreeBSD}
\cvitem{Admin}{Puppet, Nagios}
\cvitem{Virtualisation}{Xen, Docker}
\cvitem{Software}{Nginx, Postfix, Apache, Dovecot, Gitlab, OpenSMTPd, \ldots}
\cvitem{Réseau}{Experience avec VLANs, STP, Routing, NAT, CCNA 1 et 2, \ldots}
\section{Loisirs}
\subsection{\underline{Activités Associatives}}
\cventry{2013--2015}{Association \href{http://nos-oignons.net}{Nos-oignons}}
{Membre}{}{}{Membre de l'équipe d'administration système}
\cventry{2013--2015}{Association Gconfs (Epita)}{Conférencier}{}{}{Présentation
de deux conférences (UNIX, Réseau)}
\subsection{\underline{Activités Personnelles}}
\cventry{}{Jeu de R\^{o}le}{Pathfinder, Call of Cthulhu, Oltréé!}{}{}{}
\cventry{}{Lecture}{Science-Fiction, Fantasy, Manga}{}{}{}
\cventry{}{Escrime}{Blason Bleu}{}{}{}
\end{document}

60
resume_en.tex Normal file
View File

@ -0,0 +1,60 @@
\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{orange}
\nopagenumbers{}
\usepackage[utf8]{inputenc}
\usepackage[scale=0.75,top=1cm,bottom=1cm,right=1cm,left=2cm]{geometry}
\name{Clément}{HERTLING}
\address{35 avenue Paul Vaillant Couturier}{94800 Villejuif}{France}
\phone{+33~686~598~445}
\email{clement.hertling@wxcafe.net}
\homepage{wxcafe.net}
\social[twitter]{wxcafe}
\extrainfo{Citizenship: French}
\begin{document}
\makecvtitle{}
\vspace{-1cm}
\section{Education}
\cventry{2014--2016}{DUT Réseaux \& Télécoms}{U-PEC}{Vitry-sur-Seine}{{\footnotesize \emph{Networks/Telecom}}}{}
\cventry{2013--2014}{Infosup}{Epita}{Villejuif}{{\footnotesize \emph{Computer Science}}}{}
\cventry{2013}{Baccalauréat Scientifique}{}{}{{\footnotesize \emph{High School Diploma}}}{}
\cventry{2011}{SAT}{}{}{\textit{1770/2400}}{}
\section{Work Experience}
\cventry{2011}{Sanborn Media Factory}{Intern}{New York}{}{\emph{3
weeks}, programming in Javascript (Appcelerator Titanium) and Java (Android)}
\cventry{2015}{PMC (Pari Mutuel Computing)}{Intern}{St-Maur des Fossés (near Paris)}{}{\emph{2 months}, Systems Integration and Embedded (Linux)}
\section{Skills}
\subsection{\underline{Languages}}
\cvitem{English}{Fluent (frequent trips to the United States, score of \textit{100/120} Toefl iBT (2012))}
\cvitem{French}{Native language}
\subsection{\underline{Programming}}
\cvitem{shell}{daily use}
\cvitem{C\#}{basic knowledge}
\cvitem{python}{frequent use for scripting}
\cvitem{perl}{basic knowledge}
\subsection{\underline{Systems/Networks Administration}}
\cvitem{Linux}{Debian, Fedora/CentOS}
\cvitem{BSD}{OpenBSD, FreeBSD}
\cvitem{Admin Tools}{Puppet, Nagios}
\cvitem{Virtualization}{Xen, Docker}
\cvitem{Software}{Nginx, Postfix, Apache, \ldots}
\cvitem{Network}{Experience with VLANs, STP, Routing, NAT, CCNA 1 and 2, \ldots}
\section{Extras}
\subsection{\underline{Associations}}
\cventry{2013--2015}{Association
\href{http://nos-oignons.net}{Nos-oignons}}{Member}{}{}{Systems Administration Team Member}
\cventry{2013--2015}{Association Gconfs (Epita)}{Speaker}{}{}{Gave two talks (Unix, Networking)}
\subsection{\underline{Hobbies}}
\cventry{}{Tabletop Role Playing Game}{Pathfinder, Call of Cthulhu, Oltréé!}{}{}{}
\cventry{}{Reading}{Science-Fiction, Fantasy, Manga}{}{}{}
\cventry{}{Fencing}{``Blason Bleu''}{}{}{}
\end{document}