Add new sections

This commit is contained in:
Leonardo Murça 2024-10-09 11:58:04 -03:00
parent c4e896a80e
commit 2b6bb41672
4 changed files with 33 additions and 1 deletions

View file

@ -14,4 +14,6 @@
\input{sections/metodologia.tex} \input{sections/metodologia.tex}
\input{sections/o-if-salas.tex} \input{sections/o-if-salas.tex}
\input{sections/consideracoes-finais.tex} \input{sections/consideracoes-finais.tex}
\input{sections/links-uteis.tex}
\input{sections/agradecimento.tex}
\end{document} \end{document}

View file

@ -0,0 +1,12 @@
% Destacar o sumário da presente seção antes de iniciá-la
\AtBeginSection[]{
\begin{frame}
\frametitle{}
\tableofcontents[currentsection]
\end{frame}
}
\section{Agradecimento}
\begin{frame}{Agradecimento}
\centering Muito obrigado!
\end{frame}

View file

@ -17,7 +17,7 @@
\caption{Mapa das universidades do Brasil que utilizam ou não serviços das GAFAMs.} \caption{Mapa das universidades do Brasil que utilizam ou não serviços das GAFAMs.}
\end{figure} \end{figure}
\end{minipage} \end{minipage}
\item Atender casos de uso específicos do IFMG \item Atender casos de uso específicos do IFMG.
\item Promover a cultura de \href{https://www.gnu.org/philosophy/free-sw.pt-br.html}{Software Livre} na instituição \item Promover a cultura de \href{https://www.gnu.org/philosophy/free-sw.pt-br.html}{Software Livre} na instituição
\end{itemize} \end{itemize}
\end{frame} \end{frame}

18
sections/links-uteis.tex Normal file
View file

@ -0,0 +1,18 @@
% Destacar o sumário da presente seção antes de iniciá-la
\AtBeginSection[]{
\begin{frame}
\frametitle{}
\tableofcontents[currentsection]
\end{frame}
}
\section{Links Úteis}
\begin{frame}{Links Úteis}
\begin{itemize}[]
\item Código fonte do IF Salas: \href{https://github.com/leomurca/if-salas-web}{if-salas-web}
\item Código fonte do texto do TCC: \href{https://github.com/leomurca/undergraduate-thesis}{undergraduate-thesis}
\item Código fonte desta apresentação: \href{https://github.com/leomurca/undergraduate-thesis-presentation}{undergraduate-thesis-presentation}
\item Aplicação web online (versão de desenvolvimento): \href{https://dev.ifsalas.xyz/}{dev.ifsalas.xyz}
\item Aplicação web online (versão de produção): \href{https://ifsalas.xyz/}{ifsalas.xyz}
\end{itemize}
\end{frame}