Skip to content

Commit

Permalink
Merge pull request #107 from Akkash20/twitter-X-Icon
Browse files Browse the repository at this point in the history
Twitter x icon
  • Loading branch information
maitri-vv authored Nov 1, 2023
2 parents 152d76f + d3407c7 commit f7e6030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
rel="stylesheet">
<!--fontawesome -->
<script src="https://kit.fontawesome.com/cc5e355fff.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/a37586c1fd.js" crossorigin="anonymous"></script>
<!--bootstraps-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
Expand Down Expand Up @@ -528,7 +529,7 @@ <h2 class="section-header">SPONSORS</h2>
<div class="social-media-icons">
<a href="https://www.facebook.com/" target="blank"><i class="social-icon fab fa-facebook fa-2x"></i></a>
<a href="https://www.instagram.com/" target="blank"><i class="social-icon fab fa-instagram fa-2x"></i></a>
<a href="https://twitter.com/" target="blank"><i class="social-icon fab fa-twitter fa-2x"></i></a>
<a href="https://twitter.com/" target="blank"><i class="social-icon fab fa-x-twitter fa-2x"></i></a>
<a href="#"><i class="social-icon fas fa-envelope fa-2x"></i></a>
</div>
</div>
Expand Down

0 comments on commit f7e6030

Please sign in to comment.