\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{titling}
\pretitle{ \centering \LARGE  \noindent\includegraphics[width = .5\linewidth]{unsw-logo.pdf}\\[\bigskipamount] }
\posttitle{}
\newcommand{\nameentry}[3]{
\textbf{#1} \\ #2 \\ \textit{#3} \\
}
\newcommand{\groupname}{Group 1}
\newcommand{\shorttitle}{Project 1 Report}
\newcommand{\longtitle}{UNSW Group Project Cover Page Template}
\author{
    \begin{tabular}{c}
    \nameentry{Member One}{Faculty}{zid@unsw.edu.au}
    \\
    \nameentry{Member Three}{Faculty}{zid@unsw.edu.au}
    \end{tabular}
    \and
    \begin{tabular}{c}
    \nameentry{Member Two}{Faculty}{zid@unsw.edu.au}
    \\
    \nameentry{Member Four}{Faculty}{zid@unsw.edu.au}
    \end{tabular}
}
\date{\vspace{\bigskipamount}\today}
\setlength{\headheight}{15pt}
\pagestyle{fancy}
\fancyhf{}
\rhead{\groupname}
\lhead{\shorttitle}
\cfoot{\thepage}
\title{\groupname\\\large \longtitle\ - \shorttitle\\}
\begin{document}
\pagenumbering{Alph}
\begin{titlingpage}
    \centering \maketitle
\end{titlingpage}
\pagenumbering{roman}
\newpage
{
    \renewcommand{\thispagestyle}[1]{}
    \tableofcontents
}
\clearpage
\newpage
\pagenumbering{arabic}
\setcounter{page}{1}
\section{Introduction}
\end{document}