You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.4 KiB

6 years ago
  1. \documentclass{article}
  2. \usepackage{titlesec}
  3. \usepackage{titling}
  4. \usepackage{telprint}
  5. \usepackage[margin=1in]{geometry}
  6. \titleformat{\section}
  7. {\huge\bfseries}
  8. {}
  9. {0em}
  10. {}[\titlerule]
  11. \titleformat{\subsection}
  12. {\Large\bfseries}
  13. {}
  14. {0em}
  15. {}
  16. \titleformat{\subsubsection}[runin]
  17. {\bfseries}
  18. {}
  19. {0em}
  20. {}[---]
  21. \titlespacing{\subsubsection}
  22. {0em}{.25em}{1em}
  23. \pagenumbering{gobble}
  24. \renewcommand{\familydefault}{\sfdefault}
  25. \renewcommand{\maketitle}{
  26. \begin{center}
  27. {\huge\bfseries
  28. \theauthor}
  29. \vspace{0.5em}
  30. {\large
  31. jaeschke@tuta.io --- \telprint{0474063813} --- https://tovijaeschke.xyz}
  32. \end{center}
  33. }
  34. \begin{document}
  35. \title{R\'esum\'e}
  36. \author{Tovi Jaeschke}
  37. \maketitle
  38. \section{Objective}
  39. 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. I am honest, punctual and reliable and would love the opportunity to prove such qualities. My long term objective is to get eventually start working in the Information Security field, but I would also like to work as a web developer or system administrator.
  40. \section{Skills}
  41. I have strong experience operating, maintaining, and administrating Linux, Windows, and MacOS systems. I am also adept at configuring web and database servers on both Linux and Windows systems. I have good knowledge of bash, so remote administration through ssh is no problem for me.
  42. \subsection{Languages}
  43. \subsubsection{Programming}
  44. C, Go
  45. \subsubsection{Scripting}
  46. Python2/3, Bash, Javascript, PHP
  47. \subsubsection{Markup}
  48. {\LaTeX}, HTML, CSS, Markdown
  49. \section{Job Experience}
  50. \subsubsection{Wild Wood Oils}
  51. Laborer (2018)
  52. \subsubsection{Insul-vest Australia}
  53. IT support and general hand (2012 - 2014)
  54. \subsubsection{Australian Blow Molders}
  55. IT support and general hand (2012 - 2015)
  56. \subsubsection{Express Plastics}
  57. IT support and general hand (2013 - 2015)
  58. \section{Education}
  59. \subsubsection{Blackwood High School}
  60. 2012 - 2013
  61. \subsubsection{Australian Science and Mathematics School}
  62. 2014 - 2016
  63. \end{document}