vcard-personal-portfolio
vcard-personal-portfolio copied to clipboard
Addition of LinkedIn in Social Media Section
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
Would love to get others feedback as well
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>