title : implement.
This commit is contained in:
parent
af31d07715
commit
c2c7ce21ef
|
@ -1,6 +1,28 @@
|
||||||
\slink{https://example.com/}{\sbold{\stext{\jan}}}\spar
|
\begin{minipage}{0.2\textwidth}
|
||||||
\stext{
|
% photo.
|
||||||
\en{Hello world!}
|
\includegraphics[width=3cm]{photo}
|
||||||
\ru{Привет, мир!}
|
\end{minipage}
|
||||||
}
|
\begin{minipage}{0.8\textwidth}
|
||||||
\includegraphics[width=5cm]{photo}
|
% 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}
|
||||||
|
|
Loading…
Reference in a new issue