\documentclass[8pt]{article}
\usepackage[a4paper,landscape,margin=1in]{geometry}
\usepackage{cmbright}

\usepackage{amsmath}
\usepackage{nicefrac}
\usepackage{siunitx}

\usepackage{array}
\usepackage{booktabs}
\usepackage{longtable}

\usepackage{xcolor}
\definecolor{urlblue}{HTML}{0000ee}
\usepackage{hyperref}
\hypersetup{%
colorlinks = true,%
urlcolor   = urlblue,%
}

\usepackage{tcolorbox}
\usepackage{varwidth}

\setlength\parindent{0pt}
\pagenumbering{gobble}

\begin{document}
\begin{figure}[!ht]
% MF group logo
\begin{minipage}[b][2.5cm][c]{.72\textwidth}
\href{<MFGROUPLINK>}%
{\includegraphics[scale=1.8]{<MFLOGOPATH>}}
\end{minipage}
% NMR-EsPy logo
\begin{minipage}[b][2.5cm][c]{.27\textwidth}
\href{<DOCSLINK>}%
{\includegraphics[scale=0.5]{<NMRESPYLOGOPATH>}}
\end{minipage}
\end{figure}

\texttt{<TIMESTAMP>}

% user provided description
\subsection*{Description}
<DESCRIPTION>

% experiment parameters
\subsection*{Experiment Information}
\hspace{-6pt}
<INFOTABLE>

% estimation result
\subsection*{Result}
<PARAMTABLE>

<RESULTFIGURE>

% blurb
\small
\begin{tcolorbox}[hbox]
\begin{varwidth}{\textwidth}
Estimation performed using \textsc{NMR-EsPy}.\\
Author: Simon Hulse\\
For more information:\\[5pt]
{\raisebox{-4pt}{\includegraphics[scale=0.029]{<BOOKICONPATH>}}}\hspace{1em}\href{<DOCSLINK>}{\texttt{<DOCSLINK>}}\\[5pt]
{\raisebox{-4pt}{\includegraphics[scale=0.12]{<GITHUBLOGOPATH>}}}\hspace{1em}\href{<GITHUBLINK>}{\texttt{<GITHUBLINK>}}\\[5pt]
{\raisebox{-3pt}{\includegraphics[scale=0.015]{<EMAILICONPATH>}}}\hspace{1em}\href{<MAILTOLINK>}{\texttt{simon.hulse@chem.ox.ac.uk}}\\[5pt]
If used in a publication, please cite:\\
\textit{No references yet...}
\end{varwidth}
\end{tcolorbox}

\end{document}
