Comment out Experience section

This commit is contained in:
coolneng 2019-07-01 22:22:33 +02:00
parent ae4607d153
commit 86ce3e8cb9
1 changed files with 32 additions and 33 deletions

View File

@ -281,38 +281,38 @@ $endfor$
% %
% %
\begin{minipage}[t]{0.64\textwidth} \begin{minipage}[t]{0.64\textwidth}
\section{experience} %\section{experience}
% %%
\setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep} %\setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
\setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep} %\setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
% %%
% POSITIONS %% POSITIONS
\begin{tabular}{@{}p{\hwide}p{\hwideright}} %\begin{tabular}{@{}p{\hwide}p{\hwideright}}
\arrayrulecolor{light-gray} %\arrayrulecolor{light-gray}
$for(experience)$ %$for(experience)$
\parbox[t][][t]{\hwide}{% %\parbox[t][][t]{\hwide}{%
\raggedright %\raggedright
\company{$experience.company$}\\ %\company{$experience.company$}\\
\vspace{\buffer} %\vspace{\buffer}
\lightfont{% %\lightfont{%
$experience.years.start$ \textendash{} $experience.years.end$\\ %$experience.years.start$ \textendash{} $experience.years.end$\\
$if(experience.location)$ %$if(experience.location)$
$experience.location$\\ %$experience.location$\\
$endif$ %$endif$
\vspace{\buffer}} %\vspace{\buffer}}
$if(experience.group)$ %$if(experience.group)$
\lightsmall{\emph{$experience.group$}}% %\lightsmall{\emph{$experience.group$}}%
$endif$ %$endif$
} & % %} & %
\parbox[t][][t]{\hwideright}{% %\parbox[t][][t]{\hwideright}{%
\raggedright %\raggedright
\position{$experience.position$}\\ %\position{$experience.position$}\\
\vspace{\buffer} %\vspace{\buffer}
\lightsmall{$experience.description$} %\lightsmall{$experience.description$}
}\\ %}\\
\spacerule %\spacerule
$endfor$ %$endfor$
\end{tabular} %\end{tabular}
% LANGUAGES % LANGUAGES
\section{languages} \section{languages}
@ -321,7 +321,6 @@ $endfor$
$for(languages)$ $for(languages)$
\emphasized{$languages.language$} -- \lightbf{$languages.proficiency$} \\ \emphasized{$languages.language$} -- \lightbf{$languages.proficiency$} \\
\smallskip \smallskip
%
$endfor$ $endfor$
% %
%\section{publications} %\section{publications}