\documentclass[12pt,a4paper]{article}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[a4paper,margin=4cm]{geometry}
\usepackage{lastpage}
\usepackage{wrapfig}
\usepackage[colorlinks = true,
linkcolor = blue,
urlcolor = blue]{hyperref}
\newcommand{\changeurlcolor}[1]{\hypersetup{urlcolor=#1}}
\usepackage{awesomebox}
\usepackage{fancyhdr}
\usepackage[australian]{babel}
\usepackage{datetime}
\newcommand{\titlestr}{Title}
\newcommand{\authorstr}{First Name Last Name}
\begin{document}
\begin{titlepage}
\centering
\includegraphics[width=0.35\textwidth]{UoA.jpg}
\vspace{1cm}
{\LARGE \bf{\titlestr} \par}
\vspace{.5cm}
{\LARGE {\it{Course Title} \\ (COMP SCI XXXX)} \par}
\vspace{1cm}
{\Large \authorstr \par}
{\bf a1817369}
\vspace{1cm}
\today
\vfill
\end{titlepage}
\newpage
\end{document}