diff --git a/awesome-cv.cls b/awesome-cv.cls index 0611dc7..cd09903 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -206,6 +206,7 @@ % For fundamental structures \newcommand*{\headerfirstnamestyle}[1]{{\fontsize{32pt}{1em}\headerfontlight\color{graytext} #1}} \newcommand*{\headerlastnamestyle}[1]{{\fontsize{32pt}{1em}\headerfont\bfseries\color{text} #1}} +\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}} @@ -335,10 +336,10 @@ \@lastname } \\ - \vspace{2mm} - \headeraddressstyle{ - \ifthenelse{\isundefined{\@address}}{}{\@address} - } \\ + \vspace{0.4mm} + \ifthenelse{\isundefined{\@position}}{}{\headerpositionstyle{\@position\\}} + \vspace{0.4mm} + \ifthenelse{\isundefined{\@address}}{}{\headeraddressstyle{\@address\\}} \vspace{-0.5mm} \headersocialstyle{ \newbool{isstart} diff --git a/examples/cv.pdf b/examples/cv.pdf index 677373d..031f28e 100644 Binary files a/examples/cv.pdf and b/examples/cv.pdf differ diff --git a/examples/cv.tex b/examples/cv.tex index ecba50b..151cc2b 100644 --- a/examples/cv.tex +++ b/examples/cv.tex @@ -53,7 +53,7 @@ \github{posquit0} \linkedin{posquit0} %%% Optionals -\position{Software Engineer} +\position{Software Engineer{\enskip\cdotp\enskip}Security Expert} \quote{Make the change that you want to see in the world.} diff --git a/examples/resume.pdf b/examples/resume.pdf index 1d4a516..be3a514 100644 Binary files a/examples/resume.pdf and b/examples/resume.pdf differ diff --git a/examples/resume.tex b/examples/resume.tex index 3985d0c..b30a50b 100644 --- a/examples/resume.tex +++ b/examples/resume.tex @@ -53,7 +53,7 @@ \github{posquit0} \linkedin{posquit0} %%% Optionals -\position{Software Engineer} +\position{Software Engineer{\enskip\cdotp\enskip}Security Expert} \quote{Make the change that you want to see in the world.}