Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions cvcreator/data/tech_skills.toml
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,16 @@ allowed_labels = [
"Yarn" = ["Tools", "Testing"]
"Zig" = ["Languages"]
"Zustand" = ["Tools"]
"ALSA" = ["Tools"]
"Clang" = ["Tools"]
"GLSL" = ["Language", "Tools"]
"Meson" = ["Tools"]
"Neovim" = ["Editors", "Tools"]
"PyO3" = ["Tools"]
"Smol" = ["Tools"]
"Tokio" = ["Tools"]
"Torch" = ["Tools"]
"V4L2" = ["Tools"]
"WGSL" = ["Tools"]
"Wayland" = ["Tools", "Platforms"]
"ZeroMQ" = ["Tools"]
19 changes: 11 additions & 8 deletions cvcreator/templates/vitae.tex
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
\vspace{0.5cm}
\BLOCK{endif}

\section*{\VAR{titles.section_titles.technical_skills}}{
\section*{\VAR{titles.section_titles.technical_skills}}

\begin{adjustwidth}{-1.25cm}{-1.25cm}
\begin{tabularx}{1\textwidth}{L X}
Expand All @@ -115,21 +115,24 @@ \section*{\VAR{titles.section_titles.technical_skills}}{
\vspace{0.2cm}

\begin{adjustwidth}{0.25cm}{0.25cm}
\VAR{s.description}
\VAR{s.description}
\end{adjustwidth}
\vbox{

\begin{itemize}[itemsep=-0.1cm,topsep=0.2cm]
\BLOCK{for bp in s.bullet_points}
\item \VAR{bp}
\BLOCK{endfor}
\end{itemize}
\BLOCK{if s.bullet_points}
\begin{itemize}[itemsep=-0.1cm,topsep=0.2cm]
\BLOCK{for bp in s.bullet_points}
\item \VAR{bp}
\BLOCK{endfor}
\end{itemize}
\BLOCK{endif}

\BLOCK{if s.url}
\begin{adjustwidth}{0.25cm}{0.25cm}
\textbf{Link}: \href{\VAR{s.url}}{\VAR{s.url}}
\textbf{Link}: \url{\VAR{s.url}}
\end{adjustwidth}
\BLOCK{endif}

\begin{adjustwidth}{0.25cm}{0.25cm}
\textbf{\VAR{tools_title}: }\VAR{s.tools|join(", ")}
\end{adjustwidth}
Expand Down
Loading