% Class
% =====
\documentclass{article}
% Packages
% ========
\usepackage{
geometry, % Page Layout
array, % Tables
parskip, % Paragraphs
ragged2e, % Text Alignment
enumitem, % Bullet Points
fontspec, % Font Commands
xifthen, % Conditionals
comment, % Block Comments
}
% Hyperlinks
\usepackage[
colorlinks=false,
allbordercolors={0 0 0},
pdfborder={0 0 0},
pdfborderstyle={/S/U/W 1}
]{hyperref}
% Configuration
% =============
\input{configuration.tex}
% Commands and Environments
% =========================
\input{commands.tex}
% Document
% ========
\begin{document}
% Load Information
\input{content/information.tex}
% Header
\header
% Load Content
\input{content/employment.tex}
\input{content/projects.tex}
\input{content/education.tex}
\input{content/skills.tex}
\end{document}

PDF Preview
Create an account to compile and preview