|
|
|
@ -25,20 +25,7 @@ |
|
|
|
% Configure page margins with geometry |
|
|
|
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm} |
|
|
|
|
|
|
|
% 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}{CA63A8} |
|
|
|
|
|
|
|
% 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} |
|
|
|
% \definecolor{sectiondivider}{HTML}{5D5D5D} |
|
|
|
<%= render 'templates/awesome/colors_section' %> |
|
|
|
|
|
|
|
% Set false if you don't want to highlight section with awesome color |
|
|
|
\setbool{acvSectionColorHighlight}{true} |
|
|
|
@ -46,36 +33,7 @@ |
|
|
|
% 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 |
|
|
|
\name{<%= user.name.tex_safe %>}{} |
|
|
|
\position{<%= user.title.tex_safe %>} |
|
|
|
\address{<%= user.address.tex_safe %>} |
|
|
|
|
|
|
|
\mobile{<%= user.phone.tex_safe %>} |
|
|
|
\email{<%= user.email.tex_safe %>} |
|
|
|
%\dateofbirth{January 1st, 1970} |
|
|
|
\homepage{<%= user.other_page_url.tex_safe %>} |
|
|
|
\github{<%= user.github.tex_safe %>} |
|
|
|
\linkedin{<%= user.linkedin.tex_safe %>} |
|
|
|
% \gitlab{gitlab-id} |
|
|
|
% \stackoverflow{SO-id}{SO-name} |
|
|
|
% \twitter{@twit} |
|
|
|
% \skype{skype-id} |
|
|
|
% \reddit{reddit-id} |
|
|
|
% \medium{madium-id} |
|
|
|
% \kaggle{kaggle-id} |
|
|
|
% \googlescholar{googlescholar-id}{name-to-display} |
|
|
|
%% \firstname and \lastname will be used |
|
|
|
% \googlescholar{googlescholar-id}{} |
|
|
|
% \extrainfo{extra information} |
|
|
|
|
|
|
|
% \quote{``Be the change that you want to see in the world."} |
|
|
|
|
|
|
|
<%= render 'templates/awesome/personal_heading_section', user: user %> |
|
|
|
|
|
|
|
%------------------------------------------------------------------------------- |
|
|
|
% LETTER INFORMATION |
|
|
|
@ -118,36 +76,27 @@ |
|
|
|
%------------------------------------------------------------------------------- |
|
|
|
\begin{cvletter} |
|
|
|
|
|
|
|
<%= @cover_letter.tex_paragraph %> |
|
|
|
<%= @cover_letter.tex_intro_paragraph %> |
|
|
|
|
|
|
|
<% if @cover_letter.about_me.present? %> |
|
|
|
\lettersection{About Me} |
|
|
|
|
|
|
|
<%= @cover_letter.about_me.tex_safe %> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
%------------------------------------------------ |
|
|
|
|
|
|
|
<% if @cover_letter.why_company.present? %> |
|
|
|
|
|
|
|
\lettersection{Why <%= @cover_letter.company_name.tex_safe %> ?} |
|
|
|
|
|
|
|
<%= @cover_letter.why_company.tex_safe %> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
%------------------------------------------------ |
|
|
|
|
|
|
|
<% if @cover_letter.why_me.present? %> |
|
|
|
|
|
|
|
\lettersection{Why Me?} |
|
|
|
|
|
|
|
<%= @cover_letter.why_me.tex_safe %> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
\end{cvletter} |
|
|
|
|
|
|
|
|
|
|
|
%------------------------------------------------------------------------------- |
|
|
|
% Print the signature and enclosures with above letter information |
|
|
|
\makeletterclosing |
|
|
|
|