I come across a resume online and wonder how to format correctly of putting a company logo picture beside each experience as shown in the screenshot below:
The template used is the well-known res.cls class by Michael DeCorte.
The normal formatting without logo is as below:
% Professional Experience
\section{\mysidestyle Professional\\Experience}
\textbf{Software Engineer} \hfill \textbf{04.2016 - present} \\
Contactor at Google ATAP, Mountain View, CA, USA
Working on .....
My guess is that it uses a tabular to separately display the logo and description in two columns, however, I have the problem to align the logo to center vertically and horizontally.
\begin{tabular}[c]{@{} p{0.5in} p{4.5in} @{}}
\includegraphics[width=0.4in, height=0.4in]{logo.png} &
\textbf{Software Engineer} \hfill \textbf{04.2016 - present} \newline
Contactor at Google ATAP, Mountain View, CA, USA
Working on .....
\end{tabular}
How could I achieve the effect I want?

\item(in a\itemizeenvironment using\includegraphics. Inmoderncvyou could use\renewcommand*{\listitemsymbol}{\includegraphics...}paired with acvlistitem– Chris H Nov 14 '16 at 09:57moderncvat a later date. – J. A. Nov 17 '16 at 02:55