Files
cv/cv_7.tex

146 lines
6.2 KiB
TeX

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% "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{Ausbildung}
\cventry{Sept 2017 - Okt 2022}{Matura}{HTBLA Leonding}{Leonding}{Medientechnik}{Mit gutem Erfolg} % Arguments not required can be left empty
\cventry{2008-2016}{Pflichtschulen}{}{Weberschule}{MNMS Harbach}{}{}{}{} % Arguments not required can be left empty
\section{Diplomarbeit}
\cvitem{Title}{\emph{Synchronised Realities}}
\cvitem{Betreuer}{Professor Markus Haslinger}
\cvitem{Beschreibung}{Virtual Reality Anwendung, welche einen Balken der realen Welt in die virtuelle Welt synchronisiert}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Berufserfahrung}
\cventry{Nov 2020 - jetzt}{Zivildienst}{Hillingerheim}{Linz}{}{Küchendienst}
\cventry{2020}{Praktikum}{sITolution}{Walding}{}{Entwicklung eines Smarthome Weckers mit Touchscreen}
\cventry{2019}{Praktikum}{sITolution}{Walding}{}{Entwicklung einer Website für sITolution}
\cventry{2018}{Praktikum}{sITolution}{Walding}{}{Entwicklung von Tests in einem Java Backend. Verwendung von Mocks}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
\section{Preise}
\cvitem{2022}{HTL Leonding Project Award -- Synchronised Realities -- Best of Inovation}
\cvitem{2018}{Robocub Junior Austria -- Demo Humanoid Challenge -- 1. Preis}
%----------------------------------------------------------------------------------------
% Technologies
%----------------------------------------------------------------------------------------
\section{Technologien}
\cvitem{Sprachen}{Java, JavaScript/TypeScripts, Rust, Swift }
\cvitem{Libraries}{Vue.js, Angular, Express, 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}
\newpage
%----------------------------------------------------------------------------------------
% LANGUAGES SECTION
%----------------------------------------------------------------------------------------
\section{Sprachen}
\cvitemwithcomment{English}{Level B2}{}
\cvitemwithcomment{Deutsch}{Muttersprache}{}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{Interessen}
\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists
\cvlistitem{Programmieren}
\cvlistdoubleitem{Computer}{Technologien}
\cvlistdoubleitem{System konfigurieren}{Neovim/Vim}
%----------------------------------------------------------------------------------------
\end{document}