Resume Template of Overleaf
Resume Template of Overleaf
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\input{glyphtounicode}
%----------FONT OPTIONS----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in,
label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%------------------EXPERIENCE----------------
\section{Work Experience}
\resumeSubHeadingListStart
\resumeSubheading
{Designation}{Jan 2022 - Present}
{Company name}{City, State}
\resumeItemListStart
\resumeItem{Example details point}
\resumeItemListEnd
\resumeSubheading
{Designation}{Jan 2019 - Dec 2020}
{Company name}{City, State}
\resumeItemListStart
\resumeItem{Example \textbf{bold text}, provide details with impact}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-------------------------------------------
%---------------PROJECTS--------------------
\section{Projects}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{Project Name 1}}
{{$|$
\emph{\href{https://github.com/username}{Code}}
\emph{\href{https://example.com/}{Live}}
}}
\resumeItemListStart
\resumeItem{Project details point 1}
\resumeItem{\textbf{Project} details point 2}
\resumeItem{Project details point 3}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{Project Name 2}}
{{$|$
\emph{\href{https://github.com/username}{Code}}
\emph{\href{https://example.com/}{Live}}
}}
\resumeItemListStart
\resumeItem{Project details point 1}
\resumeItem{\textbf{Project} details point 2}
\resumeItem{Project details point 3}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-------------------------------------------
%-------------EDUCATION---------------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{Highest Qualification}{City, State}
{Master of Technology in XXXXX XXXXX}{Jan 2020 -- Dec 2022}
\resumeSubheading
{2nd Highest Qualification}{City, State}
{Bachelor Of Technology in XXXXX XXXXX}{Jan 2015 -- Dec 2019}
\resumeSubHeadingListEnd
%-------------------------------------------
%-------------CERTIFICATIONS---------------------
\section{Certifications}
\resumeSubHeadingListStart
\resumeSubheading
{Name of the certificate 1}{Issuing institute name}
{\href{https://example.com}{Link}}{Valid up to Dec 2022}
\resumeSubheading
{Name of the certificate 2}{Issuing institute name}
{\href{https://example.com}{Link}}{Valid up to Dec 2022}
\resumeSubHeadingListEnd
%-------------------------------------------
\end{document}