Skip to content

Commit

Permalink
Merge pull request #1291 from gollaanusha249/lnk
Browse files Browse the repository at this point in the history
fix: Add redirection to the buttons linkedin, github, etc in footer page #1278
  • Loading branch information
apu52 authored Aug 2, 2024
2 parents 303b127 + 4c83b37 commit d421ee2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1926,32 +1926,32 @@ <h4>Contact Us</h4>
<a href="tel:8562145852" class="text-nowrap">+91 8562145852</a>
</div>
<div class="icons">
<a href="">
<a href="https://www.linkedin.com/in/arpan-chowdhury-775294251/?original_referer=https%3A%2F%2Fin%2Esearch%2Eyahoo%2Ecom%2F&originalSubdomain=in">
<div class="icon">
<i class="fab fa-linkedin" title="linkedin" style="cursor: pointer;"></i>
</div>
</a>

<a href="">
<a href="https://x.com/ArpanCh40193288">
<div class="icon">
<i class="fa-brands fa-x-twitter" title="X" style="cursor: pointer;"></i>
</div>
</a>

<a href="">
<a href="https://www.instagram.com/anuragbasu1973/">
<div class="icon">
<i class="fab fa-instagram" title="Instagram" style="cursor: pointer;"></i>
</div>
</a>


<a href="" title="YouTube">
<a href="https://www.youtube.com/@arpanchowdhury53" title="YouTube">
<div class="icon">
<i class="fab fa-youtube" style="cursor: pointer;"></i>
</div>
</a>

<a href="">
<a href="https://github.com/apu52">
<div class="icon">
<i class="fab fa-github" title="Github"></i>
</div>
Expand Down

0 comments on commit d421ee2

Please sign in to comment.