%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Template: Curriculum Vitae
%
% Source: http://www.howtotex.com/
% Feel free to distribute this template, but please keep the
% referal to HowToTeX.com.
% Date: July 2011
% 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% How to use writeLaTeX: 
%
% You edit the source code here on the left, and the preview on the
% right shows you the result within a few seconds.
%
% Bookmark this page and share the URL with your co-authors. They can
% edit at the same time!
%
% You can upload figures, bibliographies, custom classes and
% styles using the files menu.
%
% If you're new to LaTeX, the wikibook is a great place to start:
% http://en.wikibooks.org/wiki/LaTeX
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[paper=a4,fontsize=12pt]{scrartcl} % KOMA-article class
							
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[protrusion=true,expansion=true]{microtype}
\usepackage{amsmath,amsfonts,amsthm}     % Math packages
\usepackage{graphicx}                    % Enable pdflatex
\usepackage[svgnames]{xcolor}            % Colors by their 'svgnames'
\usepackage{geometry}
	\textheight=700px                    % Saving trees ;-)
\usepackage{url}
\usepackage{multicol}
\usepackage{hyperref}
\usepackage{paracol}
\frenchspacing              % Better looking spacings after periods
\pagestyle{empty}           % No pagenumbers/headers/footers
%%% Custom sectioning (sectsty package)
%%% ------------------------------------------------------------
\usepackage{sectsty}
\sectionfont{%			            % Change font of \section command
	\usefont{OT1}{phv}{b}{n}%		% bch-b-n: CharterBT-Bold font
	\sectionrule{0pt}{0pt}{-5pt}{3pt}}
%%% Macros
%%% ------------------------------------------------------------
\newlength{\spacebox}
\settowidth{\spacebox}{8888888888}			% Box to align text
\newcommand{\sepspace}{\vspace*{1em}}		% Vertical space macro
\newcommand{\MyName}[1]{ % Name
		\Huge \usefont{OT1}{phv}{b}{n} \hfill #1
		\par \normalsize \normalfont}
		
