resume/tex/page/title.tex

35 lines
665 B
TeX
Raw Normal View History

2023-07-31 18:03:01 +03:00
\hspace{-8mm}
2023-07-31 06:24:23 +03:00
\begin{minipage}{0.2\textwidth}
% photo.
2023-07-31 15:06:01 +03:00
\ifphoto
\includegraphics[width=3cm]{photo}
\fi
2023-07-31 06:24:23 +03:00
\end{minipage}
\begin{minipage}{0.8\textwidth}
2023-07-31 18:03:01 +03:00
% name with required fix for montserrat font.
\hspace{-3mm}
2023-07-31 06:24:23 +03:00
\sname{\name}
2023-07-31 18:03:01 +03:00
\vspace{4mm}
\newline
2023-07-31 06:24:23 +03:00
% location.
\sicon{location}
\stext{\location}
2023-07-31 18:03:01 +03:00
\vspace{2mm}
2023-07-31 06:24:23 +03:00
\newline
% birthday, email & phone number.
\sicon{cake}
\stext{\birthday}
\hspace{2mm}
\sicon{email}
\stext{\href{mailto:\email}{\ \email}}
\hspace{2mm}
\sicon{call}
\stext{\href{tel:\phone}{\phone}}
\end{minipage}
% separator.
2023-07-31 18:03:01 +03:00
\hspace{-8mm}{%
2023-08-01 16:21:29 +03:00
\color[RGB]{229,229,229}{\rule{\linewidth}{1pt}}
2023-07-31 18:03:01 +03:00
}
2023-08-01 16:21:29 +03:00
\vspace{2mm}