Categorize the Technologies section
This commit is contained in:
parent
7857d91ba0
commit
9fca18d200
Binary file not shown.
@ -67,7 +67,7 @@ certifications:
|
||||
- name: ITIL v4
|
||||
score: 37/40
|
||||
|
||||
technologies:
|
||||
skills:
|
||||
- category: Programming languages
|
||||
items:
|
||||
- Python
|
||||
@ -77,26 +77,30 @@ technologies:
|
||||
- PHP
|
||||
- Shell scripting
|
||||
- PL/SQL
|
||||
- category: Tools
|
||||
- category: DevOps
|
||||
items:
|
||||
- \LaTeX
|
||||
- Git
|
||||
- SQL
|
||||
- ZFS
|
||||
- Docker
|
||||
- Nginx
|
||||
- Nix
|
||||
- Prometheus
|
||||
- Grafana
|
||||
- JIRA
|
||||
- Service Now
|
||||
- category: Tools
|
||||
items:
|
||||
- SQL
|
||||
- \LaTeX
|
||||
- Nix
|
||||
- ZFS
|
||||
- Prometheus
|
||||
- Grafana
|
||||
- category: Platforms
|
||||
items:
|
||||
- Linux
|
||||
- FreeBSD
|
||||
- DragonFlyBSD
|
||||
- Android
|
||||
- NixOS
|
||||
- Arduino
|
||||
- Android
|
||||
|
||||
projects:
|
||||
- "Telegram bot to notify students of COVID-19 cases (Python)"
|
||||
|
||||
Binary file not shown.
@ -69,7 +69,7 @@ certifications:
|
||||
- name: ITIL v4
|
||||
score: 37/40
|
||||
|
||||
technologies:
|
||||
skills:
|
||||
- category: Langages de programmation
|
||||
items:
|
||||
- Python
|
||||
@ -79,26 +79,30 @@ technologies:
|
||||
- PHP
|
||||
- Shell scripting
|
||||
- PL/SQL
|
||||
- category: Outils
|
||||
- category: DevOps
|
||||
items:
|
||||
- \LaTeX
|
||||
- Git
|
||||
- SQL
|
||||
- ZFS
|
||||
- Docker
|
||||
- Nginx
|
||||
- Nix
|
||||
- Prometheus
|
||||
- Grafana
|
||||
- JIRA
|
||||
- Service Now
|
||||
- category: Outils
|
||||
items:
|
||||
- SQL
|
||||
- \LaTeX
|
||||
- Nix
|
||||
- ZFS
|
||||
- Prometheus
|
||||
- Grafana
|
||||
- category: Plateformes
|
||||
items:
|
||||
- Linux
|
||||
- FreeBSD
|
||||
- DragonFlyBSD
|
||||
- Android
|
||||
- NixOS
|
||||
- Arduino
|
||||
- Android
|
||||
|
||||
projects:
|
||||
- "Bot Telegram pour avertir les étudiants des cas de COVID-19 (Python)"
|
||||
|
||||
@ -86,11 +86,12 @@ $endfor$
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Technologies}}
|
||||
{\section{Technologies}}
|
||||
$for(technologies)$
|
||||
\cvline{$technologies.category$}{
|
||||
$for(skills)$
|
||||
\subsection{$skills.category$}
|
||||
\cvitem{}{
|
||||
\begin{itemize*}[label=, itemjoin={{,}}]
|
||||
$for(technologies.items)$
|
||||
\item{$technologies.items$}
|
||||
$for(skills.items)$
|
||||
\item{$skills.items$}
|
||||
$endfor$
|
||||
\end{itemize*}}
|
||||
$endfor$
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user