Skip to content

Commit

Permalink
Update to font awesome 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ibot3 authored and FestplattenSchnitzel committed Feb 9, 2022
1 parent 8376f56 commit a363d47
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions sipa/static/css/fa-all.min.css

Large diffs are not rendered by default.

Binary file added sipa/static/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file added sipa/static/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file added sipa/static/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file added sipa/static/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file added sipa/static/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added sipa/static/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file added sipa/static/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file added sipa/static/webfonts/fa-v4compatibility.woff2
Binary file not shown.
10 changes: 5 additions & 5 deletions sipa/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<link rel="stylesheet" type="text/css"
href="{{ url_for('static', filename='css/bootstrap.min.css') }}"/>
<link rel="stylesheet" type="text/css"
href="{{ url_for('static', filename='css/font-awesome.min.css') }}"/>
href="{{ url_for('static', filename='css/fa-all.min.css') }}"/>
<link rel="stylesheet" type="text/css"
href="{{ url_for('static', filename='css/bootstrap-social.css') }}"/>
<link rel="stylesheet" type="text/css"
Expand Down Expand Up @@ -361,28 +361,28 @@ <h2>{{ _("Kontakt") }} </h2>
<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>
<span class="fa-brands 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>
<span class="fa-brands fa-twitter" aria-hidden="true"></span>
</a>
</div>
<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>
<span class="fa-brands fa-facebook" aria-hidden="true"></span>
</a>
</div>
<div class="col-xs-3 text-center">
<a class="btn btn-social-icon btn-github"
href="https://github.com/agdsn/sipa"
aria-label="Github">
<span class="fa fa-github" aria-hidden="true"></span>
<span class="fa-brands fa-github" aria-hidden="true"></span>
</a>
</div>
</div>
Expand Down

0 comments on commit a363d47

Please sign in to comment.