-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover.tex
141 lines (114 loc) · 5.13 KB
/
cover.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
% Awesome CV LaTeX Template for Cover Letter
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
%
% Authors:
% Claud D. Park <posquit0.bj@gmail.com>
% Lars Richter <mail@ayeks.de>
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}
% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
% Specify the location of the included fonts
\fontdir[fonts/]
% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
\colorlet{awesome}{awesome-red}
% Uncomment if you would like to specify your own color
\definecolor{awesome}{HTML}{0071BC}
% Colors for text
% Uncomment if you would like to specify your own color
% \definecolor{darktext}{HTML}{414141}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}
% Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{true}
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
% Available options: circle|rectangle,edge/noedge,left/right
\photo[circle,noedge,left]{Matteo}
\name{Matteo Marchiori}{}
\position{Full Stack Developer%{\enskip\cdotp\enskip}Security Expert
}
\address{Via Campolino 35, Vigonza (PD), 35010, Italy}
\mobile{+39 347 381 83 58}
\email{matteo.marchiori97@gmail.com}
%\homepage{}
\github{matteomarchiori}
\linkedin{matteo-marchiori}
% \gitlab{gitlab-id}
\stackoverflow{13523905}{Matteo Marchiori}
\twitter{mamarchi97}
\skype{live:4dc8bba66ea322a6}
% \reddit{reddit-id}
% \medium{madium-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations}
\quote{``There's a war out there, old friend. A world war. And it's not about who's got the most bullets. It's about who controls the information. What we see and hear, how we work, what we think... it's all about the information!"}
%-------------------------------------------------------------------------------
% LETTER INFORMATION
% All of the below lines must be filled out
%-------------------------------------------------------------------------------
% The company being applied to
\recipient
{First Ascent Italy}
{Bending Spoons S.p.A.\\Corso Como 15\\20154, Milan, Italy}
% The date on the letter, default is the date of compilation
\letterdate{\today}
% The title of the letter
\lettertitle{First Ascent Italy application}
% How the letter is opened
\letteropening{Dear Mr./Ms.,}
% How the letter is closed
\letterclosing{Sincerely,}
% Any enclosures with the letter
%\letterenclosure[Attached]{Curriculum Vitae}
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal informations
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[R]
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{Matteo Marchiori~~~·~~~Cover Letter}
{}
% Print the title with above letter information
\makelettertitle
%-------------------------------------------------------------------------------
% LETTER CONTENT
%-------------------------------------------------------------------------------
\begin{cvletter}
\lettersection{About Me}
Let me introduce myself, I am a computer science student at the University of Padua.
I have always been passionate about computer science because it helps to think and to implement many ideas.
I like to work in teams or alone, but I prefer in teams, even just to have a coffee and chat.
\lettersection{Why First Ascent?}
It is an excellent opportunity to make new knowledge, from different points of view.
It could expand my network of known people, give me new points of view, bring out ideas.
I think it is a great way to learn from people with more experience in different sectors, for example in mobile development and in management of complex projects.
\lettersection{Why Me?}
I am a curious person and I have good problem solving skills.
I believe that meeting new people can be a gain both for me and for others, I may have something to bring that I am not yet aware of.
\end{cvletter}
%-------------------------------------------------------------------------------
% Print the signature and enclosures with above letter information
\makeletterclosing
\end{document}