Skip to content

Commit

Permalink
imported new class file from overleaf
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiq-dev committed Jun 26, 2024
1 parent 903ce55 commit 38245e5
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions src/classes/altacv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,27 @@
}

% v1.1.4: fixes inconsistent font size
\newcommand{\cvevent}[4]{%
\newcommand{\cvevent}[3]{
{\large\color{emphasis}#1\par}
\smallskip\normalsize
\ifstrequal{#2}{}{}{
\textbf{\color{accent}#2}\par
\smallskip}
\ifstrequal{#3}{}{}{{\small\makebox[0.5\linewidth][l]{\faCalendar\hspace{0.5em}#3}}}%
\ifstrequal{#4}{}{}{{\small\makebox[0.5\linewidth][l]{\faMapMarker\hspace{0.5em}#4}}}\par
\ifstrequal{#3}{}{}{
{\normalsize#3}\par
}
\medskip\normalsize
}

\newcommand{\cvCompany}[3]{
{\Large\color{emphasis}\textbf{#1}\par}
\smallskip\large
\ifstrequal{#2}{}{}{
\color{accent}\textit{#2}\par\smallskip
}
\ifstrequal{#3}{}{}{
\normalsize\textit{#3}
}
\medskip\normalsize
}

Expand All @@ -209,7 +222,7 @@

\newcommand{\cvproject}[1]{%
{\textbf{\color{accent}#1}\par}
\smallskip\normalsize
\large\smallskip
}

\newcommand{\cvtag}[1]{%
Expand Down

0 comments on commit 38245e5

Please sign in to comment.