Advertisement
Guest User

Untitled

a guest
Nov 30th, 2017
792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. %!TEX TS-program = xelatex
  2. %!TEX encoding = UTF-8 Unicode
  3. % Awesome CV LaTeX Template for Cover Letter
  4. %
  5. % This template has been downloaded from:
  6. % https://github.com/posquit0/Awesome-CV
  7. %
  8. % Authors:
  9. % Claud D. Park <posquit0.bj@gmail.com>
  10. % Lars Richter <mail@ayeks.de>
  11. %
  12. % Template license:
  13. % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
  14. %
  15.  
  16.  
  17. %-------------------------------------------------------------------------------
  18. % CONFIGURATIONS
  19. %-------------------------------------------------------------------------------
  20. % A4 paper size by default, use 'letterpaper' for US letter
  21. \documentclass[11pt, a4paper]{awesome-cv}
  22.  
  23. % Configure page margins with geometry
  24. \geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
  25.  
  26. % Specify the location of the included fonts
  27. \fontdir[fonts/]
  28.  
  29. % Color for highlights
  30. % Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
  31. % awesome-nephritis, awesome-concrete, awesome-darknight
  32. \colorlet{awesome}{awesome-red}
  33. % Uncomment if you would like to specify your own color
  34. % \definecolor{awesome}{HTML}{CA63A8}
  35.  
  36. % Colors for text
  37. % Uncomment if you would like to specify your own color
  38. % \definecolor{darktext}{HTML}{414141}
  39. % \definecolor{text}{HTML}{333333}
  40. % \definecolor{graytext}{HTML}{5D5D5D}
  41. % \definecolor{lighttext}{HTML}{999999}
  42.  
  43. % Set false if you don't want to highlight section with awesome color
  44. \setbool{acvSectionColorHighlight}{true}
  45.  
  46. % If you would like to change the social information separator from a pipe (|) to something else
  47. \renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
  48.  
  49.  
  50. %-------------------------------------------------------------------------------
  51. % PERSONAL INFORMATION
  52. % Comment any of the lines below if they are not required
  53. %-------------------------------------------------------------------------------
  54. % Available options: circle|rectangle,edge/noedge,left/right
  55. \photo[circle,noedge,left]{photo}
  56. \name{Hayden}{Meloche}
  57. \position{Software Developer}
  58. \address{533 Upper James Street, Hamilton Ontario, Canada}
  59.  
  60. \mobile{226-787-2257}
  61. \email{meloche.hayden@gmail.com}
  62. % \homepage{haydenmeloche.github.io}
  63. \github{HaydenMeloche}
  64. \linkedin{HaydenMeloche}
  65. % \gitlab{gitlab-id}
  66. % \stackoverflow{SO-id}{SO-name}
  67. % \twitter{@twit}
  68. % \skype{skype-id}
  69. % \reddit{reddit-id}
  70. % \extrainfo{extra informations}
  71.  
  72. % \quote{``Be the change that you want to see in the world. Now!"}
  73.  
  74.  
  75. %-------------------------------------------------------------------------------
  76. % LETTER INFORMATION
  77. % All of the below lines must be filled out
  78. %-------------------------------------------------------------------------------
  79. % The company being applied to
  80. \recipient
  81. {Royal Bank of Canada}
  82. {Toronto, ON Canada}
  83. % The date on the letter, default is the date of compilation
  84. \letterdate{\today}
  85. % The title of the letter
  86. \lettertitle{Job Application for Developer CO-OP (Summer)}
  87. % How the letter is opened
  88. \letteropening{Dear Nick Lavcanski,}
  89. % How the letter is closed
  90. \letterclosing{Sincerely,}
  91. % Any enclosures with the letter
  92. \letterenclosure[Attached]{Resume}
  93.  
  94.  
  95. %-------------------------------------------------------------------------------
  96. \begin{document}
  97.  
  98. % Print the header with above personal informations
  99. % Give optional argument to change alignment(C: center, L: left, R: right)
  100. \makecvheader[R]
  101.  
  102. % Print the footer with 3 arguments(<left>, <center>, <right>)
  103. % Leave any of these blank if they are not needed
  104. \makecvfooter
  105. {\today}
  106. {Hayden Meloche~~~·~~~Cover Letter}
  107. {}
  108.  
  109. % Print the title with above letter informations
  110. \makelettertitle
  111.  
  112. %-------------------------------------------------------------------------------
  113. % LETTER CONTENT
  114. %-------------------------------------------------------------------------------
  115. \begin{cvletter}
  116.  
  117. This letter is to express my interest in a development CO-OP position at RBC. With my hands on development experience and drive to learn, I believe I will be an asset to your team.
  118. I have enjoyed my last two work terms at RBC, the environment is something that I did not expect out of a bank and would love to return back again if possible.
  119.  
  120. Currently, I am a 3rd year Software Development student at Mohawk College. There I have learned things such as Java and JavaSript, but most of my development experience and knowledge has come outside the classroom in the form of personal projects. These projects are something I love to do as I get to work with and try technologies I wouldn't normally at work or school. My most notable project being AlphaConsole, an enhancement suite for "Rocket League" which includes a C\#/C++ desktop app, C\# Discord Bot and an AWS server running the back-end database written in PHP. AlphaConsole recently passed 70,000 users which was a huge accomplishment for the team and I.
  121.  
  122. I consider myself to be a result driven, dependable, and team oriented worker. I would be a good asset to your team because I am willing to put in the work required to hit the ground running as soon as possible.
  123.  
  124. I am available to CO-OP for the summer of 2018 (May-September) and will be available for full time work at the beginning of 2019.
  125.  
  126. Attached you will find my resume. I am available for an interview at your convenience and would
  127. greatly appreciate an opportunity to further discuss my qualities and skills. I can be reached at the above email address or phone number.
  128.  
  129.  
  130.  
  131. \end{cvletter}
  132.  
  133.  
  134. %-------------------------------------------------------------------------------
  135. % Print the signature and enclosures with above letter informations
  136. \makeletterclosing
  137.  
  138. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement