Skip to content

Commit

Permalink
Fix the social media icons opening in the same tab (#11)
Browse files Browse the repository at this point in the history
Fix the social media icons opening in the same tab
  • Loading branch information
YoshithaRathnayake authored Jun 27, 2024
1 parent bdf47ec commit 6536312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ <h1 class="contact-heading" data-aos="zoom-in" data-aos-once="true">
</div>
</div>
<div class="social-media" data-aos="zoom-in" data-aos-once="true">
<a href="https://www.facebook.com/AntonianComputerFraternity">
<a href="https://www.facebook.com/AntonianComputerFraternity" target="_blank">
<div class="icon">
<i class="fa-brands fa-facebook-f"></i>
</div>
</a>
<a href="https://www.instagram.com/antonian_computer_fraternity/">
<a href="https://www.instagram.com/antonian_computer_fraternity" target="_blank">
<div class="icon">
<i class="fa-brands fa-instagram"></i>
</div>
</a>
<a href="https://x.com/SACK_ACF" >
<a href="https://x.com/SACK_ACF" target="_blank">
<div class="icon">
<i class="fa-brands fa-x-twitter"></i>
</div>
Expand Down Expand Up @@ -138,4 +138,4 @@ <h1 class="contact-heading" data-aos="zoom-in" data-aos-once="true">
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>
</html>

0 comments on commit 6536312

Please sign in to comment.