Skip to content

Commit

Permalink
feat: add education section
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierwilkinson committed Oct 24, 2021
1 parent b26b8af commit e9bda8d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@
\author{[email protected]\\+447931405305}
\date{} % Don't show a date

% Define table style
\newcolumntype{L}{>{\raggedleft}p{0.15\textwidth}}
\newcolumntype{R}{p{0.7\textwidth}}
\definecolor{lightgray}{gray}{0.8}
\newcommand\VerticalRule{\color{lightgray}\vrule width 0.5pt}

\begin{document}
\maketitle

\section*{Education}
\begin{tabular}{L!{\VerticalRule}R}
2009--2013 & {\bf University of Bristol} \\
& BSc in Physics \\

& \\

2003--2009 & {\bf Bedales School} \\
& A-level: AAB (Mathematics, Physics, Chemistry) \\
& AS-level: AAA (Further Mathematics, Economics, Information Technology) \\
\end{tabular}

\end{document}

0 comments on commit e9bda8d

Please sign in to comment.