-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Social media handles in header
- Loading branch information
1 parent
97fbf7a
commit 4635851
Showing
1 changed file
with
1 addition
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
||
|
||
|
||
|