%% start of file `template.tex'.
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[11pt,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')
% modern themes
\moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{black} % 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...
\usepackage{import}
% personal data
\name{Cesar}{Zayas}
\title{CV} % optional, remove / comment the line if not wanted
\address{3317 Ogalala Ave, San Diego, California, 92117}{}{}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
\phone[mobile]{+1 858 349 5091} % optional, remove / comment the line if not wanted
\phone[fixed]{+1 858 490 9137} % optional, remove / comment the line if not wanted
%\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
\email{zayasc@emmanuel.edu} % optional, remove / comment the line if not wanted
%\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
%\quote{Some quote} % optional, remove / comment the line if not wanted
% to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother
%\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
%----- resume ---------------------------------------------------------
\makecvtitle
\section{Previous Employment}
\vspace{4pt}
\begin{itemize}
\item{\cventry{January 2015--Present}{General Manager of Sales and Marketing}{San Diego Car Rental}{San Diego, CA}{}{\vspace{3pt}Furthered my Customer and Business Management experience through various roles at SDCR. Developed experience with cloud based SaaS programs such as TSD Rental Management, our customer and fleet management service. Improved my customer relation skills, both in person and over the phone, with constant client interaction. Beginning to work on SDCR's marketing which relies on social media outlets primarily, but has also evolved into direct communication with our niche market: San Diego's growing international student population. I travel and develop lasting relationships with local host families, universities, and other English schools to directly connect with clientele and generate repeat business.}}
\vspace{6pt}
\item{\cventry{October 2014--Present}{Manager of Valet Operations}{Saska's Steak and Seafood}{Mission Beach, CA}{}{\vspace{3pt}Promoted to Manager within three weeks of being hired after displaying efficiency in driving and exceptional customer service skills with guests and co-workers alike. Responsible for hiring, firing, and developing my Valet employees to ensure a strong and stable workforce. I instituted and still maintain an organized work schedule for all valet employees on a weekly basis. In the process of raising the valet charge for each incoming car in order to raise weekly revenue by \$200-\$300 and ultimately provide a higher wage for both my employees and myself. }}
\vspace{6pt}
\item{\cventry{September 2014-December 2014}{Sales Associate}{Global Equity Finance}{La Jolla, CA}{}{\vspace{3pt}Worked with Global Equity, a San Diego based Mortgage and Finance Company. Primary tasks included providing warm and qualified leads to executive staff through Call Fire and Shoretell Communication, our Lead Generating programs. Developed customer relation and management skills through the use of Global Leader, our proprietary CRM software. Followed data analysis and tracking of customer information throughout the duration of the Loan Process. Continually assessed leads in Global Leader to determine the quality of customers being contacted. Improved upon customer service and over-the-phone communication skills by constantly personalizing and building rapport with each customer. }}
\end{itemize}
\section{Education}
\begin{itemize}
\item{\cventry{2010--2014}{Global Studies and International Relations }{Emmanuel College}{Boston, MA}{\textit{Spanish Certificate}}{}}
Senior Thesis: Virtual Water and Hydro-Politics: Impacts on the Middle East
Coursework and Clubs: Model United Nations, Admissions Ambassador Program
\end{itemize}
\section{Technical and Personal skills}
\begin{itemize}
\vspace{6pt}
\item \textbf{Industry Software Skills:} Global Leader (CRM), Shoretell Communications, Callfire, Constant Contact, Microsoft Office, TSD Rental (SaaS).
\vspace{6pt}
\item \textbf{Other:} Fluent in reading, writing, and speaking Spanish at a business level.
\end{itemize}
% Publications from a BibTeX file without multibib
% for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
% to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
\nocite{*}
\bibliographystyle{plain}
\bibliography{publications} % 'publications' is the name of a BibTeX file
% Publications from a BibTeX file using the multibib package
%\section{Publications}
%\nocitebook{book1,book2}
%\bibliographystylebook{plain}
%\bibliographybook{publications} % 'publications' is the name of a BibTeX file
%\nocitemisc{misc1,misc2,misc3}
%\bibliographystylemisc{plain}
%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
%----- letter ---------------------------------------------------------
\end{document}
%% end of file `template.tex'.