\documentclass[11pt, A4]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %| ██████╗ █████╗ ██████╗██╗ ██╗ █████╗ ██████╗ ███████╗███████╗ |% %| ██╔══██╗██╔══██╗██╔════╝██║ ██╔╝██╔══██╗██╔════╝ ██╔════╝██╔════╝ |% %| ██████╔╝███████║██║ █████╔╝ ███████║██║ ███╗█████╗ ███████╗ |% %| ██╔═══╝ ██╔══██║██║ ██╔═██╗ ██╔══██║██║ ██║██╔══╝ ╚════██║ |% %| ██║ ██║ ██║╚██████╗██║ ██╗██║ ██║╚██████╔╝███████╗███████║ |% %| ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝ |% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \usepackage{<++>} % <++> \usepackage[utf8]{inputenc} % UTF-8 Compatible documents \usepackage[T1]{fontenc} % Better character management \usepackage[french]{babel} % French Symbols \usepackage[margin=0.5in]{geometry} % 1 Inch margins and document formating \usepackage{hyperref} % Clickable links & colores through prefs \usepackage[dvipsnames]{xcolor} % Better color management (colored urls) \usepackage{fontawesome} % Font awesome icons as utf-8 chars \usepackage{titlesec} % Customisability for sections \usepackage{titling} % Tag management for authors and titles \usepackage{tabularx} % better table placements \usepackage{booktabs} % Nicer looking tables \usepackage{graphicx} % Image insertion \usepackage{qrcode} % QR code insertions \usepackage{ulem} % Uline for uderlining %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %| ██████╗ ██████╗ ███████╗███████╗███████╗ |% %| ██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝ |% %| ██████╔╝██████╔╝█████╗ █████╗ ███████╗ |% %| ██╔═══╝ ██╔══██╗██╔══╝ ██╔══╝ ╚════██║ |% %| ██║ ██║ ██║███████╗██║ ███████║ |% %| ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚══════╝ |% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %-LINK-COLOR-MANAGEMENT------------------| % \definecolor{darkred}{HTML}{990000} % \hypersetup{colorlinks=false,breaklinks, % linkcolor=darkred,urlcolor=darkred, % anchorcolor=darkred,citecolor=darkred % } % % %----------------------------------------| %-NO-PAGE-NUMBERS-------| % \pagenumbering{gobble} % % %-----------------------| %-TITLE/SECTION-MANAGEMENT------------------| % %-SECTIONS--------------| % \titleformat{\section} % % {\LARGE\bfseries} % % {} % % {0em} % % {}[\titlerule] % % \titlespacing{\section} % % {}{0.12em}{0.25em} % % %-----------------------| % % %-SUBSECTIONS--------------| % \titleformat{\subsection} % % {\large\bfseries} % % {} % % {-0.5em} % % {} % % \titlespacing{\subsection} % % {}{0.15em}{0.15em} % % %--------------------------| % % %-SUBSUBSECTIONS--------------------| % \titleformat{\subsubsection}[runin] % % {\bfseries} % % {} % % {.5em} % % {} % % \titlespacing{\subsubsection} % % {}{0.25em}{0.55em} % % %-----------------------------------| % % %-------------------------------------------| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %| ███╗ ███╗ █████╗ ██████╗██████╗ ██████╗ ███████╗ |% %| ████╗ ████║██╔══██╗██╔════╝██╔══██╗██╔═══██╗██╔════╝ |% %| ██╔████╔██║███████║██║ ██████╔╝██║ ██║███████╗ |% %| ██║╚██╔╝██║██╔══██║██║ ██╔══██╗██║ ██║╚════██║ |% %| ██║ ╚═╝ ██║██║ ██║╚██████╗██║ ██║╚██████╔╝███████║ |% %| ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ |% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %-Better-titling-with-logo-&-date--------------| \renewcommand{\maketitle}{ % \begin{minipage}{0.8\textwidth} % \Huge{\textbf{\theauthor}}\\ % \Large{\thetitle}\\ % \scriptsize{Dernière mise à jour: \today} % \end{minipage} % \begin{minipage}{0.2\textwidth} % \includegraphics[width=0.58\textwidth]{BC.png} % \end{minipage} % } % %----------------------------------------------| %-Entry-command-------------------------| % [1]: Dates % % [2]: Sujet/Diplôme % % [3]: École/Institution % % [4]: Détails et informations % \newcommand{\entry}[4]{ % \begin{minipage}[t][][t]{.15\textwidth} % \hfill\textsc{#1} % \end{minipage} % \vline\hfill\hspace{0.15cm} % \begin{minipage}[t]{.8\textwidth} % \large{#2}\hfill\\ % \textit{#3}\hfill\\ % \footnotesize{\text{#4}}\hfill % \end{minipage} % \vspace{0.1cm} % } % %---------------------------------------| %-Slim-version-of-the-Entry-command---------| % [1]: Dates % % [2]: Poste occupe % % [3]: Heures par semaine % % [4]: Adresse % % [5]: Téléphone % \newcommand{\slimentry}[5]{ % \begin{minipage}[t][][t]{.15\linewidth} % \hfill\textsc{#1} % \end{minipage} % \vline\hspace{0.15cm} % \begin{minipage}[t]{.65\linewidth} % #2\scriptsize{ - #3}\\ % \scriptsize{#4}, \textbf{#5} % \end{minipage} % \begin{minipage}[t]{0.15\textwidth} % \hfill\textcolor{darkred} % {\qrcode[hyperlink, height=0.32in]{tel:#5}} % \end{minipage} % } % %-------------------------------------------| %-List-version-of-the-Entry-command-----| % [1]: Point principal % % [2]: Liste ou détails % \newcommand{\listentry}[2]{ % \begin{minipage}[t][][t]{.15\linewidth} % \begin{flushright} % \small{#1} % \end{flushright} % \end{minipage} % \vline\hspace{0.15cm} % \begin{minipage}[t]{.8\linewidth} % \small{#2} % \end{minipage} % } % %---------------------------------------| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %| ██╗███╗ ██╗███████╗ ██████╗ |% %| ██║████╗ ██║██╔════╝██╔═══██╗ |% %| ██║██╔██╗ ██║█████╗ ██║ ██║ |% %| ██║██║╚██╗██║██╔══╝ ██║ ██║ |% %| ██║██║ ╚████║██║ ╚██████╔╝ |% %| ╚═╝╚═╝ ╚═══╝╚═╝ ╚═════╝ |% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{Curriculum Vit\ae} % Title of the CV \author{Benjamin Chausse} % Author of the CV \date{\today} % Current date \newcommand{\adressOne}{162 Av. Du parc, l'Assomption, QC} \newcommand{\adressTwo}{J5W 2Z3, CA} \newcommand{\email}{benjamin@chausse.xyz} \newcommand{\website}{chaussebenjamin.xyz} \newcommand{\phone}{438-395-4349} \newcommand{\available}{30 Mai 2019} \newcommand{\wants}{Temps plein} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %| ██████╗ ██████╗ ██████╗██╗ ██╗███╗ ███╗███████╗███╗ ██╗████████╗ |% %| ██╔══██╗██╔═══██╗██╔════╝██║ ██║████╗ ████║██╔════╝████╗ ██║╚══██╔══╝ |% %| ██║ ██║██║ ██║██║ ██║ ██║██╔████╔██║█████╗ ██╔██╗ ██║ ██║ |% %| ██║ ██║██║ ██║██║ ██║ ██║██║╚██╔╝██║██╔══╝ ██║╚██╗██║ ██║ |% %| ██████╔╝╚██████╔╝╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗██║ ╚████║ ██║ |% %| ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ |% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} %-TITLE---------------------------------------------------------------------- \maketitle %-BASIC-INFO----------------------------------------------------------------- \section{Information générales} \begin{minipage}[t]{.5\linewidth} \begin{tabular}{rp{.75\linewidth}} \baselineskip=20pt \faLocationArrow : & \adressOne,\ \ \ \ \ \ \ \ \adressTwo \\ \faicon{at} : & \textcolor{darkred}{\href{mailto:\email}{\email}}\\ \end{tabular} \end{minipage} \begin{minipage}[t]{.5\linewidth} \begin{tabular}{rl} \faicon{phone} : & \textcolor{darkred}{\href{tel:\phone}{\phone}}\\ \faicon{github} : & \textcolor{darkred}{\href{http://github.com/ChausseBenjamin}{github.com/ChausseBenjamin}}\\ \faicon{globe} : & \textcolor{darkred}{\href{https://\website}{\website}}\\ \end{tabular} \end{minipage} % Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor % incididunt ut labore et dolore magna aliqua. Etiam non quam lacus suspendisse. % Mattis molestie a iaculis at erat pellentesque adipiscing. Venenatis lectus % magna fringilla urna porttitor rhoncus dolor. Sed felis eget velit aliquet % sagittis id consectetur purus ut. (3-4 sentences) Étant un jeune homme passionné, acquérir des connaissances et les mettre en pratique est un de mes plus grands plaisirs. Grâce a cela, j'ai développé des capacités d'apprentissage rapide ainsi qu'un désir d'optimiser les tâches que j'exécute quotidiennement. Dans le cadre d'un milieu de travail, vous me trouverez polyvalent et curieux. %-EDUCATION------------------------------------------------------------------ \section{Éducation} \entry{2012 -- 2017}{ \textbf{DES-SN} - Diplôme d'études secondaires}{ Collège de l'Assomption}{ Parcours secondaire standard accompagné des accents suivants:\\ $\rightharpoonup$ Anglais Enrichi\\ $\rightharpoonup$ Chimie, Physique et Mathématiques SN (sciences naturelles)} % Parcours de sciences naturelles dans lequel l'anglais enrichi, les % mathématiques, la physique, la chimie furent de mise. J'ai également % poussé mes compétences musicales de par une concentration orchestre % à vent.} \entry{2018 -- $[\ldots]$}{ \textbf{200.B0} - Sciences de la nature }{ Cégep régional de Lanaudière à l'Assomption}{ Programme type visant l'atteinte des études supérieures en sciences à l'université. Continuité dans l'anglais avancé. \textit{Obtention de ce diplôme prévue pour décembre 2020.}} \section{Parcours professionnel} \slimentry {Juin 2017} {Plongeur au \textit{Bistro l'Ange Cornu}} {20h/semaine} {263 Boulevard de l'Ange-Gardien, L'Assomption, QC J5W 1R8, Canada} {450-589-7701} \slimentry {Été 2017} {Caissier au \textit{Resto le l'Assom}} {12h/semaine} {339 Boulevard de l'Ange-Gardien, L'Assomption, QC J5W 1S2, Canada} {450-705-3697} \slimentry {Été 2017} {Aide au réaménagement d'usine chez \textit{Triotech, Creators of fun}} {40h/semaine} {780 Rue Marion, Joliette, QC J6E 8S2, Canada} {450-760-9082} \slimentry {Mars 2018 -- \bfseries{\rightharpoonup}} {Commis à la poissonnerie chez \textit{Metro Marquis}} {35h/semaine puis 10h/semaine} {790 Montée de St Sulpice, L'Assomption, QC J5W 0M6, Canada} {450-589-0442} \section{Compétences} \begin{minipage}[t][][t]{.5\textwidth} \subsection{Informatiques} \subsubsection{Systèmes d'exploitation} Linux, macOS, Windows \subsubsection{Langues de programmation} Go, Python \subsubsection{Langues de formatage} \LaTeX, Markdown, html \end{minipage} \begin{minipage}[t][][t]{.5\textwidth} \subsection{Diverses} \subsubsection{Langues} Français, Anglais, Espagnol \end{minipage} \section{Autres} \begin{minipage}[t][][t]{.5\textwidth} \subsection{\ \ Implications sociales} \subsubsection{DTS} (Discipleship Training School), Formation et pratique d'aide aux gens dans le besoin en Ukraine ainsi qu'au Népal. Le voyage fut d'une durée totale de six mois. (Sep.2017-Fév.2018) \end{minipage} \begin{minipage}[t][][t]{.5\textwidth} \subsection{Passions et loisirs} \subsubsection{Musicales} Piano, Trombone \subsubsection{Son} Mixage de son, production \subsubsection{Programmation} Réalisation de projets tels qu'un jeu de \textit{Battleship} et un protocole d'encryption. \subsubsection{Mathématiques} Intéressé par la théorie des nombres premiers, l'analyse multi-dimensionnelle, et la dérivation. \end{minipage} \vfill \section{Disponibilités} \begin{minipage}{0.5\textwidth} \LARGE{À partir du: \uline{\available}} \end{minipage} \begin{minipage}{0.5\textwidth} \end{minipage} \hfill\LARGE{À la recherche de: \uline{\wants}} \end{document} %-END-OF-DOCUMENT--------------------------------------------------------------