I just want to create a titlepage like here. But I don't know how to put a line under the logo and get the text and all the stuff in the right position.
I've tried some things with
\begin{titlepage}
\pagecolor{blue}
\includegraphics{logo.jpg}
\title{TITLE}
\end{titlepage}
But it's still not looking like the pdf. Any ideas, suggestions or solutions?


