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$
|
||||
%
|
||||
%
|
||||
% SKILLS
|
||||
\section{skills}
|
||||
% PROGRAMMING
|
||||
\section{programming}
|
||||
\hlight
|
||||
\begin{sortedlist}
|
||||
$for(skills)$
|
||||
\sortitem{$skills$}
|
||||
$for(programming)$
|
||||
\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$
|
||||
\end{sortedlist}
|
||||
\end{flushleft}
|
||||
|
Loading…
Reference in New Issue
Block a user