Files
cv/preamble/links.tex
Basyrov Rustam 1a12320b76 translate to Eng and add some skill
- math
- prog/R
2024-10-31 19:34:23 +03:00

49 lines
1.1 KiB
TeX

\newcommand{\myhref}[3][cyan]{\href{#2}{\color{#1}{#3}}}%
\newcommand{\mailme}{
\myhref{mailto:hrustbas@gmail.com}{E-Mail}
}
\newcommand{\telegram}{
\myhref{https://t.me/wtukatyr}{Telegram}
}
\newcommand{\linkedin}{
\myhref{https://www.linkedin.com/in/rustam-basyrov-978b78286/}{LinkedIn}
}
\newcommand{\github}{
\myhref{https://github.com/rustbas}{GitHub}
}
\newcommand{\phone}{
{\myhref{tel:+79207902655}{+7-920-790-26-55}}
}
\author{Basyrov Rustam}
\date{\today}
\renewcommand{\maketitle}{
\begin{center}
{\huge\bfseries\theauthor}
\end{center}
\begin{minipage}{.4\textwidth}
\centering
\includegraphics[width=.85\linewidth]{avatar.png}
\end{minipage} \hfill
\begin{minipage}{.55\textwidth}
\begin{center}
{\Large
\begin{itemize}
\setlength{\itemindent}{1in}
\item \mailme
\item \telegram
\item \phone
\item \linkedin
\item \github
\end{itemize}
}
\end{center}
\end{minipage}
\vspace{2em}
}