Skip to content

Commit

Permalink
Change social links
Browse files Browse the repository at this point in the history
* Replace Facebook with Instagram
* GitHub: Link organisation instead of this project
  • Loading branch information
FestplattenSchnitzel committed Sep 14, 2024
1 parent 84dfd91 commit aa6dcf3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sipa/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h2>{{ _("Kontakt") }} </h2>
<div class="col-3 text-center">
<a class="btn btn-social-icon btn-mastodon"
href="https://social.anoxinon.de/@ag_dsn"
rel="me"
rel="me"
aria-label="Mastodon">
<span class="bi-mastodon" aria-hidden="true"></span>
</a>
Expand All @@ -398,15 +398,15 @@ <h2>{{ _("Kontakt") }} </h2>
</a>
</div>
<div class="col-3 text-center">
<a class="btn btn-social-icon btn-facebook"
href="https://www.facebook.com/DresdnerStudentenNetz"
aria-label="Facebook">
<span class="bi-facebook" aria-hidden="true"></span>
<a class="btn btn-social-icon btn-instagram"
href="https://instagram.com/agdsn"
aria-label="Instagram">
<span class="bi-instagram" aria-hidden="true"></span>
</a>
</div>
<div class="col-3 text-center">
<a class="btn btn-social-icon btn-github"
href="https://github.com/agdsn/sipa"
href="https://github.com/agdsn"
aria-label="Github">
<span class="bi-github" aria-hidden="true"></span>
</a>
Expand Down

0 comments on commit aa6dcf3

Please sign in to comment.