Skip to content

Commit

Permalink
Fix social media
Browse files Browse the repository at this point in the history
  • Loading branch information
Muaath5 committed Aug 3, 2024
1 parent 18ff873 commit bbe306e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions en.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ <h5>
</h5>
</div>
<div class="row text-center">
<div class="btn-group" role="group" aria-label="Accounts">
<a href="https://github.com/Muaath5" type="button" class="btn btn-dark"><i class="bi-github"></i></a>
<a href="https://t.me/Muaath_5" type="button" class="btn btn-info"><i class="bi-telegrem"></i></a>
<a href="mailto:[email protected]" type="button" class="btn btn-dark"><i class="bi-mail"></i></a>
<a href="https://x.com/Muaath_dev" type="button" class="btn btn-dark"><i class="bi-twitter-x"></i></a>
<a href="https://muaath.dev/blog/" type="button" class="btn btn-primary"><i class="bi-link-45deg"></i></a>
<div class="col">
<div class="btn-group" role="group" aria-label="Accounts">
<a href="https://github.com/Muaath5" type="button" class="btn btn-dark"><i class="bi-github"></i></a>
<a href="https://t.me/Muaath_5" type="button" class="btn btn-info"><i class="bi-telegrem"></i></a>
<a href="mailto:[email protected]" type="button" class="btn btn-secondary"><i class="bi-envelope"></i></a>
<a href="https://muaath.dev/blog/" type="button" class="btn btn-primary"><i class="bi-link-45deg"></i></a>
<a href="https://x.com/Muaath_dev" type="button" class="btn btn-dark"><i class="bi-twitter-x"></i></a>
</div>
</div>
</div>
</div>
Expand Down
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ <h5>
</h5>
</div>
<div class="row text-center">
<div class="btn-group" role="group" aria-label="Accounts">
<a href="https://github.com/Muaath5" type="button" class="btn btn-dark"><i class="bi-github"></i></a>
<a href="https://t.me/Muaath_5" type="button" class="btn btn-info"><i class="bi-telegrem"></i></a>
<a href="mailto:[email protected]" type="button" class="btn btn-dark"><i class="bi-mail"></i></a>
<a href="https://x.com/Muaath_dev" type="button" class="btn btn-dark"><i class="bi-twitter-x"></i></a>
<a href="https://muaath.dev/blog/" type="button" class="btn btn-primary"><i class="bi-link-45deg"></i></a>
<div class="col">
<div class="btn-group" role="group" aria-label="Accounts">
<a href="https://github.com/Muaath5" type="button" class="btn btn-dark"><i class="bi-github"></i></a>
<a href="https://t.me/Muaath_5" type="button" class="btn btn-info"><i class="bi-telegrem"></i></a>
<a href="mailto:[email protected]" type="button" class="btn btn-secondary"><i class="bi-envelope"></i></a>
<a href="https://muaath.dev/blog/" type="button" class="btn btn-primary"><i class="bi-link-45deg"></i></a>
<a href="https://x.com/Muaath_dev" type="button" class="btn btn-dark"><i class="bi-twitter-x"></i></a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit bbe306e

Please sign in to comment.