Split Education section in two columns

This commit is contained in:
coolneng 2019-07-08 16:35:32 +02:00
parent 1b651b291a
commit 597a7fb4b4
2 changed files with 17 additions and 13 deletions

Binary file not shown.

View File

@ -274,19 +274,23 @@
\setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep} \setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
% %
\setlength{\parskip}{1mm} \setlength{\parskip}{1mm}
\begin{minipage}[b]{\rightwide} \begin{tabular}{@{}p{\hwide}p{\rightwide}}
\arrayrulecolor{light-gray}
$for(education)$ $for(education)$
\parbox[t][][t]{\hwide}{%
\lightfont{$education.years.start$ \textendash{} $education.years.end$} \\ \lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
\smallskip \smallskip
\emphasized{$education.degree$} \\ \emphasized{$education.degree$} \\
\emphasized{$education.focus$} \\
\smallskip \smallskip
\emphasized{$education.focus$} \\
} & %
\parbox[t][][t]{\rightwide}{%
\lightfont{\textbf{$education.institution$} \\ \lightfont{\textbf{$education.institution$} \\
\emph{$education.campus$}} \\ % \emph{$education.campus$}} \\ %
%
\bigskip % \bigskip %
} \\
$endfor$ $endfor$
\end{minipage}% \end{tabular}
% %
%\section{experience} %\section{experience}
%% %%