diff --git a/header.tex b/header.tex index 01a938d..7f9a383 100644 --- a/header.tex +++ b/header.tex @@ -1,30 +1,30 @@ -\begin{minipage}[t]{0.45\textwidth} % 45% of the page width for name - \vspace{-\baselineskip} % Required for vertically aligning minipages +\begin{minipage}[t]{0.45\textwidth} + \vspace{-\baselineskip} - % If your name is very short, use just one of the lines below - % If your name is very long, reduce the font size or make the minipage wider and reduce the others proportionately - \colorbox{Accent}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Joshua}}}}} % First name + \colorbox{Accent}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Joshua}}}}} - \colorbox{Accent}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Coles}}}}} % Last name + \colorbox{Accent}{{\HUGE\textcolor{white}{\textbf{\MakeUppercase{Coles}}}}} \vspace{6pt} - {\huge Full-stack Developer} % Career or current job title + {\huge Full-stack Developer} \end{minipage} -\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the first row of icons - \vspace{-\baselineskip} % Required for vertically aligning minipages - - % The first parameter is the FontAwesome icon name, the second is the box size and the third is the text - % Other icons can be found by referring to fontawesome.pdf (supplied with the template) and using the word after \fa in the command for the icon you want +\begin{minipage}[t]{0.275\textwidth} + \vspace{-\baselineskip} + + \ifthenelse{\boolean{include-sensitive}}{% \icon{MapMarker}{12}{Bath / Reading}\\ \icon{Phone}{12}{+44 7564 199236}\\ - \icon{At}{12}{\emailaddr{me@joshuacoles.me}}\\ + \icon{At}{12}{\emailaddr{me@joshuacoles.me}}\\ + }{% + \icon{MapMarker}{12}{South England}\\ + \icon{At}{12}{{me at this domain}}\\\\ + Personal information \\ obscured in web version + } \end{minipage} -\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the second row of icons - \vspace{-\baselineskip} % Required for vertically aligning minipages +\begin{minipage}[t]{0.275\textwidth} + \vspace{-\baselineskip} - % The first parameter is the FontAwesome icon name, the second is the box size and the third is the text - % Other icons can be found by referring to fontawesome.pdf (supplied with the template) and using the word after \fa in the command for the icon you want \icon{Globe}{12}{\href{https://git.joshuacoles.me/explore/repos}{Personal Gitea}}\\ \icon{Github}{12}{\href{https://github.com/joshuacoles}{github.com/joshuacoles}}\\ \icon{Linkedin}{12}{\href{https://www.linkedin.com/in/joshua-coles-a79498151/}{LinkedIn}}\\