\documentclass[a4paper,10pt]{article} % settings % --------------------------------------------------------- \usepackage[utf8]{inputenc} \usepackage{latexsym} \usepackage[ margin=2cm, includefoot, footskip=30pt, ]{geometry} \usepackage[usenames,dvipsnames]{color} \usepackage{verbatim} \usepackage{hyperref} \hypersetup{ colorlinks, % citecolor=black % filecolor=black, % linkcolor=black, % urlcolor=mygreylink % } \urlstyle{same} \definecolor{mygrey}{gray}{.85} \definecolor{mygreylink}{gray}{0.30} \textheight=9.0in \raggedbottom \raggedright \setlength{\tabcolsep}{0in} % adjust margins \addtolength{\oddsidemargin}{-0.375in} \addtolength{\evensidemargin}{-0.375in} \addtolength{\textwidth}{0.5in} \addtolength{\textheight}{0.75in} % custom commands %--------------------------------------------------------- \newcommand{\resitem}[1]{\item #1 \vspace{-2pt}} \newcommand{\resheading}[1]{{\large \colorbox{mygrey}{\begin{minipage}{\textwidth}{\textbf{#1 \vphantom{p\^{E}}}}\end{minipage}}}} \newcommand{\ressubheading}[4]{ \begin{tabular*}{6.38in}{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \textit{#3} & \textit{#4} \\ \end{tabular*}\vspace{-4pt}} %--------------------------------------------------------- %--------------------------------------------------------- %--------------------------------------------------------- \begin{document} \newcommand{\mywebheader}{ \begin{tabular*}{6.8in}{l@{\extracolsep{\fill}}r} \textbf{\LARGE Aldrik Ramaekers} & \href{mailto:aldrik.ramaekers@gmail.com}{aldrik.ramaekers@gmail.com}\\ \textbf{} & {+31 6 18260377}\\ \end{tabular*} \\ \vspace{0.1in}}a \mywebheader % new to old \resheading{Companies} \begin{itemize} \item \ressubheading{{DHL Parcel Ecommerce}}{}{{Delivery driver}}{2021 - 2023} \item \ressubheading{{Colonist.io}}{}{{Volunteer Software Developer}}{2020 - 2021} { \footnotesize \begin{itemize} \resitem{Back-end development \& testing} \resitem{\textbf{Technical enviroment:} TypeScript, WebSockets, PixiJS, Docker, Linux} \end{itemize} } \item \ressubheading{{Yunify Applications}}{}{{Software Engineer Intern}}{2018 - 2019} { \footnotesize \begin{itemize} \resitem{Back-end \& front-end webdevelopment and maintenance} \resitem{\textbf{Technical enviroment:} C\#, HTML, CSS, MSSQL, Linux, Windows 10} \end{itemize} } \end{itemize} % new to old \resheading{Education} \begin{itemize} \item \ressubheading{\href{https://www.fontys.nl/}{Fontys Hogeschool - Eindhoven}}{}{{ICT - Technology}}{2020 - 2022} \item \ressubheading{\href{https://www.leeuwenborgh.nl/}{ROC Leeuwenborgh - Sittard}}{}{{Software development \& Media design}}{2016 - 2019} \end{itemize} \resheading{Skills} \begin{description} \item[Computer languages:] {\footnotesize C, C\#, Dart, PHP, JavaScript, SQL} \item[Languages:] {English(written, spoken), Dutch (native)} \end{description} \end{document}