CV & resume style collection

Hipster Style CV

A playful two column CV with hand drawn TikZ contact glyphs and a timeline of experience.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Hipster Style CV template
\documentclass[10pt,a4paper]{article}
\usepackage[margin=0.6in]{geometry}
\usepackage{paracol}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\definecolor{accent}{HTML}{B5651D}
\definecolor{ink}{HTML}{2B2118}
\setlist[itemize]{leftmargin=1.1em, itemsep=1pt, topsep=2pt, parsep=0pt}
\newcommand{\sect}[1]{\vspace{8pt}{\color{accent}\Large\bfseries #1}\\[-4pt]{\color{accent}\rule{\linewidth}{1.2pt}}\\[4pt]}
\newcommand{\iconmail}{\begin{tikzpicture}[scale=0.13, line width=1.6pt, color=accent]\draw (0,0) rectangle (2,1.4); \draw (0,1.4) -- (1,0.5) -- (2,1.4);\end{tikzpicture}}
\newcommand{\iconphone}{\begin{tikzpicture}[scale=0.13, line width=1.6pt, color=accent]\draw[rounded corners=2pt] (0,0) rectangle (0.9,1.6); \filldraw (0.45,0.2) circle (0.08);\end{tikzpicture}}
\newcommand{\iconpin}{\begin{tikzpicture}[scale=0.13, line width=1.6pt, color=accent]\draw (0,0.9) circle (0.55); \draw (-0.32,0.5) -- (0,-0.4) -- (0.32,0.5);\end{tikzpicture}}
\pagestyle{empty}

\begin{document}

{\Huge\bfseries\color{ink} Oliver Finch}\\[2pt]
{\Large\color{accent} Illustrator and Front-end Developer}

\vspace{8pt}
\columnratio{0.32}
\begin{paracol}{2}

\sect{Contact}
\iconmail~{\small [email protected]}\\[4pt]
\iconphone~{\small +44 7700 900123}\\[4pt]
\iconpin~{\small Bristol, UK}

\sect{Skills}
\begin{itemize}
  \item Illustration and iconography
  \item HTML, CSS, JavaScript
  \item Svelte, Astro
  \item Screen printing
\end{itemize}

\sect{Education}
\textbf{B.A. Illustration}\\
University of the West of England\\
{\small 2014 -- 2017}

\switchcolumn

\sect{Experience Timeline}
\begin{tikzpicture}
  \draw[accent, line width=1.4pt] (0,0) -- (0,-5.2);
  \filldraw[accent] (0,0) circle (2.2pt);
  \node[align=left, text width=4in, anchor=north west] at (0.2,0.15) {\textbf{2022 -- present} \quad Front-end Developer and Illustrator, Hearth Studio\\ {\small Design and build small marketing sites, drawing every custom icon and illustration in house.}};
  \filldraw[accent] (0,-2.1) circle (2.2pt);
  \node[align=left, text width=4in, anchor=north west] at (0.2,-1.95) {\textbf{2019 -- 2022} \quad Front-end Developer, Kettle and Vine\\ {\small Rebuilt the marketing site in Svelte, cutting load time in half.}};
  \filldraw[accent] (0,-3.9) circle (2.2pt);
  \node[align=left, text width=4in, anchor=north west] at (0.2,-3.75) {\textbf{2017 -- 2019} \quad Freelance Illustrator\\ {\small Delivered editorial illustrations for six independent magazines.}};
\end{tikzpicture}

\sect{Selected Clients}
Kettle and Vine, Hearth Studio, The Bristol Quarterly, Fernbank Coffee

\end{paracol}

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