Collection de styles de CV et de CV

CV style vingt secondes

Un CV en barre latérale colorée avec des cercles de progression TikZ pour les niveaux de compétence à côté d'une colonne d'expérience propre.

LaTeXCC0-1.0CV et curriculum vitae
Voir dans le catalogue
Première page compilée du modèle CV style vingt secondes
main.tex
\documentclass[10pt,a4paper]{article}
\usepackage[margin=0.5in]{geometry}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\definecolor{accent}{HTML}{0E7C7B}
\setlist[itemize]{leftmargin=1.1em, itemsep=1pt, topsep=2pt, parsep=0pt}
\newcommand{\sect}[1]{\vspace{9pt}{\color{accent}\Large\bfseries #1}\\[-5pt]{\color{accent}\rule{\linewidth}{1.4pt}}\\[3pt]}
\newcommand{\skillcircle}[2]{%
\begin{tikzpicture}[baseline=-0.6ex]
  \draw[white!40, line width=2.5pt] (0,0) circle (0.32);
  \draw[white, line width=2.5pt] (90:0.32) arc (90:{90-3.6*#2}:0.32);
  \node[white, font=\tiny\bfseries] at (0,0) {#2};
\end{tikzpicture}~{\small\color{white} #1}
}
\pagestyle{empty}

\begin{document}

\noindent
\begin{minipage}[t]{2.2in}
\begin{tikzpicture}
\node[fill=accent, text width=2in, inner sep=12pt, align=left, text=white] {
{\LARGE\bfseries Noah Bennett}\\[4pt]
{\large Product Designer}\\[10pt]
{\small [email protected]}\\
{\small Seattle, WA}\\
{\small dribbble.com/noahb}\\[12pt]
{\bfseries\large Skills}\\[6pt]
\skillcircle{Figma}{95}\\[6pt]
\skillcircle{Prototyping}{90}\\[6pt]
\skillcircle{User Research}{80}\\[6pt]
\skillcircle{Front-end}{65}\\[12pt]
{\bfseries\large Languages}\\[4pt]
{\small English (native)}\\
{\small French (conversational)}
};
\end{tikzpicture}
\end{minipage}%
\hspace{0.3in}%
\begin{minipage}[t]{4.1in}

\sect{Experience}
\textbf{Senior Product Designer}, Rainier Digital \hfill {\small 2022 -- present}
\begin{itemize}
  \item Led the redesign of the core booking flow, raising conversion by 19 percent.
  \item Established a shared component library used across four product squads.
\end{itemize}

\textbf{Product Designer}, Sound Interactive \hfill {\small 2019 -- 2022}
\begin{itemize}
  \item Designed the mobile app rated 4.8 stars with over 200000 downloads.
  \item Partnered with engineering to ship a design token pipeline.
\end{itemize}

\sect{Education}
\textbf{B.F.A. Interaction Design}, University of Washington \hfill {\small 2015 -- 2019}

\sect{Selected Work}
\begin{itemize}
  \item Cascade Transit wayfinding kiosk, shortlisted for a regional design award, 2023.
\end{itemize}

\end{minipage}

\end{document}

Dans l'application : ouvrez la galerie Nouveau projet, installez le pack {étiquette} sous "Obtenir plus de modèles", et ce modèle apparaît avec un aperçu en direct et une création de projet en un clic. La compilation s'exécute localement sur le moteur fourni.

Tous les modèles