forked from mirrors/Awesome-CV
include quote into header part
This commit is contained in:
parent
f5bfa42184
commit
e83d1d335e
7 changed files with 6 additions and 7 deletions
|
@ -209,7 +209,7 @@
|
|||
\newcommand*{\headerpositionstyle}[1]{{\fontsize{7.6pt}{1em}\bodyfont\scshape\color{awesome} #1}}
|
||||
\newcommand*{\headeraddressstyle}[1]{{\fontsize{8pt}{1em}\headerfont\itshape\color{lighttext} #1}}
|
||||
\newcommand*{\headersocialstyle}[1]{{\fontsize{6.8pt}{1em}\headerfont\color{text} #1}}
|
||||
\newcommand*{\headerquotestyle}[1]{{\fontsize{11pt}{1em}\headerfont\color{awesome} #1}}
|
||||
\newcommand*{\headerquotestyle}[1]{{\fontsize{9pt}{1em}\bodyfont\itshape\color{darktext} #1}}
|
||||
\newcommand*{\footerstyle}[1]{{\fontsize{8pt}{1em}\footerfont\scshape\color{lighttext} #1}}
|
||||
\newcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries\color{text}\@sectioncolor #1}}
|
||||
\newcommand*{\subsectionstyle}[1]{{\fontsize{12pt}{1em}\bodyfont\scshape\textcolor{text}{#1}}}
|
||||
|
@ -325,10 +325,6 @@
|
|||
% Define a header for CV
|
||||
% Usage: \makecvheader
|
||||
\newcommand*{\makecvheader}{
|
||||
%\descriptionstyle\faQuoteLeft
|
||||
%\descriptionstyle\faQuoteRight
|
||||
%\descriptionstyle\faFax
|
||||
%\\
|
||||
\begin{center}
|
||||
\headerfirstnamestyle{
|
||||
\@firstname
|
||||
|
@ -411,6 +407,9 @@
|
|||
\faSkype\ \@skype
|
||||
}
|
||||
} \\
|
||||
\ifthenelse{\isundefined{\@quote}}
|
||||
{}
|
||||
{\vspace{6.0mm}\headerquotestyle{\@quote\\}\vspace{5.0mm}}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
|
BIN
examples/cv.pdf
BIN
examples/cv.pdf
Binary file not shown.
|
@ -54,7 +54,7 @@
|
|||
\linkedin{posquit0}
|
||||
%%% Optionals
|
||||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
||||
\quote{Make the change that you want to see in the world.}
|
||||
\quote{``Make the change that you want to see in the world."}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 186 KiB |
Binary file not shown.
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 144 KiB |
Binary file not shown.
|
@ -54,7 +54,7 @@
|
|||
\linkedin{posquit0}
|
||||
%%% Optionals
|
||||
\position{Software Engineer{\enskip\cdotp\enskip}Security Expert}
|
||||
\quote{Make the change that you want to see in the world.}
|
||||
\quote{``Make the change that you want to see in the world."}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
Loading…
Reference in a new issue