%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % "ModernCV" CV and Cover Letter % LaTeX Template % Version 1.3 (29/10/16) % % This template has been downloaded from: % http://www.LaTeXTemplates.com % % Original author: % Xavier Danaux (xdanaux@gmail.com) with modifications by: % Vel (vel@latextemplates.com) % % License: % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) % % Important note: % This template requires the moderncv.cls and .sty files to be in the same % directory as this .tex file. These files provide the resume style and themes % used for structuring the document. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %---------------------------------------------------------------------------------------- % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS %---------------------------------------------------------------------------------------- \documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman \moderncvstyle{casual} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking' \moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black' \usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template \usepackage[scale=0.75]{geometry} % Reduce document margins %\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column %\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name %---------------------------------------------------------------------------------------- % NAME AND CONTACT INFORMATION SECTION %---------------------------------------------------------------------------------------- \firstname{Quirin} % Your first name \familyname{Ecker} % Your last name % All information in this block is optional, comment out any lines you don't need \title{Lebenslauf} \address{Mühlkreisbahnstraße 5}{Linz, Oberösterreich 4040} \mobile{0660 443 38 90} \email{quirin.ecker@bajupa.com} \homepage{gitlab.com/QuirinEcker}{GitLab} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example \photo[70pt][0.4pt]{pictures/photo} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame) %---------------------------------------------------------------------------------------- \begin{document} %---------------------------------------------------------------------------------------- % CURRICULUM VITAE %---------------------------------------------------------------------------------------- \makecvtitle % Print the CV title %---------------------------------------------------------------------------------------- % EDUCATION SECTION %---------------------------------------------------------------------------------------- \section{Ausbiludng} \cventry{2017-2022}{Matura}{HTBLA Leonding}{Leonding}{Medientechnik}{First Class Honours} % Arguments not required can be left empty \section{Diplomarbeit} \cvitem{Title}{\emph{Synchronised Realities}} \cvitem{Betreuer}{Professor Markus Haslinger} \cvitem{Description}{Virtual Reality Application that synchronises a Beam from the real world with a beam in the virtual world} %---------------------------------------------------------------------------------------- % WORK EXPERIENCE SECTION %---------------------------------------------------------------------------------------- \section{Erfahrung} \cventry{2018}{Praktikum}{Sitolution}{Linz}{}{Entwicklung von Tests in einem Java Backend. Verwendung von Mocks} %------------------------------------------------ \cventry{2019}{Praktikum}{Sitolution}{Linz}{}{Entwicklung einer Website für Sitolution} %------------------------------------------------ \cventry{2020}{Praktikum}{Sitolution}{Linz}{}{Entwicklung eines Smarthome Weckers mit Touchscreen} %---------------------------------------------------------------------------------------- % AWARDS SECTION %---------------------------------------------------------------------------------------- \section{Awards} \cvitem{2018}{Humanuid Robotic -- Robocub Junior Austria} \cvitem{2022}{HTL Leonding Project Award -- Best of Inovations} %---------------------------------------------------------------------------------------- % Technologies %---------------------------------------------------------------------------------------- \section{Technologies} \cvitem{Languages}{\textsc{Java}, \textsc{Javascript/Typescripts}, \textsc{Rust} } \cvitem{Libraries}{(Javascript/Typescript) Vue, (Javascript/Typescript) Angular, (Javascript/Typescript) Express, (Java) Quarkus} \cvitem{Tools}{git, npm, cargo, docker, docker-compose, Github Actions, Gitlab CI, vite, maven } \cvitem{Systeme}{Windows, Linux, Macos} % %---------------------------------------------------------------------------------------- % % COMMUNICATION SKILLS SECTION % %---------------------------------------------------------------------------------------- % % \section{Communication Skills} % % \cvitem{2010}{Oral Presentation at the California Business Conference} % \cvitem{2009}{Poster at the Annual Business Conference in Oregon} %---------------------------------------------------------------------------------------- % LANGUAGES SECTION %---------------------------------------------------------------------------------------- \section{Languages} \cvitemwithcomment{English}{level ?}{} %---------------------------------------------------------------------------------------- % INTERESTS SECTION %---------------------------------------------------------------------------------------- \section{Interests} \renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists \cvlistitem{Programmieren} \cvlistdoubleitem{Computer}{Technologien} \cvlistdoubleitem{System configurieren}{Neovim/Vim} %---------------------------------------------------------------------------------------- \end{document}