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.

90 lines
2.4 KiB

6 years ago
6 years ago
6 years ago
6 years ago
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}}
  32. {\large
  33. https://tovijaeschke.xyz --- https://gitlab.com/tovijaeschke}
  34. \end{center}
  35. }
  36. \begin{document}
  37. \title{R\'esum\'e}
  38. \author{Tovi Jaeschke}
  39. \maketitle
  40. \section{Objective}
  41. 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.
  42. \section{Skills}
  43. 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.
  44. \subsection{Languages}
  45. \subsubsection{Programming}
  46. C, Go, Assembly
  47. \subsubsection{Scripting}
  48. Python2/3, Bash, Javascript, PHP
  49. \subsubsection{Markup}
  50. {\LaTeX}, HTML, CSS, Markdown
  51. \section{Job Experience}
  52. \subsubsection{Wild Wood Oils}
  53. Laborer (2018)
  54. \subsubsection{Insul-vest Australia}
  55. IT support and general hand (2012 - 2014)
  56. \subsubsection{Australian Blow Molders}
  57. IT support and general hand (2012 - 2015)
  58. \subsubsection{Express Plastics}
  59. IT support and general hand (2013 - 2015)
  60. \section{Education}
  61. \subsubsection{Blackwood High School}
  62. 2012 - 2013
  63. \subsubsection{Australian Science and Mathematics School}
  64. 2014 - 2016
  65. \end{document}