Add programming, technologies and courses sections
This commit is contained in:
parent
8b135f6109
commit
1a1aff5f0f
27
template.tex
27
template.tex
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user