\documentclass[openany]{article}
\usepackage[english]{babel}
\usepackage{commands}
\usepackage{xcolor}
\usepackage{lipsum}
\pagestyle{fancy}
\fancyhf{}
\lhead{}
\rhead{\leftmark}
\cfoot{\thepage}
\addbibresource{references.bib}
\begin{document}
\counterwithout{equation}{section}
\thispagestyle{empty}
\begin{titlepage}
\begin{figure}[th]
\begin{flushleft}
\includegraphics[width=7cm]{Figures/image1.png}
\end{flushleft}
\end{figure}
\vspace{1cm}
{\flushleft \LARGE \bfseries MASTER'S THESIS\par}\vspace{2cm}
% Thesis title
{\flushright \LARGE \bfseries Thesis Title \par}\vspace{2cm}
{\flushleft \LARGE \bfseries Author name \par}\vspace{1.5cm}
{\flushleft \bfseries Master’s Degree in XXXX\par}\vspace{0.cm}
{\flushleft \bfseries (Specialization/Pathway in XXXX)\par}\vspace{0.cm}
{\flushleft \bfseries Centre for Postgraduate Studies\par}\vspace{1cm}
{\flushleft \small \bfseries Academic Year XXXX/YYYY\par}\vspace{2cm}
\newpage\thispagestyle{empty}
% Thesis title
{\flushleft \LARGE \bfseries Thesis Title \par} \vspace{1.5cm}
{\flushleft \LARGE \bfseries Author name \par}\vspace{1.5cm}
{\flushleft \Large \bfseries Master’s Thesis\par}\vspace{0.cm}
{\flushleft \Large \bfseries Centre for Postgraduate Studies\par}\vspace{0.cm}
{\flushleft \Large \bfseries University of the Balearic Islands\par}\vspace{0.cm}
{\flushleft \small \bfseries Academic Year XXXX/YYYY\par}\vspace{1.5cm}
{\flushleft \normalsize Keywords:\par}\vspace{0cm}
{XXXX, YYYY, ZZZZ \par}
\vspace{1.5cm}
{\flushleft \normalsize \textit{Thesis Supervisor’s Name: }\\}\vspace{0cm}
{\flushleft \normalsize \textit{Thesis Supervisor’s Name: }\\}\vspace{0cm}
\end{titlepage}
\clearpage\thispagestyle{empty}\null\newpage %blank page
\pagenumbering{roman}
\newpage
\thispagestyle{plain}
\mbox{}\par
\vspace{4.5cm}
\begin{flushright}
\textit{Insert comment here}
\end{flushright}
\clearpage\thispagestyle{empty}\null\newpage %blank page
\newpage
\thispagestyle{plain}
\section*{Acknowledgements}
\lipsum[1]
\mbox{}\par
\vspace{0.5cm}
\begin{flushright}
\textit{Author signature}
\end{flushright}
\clearpage\thispagestyle{empty}\null\newpage %blank page
\newpage
\thispagestyle{plain}
\section*{Abstract}
\lipsum[1]\\
\vspace{2cm}
\section*{Resumen}
\lipsum[1]
\addcontentsline{toc}{section}{\protect\numberline{}Abstract}%
\clearpage\thispagestyle{empty}\null\newpage %blank page
\newpage
\thispagestyle{plain}
\section*{Abbreviations}
\textbf{LHS} Left Hand Side \\
\textbf{MF} Mean-Field \\
\textbf{RHS} Right Hand Side \\
\textbf{MSE} Mean Squared Error
\clearpage\thispagestyle{empty}\null\newpage %blank page
\newpage
\thispagestyle{plain}
{
\hypersetup{hidelinks}
\tableofcontents
}
\thispagestyle{empty}
\clearpage\thispagestyle{empty}\null\newpage %blank page
\pagenumbering{arabic}
\newpage
\input{Introduction}
\newpage
\input{Theory}
\newpage
\input{Model}
\newpage
\input{Results}
\newpage
\input{Model_validation}
\newpage
\input{Conclusions}
\newpage
\input{Ongoing_work}
\newpage
\input{appendix}
\newpage
\input{References}
\end{document}