33 lines
647 B
TeX
33 lines
647 B
TeX
\hspace{-8mm}
|
|
\ifphoto
|
|
\begin{minipage}{0.2\textwidth}
|
|
\includegraphics[width=3cm]{photo} % photo.
|
|
\end{minipage}
|
|
\fi
|
|
\begin{minipage}{0.8\textwidth}
|
|
% name with required fix for montserrat font.
|
|
% \hspace{-3mm}
|
|
\sname{\name}
|
|
\vspace{4mm}
|
|
\newline
|
|
% location.
|
|
\sicon{ic_location}
|
|
\stext{\location}
|
|
\vspace{2mm}
|
|
\newline
|
|
% birthday, email & phone number.
|
|
\sicon{ic_cake}
|
|
\stext{\birthday}
|
|
\hspace{2mm}
|
|
\sicon{ic_email}
|
|
\stext{\href{mailto:\email}{\ \email}}
|
|
\hspace{2mm}
|
|
\sicon{ic_call}
|
|
\stext{\href{tel:\phone}{\phone}}
|
|
\end{minipage}
|
|
|
|
% separator.
|
|
\hspace{-8mm}{%
|
|
\color{lgray}{\rule{\linewidth}{1pt}}
|
|
}
|