\begin{frame}{Slide Title}
\begin{figure}[h]
\begin{minipage}{0.45\textwidth}
\includegraphics[width=6cm,bb=0 0 400 400]{./figures/fig1.png}
\label{fig:cap1}
\caption{Caption 1}
\end{minipage}
\hfill
\begin{minipage}{0.45\textwidth}
\includegraphics[width=6cm,bb=0 0 400 400]{./figures/fig2.png}
\label{fig:cap2}
\caption{Caption 2}
\end{minipage}
\end{figure}
\end{frame}
\begin{frame}{References}
\begin{itemize}
\item \url { https://example.com }
\item \url { https://example.com }
\item \url { https://example.com }
% \item \texttt {https://example.com}
\end{itemize}
\end{frame}