\documentclass[11pt,article]{article}
\usepackage[letterpaper,margin=0.5in]{geometry}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{url}
\usepackage{enumitem}
\usepackage{palatino}
\usepackage{tabularx}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{color}
\definecolor{mygrey}{gray}{0.82}
\usepackage{hyperref}
\hypersetup{
hidelinks,
colorlinks=true,
urlcolor=blue
}
\setlength{\tabcolsep}{0in}
\newcommand{\isep}{-2pt}
\newcommand{\lsep}{-0.5cm}
\newcommand{\psep}{-0.6cm}
\renewcommand{\labelitemii}{$\circ$}
\pagestyle{empty}
\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}
\newcommand{\resheading}[1]{{\small \colorbox{mygrey} { \begin{minipage}{0.99\textwidth}{\textbf{#1 \vphantom{p\^{E}}}}\end{minipage}}}}
\newcommand{\ressubheading}[3]{
\begin{tabular*}{6.62in}{l @{\extracolsep{\fill}} r}
\textsc{{\textbf{#1}}} & \rightline\textsc{\textit{[#2]}} \\
\end{tabular*}\vspace{-8pt}}
\begin{document}
\begin{table}
\begin{minipage}{0\linewidth}
\centering
\includegraphics[height=0.8in]{NSUT_logo.png}
\end{minipage}
\begin{minipage}{1\linewidth}
\centering
\def\arraystretch{1}
\textbf{\Large{Your Name}}\\ \vspace{0.4em}
+91-9999999999 |
\href{mailto:your.email@example.com}{Email} |
\href{https://www.linkedin.com/in/}{LinkedIn}
\end{minipage}\hfill
\end{table}
\setlength{\tabcolsep}{18pt}
\begin{table}
\centering
\resheading{\textbf{EDUCATION} }\\
\vspace{0.4em}
\begin{tabular}{lllll}
\textbf{Course} & \textbf{College / University} & \textbf{Year} & \textbf{CGPA / \%} \\
\toprule
B.Tech (Your Branch) & Netaji Subhas University of Technology & 20XX & 8.00 \\
Board (Class XII) & Your School Name & 20XX & 90 \\
Board (Class X) & Your School Name & 20XX & 90
\vspace{-0.8em}
\end{tabular}
\end{table}
\noindent
\resheading{\textbf{INTERNSHIP} }\\[-0.35cm]
\vspace{-0.4em}
\begin{itemize}
\setlength\itemsep{-0.3em}
\item \textbf{Your Internship Title | Company Name | Location}\hfill \textbf{Month Year - Month Year}
\vspace{-0.5em}
\begin{itemize}[noitemsep]
\item Mention your key responsibilities and achievements in bullet points.
\item Mention your key responsibilities and achievements in bullet points.
\item Mention your key responsibilities and achievements in bullet points.
\end{itemize}
\item \textbf{Your Internship Title | Company Name | Location}\hfill \textbf{Month Year - Month Year}
\vspace{-0.5em}
\begin{itemize}[noitemsep]
\item Mention your key responsibilities and achievements in bullet points.
\item Mention your key responsibilities and achievements in bullet points.
\item Mention your key responsibilities and achievements in bullet points.
\end{itemize}
\end{itemize}
\noindent
\resheading{\textbf{PROJECT} }\\[-0.35cm]
\vspace{-0.4em}
\begin{itemize} [noitemsep]
\item \textbf{Your Project Title}
\vspace{-0.25em}
\begin{itemize} [noitemsep]
\item Mention the tech stack used and describe the project in bullet points.
\item Mention the tech stack used and describe the project in bullet points.
\end{itemize}
\item \textbf{Your Project Title}
\vspace{-0.25em}
\begin{itemize} [noitemsep]
\item Mention the tech stack used and describe the project in bullet points.
\item Mention the tech stack used and describe the project in bullet points.
\end{itemize}
\end{itemize}
\noindent
\resheading{\textbf{POSITIONS OF RESPONSIBILITY} }\\[-0.35cm]
\vspace{-0.4em}
\begin{itemize}
\setlength\itemsep{-0.28em}
\item \textbf{Your Position | Organization/Event Name}\hfill \textbf{Month Year - Month Year}
\vspace{-0.25em}
\begin{itemize} [noitemsep,topsep=0pt]
\item Mention your responsibilities and achievements in bullet points.
\item Mention your responsibilities and achievements in bullet points.
\item Mention your responsibilities and achievements in bullet points.
\item Mention your responsibilities and achievements in bullet points.
\end{itemize}
\vspace{0.5em}
\item \textbf{Your Position | Organization/Event Name}\hfill \textbf{Month Year - Month Year}
\vspace{-0.25em}
\begin{itemize} [noitemsep,topsep=0pt]
\item Mention your responsibilities and achievements in bullet points.
\item Mention your responsibilities and achievements in bullet points.
\item Mention your responsibilities and achievements in bullet points.
\item Mention your responsibilities and achievements in bullet points.
\end{itemize}
\vspace{0.5em}
% Add more positions if needed
\end{itemize}
\noindent
\resheading{\textbf{ACADEMIC ACHIEVEMENTS}}\\[-0.35cm]
\vspace{-0.4em}
\begin{itemize}[itemsep=1pt]
\item Mention any notable academic achievements, such as exam scores or rankings.
\end{itemize}
\noindent
\resheading{\textbf{OTHER INFORMATION}}\\[-0.35cm]
\begin{itemize}
\item \textbf{Technical Skills \& Tools}: List any relevant technical skills you possess. \\[-0.6cm]
\end{itemize}
\end{document}