Skip to content

Commit

Permalink
Update socials.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkalebob authored Mar 16, 2024
1 parent 16e6496 commit adebfb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions socials.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,23 @@
<span class="icon instagram"><i class="fab fa-instagram"></i></span>
</div>
<br>
</br>
<!-- End instagram Icon -->

<!-- Start tiktok Icon -->
<div id="tiktok" onclick="navigate(this.id)" class="social">
<span class="icon tiktok"><i class="fab fa-tiktok"></i></span>
</div>
<br>
</br>
<!-- End tiktok Icon -->

<!-- Start youtube Icon -->
<div id="youtube" onclick="navigate(this.id)" class="social">
<span class="icon youtube"><i class="fab fa-youtube"></i></span>
</div>
<br>
</br>
<!-- End youtube Icon -->


Expand Down

0 comments on commit adebfb5

Please sign in to comment.