\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\geometry{
a4paper,
total={170mm,257mm},
left=20mm,
top=20mm,
}
\usepackage{graphicx}
\usepackage{titling}
\title{Advances in Single and Multi-Antenna Technologies for Energy-Efficient IoT
}
\author{Gilles Callebaut}
\date{November 2022}
\usepackage{fancyhdr}
\fancypagestyle{plain}{% the preset of fancyhdr
\fancyhf{} % clear all header and footer fields
\fancyfoot[R]{\includegraphics[width=2cm]{KULEUVEN_GENT_RGB_LOGO.png}}
\fancyfoot[L]{\thedate}
\fancyhead[L]{Description of Assignment}
\fancyhead[R]{\theauthor}
}
\makeatletter
\def\@maketitle{%
\newpage
\null
\vskip 1em%
\begin{center}%
\let \footnote \thanks
{\LARGE \@title \par}%
\vskip 1em%
%{\large \@date}%
\end{center}%
\par
\vskip 1em}
\makeatother
\usepackage{lipsum}
\usepackage{cmbright}
\begin{document}
\maketitle
\noindent\begin{tabular}{@{}ll}
Student & \theauthor\\
Promotor & dr. Gilles Callebaut\\
Co-promotors & ing. Jarne Van Mulders, ing. Guus Leenders
\end{tabular}
\section*{Positioning of the thesis}
\lipsum[1-2]
\section*{Objectives}
\lipsum[3-3]
\section*{Plan}
\lipsum[4-4]
\end{document}