|
|
- \documentclass{article}
-
- \usepackage{titlesec}
- \usepackage{titling}
- \usepackage{telprint}
- \usepackage[margin=1in]{geometry}
-
- \titleformat{\section}
- {\huge\bfseries}
- {}
- {0em}
- {}[\titlerule]
-
- \titleformat{\subsection}
- {\Large\bfseries}
- {}
- {0em}
- {}
-
- \titleformat{\subsubsection}[runin]
- {\bfseries}
- {}
- {0em}
- {}[---]
-
- \titlespacing{\subsubsection}
- {0em}{.25em}{1em}
-
- \pagenumbering{gobble}
-
- \renewcommand{\familydefault}{\sfdefault}
-
- \renewcommand{\maketitle}{
- \begin{center}
- {\huge\bfseries
- \theauthor}
-
- \vspace{0.5em}
- {\large
- jaeschke@tuta.io --- \telprint{0474063813} --- https://tovijaeschke.xyz}
- \end{center}
- }
-
-
-
- \begin{document}
-
- \title{R\'esum\'e}
- \author{Tovi Jaeschke}
- \maketitle
-
- \section{Objective}
-
- I am a young, determined individual who is eager to learn new skills and develop my existing skill-set. I have gained valuable transferable skills throughout previous employment and work experience placements which I am enthusiastic to implement into employment. I have matured my organisation and time management skills which have assisted the efficiency of tasks being completed. I have a keen eye for attention to detail and I have excellent problem solving skills.
-
- \noindent
- \\ I am honest, punctual and reliable and would love the opportunity to prove such qualities. I am a very friendly person, and I enjoy meeting new people. I consider my self consistently extroverted, and also extremely compassionate.
-
- \noindent
- \\ One of my peers worked in sales for a long time, I saw his interest and passion for the sales industry, which cultivated and strengthened my own passion for this line of work.
-
- \section{Skills}
-
- \begin{itemize}
- \item Excellent people skills
- \vspace{-0.25em}
- \item Fast learner
- \vspace{-0.25em}
- \item Enjoy problem solving
- \vspace{-0.25em}
- \item Have good time management
- \end{itemize}
-
- \section{Job Experience}
-
- \subsubsection{Wild Wood Oils}
- Laborer (2018)
- \subsubsection{Insul-vest Australia}
- IT support and general hand (2012 - 2014)
- \subsubsection{Australian Blow Molders}
- IT support and general hand (2012 - 2015)
- \subsubsection{Express Plastics}
- IT support and general hand (2013 - 2015)
-
- \section{Education}
- \subsubsection{Blackwood High School}
- 2012 - 2013
- \subsubsection{Australian Science and Mathematics School}
- 2014 - 2016
-
- \end{document}
-
|