Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamilselvan6 authored Mar 11, 2024
1 parent 5e406a2 commit 9057157
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
</head>

<body>
<div class="social-icons-container">
<div class="expand-icon"><i class="fa-solid fa-angle-right"></i></div>
<div class="close-icon"><i class="fa-solid fa-circle-xmark"></i></div>
<ul class="social-icons-side">
<li style="background-color: rgba(0, 0, 255, 0.7);"><a href="https://www.linkedin.com/in/vtamilselvanbe/"
target="_blank" class="fab fa-linkedin" aria-label="LinkedIn"></a></li>
<li style="background-color: rgba(59, 59, 59, 0.7);"><a href="https://github.com/Tamilselvan6"
target="_blank" class="fa-brands fa-github" aria-label="Website"></a></li>
<li style="background-color: rgba(255, 166, 0, 0.7);"><a href="https://trendtechcontent.blogspot.com/"
target="_blank" class="fa-brands fa-blogger" aria-label="Blog"></a></li>
<li style="background-color: rgba(255, 0, 0, 0.7);"><a href="mailto:21cse058tamilselvan@email.com"
class="fas fa-envelope" aria-label="Contact"></a></li>
</ul>
</div>
<div id="header">
<div class="container">
<nav>
Expand Down

0 comments on commit 9057157

Please sign in to comment.