Skip to content

Commit

Permalink
feature: Hackerrank link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wojciechowski committed Sep 6, 2023
1 parent a7b4d1b commit 24ceda0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@
% Usage: \kaggle{<kaggle handle>}
\newcommand*{\kaggle}[1]{\def\@kaggle{#1}}

% Defines writer's Hackerrank (optional)
% Usage: \hackerrank{<Hackerrank profile name>}
\newcommand*{\hackerrank}[1]{\def\@hackerrank{#1}}

% Defines writer's google scholar profile (optional)
% Usage: \googlescholar{<googlescholar userid>}{<googlescholar username>}
% e.g.https://scholar.google.co.uk/citations?user=wpZDx1cAAAAJ
Expand Down Expand Up @@ -583,6 +587,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://kaggle.com/\@kaggle}{\faKaggle\acvHeaderIconSep\@kaggle}%
}%
\ifthenelse{\isundefined{\@hackerrank}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://www.hackerrank.com/\@hackerrank}{\faHackerrank\acvHeaderIconSep\@hackerrank}%
}%
\ifthenelse{\isundefined{\@googlescholarid}}%
{}%
{%
Expand Down
1 change: 1 addition & 0 deletions examples/coverletter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
% \reddit{reddit-id}
% \medium{madium-id}
% \kaggle{kaggle-id}
% \hackerrank{hackerrank-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
Expand Down
1 change: 1 addition & 0 deletions examples/cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
% \reddit{reddit-id}
% \medium{medium-id}
% \kaggle{kaggle-id}
% \hackerrank{hackerrank-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
Expand Down
1 change: 1 addition & 0 deletions examples/resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
% \reddit{reddit-id}
% \medium{madium-id}
% \kaggle{kaggle-id}
% \hackerrank{hackerrank-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
Expand Down

0 comments on commit 24ceda0

Please sign in to comment.