From c2c7ce21efa02d97a8b6d09377ab2150231b119b Mon Sep 17 00:00:00 2001 From: Dmitry Voronin <account@voronind.com> Date: Mon, 31 Jul 2023 06:24:23 +0300 Subject: [PATCH] title : implement. --- tex/page/title.tex | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) 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}