\documentclass[12pt]{article}
\usepackage{setspace}
\usepackage{geometry}
\usepackage{lipsum}
\usepackage{fancyhdr}
\usepackage{titlesec}
\usepackage{titling}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{amsmath}
% Formatting
\geometry{a4paper, margin=1in}
\onehalfspacing
\setlength{\droptitle}{-5em}
\graphicspath{ {images/} }
% Header and Footer
\pagestyle{fancy}
\fancyhf{}
\setlength{\headheight}{14.5pt}
\rhead{\thepage}
\lhead{Stage 2 Research Proposal}
% Title Information
\title{
\includegraphics[width=.65\textwidth]{qutlogo.png} \\
\textbf{Doctor of Philosophy - Stage 2 Proposal}\\[0.5em]
\large\textit{Insert Thesis Title Here} \\
\textit{Insert Your Name Here}\\
\vfill % Pushes author details to the bottom
\normalsize % Set the size back to normal for author details
\text Supervisors: \textit{Supervisor, supervisor,...} \\
\vspace{5mm}
\textit{School of }\\
\textit{Faculty of }\\
Queensland University of Technology
}
% Section Formatting
\titleformat{\section}{\normalfont\Large\bfseries}{\thesection}{1em}{}
% Begin Document
\begin{document}
\maketitle
\thispagestyle{empty}
\clearpage
\tableofcontents
\thispagestyle{empty}
\clearpage
\setcounter{page}{1}
\input{sections/1_2title_and_supervision}
\input{sections/3literature_review}
\input{sections/4research_plan}
\input{sections/5references}
\input{sections/6appendix}
\end{document}