I am newbie in making beautiful, "complex" latex covers and I need your help. I have the following very simple cover page but I will really like to make it look (as a structure) like this nice structure. I have seen this question which is a very good start for me to explore different styles I want something similar to the example.
does anyone knows a similar template?
\RequirePackage{filecontents}
\documentclass[12pt,a4paper]{article}
\usepackage{titling}
\usepackage[utf8]{inputenc}
\usepackage{tcolorbox}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{mwe}
\usepackage{subfig}
\usepackage{float}
\usepackage{authblk}
\usepackage{afterpage}
\usepackage[T1]{fontenc}
\usepackage{booktabs}
\usepackage{fancyhdr}
\usepackage{array}
\usepackage{pdflscape}
\usepackage{array,ragged2e,booktabs}
\usepackage{tikz}
\usepackage{capt-of}
\usepackage{tabularx}
\usetikzlibrary{shapes.geometric, arrows}
\pagestyle{fancy}
%\fancyhf{}
\lhead{}
\makeatletter
\def\thanks#1{\protected@xdef\@thanks{\@thanks
\protect\footnotetext{#1}}}
\makeatother
\renewcommand\tabularxcolumn[1]{m{#1}}
\newcolumntype{C}{>{$\displaystyle}c<{$}}
\bibliographystyle{apalike}
\begin{document}
\title{\vspace{-3.0cm}\rule{\textwidth}{1pt}\\My title here\\\vspace{1.0cm}\rule{\textwidth}{1pt}\\{\Large Report}}
\author{my name\thanks{my school}}
\maketitle
\end{document}

example-image.jpgand the logo isexample-image-a.jpg. You can replace them with whatever you want. If you want a solid blue colour so you can't see through it, then remove the twoopacityoptions. – David Purton Nov 24 '18 at 12:33