\documentclass[10pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{red} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
% adjust the page margins
\usepackage[scale=0.75]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
% personal data
\name{Betányeli}{Bravo}
%\title{Resumé title} % optional, remove / comment the line if not wanted
\address{Pablo Neruda 3276}{Puente Alto}{Santiago de Chile}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
\phone[mobile]{+56~(9)~7280~1296}
\email{betangelii@gmail.com} % optional, remove / comment the line if not wanted
\homepage{www.linkedin.com/in/betanyeli-bravo} % optional, remove / comment the line if not wanted
\extrainfo{https://github.com/betanyeli}
\quote{Front-End Developer y Técnico en Administración, enfocada a la implementación de propuestas útiles en el campo del desarrollo web y administrativo. Profesional comprometida con la investigación, adaptabilidad y trabajo en equipo }
\begin{document}
\makecvtitle
\section{Formación Profesional}
\cventry{2013-2015}{Técnico en Administración, Mención Contabilidad}{Instituto Universitario de Tecnología Pedro Emilio Coll}{Puerto Ordaz, Venezuela}{\textit{}}{} % arguments 3 to 6 can be left empty
\cventry{2019}{Front-end Developer}{Laboratoria}{Santiago de Chile}{\textit{}}{} % arguments 3 to 6 can be left empty
%\section{Master thesis}
%\cvitem{title}{\emph{Title}}
%\cvitem{supervisors}{Supervisors}
%\cvitem{description}{Short thesis abstract}
\section{Experiencia Laboral}
%\subsection{Vocational}
\cventry{2017-2019}{Vendedora multifuncional}{Bombones Varsovienne, S.A.}{Santiago de Chile}{}{Operaciones de venta, manejo de valores e inventario de productos }
\cventry{2016-2017}{Jefa de Local}{Gemajo, S.A.}{Santiago de Chile}{}{Manejo de valores, asignación de turnos, inventario de productos y funciones administrativas }
\cventry{2013-2015}{Analista de Admisión}{Hospital de Clínicas Caroní, C.A.}{Puerto Ordaz, Venezuela}{}{Admisión de pacientes, cálculo de costos y prestaciones médicas,
manejo de valores, actualización de registro, ofrecer guía y apoyo a familiares y pacientes,
labores administrativas. }
\cventry{2011-2013}{Aprendiz farmacéutico}{Farmacia Hospifarma, C.A.}{Puerto Ordaz, Venezuela}{}{Atención y orientación al cliente, manejo de valores,
manejo y control de bodega, elaboración de informes
periódicos. }
\section{Habilidades técnicas}
\cvitemwithcomment{Frontend}{JavaScript, ReactJs, Html, Css}{}
\cvitemwithcomment{Backend}{NodeJs, Firebase, NPM}{}
\cvitemwithcomment{Misceláneos}{Visual Studio Code, Manejo de Apis. ERP administrativos }{}
\section{Proyectos}
\cvitemwithcomment{NoMore}{WebApp enfocada a mujeres que sufrieron violencia psicológica.}{JavaScript y Firebase}
\cvitemwithcomment{BB-MdLinks}{Librería de NPM, desplegable en entorno de NodeJs.}{JavaScript, NodeJs, Fetch}
\cvitemwithcomment{Burger Queen}{WebApp de pedidos en restaurant.}{ReactJs, JavaScript, Firebase}
\cvitemwithcomment{Me Muevo}{Propuesta de implementación de página web para Fundación.}{ReactJs, JavaScript, Firebase}
\clearpage
%----- letter ---------------------------------------------------------
% recipient data
\end{document}
%% end of file `template.tex'.