\documentclass[12pt]{report}
\usepackage[a4paper, margin=1in]{geometry}
\usepackage{setspace}
\usepackage{titling}
\usepackage{graphicx}
\usepackage{lmodern}
\begin{document}
% First Page - Centered
\begin{titlepage}
\centering
\vspace*{1cm}
\includegraphics[width=0.3\textwidth]{HR_logo_hringur_hires.jpg}\\[2cm]
\MakeUppercase{\Huge \textbf{Title}}\\[1.5ex]
\MakeUppercase{\LARGE Subtitle}\\[2cm]
{\Large Author Name}\\[5cm]
\textbf{ {\Large XX thesis in XXXX}\\[2cm]
}
{\Large Graduation month, year}\\[1cm]
\textbf{ {\Large Department of XXX}\\[3cm]
}
\end{titlepage}
% Second Page - Left-Aligned and Bottom-Aligned
\newpage
\vspace*{\fill}
\raggedright
{\Large Title}\\
{\large Subtitle}\\[1.5cm]
\textbf{Supervisor:} Name of Supervisor\\
\textbf{Examiner:} Name of Examiner\\[1.5cm]
Thesis of XX ECTS credits submitted to the Department of XXX at Reykjavik University
in partial fulfilment of the requirements for the degree of \textbf{XX in XXXX}.\\[1.5cm]
\(\copyright\) Year Author Name\\
All rights reserved\\[1.5cm]
Place, Year
\vspace*{\fill}
\end{document}