Skip to content

Commit

Permalink
Remove Twitter; use Mastodon (#1859)
Browse files Browse the repository at this point in the history
- update fontawesome to 6.4.2 (gains mastodon) by copy new css to old css
- add new webfonts
- refactor "fa" (fontawesome) to "fa-brands" for brands (github and twitter)
  • Loading branch information
dr0i committed Nov 14, 2023
1 parent 25c509e commit c223adb
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions web/app/views/main.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
lobid-resources | ein Dienst des <a href='https://www.hbz-nrw.de/produkte/linked-open-data'>hbz</a>
</span>
<span class="pull-right">
<a href="http://lobid.org/warranty">Gewährleistung</a> |
<a href="https://www.hbz-nrw.de/impressum">Impressum</a> |
<a href="http://lobid.org/warranty">Gewährleistung</a> |
<a href="https://www.hbz-nrw.de/impressum">Impressum</a> |
<a href="https://github.com/hbz/lobid/blob/master/conf/Datenschutzerklaerung_lobid.textile">Datenschutz</a> |
<a href="https://twitter.com/lobidorg"><i class="fa fa-twitter" aria-hidden="true"></i> Twitter</a>&nbsp;
<a href="https://github.com/hbz/lobid-resources"><i class="fa fa-github" aria-hidden="true"></i> GitHub</a>&nbsp;
<a href="https://openbiblio.social/@@lobid"><i class="fa-brands fa-mastodon" aria-hidden="true"></i> Mastodon</a>&nbsp;
<a href="https://github.com/hbz/lobid-resources"><i class="fa-brands fa-github" aria-hidden="true"></i> GitHub</a>&nbsp;
<a href="http://blog.lobid.org"><i class="fa fa-pencil" aria-hidden="true"></i> Blog</a>
</span>
</div>
Expand Down
11 changes: 8 additions & 3 deletions web/public/stylesheets/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added web/public/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file added web/public/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file added web/public/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file added web/public/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file added web/public/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added web/public/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file added web/public/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file added web/public/webfonts/fa-v4compatibility.woff2
Binary file not shown.

0 comments on commit c223adb

Please sign in to comment.