Skip to content

Commit

Permalink
Add Mastodon social icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Feb 9, 2022
1 parent 70d9de9 commit 8376f56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions sipa/static/css/bootstrap-social.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions sipa/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,21 +357,28 @@ <h2>{{ _("Kontakt") }} </h2>
<hr>

<div class="row">
<div class="col-xs-4 text-center">
<div class="col-xs-3 text-center">
<a class="btn btn-social-icon btn-mastodon"
href="https://social.anoxinon.de/@ag_dsn"
aria-label="Mastodon">
<span class="fa fa-mastodon" aria-hidden="true"></span>
</a>
</div>
<div class="col-xs-3 text-center">
<a class="btn btn-social-icon btn-twitter"
href="https://twitter.com/ag_dsn"
aria-label="Twitter">
<span class="fa fa-twitter" aria-hidden="true"></span>
</a>
</div>
<div class="col-xs-4 text-center">
<div class="col-xs-3 text-center">
<a class="btn btn-social-icon btn-facebook"
href="https://www.facebook.com/DresdnerStudentenNetz"
aria-label="Facebook">
<span class="fa fa-facebook" aria-hidden="true"></span>
</a>
</div>
<div class="col-xs-4 text-center">
<div class="col-xs-3 text-center">
<a class="btn btn-social-icon btn-github"
href="https://github.com/agdsn/sipa"
aria-label="Github">
Expand Down

0 comments on commit 8376f56

Please sign in to comment.