Giter Site home page Giter Site logo

Comments (2)

cictema avatar cictema commented on July 29, 2024 1

@lomky thanks!

from plushcv.

lomky avatar lomky commented on July 29, 2024

The way this template is formatted you must edit both the tex and cls file if you remove or reorder the contact line.

For anything you remove from here
https://github.com/sansquoi/PlushCV/blob/c7a9a3f3c0439ea2c6a1567877cc4f2995959a28/PlushCV.tex#L48

You must edit the class to change the array size, correct the array placement, and remove the unneeded line.

https://github.com/sansquoi/PlushCV/blob/c7a9a3f3c0439ea2c6a1567877cc4f2995959a28/PlushCV.cls#L214-L221

So to remove the GitHub you would do:

 \namesection{Firstname}{Lastname}{Full Stack Software Engineer}{\contactline{\href{https://www.home.me}{homepage.com}}{\href{https://www.linkedin.com/}{li-username}}{\href{mailto:[email protected]}{[email protected]}}{\href{tel:+1999999999}{9999999999}}} 

and

\newcommand{\contactline}[4]{\begingroup 
 \setbox0=\hbox{ 
 \includegraphics[scale=0.23,trim={1.4cm 1.25cm -0.4cm 0cm}]{icons/main/home.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} 
 \includegraphics[scale=0.23,trim={0cm 1.25cm -0.4cm 0cm}]{icons/main/phone.png}{#4} 
 }\parbox{\wd0}{\box0}\endgroup} 

from plushcv.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.