-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path_header.tex
More file actions
36 lines (33 loc) · 913 Bytes
/
Copy path_header.tex
File metadata and controls
36 lines (33 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
%====================
% Header: Contact
%====================
\RequirePackage{fancyhdr}
\fancypagestyle{first_page}{
\fancyhf{}
\lhead{
\phone \\ % PHONE
\city \\ % CITI
\href{mailto:\email}{\email} % EMAIL
}
\chead{
\centering
{\Huge \skills \name} \\
\vspace{.25em}
{\color{highlight} \Large{\role}}
}
\rhead{
Portfolio: \href{\portfoliourl}{\portfolioname} \\ % Portfolio
\href{https://github.com/\github}{github.com/\github} \\% Github
\href{https://www.linkedin.com/in/\LinkedIn}{linkedin.com/in/\LinkedIn} % LinkedIn
}
\renewcommand{\headrulewidth}{1pt} % 2pt header rule
\renewcommand{\headrule}{\hbox to\headwidth{\color{highlight}\leaders\hrule height \headrulewidth\hfill}}
\setlength{\headheight}{90pt}
\setlength{\headsep}{5pt}
}
\fancypagestyle{others}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\setlength{\headheight}{30pt}
\setlength{\headsep}{5pt}
}