Skip to content

Commit

Permalink
Removed Social media handles in header
Browse files Browse the repository at this point in the history
  • Loading branch information
meghana9044 committed May 16, 2024
1 parent 97fbf7a commit 4635851
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,7 @@

<body>

<!-- ############### Top Bar ############### -->



<div id="topbar" class="d-flex align-items-center fixed-top">
<div class="container d-flex justify-content-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope"></i> <a href="mailto:[email protected]">[email protected]</a>
<i class="bi bi-phone"></i><a href="tel:+91 1234567890">+91 1234567890</a>
</div>
<div class="d-none d-lg-flex social-links align-items-center">
<a href="#" class="facebook"><i class="fa-brands fa-facebook"></i></a>
<a href="#" class="instagram"><i class="fa-brands fa-instagram"></i></a>
<a href="#" class="twitter"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#" class="linkedin"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>




Expand Down

0 comments on commit 4635851

Please sign in to comment.