% **************************************************************
% Hi! Edit this file for your presentation!
% **************************************************************

% ==================///==================///==================///
% ==================/// LATEX'S STUFF
% ==================///==================///==================///

\documentclass{beamer}
\usepackage{amsfonts,amsmath,oldgerm}
\usepackage{listings}
\usepackage{colortbl}
\usepackage{listings}
\usepackage[spanish]{babel}
\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{Linux Party}
\subtitle{Open Bokeron}
\course{Universidad de Málaga}
% \author{\href{mailto:x@correoOB}{OB}}
\date{Marzo 2025}


% ==================///==================///==================///
% ==================/// 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 Grupo de estudiantes de la escuela dedicados a promover el software libre.
    \end{itemize}
\end{frame}

\begin{frame}
         \begin{figure}
            \centering
            \includegraphics[width=0.8\linewidth]{assets/paginaWeb.png}
            \caption{openbokeron.uma.es}
            \label{fig: Web}
         \end{figure}
\end{frame}

\begin{frame}
    \begin{itemize}
          \item Grupo de estudiantes de la escuela dedicados a promover el software libre.
          \item Tenemos un canal de telegram donde discutimos todo lo relacionado con el software libre.
    \end{itemize}
\end{frame}


%Initial Docs
%\input{Sections/Getting Started}
%\input{Sections/Color Palette}
%\input{Sections/References}
% ==============================================

\input{Sections/Linux}
\input{Sections/Percepciones Comúnes y desmistifiación}
\input{Sections/El crecimiento exponencial de la adoptación de Linux}
\input{Sections/Superpoderes de Linux: Libertad y control total}


% ==================///==================///==================///
% ==================/// END PRESENTATION
% ==================///==================///==================///

\backmatter
\end{document}