36 lines
683 B
TeX
36 lines
683 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}
|
|
\TextName{\Name}
|
|
\vspace{4mm}
|
|
\newline
|
|
% Location and birthday.
|
|
\Icon{IcLocation}
|
|
\Text{\Location}
|
|
\hspace{2mm}
|
|
\Icon{IcCake}
|
|
\Text{\Birthday}
|
|
\vspace{2mm}
|
|
\newline
|
|
% Email and links.
|
|
\Icon{IcEmail}
|
|
\Text{\href{mailto:\Email}{\ \Email}}
|
|
\hspace{2mm}
|
|
\Icon{IcCall}
|
|
\Text{\href{\Telegram}{Telegram}}
|
|
\hspace{2mm}
|
|
\Icon{IcGithub}
|
|
\Text{\href{\Github}{GitHub}}
|
|
\end{minipage}
|
|
|
|
% separator.
|
|
\hspace{-8mm}{%
|
|
\color{ColorLgray}{\rule{\linewidth}{1pt}}
|
|
}
|