I want to obtain the bottom of my first page of my report like the following
Could you please help me with the necessary codes?
My attempt:
\documentclass[12pt,a4paper]{article}
\usepackage{amsfonts,amsmath,amssymb,graphicx}
\usepackage[francais]{babel}
%-----accent
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
%-----
\usepackage{textcomp}
\usepackage{pifont}
\usepackage{framed}
\usepackage{xcolor}
\usepackage{fancybox} %pour faire l'encadrement
\usepackage{palatino}
%---- Dimensions des marges ---
\usepackage{geometry}
\geometry{left=2cm,right=2cm,top=2cm,bottom=3cm}
\usepackage{setspace}
\onehalfspacing
%--------------------------------
\thispagestyle{empty}
%----------------------------------------------
\begin{document}
%----------------------------------------------
\begin{figure}[h]
\begin{minipage}[h]{0.5\linewidth}
\begin{flushleft}
\textbf{\;\;\;\;Republic of...}\\
\textbf{Ministry of Higher Education, Scientific Research
and Information and Communication Technologies}\\
\textbf{\;\;\;\;\;\;\;... University}\\
\textbf{National Engineering School of ... }
\end{flushleft}
\end{minipage}
\begin{minipage}[h]{.5\linewidth}
\vskip 0.1 cm \hskip 4 cm
\includegraphics[width=4cm]{picture}
\end{minipage}
\end{figure}
%----------------------------------------------
%----------------------------------------------
\end{document}


sourcecodecould you atleast show us how far you have tried? may be (usually always) we could help you from there. – Raaja_is_at_topanswers.xyz Nov 09 '18 at 08:19