%%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls
% (v1.1.4, 27 July 2018) 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}
%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{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,footskip=2\baselineskip}
% Change the font if you want to.
% If using pdflatex:
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\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}{Black}
\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}
\usepackage[colorlinks]{hyperref}
\begin{document}
\name{KAVERI PRIYAMBADA}
\tagline{BRAND CONSULTANT }
\photo{2.8cm}{Globe_High}
\personalinfo{%
% Not all of these are required!
% You can add your own with \printinfo{symbol}{detail}
\email{pkaveri07@gmail.com }
\phone{8092204667}
\mailaddress{Saket, South Delhi}
\location{New Delhi, India}
\linkedin{www.linkedin.com/in/kaveri-priyambada-/}
%% 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.
\begin{fullwidth}
\makecvheader
\end{fullwidth}
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
% \AtBeginEnvironment{itemize}{\small}
%% 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{Brand Consultant}{Public Relations, Media Moments Insights Pvt. Ltd}{March 2018 -- Ongoing (11 months)} {Gurugram}
\begin{itemize}
\item To generate content for media kits, pitch note, authored article;media mapping for brands within my domain
\item To explore opportunity and generate key coverage in the media
\item Creating quality level PR collateral for the Brand on a weekly basis
\item To be part of the brain storming session and be proactive with new thoughts and ideas for the PR plan
\item Media Relations - Exclusive media meets with leading journalists
\end{itemize}
\cvsection{INTERNSHIP}
\cvevent{Media Moments Insights Pvt.Ltd }{Public Relations Intern, Gurugram}{December 2017 - February 2018}{}
\begin{itemize}
\item Research support for the new business development
\item To collate, analyze and evaluate media coverage
\item To draft press release and FAQs
\end{itemize}
\divider
\cvevent{Tell-A-Tale Media Pvt.Ltd}{Media Production Intern, Mumbai}{April--May 2017}{}
Working under the director of the production house.I developed the skills of Tele Continuity Record, planning and managing shoot costume of the artists and editing from the Director's POV.
\divider
\cvevent{Tech Mahindra}{Content Management Intern, Hyderabad}{October--December 2016}{}
\begin{itemize}
\item Proofreading, Authored article and content scheduling
\item Ideated featured and Blog images for the blog posts
\end{itemize}
\divider
\cvevent{All India Radio}{News Service Division, Summer Intern, New Delhi}{May--June 2015}{}
\begin{itemize}
\item Newsreel - Prepared capsules and voice dispatches
\item News selection, News bulletin, Re-writing, Editing, Pool
\item Talk Unit - Volunteered interview of Power and Coal Minister - Mr. Piyush Goyal held at AIR
\end{itemize}
\clearpage
\cvsection[page2sidebar]{Projects}
\begin{itemize}
\item Film Studies
Analysis of 5 Foreign Language Films, which included, The Lives of Others, The Song of Sparrows, Rashomon, City of God, The Motorcycle Diaries
\item Documentary
Soul Exchange, Based on Mother's Day - by J.B. Priestely, Worked as an Assistant Director and Camera Person
\item Video Production
A short short film on 'Growing-up'
\end{itemize}
\cvsection{DECLARATION}
I hereby declare that the above mentioned information is correct up to my
knowledge and I bear the responsibility for the correctness of the above mentioned.
\medskip
\cvevent{}{}{Date - 23.02.19}{Place - New Delhi}
%% 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}