CV & resume style collection

Twenty Seconds Style CV

A colored sidebar CV with TikZ progress circles for skill levels beside a clean experience column.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Twenty Seconds Style CV template
\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}

In the app: open the New Project gallery, install the CV & resume style collection pack under "Get more templates", and this template appears with a live preview and one-click project creation. Compilation runs locally on the bundled engine.