forked from mirrors/Awesome-CV
add reddit information into social section
This commit is contained in:
parent
8af2e79d41
commit
fd8b88ba15
4 changed files with 23 additions and 6 deletions
|
@ -315,6 +315,10 @@
|
||||||
% Usage: \skype{<skype account>}
|
% Usage: \skype{<skype account>}
|
||||||
\newcommand*{\skype}[1]{\def\@skype{#1}}
|
\newcommand*{\skype}[1]{\def\@skype{#1}}
|
||||||
|
|
||||||
|
% Defines writer's reddit (optional)
|
||||||
|
% Usage: \reddit{<reddit account>}
|
||||||
|
\newcommand*{\reddit}[1]{\def\@reddit{#1}}
|
||||||
|
|
||||||
% Defines writer's extra informations (optional)
|
% Defines writer's extra informations (optional)
|
||||||
% Usage: \extrainfo{<extra informations>}
|
% Usage: \extrainfo{<extra informations>}
|
||||||
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
|
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
|
||||||
|
@ -475,6 +479,16 @@
|
||||||
{\acvHeaderSocialSep}%
|
{\acvHeaderSocialSep}%
|
||||||
\faSkype\acvHeaderIconSep\@skype%
|
\faSkype\acvHeaderIconSep\@skype%
|
||||||
}%
|
}%
|
||||||
|
\ifthenelse{\isundefined{\@reddit}}%
|
||||||
|
{}%
|
||||||
|
{%
|
||||||
|
\ifbool{isstart}%
|
||||||
|
{%
|
||||||
|
\setbool{istart}{false} %
|
||||||
|
}%
|
||||||
|
{\acvHeaderSocialSep}%
|
||||||
|
\href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}%
|
||||||
|
}%
|
||||||
\ifthenelse{\isundefined{\@extrainfo}}%
|
\ifthenelse{\isundefined{\@extrainfo}}%
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
|
|
|
@ -57,9 +57,10 @@
|
||||||
\homepage{www.posquit0.com}
|
\homepage{www.posquit0.com}
|
||||||
\github{posquit0}
|
\github{posquit0}
|
||||||
\linkedin{posquit0}
|
\linkedin{posquit0}
|
||||||
% \stackoverflow{SOid}{SOname}
|
% \stackoverflow{SO-id}{SO-name}
|
||||||
% \twitter{@twit}
|
% \twitter{@twit}
|
||||||
% \skype{skypeid}
|
% \skype{skype-id}
|
||||||
|
% \reddit{reddit-id}
|
||||||
% \extrainfo{extra informations}
|
% \extrainfo{extra informations}
|
||||||
|
|
||||||
\quote{``Make the change that you want to see in the world."}
|
\quote{``Make the change that you want to see in the world."}
|
||||||
|
|
|
@ -57,9 +57,10 @@
|
||||||
\homepage{www.posquit0.com}
|
\homepage{www.posquit0.com}
|
||||||
\github{posquit0}
|
\github{posquit0}
|
||||||
\linkedin{posquit0}
|
\linkedin{posquit0}
|
||||||
% \stackoverflow{SOid}{SOname}
|
% \stackoverflow{SO-id}{SO-name}
|
||||||
% \twitter{@twit}
|
% \twitter{@twit}
|
||||||
% \skype{skypeid}
|
% \skype{skype-id}
|
||||||
|
% \reddit{reddit-id}
|
||||||
% \extrainfo{extra informations}
|
% \extrainfo{extra informations}
|
||||||
|
|
||||||
\quote{``Make the change that you want to see in the world."}
|
\quote{``Make the change that you want to see in the world."}
|
||||||
|
|
|
@ -57,9 +57,10 @@
|
||||||
\homepage{www.posquit0.com}
|
\homepage{www.posquit0.com}
|
||||||
\github{posquit0}
|
\github{posquit0}
|
||||||
\linkedin{posquit0}
|
\linkedin{posquit0}
|
||||||
% \stackoverflow{SOid}{SOname}
|
% \stackoverflow{SO-id}{SO-name}
|
||||||
% \twitter{@twit}
|
% \twitter{@twit}
|
||||||
% \skype{skypeid}
|
% \skype{skype-id}
|
||||||
|
% \reddit{reddit-id}
|
||||||
% \extrainfo{extra informations}
|
% \extrainfo{extra informations}
|
||||||
|
|
||||||
\quote{``Make the change that you want to see in the world."}
|
\quote{``Make the change that you want to see in the world."}
|
||||||
|
|
Loading…
Reference in a new issue