Simplify technologies section

This commit is contained in:
coolneng 2021-02-20 15:27:55 +01:00
parent 6d18cafd8e
commit d0b7954886
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
5 changed files with 20 additions and 26 deletions

Binary file not shown.

View File

@ -35,18 +35,21 @@ education:
institution: "Université Paris-Sud"
technologies:
programming:
- category: Programming languages
items:
- Python
- C++
- Nix
- Java
- PHP
tools:
- category: Tools
items:
- \LaTeX
- Git
- REST APIs
- SQL
platforms:
- category: Platforms
items:
- Linux
- FreeBSD
- DragonFlyBSD

Binary file not shown.

View File

@ -36,18 +36,21 @@ education:
institution: "Université Paris-Sud"
technologies:
programming:
- category: Lenguajes de programación
items:
- Python
- C++
- Nix
- Java
- PHP
tools:
- category: Herramientas
items:
- \LaTeX
- Git
- REST APIs
- SQL
platforms:
- category: Plataformas
items:
- Linux
- FreeBSD
- DragonFlyBSD

View File

@ -57,26 +57,14 @@ $endfor$
\ifthenelse{\equal{$lang$}{en}}
{\section{Technologies}}
{\section{Tecnologías}}
\cvline{Programming languages}{
$for(technologies.programming)$
$for(technologies)$
\cvline{$technologies.category$}{
\begin{itemize*}[label=, itemjoin={{,}}]
\item{$technologies.programming$}
\end{itemize*}
$endfor$}
\cvline{Tools}{
$for(technologies.tools)$
\begin{itemize*}[label=, itemjoin={{,}}]
\item{$technologies.tools$}
\end{itemize*}
$endfor$}
\cvline{Platforms}{
$for(technologies.platforms)$
\begin{itemize*}[label=, itemjoin={{,}}]
\item{$technologies.platforms$}
\end{itemize*}
$endfor$}
$for(technologies.items)$
\item{$technologies.items$}
$endfor$
\end{itemize*}}
$endfor$
\ifthenelse{\equal{$lang$}{en}}