rename about_me -> links
This commit is contained in:
30
preamble/links.tex
Normal file
30
preamble/links.tex
Normal file
@@ -0,0 +1,30 @@
|
||||
\newcommand{\myhref}[3][cyan]{\href{#2}{\color{#1}{#3}}}%
|
||||
|
||||
\newcommand{\mailme}{
|
||||
\myhref{mailto:hrustbas@gmail.com}{E-Mail}
|
||||
}
|
||||
\newcommand{\tg}{
|
||||
\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{Басыров Рустам}
|
||||
\date{\today}
|
||||
|
||||
\renewcommand{\maketitle}{
|
||||
\begin{center}
|
||||
{\huge\bfseries\theauthor}
|
||||
|
||||
\Large \mailme | \tg | \phone | \linkedin | \github
|
||||
\end{center}
|
||||
|
||||
\vspace{-.4em}
|
||||
}
|
||||
Reference in New Issue
Block a user