cv: common: skills overhaul
It is not recommended to grade your skills on your CV, so I both removed the grading aspect, and made subsections to categorise the different kinds of skills I am listing.
This commit is contained in:
parent
e4becf3d8e
commit
418507def6
2 changed files with 84 additions and 48 deletions
|
|
@ -44,32 +44,37 @@
|
|||
% SKILLS
|
||||
%-------------------------------------------------------------------------------
|
||||
|
||||
% Skill bar section, each skill must have a value between 0 an 6 (float)
|
||||
\skills{%
|
||||
{
|
||||
\enfr
|
||||
{Algorithms \& Data Stuctures}
|
||||
{Algorithmes \& Structures de Données}
|
||||
/5
|
||||
},%
|
||||
{Docker/3},%
|
||||
{Git/5.5},%
|
||||
{Bash/4},%
|
||||
{Caml/2},%
|
||||
{SQL/4.5},%
|
||||
{Java/4},%
|
||||
{Python/5},%
|
||||
{C/4.6},%
|
||||
{Rust/4.6},%
|
||||
{C++/5}%
|
||||
% Skill section
|
||||
\programminglanguages{%
|
||||
{C++},%
|
||||
{Rust},%
|
||||
{C},%
|
||||
{Python},%
|
||||
{Java},%
|
||||
{SQL},%
|
||||
{Caml},%
|
||||
{Bash}%
|
||||
}
|
||||
|
||||
\skillstext{%
|
||||
{\enfr{Independent}{Indépendant} / 5 \newline},%
|
||||
{\enfr{Team work}{Travail d'équipe} / 5 \newline},%
|
||||
{Microsoft Office / 4 \newline},%
|
||||
{Linux \& UNIX / 4.5 \newline}%
|
||||
} % Same thing, without the progress bar
|
||||
\programmingskills{%
|
||||
{\enfr {Algorithms}{Algorithmes}},%
|
||||
{\enfr{Data Stuctures}{Structures de Données}},%
|
||||
{\enfr{Parallel Programming}{Programmation Parallèle}}%
|
||||
}
|
||||
|
||||
\techskills{%
|
||||
{Linux \& UNIX},%
|
||||
{Git},%
|
||||
{Docker},%
|
||||
{CI/CD},%
|
||||
{Jupyter Notebook},%
|
||||
{Microsoft Office}%
|
||||
}
|
||||
|
||||
\softskills{%
|
||||
{\enfr{Independent}{Indépendant}},%
|
||||
{\enfr{Team work}{Travail d'équipe}}%
|
||||
}
|
||||
|
||||
\makeprofile % Print the sidebar
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue