twentysecond: add command for languages in sidebar
This commit is contained in:
parent
a7018ad818
commit
dac58b133f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue