CV & resume style collection
Friggeri Style CV
A dark header band above a three column aside for skills, languages and interests, in the Friggeri CV spirit.
LaTeXCC0-1.0
Open in Oleafly (free)View in the catalog

\documentclass[10pt,a4paper]{article}
\usepackage[margin=0.6in]{geometry}
\usepackage{paracol}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\definecolor{darknavy}{HTML}{1B2A4A}
\definecolor{accent}{HTML}{D98E04}
\setlist[itemize]{leftmargin=1.1em, itemsep=1pt, topsep=2pt, parsep=0pt}
\newcommand{\asidehead}[1]{{\color{darknavy}\bfseries #1}\\[-3pt]{\color{accent}\rule{0.9\linewidth}{1pt}}\\[3pt]}
\newcommand{\sect}[1]{\vspace{8pt}{\color{darknavy}\Large\bfseries #1}\\[-4pt]{\color{accent}\rule{\linewidth}{1.4pt}}\\[3pt]}
\pagestyle{empty}
\begin{document}
\noindent
\begin{tikzpicture}
\node[fill=darknavy, text width=\linewidth, inner sep=14pt, align=left, text=white] {
{\Huge\bfseries Lucas Moreau}\\[3pt]
{\Large Full-Stack Developer}\\[5pt]
{\small [email protected] \quad Paris, France \quad github.com/lmoreau}
};
\end{tikzpicture}
\vspace{10pt}
\begin{paracol}{3}
\asidehead{Skills}
\begin{itemize}
\item TypeScript, Node.js
\item React, Vue
\item PostgreSQL, Redis
\item Docker, AWS
\end{itemize}
\switchcolumn
\asidehead{Languages}
\begin{itemize}
\item French (native)
\item English (fluent)
\item Spanish (basic)
\end{itemize}
\switchcolumn
\asidehead{Interests}
\begin{itemize}
\item Climbing
\item Board games
\item Open source
\end{itemize}
\end{paracol}
\sect{Experience}
\textbf{Lead Developer}, Rive Gauche Tech \hfill {\small 2022 -- present}
\begin{itemize}
\item Rebuilt the checkout service, reducing p95 latency from 900ms to 210ms.
\item Mentor a team of five and run the weekly architecture review.
\end{itemize}
\textbf{Full-Stack Developer}, Atelier Numerique \hfill {\small 2019 -- 2022}
\begin{itemize}
\item Delivered the client facing dashboard used by 50 agency partners.
\item Introduced automated testing, raising coverage from 20 to 78 percent.
\end{itemize}
\sect{Education}
\textbf{M.Sc. Computer Science}, Universite Paris-Saclay \hfill {\small 2015 -- 2019}
\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.