%%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls
% (v1.1.2, 1 February 2017) written by LianTze Lim (liantze@gmail.com). Now compiles with pdfLaTeX, XeLaTeX and LuaLaTeX.
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
%% If you need to pass whatever options to xcolor
\PassOptionsToPackage{dvipsnames}{xcolor}
%% If you are using \orcid or academicons
%% icons, make sure you have the academicons
%% option here, and compile with XeLaTeX
%% or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
\documentclass[10pt,a4paper]{altacv}
%% AltaCV uses the fontawesome and academicon fonts
%% and packages.
%% See texdoc.net/pkg/fontawecome and http://texdoc.net/pkg/academicons for full list of symbols.
%%
%% Compile with LuaLaTeX for best results. If you
%% want to use XeLaTeX, you may need to install
%% Academicons.ttf in your operating system's font
%% folder.
% Change the page layout if you need to
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm}
% Change the font if you want to.
% If using pdflatex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
% If using xelatex or lualatex:
% \setmainfont{Lato}
% Change the colours if you want to
\definecolor{Mulberry}{HTML}{72243D}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\colorlet{heading}{Sepia}
\colorlet{accent}{Mulberry}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
\addbibresource{sample.bib}
\begin{document}
\name{AYUSH KOUL }
\tagline{D.O.B - 08 JUL' 1994}
%\photo{2.8cm}{Globe_High}
\personalinfo{%
% Not all of these are required!
% You can add your own with \printinfo{symbol}{detail}
\email{ayushkoul1994@gmail.com}
\phone{+91-9049770610}
\mailaddress{30/2A, SECTOR-2, DURGA NAGAR, ROOP NAGAR}
\location{JAMMU(J\&K), INDIA}
%\linkedin{linkedin.com/in/ritabhsinguianist}
%\github{github.com/ritabhPhp}
%% You MUST add the academicons option to \documentclass, then compile with LuaLaTeX or XeLaTeX, if you want to use \orcid or other academicons commands.
% \orcid{orcid.org/0000-0000-0000-0000}
}
%% Make the header extend all the way to the right, if you want. Extend the right margin by 8cm (=6.8cm marginparwidth + 1.2cm marginparsep)
\begin{adjustwidth}{}{-8cm}
\makecvheader
\end{adjustwidth}
%% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
%% You can always just use \marginpar{...} if you do
%% not need to align the top of the contents to any
%% \cvsection title in the "main" bar.
\cvsection[page1sidebar]{Experience}
\cvevent{Sales Development Manager}{Byjus-The Learning Application}{June 2018 - Present}{Bangalore}
\begin{itemize}
\item Have led a team of 15 sales executives taking up their revenue responsibility right from their training.
\item Responsible for interviewing, hiring and training employees, as well as organizing and scheduling them.
\item Expert in hiring, as I have an attrition rate of less than 10\%.
%\item IDE- NETBEANS 8.1
\end{itemize}
\divider
\cvevent{Senior Business Development Associate }{Byju's-The Learning Application}{2 September 2017 - 10 June 2018}{BENGALURU}
\begin{itemize}
\item Took individual high target revenue responsibility and have successfully completed every target revenue.
\item Generated a revenue of 65 lacs plus in 10 months during on field conduction.
\item Expert in B To C Sales.
\item Achieved a feat of 100\% conversion rate for continuous 2.5 months with a DRPS of 29000.
\item Started Byju's office in Nagpur during my course of Senior BDA.
\item Have Trained sales employees and guided them in each and every aspect of sales.
\end{itemize}
\divider
\cvevent{Business Development Associate}{Byju's-The Learning Application}{5 June 2017 - 1 September 2017}{BENGALURU}
\begin{itemize}
\item Attended Sales Training for 15 days and completed it succcessfully.
\item Generated a revenue of 5 lacs in 1st month of My Job as a Business Developer.
\end{itemize}
\cvsection{A Day of My Life}
% Adapted from @Jake's answer from http://tex.stackexchange.com/a/82729/226
% \wheelchart{outer radius}{inner radius}{
% comma-separated list of value/text width/color/detail}
\wheelchart{1.5cm}{0.5cm}{%
6/8em/accent!30/{Sleep,\\beautiful sleep},
3/8em/accent!40/Doing assigned work and completing my daily targets,
8/8em/accent!60/Daytime job,
2/8em/accent!20/pursuing my hobbies,
3/10em/accent/Music and Sports,
3/6em/accent!20/Scrolling down social sites
%
}
%% If the NEXT page doesn't start with a \cvsection but you'd
%% still like to add a sidebar, then use this command on THIS
%% page to add it. The optional argument lets you pull up the
%% sidebar a bit so that it looks aligned with the top of the
%% main column.
% \addnextpagesidebar[-1ex]{page3sidebar}
\end{document}