0% found this document useful (0 votes)
114 views

Final CV Code

Avhishek Singh is a sales manager with strengths in communication, leadership, and problem solving. He has experience managing family businesses and as a sales manager, finance supervisor, accounting intern, and marketing associate intern. He is seeking to make use of his interpersonal skills to accomplish personal and organizational goals.

Uploaded by

Avishek Siingh
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
114 views

Final CV Code

Avhishek Singh is a sales manager with strengths in communication, leadership, and problem solving. He has experience managing family businesses and as a sales manager, finance supervisor, accounting intern, and marketing associate intern. He is seeking to make use of his interpersonal skills to accomplish personal and organizational goals.

Uploaded by

Avishek Siingh
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

%%%%%%%%%%%%%%%%%

% This is an sample CV template created using altacv.cls


% (v1.3, 10 May 2020) written by LianTze Lim ([email protected]). Now compiles with
pdfLaTeX, XeLaTeX and LuaLaTeX.
% This fork/modified version has been made by Nicolás Omar González Passerino
([email protected], 15 Oct 2020)
%
%% 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}

%% Use the "normalphoto" option if you want a normal photo instead of cropped to a
circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}

%% Fork: CV dark mode toggle enabler to use a inverted color palette.


%% Use the "darkmode" option if you want a color palette used to
% \documentclass[10pt,a4paper,darkmode]{altacv}

\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}

%% AltaCV uses the fontawesome5 and academicons fonts


%% and packages.
%% See http://texdoc.net/pkg/fontawesome5 and http://texdoc.net/pkg/academicons for
full list of symbols. You MUST compile with XeLaTeX or LuaLaTeX if you want to use
academicons.

% Change the page layout if you need to


\geometry{left=1.2cm,right=1.2cm,top=1cm,bottom=1cm,columnsep=0.75cm}

% The paracol package lets you typeset columns of text in parallel


\usepackage{paracol}

% Change the font if you want to, depending on whether


% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Roboto Slab}
\setsansfont{Lato}
\renewcommand{\familydefault}{\sfdefault}
\else
% If using pdflatex:
\usepackage[rm]{roboto}
\usepackage[defaultsans]{lato}
% \usepackage{sourcesanspro}
\renewcommand{\familydefault}{\sfdefault}
\fi

% Fork: Change the color codes to test your personal variant on any mode
\ifdarkmode%
\definecolor{PrimaryColor}{HTML}{0F52D9}
\definecolor{SecondaryColor}{HTML}{3F7FFF}
\definecolor{ThirdColor}{HTML}{F3890B}
\definecolor{BodyColor}{HTML}{ABABAB}
\definecolor{EmphasisColor}{HTML}{ABA2A2}
\definecolor{BackgroundColor}{HTML}{242424}
\else%
\definecolor{PrimaryColor}{HTML}{001F5A}
\definecolor{SecondaryColor}{HTML}{0039AC}
\definecolor{ThirdColor}{HTML}{F3890B}
\definecolor{BodyColor}{HTML}{666666}
\definecolor{EmphasisColor}{HTML}{2E2E2E}
\definecolor{BackgroundColor}{HTML}{E2E2E2}
\fi%

\colorlet{name}{PrimaryColor}
\colorlet{tagline}{PrimaryColor}
\colorlet{heading}{PrimaryColor}
\colorlet{headingrule}{ThirdColor}
\colorlet{subheading}{SecondaryColor}
\colorlet{accent}{SecondaryColor}
\colorlet{emphasis}{EmphasisColor}
\colorlet{body}{BodyColor}
\pagecolor{BackgroundColor}

% Change some fonts, if necessary


\renewcommand{\namefont}{\Huge\rmfamily\bfseries}
\renewcommand{\personalinfofont}{\small\bfseries}
\renewcommand{\cvsectionfont}{\LARGE\rmfamily\bfseries}
\renewcommand{\cvsubsectionfont}{\large\bfseries}

% 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{Avhishek Singh}
\tagline{Sales Manager}
%% You can add multiple photos on the left or right
\photoL{4cm}{avhi}

