Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customize icons to add Stack Exchange, GitHub, etc #17

Open
VincentTam opened this issue Oct 13, 2020 · 0 comments
Open

customize icons to add Stack Exchange, GitHub, etc #17

VincentTam opened this issue Oct 13, 2020 · 0 comments

Comments

@VincentTam
Copy link

Adding a GitHub icon to the left sidebar is simple.

  1. Duplicate the lines containing cvsite.

  2. Replace it with cvgithub.

  3. Edit the line in the tabular env like

    \ifthenelse{\equal{\givencvgithub}{}}{}{\textsc{\large\icon{\faGithub}} & \href{https://www.github.com/\givencvgithub} 
    {\givencvgithub}\\}

\newcommand{\cvsite}[1]{\renewcommand{\givencvsite}{#1}}

\newcommand{\givencvsite}{}

\begin{tabular}{p{0.5cm} @{\hskip 0.5cm}p{5cm}}
\ifthenelse{\equal{\givencvdate}{}}{}{\textsc{\Large\icon{\Info}} & \givencvdate\\}
\ifthenelse{\equal{\givencvaddress}{}}{}{\textsc{\Large\icon{\Letter}} & \givencvaddress\\}
\ifthenelse{\equal{\givennumberphone}{}}{}{\textsc{\Large\icon{\Telefon}} & \givennumberphone\\}
\ifthenelse{\equal{\givencvsite}{}}{}{\textsc{\Large\icon{\Mundus}} & \href{\givencvsite}{\textcolor{cerulean}\givencvsite}\\}
\ifthenelse{\equal{\givencvmail}{}}{}{\textsc{\large\icon{@}} & \href{mailto:\givencvmail}{\givencvmail}}
\end{tabular}

Screenshot from 2020-10-13 11-54-02

How can I add my Stack Exchange profile, which has two arguments (user name and user ID)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant