Used a pre-built template. A CV for undergrad student in Computer Science.
\documentclass[11pt, a4paper]{awesome-cv}
\fontdir[fonts/]
\newcommand*{\sectiondir}{resume/}
\colorlet{awesome}{awesome-red}
\usepackage{import}
\name{Fahmid Morshed}{Fahid}
\address{305 Titumir Hall, BUET, Palashi, Dhaka, Bangladesh}
\mobile{(+880) 1723621163}
%%% Social
\email{fahmid.morshed.fahid@gmail.com}
%\homepage{www.posquit0.com}
\github{FahidMorshed}
\linkedin{Fahid Morshed}
\twitter{FahidMorshed}
\position{Computer Science and Engineering Student{\enskip\cdotp\enskip}BUET}
%\quote{``Everyday in every way, I'm getting better and better."}
\makecvfooter
{\today}
{Fahmid Morshed Fahid~~~·~~~Résumé}
{\thepage}
\begin{document}
\makecvheader
%%% Import contents
\import{\sectiondir}{education.tex}
\import{\sectiondir}{technical.tex}
\import{\sectiondir}{project.tex}
\import{\sectiondir}{workshop.tex}
\import{\sectiondir}{associations.tex}
\import{\sectiondir}{extracurricular.tex}
\import{\sectiondir}{interests.tex}
\import{\sectiondir}{references.tex}
\end{document}