Categorize the Technologies section

This commit is contained in:
coolneng 2025-11-07 00:59:46 +01:00
parent 7857d91ba0
commit 9fca18d200
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
5 changed files with 29 additions and 20 deletions

Binary file not shown.

View File

@ -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.

View File

@ -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)"

View File

@ -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$