codewithsadee / vcard-personal-portfolio

vCard is a fully responsive personal portfolio website, responsive for all devices.
https://codewithsadee.github.io/vcard-personal-portfolio/
MIT License
4.93k stars 2.03k forks source link

Addition of LinkedIn in Social Media Section #91

Open gowthamkishore3799 opened 5 months ago

gowthamkishore3799 commented 5 months ago

Presently, LinkedIn has become a significant prerequisite in the job application process, with many employers explicitly requesting applicants to provide their LinkedIn profiles. In light of this trend, I propose considering the inclusion of a LinkedIn link in the portfolio template.

Added a image below for reference

Screenshot 2024-02-07 at 10 26 03 PM

Would love to get others feedback as well

banchan86 commented 2 months ago

You can change it yourself by adding a contact item container for linkedin in the sidebar section of index.html

          <li class="contact-item">

            <div class="icon-box">
              <ion-icon name="logo-linkedin"></ion-icon>
            </div>

            <div class="contact-info">
              <p class="contact-title">Linkedin</p>

              <a href="https://www.linkedin.com/in/yourprofile/" class="contact-link">https://www.linkedin.com/in/yourprofile/</a>
            </div>

          </li>