diff --git a/tex/page/title.tex b/tex/page/title.tex index 23303d1..37a57d1 100644 --- a/tex/page/title.tex +++ b/tex/page/title.tex @@ -1,6 +1,28 @@ -\slink{https://example.com/}{\sbold{\stext{\jan}}}\spar -\stext{ - \en{Hello world!} - \ru{Привет, мир!} -} -\includegraphics[width=5cm]{photo} +\begin{minipage}{0.2\textwidth} + % photo. + \includegraphics[width=3cm]{photo} +\end{minipage} +\begin{minipage}{0.8\textwidth} + % name + \sname{\name} + \vspace{2mm}\newline + + % location. + \sicon{location} + \stext{\location} + \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. +\vspace{5mm} +\color{gray}\rule{\textwidth}{1pt}