Add programming, technologies and courses sections

This commit is contained in:
coolneng 2019-07-01 20:24:57 +02:00
parent 8b135f6109
commit 1a1aff5f0f

View File

@ -243,12 +243,31 @@ $for(education)$
$endfor$ $endfor$
% %
% %
% SKILLS % PROGRAMMING
\section{skills} \section{programming}
\hlight \hlight
\begin{sortedlist} \begin{sortedlist}
$for(skills)$ $for(programming)$
\sortitem{$skills$} \sortitem{$programming$}
$endfor$
\end{sortedlist}
% TECHNOLOGIES
\section{technologies}
\hlight
\begin{sortedlist}
$for(technologies)$
\sortitem{$technologies$}
$endfor$
\end{sortedlist}
% COURSES
\section{courses}
\hlight
\begin{sortedlist}
$for(courses)$
\emphasized{$courses.name$} \\
\lightfont{\textbf{$courses.institution$} \\
$endfor$ $endfor$
\end{sortedlist} \end{sortedlist}
\end{flushleft} \end{flushleft}