% **************************************************************
% Hi! Edit this file for your presentation!
% **************************************************************
% ==================///==================///==================///
% ==================/// LATEX'S STUFF
% ==================///==================///==================///
\documentclass{beamer}
\usepackage{amsfonts,amsmath,oldgerm}
\usepackage{listings}
\usepackage{colortbl}
\usepackage{listings}
\usetheme{_statale}
\usefonttheme[onlymath]{serif}
\setbeamertemplate{caption}[numbered]
\newcommand{\testcolor}[1]{\colorbox{#1}{\textcolor{#1}{test}}~\texttt{#1}}
\newcommand{\hrefcol}[2]{\textcolor{frmtxt}{\href{#1}{#2}}}
\titlebackground*{assets/background}
% ==================///==================///==================///
% ==================/// SPLASH PAGE
% ==================///==================///==================///
\title{Dark-Themed Beamer Presentation Template}
\subtitle{Designed for IIIT-Hyderabad}
\course{Overleaf Template}
\author{\href{mailto:srikar.sadhu@research.iiit.ac.in}{Srikar Sharma Sadhu}}
\IDnumber{Ph.D Student}
\date{February 2024}
% ==================///==================///==================///
% ==================/// START PRESENTATION
% ==================///==================///==================///
\pgfplotsset{compat=1.18}
\usetikzlibrary{positioning}
\begin{document}
\maketitle
% \begingroup
% \setbeamertemplate{frametitle}{%
% \vspace*{-3.5ex}
% \begin{beamercolorbox}[leftskip = 2cm]{frametitle}%
% \usebeamerfont{frametitle}\insertframetitle\\
% \end{beamercolorbox}
% }
% \themecolor{main}
% \begin{frame}{Table of Contents}
% \tableofcontents
% \end{frame}
% \endgroup
% ==================///==================///==================///
% ==================/// BODY'S PRESENTATION
% ==================///==================///==================///
\begin{frame}
\begin{itemize}
\item Hello! This is \hrefcol{mailto:srikar.sadhu@research.iiit.ac.in}{Srikar Sharma Sadhu}. I have made a dark-themed version of \hrefcol{https://www.overleaf.com/latex/templates/la-statale-universita-degli-studi-di-milano-unimi-presentation/ykkwvfdbqydr}{this template} by \hrefcol{mailto:ciao@gio.im}{Giorgio Marchetti}, which has been modified to feature IIIT-Hyderbad's 25th anniversary logo.
\item The original template is based on \hrefcol{https://www.overleaf.com/latex/templates/sintef-presentation/jhbhdffczpnx}{SINTEF Presentation} from \hrefcol{mailto:federico.zenith@sintef.no}{Federico Zenith} and its derivation \hrefcol{https://github.com/TOB-KNPOB/Beamer-LaTeX-Themes}{Beamer-LaTeX-Themes} from Liu Qilong.
\item \hrefcol{https://www.overleaf.com/project/new/template/32290?id=600526849\&latexEngine=pdflatex\&mainFile=beamer_statale.tex\&templateName=La+Statale+-+Universit\%C3\%A0+degli+Studi+di+Milano+\%7C+Unimi+-+Presentation\&texImage=texlive-full\%3A2023.1}{\beamerbutton{Click here}} to access the original template, which has a \hrefcol{https://www.overleaf.com/latex/templates/la-statale-universita-degli-studi-di-milano-unimi-presentation/ykkwvfdbqydr.pdf}{comprehensive guide} detailing its use.
\item The following slides will help you navigate through my template.
\end{itemize}
\end{frame}
\input{Sections/Getting Started}
\input{Sections/Color Palette}
\input{Sections/References}
% ==================///==================///==================///
% ==================/// END PRESENTATION
% ==================///==================///==================///
\backmatter
\end{document}