\newcommand{\MySlogan}[1]{ % Slogan (optional)
		\large \usefont{OT1}{phv}{m}{n}\hfill \textit{#1}
		\par \normalsize \normalfont}
\newcommand{\NewPart}[1]{\section*{\uppercase{#1}}}
\newcommand{\PersonalEntry}[2]{
		\noindent\hangindent=2em\hangafter=0 % Indentation
		\parbox{\spacebox}{        % Box to align text
		\textit{#1}}		       % Entry name (birth, address, etc.)
		\hspace{1.5em} #2 \par}    % Entry value
\newcommand{\SkillsEntry}[2]{      % Same as \PersonalEntry
		\noindent\hangindent=2em\hangafter=0 % Indentation
		\parbox{\spacebox}{        % Box to align text
		\textit{#1}}			   % Entry name (birth, address, etc.)
		\hspace{1.5em} #2 \par}    % Entry value	
		
\newcommand{\EducationEntry}[4]{
		\noindent \textbf{#1} \hfill      % Study
		\colorbox{Black}{%
			\parbox{6em}{%
			\hfill\color{White}#2}} \par  % Duration
		\noindent \textit{#3} \par        % School
		\noindent\hangindent=2em\hangafter=0 \small #4 % Description
		\normalsize \par}
\newcommand{\WorkEntry}[4]{				  % Same as \EducationEntry
		\noindent \textbf{#1} \hfill      % Jobname
		\colorbox{Black}{\color{White}#2} \par  % Duration
		\noindent \textit{#3} \par              % Company
		\noindent\hangindent=2em\hangafter=0 \small #4 % Description
		\normalsize \par}
%%% Begin Document
%%% ------------------------------------------------------------
\begin{document}
% you can upload a photo and include it here...
%\begin{wrapfigure}{l}{0.5\textwidth}
%	\vspace*{-2em}
%		\includegraphics[width=0.15\textwidth]{photo}
%\end{wrapfigure}
\title{cesar_pino_cv}
\MyName{César Augusto Pino Sandoval}
\MySlogan{Curriculum Vitae}
\sepspace
%%% Personal details
%%% ------------------------------------------------------------
\NewPart{Personal details}{}
\PersonalEntry{Birth}{Marzo 18, 1989}
\PersonalEntry{Address}{18a Street \# 56-20 Apt-L547, Cali, Colombia}
\PersonalEntry{Phone}{+57 (321) 6961636}
\PersonalEntry{Mail}{cesarpino547@gmail.com}
%%% Education
%%% ------------------------------------------------------------
\NewPart{Education}{}
\EducationEntry{Degree in Electronic Engineering }{2006-2012}{Universidad del Valle}
\sepspace
\EducationEntry{Thesis Degree}{2012}{Universidad del Valle}
{Hardware implementation of the 5 selected algorithms for the SHA-3 competition}
%%% Work experience
%%% ------------------------------------------------------------
\NewPart{Work experience}{}
\EducationEntry{Web Developer(Backend and Frontend)}{2013-present}{InQbation, Full-time}{Development and customization of plugins on Drupal and Wordpress. QA development. GIT. Backend development for internal projects on Django. Frontend development for internal project on JavaScript (AngularJS). Scrum methodology}
\sepspace
\EducationEntry{Web Developer}{2012-2013}{Himalaya Digital Agency, Full-time}{Development and customization of plugins on Joomla. Backend development on codeigniter. Template Implementation for joomla}
\sepspace
\EducationEntry{Teacher Assistant}{2008-2012}{Universidad Del Valle (Digital Systems II)}{Tests califications assistance, and tests design}
%%% Skills
%%% ------------------------------------------------------------
\NewPart{Skills}{}
\SkillsEntry{Languages}{Spanish (Native)}
\SkillsEntry{}{English (Verbal communication, writing and reading Advance)}
\sepspace
\begin{paracol}{2}
\PersonalEntry{Programing Languages}{}
\switchcolumn
\begin{description}
  \item[Python] 2 Years
  \item[JavaScript] 5 Years
  \item[HTML5] 3 Years
  \item[CSS3] 4 Years
  \item[Java] 3 Years (proficient)
  \item[SQL] 7 Years
  \item[PHP] 6 Years
\end{description}
\end{paracol}
\begin{paracol}{2}
\PersonalEntry{DataBases}{}
\switchcolumn
\begin{description}
  \item[MongoDB] Intermediate
  \item[SQL] Intermediate
\end{description}
\end{paracol}
\begin{paracol}{2}
\PersonalEntry{Frameworks}{}
\switchcolumn
\begin{description}
  \item[Drupal] Intermediate
  \item[Scrapy] Expert (Web scraping framework)
  \item[Django] Intermediate
  \item[Codeigniter] Expert
  \item[AngularJS] Expert
\end{description}
\end{paracol}
\SkillsEntry{Operative Systems}{\textsc{Linux (User)}(Advance)}
\sepspace
\SkillsEntry{Control Version System}{\textsc{Git}.}
\sepspace
\SkillsEntry{Development Tools}{\textsc{Grunt}(Beginner), \textsc{Bower}(Expert), \textsc{Yeoman}(Beginner).}
%%% References
%%% ------------------------------------------------------------
\NewPart{References}{}
\emph{\textsc{Job References}}
\begin{multicols}{2}
\emph{Paola Andrea García Cadavid}
\begin{description}
  \item[Job Description] Web Developer
  \item[Email] estarguars113@gmail.com
  \item[Tel]  3136338181
\end{description} 
\columnbreak
\emph{Veronica Ramirez}
\begin{description}
  \item[Job Description] Project Manager, Web Developer
  \item[Email] veronica.ramirez@inqbation.com 
  \item[Tel]  3004825041
\end{description} 
\end{multicols}
\sepspace
\sepspace
\end{document}