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

Way to edit contactline #3

Closed
kruthi3012 opened this issue Sep 13, 2022 · 2 comments
Closed

Way to edit contactline #3

kruthi3012 opened this issue Sep 13, 2022 · 2 comments

Comments

@kruthi3012
Copy link

Hey! Is there a way to edit the contact line to not consist of the link to the personal website?

@Seanny123
Copy link

In PlushCV.cls I modified the block defined by \newcommand{\contactline} to remove the personal website and phone number

%Contact Line
\newcommand{\contactline}[3]{\begingroup
\setbox0=\hbox{
\includegraphics[scale=0.23,trim={0cm 1.25cm -0.4cm 0cm}]{icons/main/github.png}{#1}\hspace{0.3cm}
\includegraphics[scale=0.23,trim={0cm 1.25cm -0.4cm 0cm}]{icons/main/linkedin.png}{#2}\hspace{0.3cm}
\includegraphics[scale=0.23,trim={0cm 1.25cm -0.4cm 0cm}]{icons/main/mail.png}{#3}\hspace{0.3cm}
}\parbox{\wd0}{\box0}\endgroup}

@cystema
Copy link
Owner

cystema commented Jan 11, 2023

@Seanny123 thanks for helping out!

@cystema cystema closed this as completed Jan 11, 2023
@cystema cystema assigned Seanny123 and unassigned Seanny123 Jan 12, 2023
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

3 participants