Comment out Experience section
This commit is contained in:
parent
ae4607d153
commit
86ce3e8cb9
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue