diff --git a/twentysecondcv.cls b/twentysecondcv.cls index 49738e7..7b7f31a 100644 --- a/twentysecondcv.cls +++ b/twentysecondcv.cls @@ -111,6 +111,17 @@ } } +% Command for printing skill progress bars +\newcommand\languages[1]{ + \renewcommand{\languages}{ + \begin{flushleft} + \foreach [count=\i] \x/\y in {#1}{ + \x$ : $\y \newline + } + \end{flushleft} + } +} + %------------------------------------------------------------------------------- % SIDEBAR LAYOUT %------------------------------------------------------------------------------- @@ -165,6 +176,11 @@ %------------------------------------------------ + \profilesection{Languages} + \languages + + %------------------------------------------------ + \profilesection{Skills} \skills