diff --git a/CV.tex.page b/CV.tex.page new file mode 100644 index 0000000..bec51f1 --- /dev/null +++ b/CV.tex.page @@ -0,0 +1,173 @@ +--- +format: Latex +toc: no +title: CV / Resume +... + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Developer CV +% LaTeX Template +% Version 1.0 (28/1/19) +% +% This template originates from: +% http://www.LaTeXTemplates.com +% +% Authors: +% Jan Vorisek (jan@vorisek.me) +% Based on a template by Jan Küster (info@jankuester.com) +% Modified for LaTeX Templates by Vel (vel@LaTeXTemplates.com) +% +% License: +% The MIT License (see included LICENSE file) +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%---------------------------------------------------------------------------------------- +% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS +%---------------------------------------------------------------------------------------- + +\documentclass[9pt]{developercv} % Default font size, values from 8-12pt are recommended + +%---------------------------------------------------------------------------------------- + +\begin{document} + +%---------------------------------------------------------------------------------------- +% TITLE AND CONTACT INFORMATION +%---------------------------------------------------------------------------------------- + +\begin{minipage}[t]{0.45\textwidth} % 45% of the page width for name + \vspace{-\baselineskip} % Required for vertically aligning minipages + + % If your name is very short, use just one of the lines below + % If your name is very long, reduce the font size or make the minipage wider and reduce the others proportionately + \colorbox{black}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Benoît}}}}} % First name + + \colorbox{black}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{S}}}}} % Last name + + \vspace{6pt} + + {\huge System administrator} % Career or current job title +\end{minipage} +\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the first row of icons + \vspace{-\baselineskip} % Required for vertically aligning minipages + + % The first parameter is the FontAwesome icon name, the second is the box size and the third is the text + % Other icons can be found by referring to fontawesome.pdf (supplied with the template) and using the word after \fa in the command for the icon you want + \icon{MapMarker}{12}{Toulouse, France}\\ + \icon{Phone}{12}{+33-redacted-}\\ + \icon{At}{12}{\href{mailto:resume@benpro.fr}{resume@benpro.fr}}\\ +\end{minipage} +\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the second row of icons + \vspace{-\baselineskip} % Required for vertically aligning minipages + + % The first parameter is the FontAwesome icon name, the second is the box size and the third is the text + % Other icons can be found by referring to fontawesome.pdf (supplied with the template) and using the word after \fa in the command for the icon you want + \icon{Globe}{12}{\href{https://www.benpro.fr}{www.benpro.fr}}\\ + \icon{Git}{12}{\href{https://git.benpro.fr/benpro}{git.benpro.fr/benoit}}\\ + \icon{Hashtag}{12}{\href{https://toots.benpro.fr/@benoit}{@benoit@toots.benpro.fr}}\\ +\end{minipage} + +\vspace{0.5cm} + +%---------------------------------------------------------------------------------------- +% INTRODUCTION, SKILLS AND TECHNOLOGIES +%---------------------------------------------------------------------------------------- + +\cvsect{Who Am I?} + +\begin{minipage}[t]{0.4\textwidth} % 40% of the page width for the introduction text + \vspace{-\baselineskip} % Required for vertically aligning minipages + \texttt{GNU/Linux Guru Hacker}\\ + Geek, Hacker, amateur Photographer, Free Libre Opensource Software lover. Using GNU/Linux distributions since my adolescence, I quickly began in love with FLOSS and work only with it. I try to use proprietary software as much as possible. +\end{minipage} +\hfill % Whitespace between +\begin{minipage}[t]{0.5\textwidth} % 50% of the page for the skills bar chart + \vspace{-\baselineskip} % Required for vertically aligning minipages + \begin{barchart}{5.5} + \baritem{Git}{30} + \baritem{Ansible}{30} + \baritem{KVM}{60} + \baritem{MySQL/MariaDB}{100} + \baritem{Apache/NginX/HAProxy}{100} + \baritem{Debian}{100} + \end{barchart} +\end{minipage} + +\begin{center} + \bubbles{1/Kate, 2/git, 3/Claws Mail, 4/Shell, 5/SSH, 6/Debian} +\end{center} + +%---------------------------------------------------------------------------------------- +% EXPERIENCE +%---------------------------------------------------------------------------------------- + +\cvsect{Experience} + +\begin{entrylist} + \entry + {2011 -- 2019} + {System administrator} + {Evolix} + {Sysadmin at Evolix, a french open source managed hosting provider. Managing a pool of 700+ servers for our customers. I covered many aspects, from building an infrastructure from scratch to final production, monitoring and managing customers needs.} +\end{entrylist} + +%---------------------------------------------------------------------------------------- +% EDUCATION +%---------------------------------------------------------------------------------------- + +\cvsect{Education} + +\begin{entrylist} + \entry + {2010 -- 2011} + {3 years university degree in computing science} + {IUT Paul-Verlaine - Metz} + {Licence PRO Administration Systèmes et Réseaux} + \entry + {2008 -- 2010} + {2 years university degree in computing science} + {Lycée Ozenne - Toulouse} + {BTS Informatique de Gestion : Option Réseau} + \entry + {2007 -- 2008} + {Bachelor's Degree} + {Lycée Eugène Montel - Colomiers} + {Bac PRO Micro Informatique et Réseaux : Installation et Maintenance} +\end{entrylist} + +%---------------------------------------------------------------------------------------- +% ADDITIONAL INFORMATION +%---------------------------------------------------------------------------------------- + +\begin{minipage}[t]{0.3\textwidth} + \vspace{-\baselineskip} % Required for vertically aligning minipages + + \cvsect{Languages} + + \textbf{French} Native\\ + \textbf{English} Proficient, TOEIC score 895\\ + \textbf{Japanese} Hobby level +\end{minipage} +\hfill +\begin{minipage}[t]{0.3\textwidth} + \vspace{-\baselineskip} % Required for vertically aligning minipages + + \cvsect{Hobbies} + + \textbf{Photography}\\ + \textbf{Japanese culture}\\ + \textbf{Hiking} +\end{minipage} +\hfill +\begin{minipage}[t]{0.3\textwidth} + \vspace{-\baselineskip} % Required for vertically aligning minipages + + \cvsect{Non profit} + + Attending and helping organising Debian conferences called DebConf. +\end{minipage} + +%---------------------------------------------------------------------------------------- + +\end{document}