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"
|
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.
|
@ -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
|
||||||
|
|
|
@ -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}}
|
||||||
|
|
Loading…
Reference in New Issue