24 lines
864 B
TeX
24 lines
864 B
TeX
%====================
|
|
% Header: Contact
|
|
%====================
|
|
|
|
\RequirePackage{fancyhdr}
|
|
\fancypagestyle{fancy}{%
|
|
\fancyhf{}
|
|
\lhead{\href{tel:+918655408932}{\phone} \\ % PHONE
|
|
\city \\ % city
|
|
\href{mailto:\email}{\email}} % EMAIL}
|
|
\chead{%
|
|
\centering {\Huge \skills \name \vspace{.25em}} \\ % feel free to adjust vspace to 0
|
|
{\color{highlight} \Large{\role}}}%
|
|
\rhead{\href{https://github.com/\github}{github.com/codingcoffee} \\% GitHub
|
|
\href{https://www.linkedin.com/in/\LinkedIn}{linkedin.com/in/codingcoffee} \\ % LinkedIn
|
|
\href{https://codingcoffee.dev}{codingcoffee.dev}} % Portfolio
|
|
\renewcommand{\headrulewidth}{1pt}% 2pt header rule
|
|
\renewcommand{\headrule}{\hbox to\headwidth{%
|
|
\color{white}\leaders\hrule height \headrulewidth\hfill}}
|
|
}
|
|
\pagestyle{fancy}
|
|
|
|
\setlength{\headheight}{90pt}
|
|
\setlength{\headsep}{5pt}
|