Update resume
This commit is contained in:
@@ -300,7 +300,7 @@
|
||||
|
||||
% Render author's mobile phone (optional)
|
||||
% Usage: \smartphone{<mobile phone number>}
|
||||
\newcommand*\smartphone[1]{\socialtext{\mobileSymbol}{#1}}
|
||||
\newcommand*\smartphone[1]{\sociallink{\mobileSymbol}{tel:#1}{#1}}
|
||||
|
||||
% Render author's tagline
|
||||
\newcommand\resumetitle[1]{
|
||||
@@ -508,6 +508,15 @@
|
||||
\\*
|
||||
}
|
||||
|
||||
\newcommand\projectNoLink[5]{
|
||||
\begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em}
|
||||
\textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\
|
||||
#3\smallskip
|
||||
\footnotesize{\foreach \n in {#4}{\cvtag{\n}}}\\
|
||||
\end{minipage}
|
||||
\\*
|
||||
}
|
||||
|
||||
\newcommand\responsibility[3]{
|
||||
\begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em}
|
||||
\textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\
|
||||
@@ -516,6 +525,8 @@
|
||||
\\*
|
||||
}
|
||||
|
||||
\newcommand\award \responsibility
|
||||
|
||||
|
||||
\newcommand*\twocolumnsection[2]{
|
||||
\begin{minipage}[t]{\dimexpr(\linewidth/2) - 3em}
|
||||
|
||||
Reference in New Issue
Block a user