-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_header.tex
More file actions
23 lines (21 loc) · 760 Bytes
/
_header.tex
File metadata and controls
23 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%====================
% Header: Contact
%====================
\RequirePackage{fancyhdr}
\fancypagestyle{fancy}{%
\fancyhf{}
\fancyhead[L]{%\phone \\ % PHONE
\city \\ % city
\href{mailto:\email}{\email}} % EMAIL}
\fancyhead[C]{%
\centering { \Huge \skills \name} \\ \vspace{1em}%
{\color{highlight} \Large{\role}}}%
\fancyhead[R]{\href{https://github.com/\github}{GitHub: \github} \\% Portfolio
\href{https://www.linkedin.com/in/\LinkedIn}{LinkedIn: \LinkedIn}} % LinkedIn
\renewcommand{\headrulewidth}{1pt}% 2pt header rule
\renewcommand{\headrule}{\hbox to\headwidth{%
\color{highlight}\leaders\hrule height \headrulewidth\hfill}}
}
\pagestyle{fancy}
\setlength{\headheight}{90pt}
\setlength{\headsep}{5pt}