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" institution: "Université Paris-Sud"
technologies: technologies:
programming: - category: Programming languages
items:
- Python - Python
- C++ - C++
- Nix - Nix
- Java - Java
- PHP - PHP
tools: - category: Tools
items:
- \LaTeX - \LaTeX
- Git - Git
- REST APIs - REST APIs
- SQL - SQL
platforms: - category: Platforms
items:
- Linux - Linux
- FreeBSD - FreeBSD
- DragonFlyBSD - DragonFlyBSD

Binary file not shown.

View File

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

View File

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