\documentclass[10pt,xcolor={table,dvipsnames},t]{beamer}
\usetheme{UCONN}
\title[Your Short Title]{Your Presentation}
\subtitle{Your subtitle (if there's one)}
\author{Your Name}
\institute{Your Faculty/Department}
\date{Date of Presentation}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{Introduction}
\begin{frame}{Introduction}
\begin{itemize}
\item Your introduction goes here!
\item Use \texttt{itemize} to organize your main points.
\end{itemize}
\begin{block}{Examples}
Some examples of commonly used commands and features are included to help you get started.
\end{block}
\end{frame}
\end{document}