I have to write a professional document and I'd like to insert a front page with a lot of basic informations about me (address, phone, etc.). How could I do that? This is a very basic MWE:
\documentclass[11pt,twoside,openany]{article}
\usepackage[utf8]{inputenc}
\usepackage [frenchb]{babel}
\usepackage[T1]{fontenc}
\title{Dossier de candidature}
\author{My name}
\begin{document}
\end{document}