Simplify technologies section
This commit is contained in:
parent
6d18cafd8e
commit
d0b7954886
Binary file not shown.
|
@ -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.
|
@ -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
|
||||
|
|
|
@ -57,26 +57,14 @@ $endfor$
|
|||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Technologies}}
|
||||
{\section{Tecnologías}}
|
||||
\cvline{Programming languages}{
|
||||
$for(technologies.programming)$
|
||||
\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)$
|
||||
\cvline{$technologies.category$}{
|
||||
\begin{itemize*}[label=, itemjoin={{,}}]
|
||||
$for(technologies.items)$
|
||||
\item{$technologies.items$}
|
||||
$endfor$
|
||||
\end{itemize*}}
|
||||
$endfor$
|
||||
|
||||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
|
|
Loading…
Reference in New Issue