I'm trying to build a decent first page in a résumé but I'm struggling with the photo.
Here is what I have:

(BTW, I'm not actually going to use this picture. Not a bad idea, though.)
It kind of works but doesn't look great. I would like the text and the picture to start at the same height. The picture should be more to the right and if possible, some sort of "boxing" or frame around the picture would be quite decent...
Any ideas?
\begin{figure}[!htp]
\begin{minipage}[t]{0.45\textwidth}
\section{Personal Data}
\begin{tabular}{r|p{11cm}}
\textsc{Place and Date of Birth:} & data \\
\textsc{Address:} & data \\
\textsc{Phone:} & data\\
\textsc{email:} & \href{data}{data}
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.45\textwidth}
\begin{tabular}{r p{11cm}}
&\\
&
\includegraphics[scale=0.3]{/path/picture.png}
\end{tabular}
\end{minipage}
\end{figure}

\documentclass{...}and ending with\end{document}. – Aug 07 '14 at 20:17