I am trying to recreate this:
I got the images correct, but not the title and detail. Here is my code:
\documentclass{thesis}
\usepackage[demo]{graphicx}
\usepackage{float}
\usepackage{tikz}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{setspace}
\usepackage{eso-pic}
\usepackage{wrapfig}
\thispagestyle{empty}
\begin{document}
\begin{titlepage}
\begin{tikzpicture}[remember picture,overlay]
\node[anchor=north west,yshift=-1.5pt,xshift=1pt]%
at (current page.north west)
{\includegraphics[height=35mm]{logo.png}};
\end{tikzpicture}
\begin{tikzpicture}[remember picture,overlay]
\node[anchor=south west,inner sep=0pt] at (current page.south west)
{\includegraphics[scale=0.35]{lnu.png}};
\end{tikzpicture}
\end{titlepage}
\end{document}]

calclibrary then you can do coordinate calculations. The image you are trying to recreate do you have that in PDF? Because then you can place it in the background and then place stuff on top and adjust until happy. That's how I normally recreate Word templates in LaTeX – daleif Mar 02 '21 at 09:30\parbox{width}{text}inside text nodes. That is what I meant by using a PDF as a background a placing stuff on top. – daleif Mar 02 '21 at 11:10