%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy-Resume LaTeX Template
% Version 1.0 (5/5/2014)
%
% Original author:
% Debarghya Das ([Link]
%
% Original repository:
% [Link]
%
% License:
% The MIT License (see included LICENSE file)
%
% IMPORTANT:
% This template requires the 'DejaVu Sans' font, which is included with
% most LaTeX distributions.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume-openfont}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TITLE NAME
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\vspace{24pt}
\namesection{\bf YOUR}{NAME}{ \urlstyle{same}
\vspace{8pt}
{XYZ@[Link]}|
{+91 1234567890}| \href{LinkedIn Link}{[Link]/Your Name}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN ONE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{minipage}[t]{0.33\textwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EDUCATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Education}
\vspace{8pt}
\subsection{University Name}
\vspace{4pt}
\location{[Link] in Computer Science \\ and Engineering - 2024}
\location{\bf CGPA: 7.4}
\vspace{12pt}
\subsection{High School Name}
\location{HSC - 2020}
\location{\bf PERCENTAGE: 84.16\%}
\vspace{12pt}
\subsection{School Name}
\location{SSLC - 2018}
\location{\bf PERCENTAGE: 95.40\%}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SKILLS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Skills}
\vspace{8pt}
\subsection{Languages}
\vspace{4pt}
Advanced: C++, Python, SQL\\
Intermediate: Java, MongoDB\\
\vspace{6pt}
\subsection{Frameworks}
\vspace{4pt}
[Link], [Link], Django\\
\vspace{6pt}
\subsection{Others}
\vspace{4pt}
AWS, Linux\\
\vspace{6pt}
\subsection{Soft Skills}
\vspace{4pt}
Analytical thinking, Communication
\vspace{8pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COURSEWORK
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Coursework}
\vspace{4pt}
\subsection{GRADUATE}
\vspace{2pt}
Data Structures and Algorithms \\
\vspace{2pt}
Database Management Systems \\
\vspace{2pt}
Operating Systems \\
\vspace{2pt}
Computer Networks \\
\vspace{2pt}
Object-Oriented Programming
\vspace{8pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CLUBS & ACTIVITIES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Clubs \& Activities}
\vspace{4pt}
Club Name , Activity Name
\vspace{8pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CLUBS & ACTIVITIES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Certifications}
\vspace{4pt}
\descript{Course Name 1}
\location{Platform: Name}
\vspace{4pt}
\descript{Course Name 2}
\location{Provider: Name}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CLUBS & ACTIVITIES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Languages}
\vspace{4pt}
Tamil, English, Hindi (Basic)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COLUMN TWO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{minipage}
\hfill
\begin{minipage}[t]{0.66\textwidth}
\section{Experience}
\vspace{8pt}
\runsubsection{COMAPANY NAME}
\descript{|Intern}
\location{Jan 2023 – Apr 2023}
\vspace{12pt}
\begin{tightemize}
\item Led the design and implementation process for multiple landing pages for various projects.
\item Optimized landing pages for performance and responsiveness across\\
devices.
\item Tech Stack:{ \bf HTML, CSS, JavaScript}
\item Website Link://\href{Project Link}{Website Name}
\end{tightemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PROJECTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Projects}
\vspace{8pt}
\runsubsection{PROJECT NAME 1}
\descript{| Mini Project}
\location{Jun 2023 – Dec 2023}
\vspace{4pt}
\begin{tightemize}
\item Developed a web app to detect and classify phishing websites.
\item Achieved a classification accuracy of \textbf{95\%} using GBC.
\item Enhanced online security by safeguarding users against scams and\\ fraudulent activities
\item Tech Stack: {\bf Python, Flask, ML models}
\end{tightemize}
\vspace{8pt}
\runsubsection{PROJECT NAME 2}
\descript{| Main Project}
\location{Jan 2024 - May 2024}
\vspace{4pt}
\begin{tightemize}
\item Engineered a machine learning pipeline, executing diverse data\\ preprocessing
techniques.
\item Implemented feature engineering and effectively handled class imbalance.
\item Achieved \textbf{96\%} accuracy using Random Forest.
\item Tech Stack: {\bf Python, Flask, ML models}
\end{tightemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ACHIEVEMENTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Achievements}
\begin{itemize}
\subsection{Academics}
\vspace{4pt}
\item 2nd in school in X Examination with {\bf 95.4\%.}
\vspace{6pt}
\subsection{coding}
\setlength\itemsep{0em} % Adjust spacing between items
\item Solved 300+ problems in Leetcode with handle \href{leetcode link}{\bf your name}
\item Ranked in the Top level participants nationwide in the National Level\\ AI-Thon by excelling
in the NCET examination, followed by AI\& ML test.
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LINKS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{TECH PROFILE LINKS}
\vspace{4pt}
\begin{itemize}
\item Portfolio:// \href{Portfolio link}{\bf Portfolio}\\
\item Coding Profile:// \href{Leetcode Link}{\bf your name} \\
\item GitHub:// \href{Github link}{\bf your name}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% INTERESTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Interests}
\vspace{4pt}
Video Editing\\
\vspace{2pt}
Sketching
\end{minipage}
\end{document}