I would like to add my university logo and company logo at the bottom of my title page (like in the picture shown). For the rest of the pages, I would like to keep my Article format. How would you do it? My current code is the following:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[super]{natbib}
\usepackage{comment}
\usepackage{graphicx}
\usepackage{float}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{caption}
\usepackage{adjustbox}
\usepackage{lipsum}
\captionsetup[figure]{font=small,labelfont=bf}
\captionsetup[table]{font=small,labelfont=bf}
\usepackage[justification=centering]{caption}
\usepackage{eurosym}
\usepackage[table, dvipsnames]{xcolor}
\makeatletter
\newcommand*{\rom}[1]{\expandafter@slowromancap\romannumeral #1@}
\makeatother
\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
\let\endchangemargin=\endlist
\begin{document}
\begin{titlepage}
\begin{center}
\textbf{\Large\
Strategic order allocation at } \newline\textit{\Large\Development of a }
\vspace{2cm}
\begin{Large}
MSc. Thesis\
Maximo , 4950933\
\today \
\vspace{2 cm}\
\textbf{Delft University of Technology}\
Faculty of Technology, Policy and Management \
Complex Systems Engineering & Management \
Section Transport & Logistics
\vspace{1 cm}\
\textbf{MSc. Committee}\
Prof.dr.ir. \
Dr. M.Y. \
Dr.ir. B. \
Ir. A.
\end{Large}
\end{center}
\vspace{1cm}
\end{titlepage}



