diff options
Diffstat (limited to 'yaac-another-awesome-cv.cls')
-rwxr-xr-x | yaac-another-awesome-cv.cls | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 42f34d7..2165c9f 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -167,9 +167,9 @@ % Font Awesome icons aliases \newcommand{\mailSymbol}{\faAt} -\newcommand{\locationSymbol}{\faMapMarker} +\newcommand{\locationSymbol}{\faMapMarker*} \newcommand{\infoSymbol}{\faInfo} -\newcommand{\linkedinSymbol}{\faLinkedin} +\newcommand{\linkedinSymbol}{\faLinkedinIn} \newcommand{\viadeoSymbol}{\faViadeo} \newcommand{\mobileSymbol}{\faMobile*} \newcommand{\githubSymbol}{\faGithub} @@ -250,7 +250,7 @@ % Render a website link (optional) % Usage: \website{<website name>}{<website adress>} -\newcommand*{\website}[2]{\sociallink{\faExternalLink*}{#1}{#2}} +\newcommand*{\website}[2]{\sociallink{\faLink}{#1}{#2}} % Render author's mobile phone (optional) % Usage: \smartphone{<mobile phone number>} @@ -428,12 +428,12 @@ % {<link1> <link2>} % {<Project description>} % {<techno1>,<techno2>} -\newcommand\project[5]{ +\newcommand\project[4]{ \begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em} \textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\ #3\\ #4\smallskip\\ - \footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\ + %\footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\ \end{minipage} \\* } @@ -466,5 +466,16 @@ \quad \faPhone & #5 \\ \end{tabular} \end{minipage}% + } + +\newcommand*\refereeMailOnly[4]{ + \hspace{1em} + \begin{minipage}[t]{\dimexpr(\linewidth/3) - 3em} + \begin{tabular}{>{}l >{}l} + \multicolumn{2}{l}{\textbf{#1}}\\ + \multicolumn{2}{l}{\emph{#2}, \textsc{#3}}\\ + \quad \mailSymbol & \href{mailto:#4}{#4} \\ + \end{tabular} + \end{minipage}% } |