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

Addition of LinkedIn in Social Media Section #91

Open
gowthamkishore3799 opened this issue Feb 8, 2024 · 1 comment
Open

Addition of LinkedIn in Social Media Section #91

gowthamkishore3799 opened this issue Feb 8, 2024 · 1 comment

Comments

@gowthamkishore3799
Copy link

gowthamkishore3799 commented Feb 8, 2024

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
Copy link

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>

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

2 participants