\personalinfo{
\email{[email protected]}\smallskip
\phone{+91-7760302416}
\location{Rourkela, Odisha, India}\\
\linkedin{http://www.linkedin.com/in/avhishek-singh-a02933188}
%\homepage{nicolasomar.me}
%\medium{nicolasomar}
%% 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{0000-0000-0000-0000}
%% You can add your own arbtrary detail with
%% \printinfo{symbol}{detail}[optional hyperlink prefix]
% \printinfo{\faPaw}{Hey ho!}[https://example.com/]
%% Or you can declare your own field with
%% \NewInfoFiled{fieldname}{symbol}[optional hyperlink prefix] and use it:
% \NewInfoField{gitlab}{\faGitlab}[https://gitlab.com/]
% \gitlab{your_id}
}

\makecvheader
%% Depending on your tastes, you may want to make fonts of itemize environments
slightly smaller
% \AtBeginEnvironment{itemize}{\small}

%% Set the left/right column width ratio to 6:4.


\columnratio{0.25}

% Start a 2-column paracol. Both the left and right columns will automatically
% break across pages if things get too long.
\begin{paracol}{2}
% ----- STRENGTHS -----
\cvsection{Strengths}
\vspace{5mm}
\cvtag{Communication}
\cvtag{Leadership}
\cvtag{Problem Solving}
\cvtag{Creativity}
\cvtag{Teamwork}
\cvtag{Decision Making}
\cvtag{Management}
\cvtag{Sales}
\cvtag{Skills Management}
\medskip
\vspace{5mm}

% ----- STRENGTHS ----- //

% ----- INTERESTS ----- //


\cvsection{INTERESTS}
\vspace{5mm}
\cvtag{Stock Market}
\cvtag{Reading}
\cvtag{Volunteering}
\cvtag{Art}
\cvtag{Sports}
\cvtag{Fitness}
\medskip
\vspace{5mm}
% ----- INTERESTS ----- //

% ----- LANGUAGES ----- //


\cvsection{Languages}
\vspace{5mm}
\cvlang{Lang 1}{English}
\divider

\cvlang{Lang 2}{Hindi}
\divider
\cvlang{Lang 3}{Odia}
\divider

\cvlang{Lang 4}{Kannada}
%% Yeah I didn't spend too much time making all the
%% spacing consistent... sorry. Use \smallskip, \medskip,
%% \bigskip, \vpsace etc to make ajustments.
\smallskip
% ----- LANGUAGES ----- //

% ----- MOST PROUD -----


% \cvsection{Most Proud of}

% \cvachievement{\faTrophy}{Fantastic Achievement}{and some details about


it}\\
% \divider
% \cvachievement{\faHeartbeat}{Another achievement}{more details about it
of course}\\
% \divider
% \cvachievement{\faHeartbeat}{Another achievement}{more details about it
of course}
% ----- MOST PROUD -----

% \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/Hopeful novelist by night,
% 8/8em/accent!60/Daytime job,
% 2/10em/accent/Sports and relaxation,
% 5/6em/accent!20/Spending time with family
% }

% use ONLY \newpage if you want to force a page break for


% ONLY the current column
\newpage

%% Switch to the right column. This will now automatically move to the
second
%% page if the content is too long.
\switchcolumn

% ----- ABOUT ME ----- //


\cvsection{CAREER OBJECTIVE}
\vspace{2mm}
\begin{quote}
To make use of my interpersonal skills that helps me accomplish my
personal goal as well as organisation's goal.
\vspace{4mm}
\end{quote}
% ----- ABOUT ME ----- //

% ----- EXPERIENCE ----- //


\cvsection{Experience}
\vspace{5mm}
\cvevent{Family Business }{| CHANDAN'S FINE DINING PVT. LTD.}{JANUARY 2022
-- AUGUST 2022}{Rourkela, India}
\begin{itemize}
\item General Restaurant Management
\end{itemize}
\divider
\vspace{5mm}
\cvevent{Sales Manager }{| BANGALORE DREAM UNITED PVT. LTD.}{JANUARY
2021 -- DECEMBER 2021}{Bangalore, India}
\begin{itemize}
\item Managed the whole sales process of the organization
\item Cold Calling -> Client Meeting -> Orientation Process
\item Post sales service
\end{itemize}
\divider
\vspace{5mm}
\cvevent{Finance Supervisor }{| BANGALORE DREAM UNITED PVT. LTD.}
{JULY 2020 -- DECEMBER 2020}{Bangalore, India}
\begin{itemize}
\item Revenue Management
\item Petty Cash Evaluation
\end{itemize}
\divider
\vspace{5mm}
\cvevent{Accounting Intern}{| AJAY AGARWAL ASSOCIATES CHARTERED
ACCOUNTANT}{JANUARY 2019--JULY 2019}{Rourkela, India}
\begin{itemize}
\item Worked in Accounting , GST , Audit and Income Tax
\end{itemize}
\divider
\vspace{5mm}
\cvevent{Marketing Associate Intern }{| BANGALORE DREAM UNITED PVT. LTD.}
{JUNE 2018 -- DECEMBER 2018}{Bangalore, India}
\begin{itemize}
\item Content Creation
\item Content editing
\item Uploading into different social media platforms
\end{itemize}

% ----- EXPERIENCE ----- //

% ----- EDUCATION -----


\vspace{30mm}
\cvsection{Education}
\vspace{5mm}
\cvevent{Matriculation}{| DEEPIKA ENGLISH MEDIUM SCHOOL}{ MAY 2015}
{Rourkela, India}
\begin{itemize}
\item CGPA: 6.4
\end{itemize}
\divider

\cvevent{Intermediate in Commerce }{| DEEPIKA ENGLISH MEDIUM SCHOOL}


{MAY 2017}{Rourkela, India}
\begin{itemize}
\item PERCENTAGE: 62%
\end{itemize}
\divider

\cvevent{Bachelor's in Business Management Studies}{| JAIN UNIVERSITY}{


JULY 2017-- APRIL 2020}{Bangalore, India}
\begin{itemize}
\item SPECIALISATION IN INTERNATIONAL FINANCE
\item PERCENTAGE: 60 *SECOND CLASS
\end{itemize}
\vspace{3mm}
% ----- EDUCATION -----

% ----- PROJECTS -----


\cvsection{EXTRA CURRICULAR ACTIVITIES}
\vspace{5mm}
\begin{itemize}
\item Attended and applied Business acceleration program with Rajeev
Talreja
\item Worked on Sports science and biomechanics (ASCA)
\item Football Coaching
\item Enactus Social Welfare Program
\item Team Building Seminar
\item Personality Development Seminar
\item Research and Development Seminar
\item Business Communication Seminar
\item Played Bangalore Super Division League
\end{itemize}
\vspace{3mm}

% ----- PROJECTS -----


% ----- ACHIEVEMENTS AND AWARDS -----
\cvsection{ACHIEVEMENTS AND AWARDS}
\vspace{5mm}
\begin{itemize}
\item Runner's up in Senior Inter District Football Championship, 2017
\item Runner's up in CAPF U-19 Talen Hunt Tournament, 2017
\item Winner at College Football League by Jain University, 2017
\end{itemize}
\end{paracol}
\end{document}

You might also like