From b9a02ea268b6b3defb6c504f08a1421bea38d1bf Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sun, 27 Mar 2022 13:46:30 +0100 Subject: [PATCH] finish the right handside of the header --- cv.tex | 1 + lxsameer_cv.cls | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/cv.tex b/cv.tex index a66b92b..76a0cfb 100644 --- a/cv.tex +++ b/cv.tex @@ -5,6 +5,7 @@ \setaddress{Dublin, Ireland} \setmobile{+353 85 8559285} \setmail{lxsameer@lxsameer.com} +\setwebsite{https://lxsameer.com} \setposition{Senior Software Engineer} %you can play with color of the template (red is also nice..) \setlinkedinaccount{https://www.linkedin.com/in/lxsameer/} diff --git a/lxsameer_cv.cls b/lxsameer_cv.cls index 6ad158b..22fa5bc 100644 --- a/lxsameer_cv.cls +++ b/lxsameer_cv.cls @@ -69,6 +69,8 @@ \newcommand*{\setthirdcolor}[1]{\def\@thirdcolor{#1}} \newcommand*{\setfourthcolor}[1]{\def\@fourthcolor{#1}} \newcommand*{\setlinkedinaccount}[1]{\def\@linkedinaccount{#1}} +\newcommand*{\setgit}[1]{\def\@git{#1}} +\newcommand*{\setwebsite}[1]{\def\@website{#1}} \newcommand*{\setgithubaccount}[1]{\def\@githubaccount{#1}} % Color pallet @@ -144,11 +146,10 @@ } \newcommand{\contact}{% - \faIcon{location-dot} - {\small \@address \cps \@mobile \\ \@mail% - \\% - \cps \\ - } % + {\color{headercolor} \scriptsize \faIcon{map-marker-alt} \@address} \\ + {\color{headercolor} \scriptsize \faIcon{phone-alt} \@mobile} \\ + {\color{headercolor} \scriptsize \faIcon{envelope} \@mail} \\ + {\color{headercolor} \scriptsize \faIcon{link} \href{\@website}{\@website}} \\ } % Covverletterview