Move Education section to the right side
This commit is contained in:
parent
c336d25f7b
commit
ebf4683469
|
@ -224,24 +224,6 @@
|
||||||
\end{flushleft}
|
\end{flushleft}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
%
|
|
||||||
%
|
|
||||||
% EDUCATION
|
|
||||||
\section{education}
|
|
||||||
%
|
|
||||||
%\setlength{\parskip}{1mm}
|
|
||||||
$for(education)$
|
|
||||||
\lightbf{$education.year$} \\
|
|
||||||
\smallskip
|
|
||||||
\emphasized{$education.degree$} \\
|
|
||||||
\emphasized{$education.focus$} \\
|
|
||||||
\smallskip
|
|
||||||
\lightfont{\textbf{$education.institution$} \\
|
|
||||||
\emph{$education.department$}} \\ %
|
|
||||||
%
|
|
||||||
\bigskip %
|
|
||||||
$endfor$
|
|
||||||
%
|
|
||||||
%
|
%
|
||||||
% PROGRAMMING
|
% PROGRAMMING
|
||||||
\section{programming}
|
\section{programming}
|
||||||
|
@ -253,6 +235,7 @@ $endfor$
|
||||||
\end{sortedlist}
|
\end{sortedlist}
|
||||||
|
|
||||||
% TECHNOLOGIES
|
% TECHNOLOGIES
|
||||||
|
%
|
||||||
\section{technologies}
|
\section{technologies}
|
||||||
\hlight
|
\hlight
|
||||||
\begin{sortedlist}
|
\begin{sortedlist}
|
||||||
|
@ -262,6 +245,7 @@ $endfor$
|
||||||
\end{sortedlist}
|
\end{sortedlist}
|
||||||
|
|
||||||
% COURSES
|
% COURSES
|
||||||
|
%
|
||||||
\section{courses}
|
\section{courses}
|
||||||
\hlight
|
\hlight
|
||||||
\begin{sortedlist}
|
\begin{sortedlist}
|
||||||
|
@ -281,6 +265,24 @@ $endfor$
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
\begin{minipage}[t]{0.64\textwidth}
|
\begin{minipage}[t]{0.64\textwidth}
|
||||||
|
% EDUCATION
|
||||||
|
\section{education}
|
||||||
|
\setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
|
||||||
|
\setlength{\hwideright}{\dimexpr\hwide+5\tabcolsep}
|
||||||
|
%
|
||||||
|
\setlength{\parskip}{1mm}
|
||||||
|
$for(education)$
|
||||||
|
\lightbf{$education.year$} \\
|
||||||
|
\smallskip
|
||||||
|
\emphasized{$education.degree$} \\
|
||||||
|
\emphasized{$education.focus$} \\
|
||||||
|
\smallskip
|
||||||
|
\lightfont{\textbf{$education.institution$} \\
|
||||||
|
\emph{$education.department$}} \\ %
|
||||||
|
%
|
||||||
|
\bigskip %
|
||||||
|
$endfor$
|
||||||
|
%
|
||||||
%\section{experience}
|
%\section{experience}
|
||||||
%%
|
%%
|
||||||
%\setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
|
%\setlength{\hwide}{\dimexpr.5\hsize-4\tabcolsep}
|
||||||
|
|
Loading…
Reference in New Issue