Skip to content

Commit

Permalink
Remove Twitter; use Mastodon (#483)
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
- refactor "fa" (fontawesome) to "fa-brands" for brands (github and twitter)
  • Loading branch information
dr0i committed Nov 13, 2023
1 parent 9ca51e9 commit e7ebbd8
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 23 deletions.
10 changes: 5 additions & 5 deletions gatsby/lobid/src/components/footer.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ export default class Footer extends React.Component {
</a>
{" | "}
<a
href="https://twitter.com/lobidorg"
href="https://openbiblio.social/@lobid"
style={{ marginRight: "12px" }}
>
<i className="fa fa-twitter" aria-hidden="true"></i> Twitter
<i className="fa-brands fa-mastodon" aria-hidden="true"></i> Mastodon
</a>
<a
href="https://github.com/hbz/lobid"
style={{ marginRight: "12px" }}
>
<i className="fa fa-github" aria-hidden="true"></i> GitHub
<i className="fa-brands fa-github" aria-hidden="true"></i> GitHub
</a>
<a href="http://blog.lobid.org" style={{ marginRight: "12px" }}>
<a href="http://blog.lobid.org" style={{ marginRight: "11px" }}>
<i className="fa fa-pencil" aria-hidden="true"></i> Blog
</a>
</span>
</div>
</div>
)
}
}
}
Binary file removed gatsby/lobid/static/images/Twitter_logo_blue.png
Binary file not shown.
4 changes: 2 additions & 2 deletions gatsby/lobid/static/index-de
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<a href="/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"><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"><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
4 changes: 2 additions & 2 deletions gatsby/lobid/static/index-en
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<a href="/warranty">Warranty</a> |
<a href="https://www.hbz-nrw.de/impressum">Imprint</a> |
<a href="https://github.com/hbz/lobid/blob/master/conf/Datenschutzerklaerung_lobid.textile">Privacy</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"><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"><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 gatsby/lobid/static/stylesheets/font-awesome.min.css

Large diffs are not rendered by default.

13 changes: 2 additions & 11 deletions gatsby/lobid/static/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
"de": "Mailingliste"
}
},
{
"type": "ContactPoint",
"image": "/images/Twitter_logo_blue.png",
"id": "http://twitter.com/lobidorg",
"contactType": {
"en": "Twitter",
"de": "Twitter"
}
},
{
"type": "ContactPoint",
"image": "/images/GitHub-Mark-32px.png",
Expand All @@ -57,7 +48,7 @@
"parentOrganization": "http://lobid.org/organisations/DE-605#!",
"blog": "http://blog.lobid.org",
"sameAs": [
"https://twitter.com/lobidorg"
"https://openbiblio.social/@lobid"
],
"foundingDate": "2019",
"url": "https://www.hbz-nrw.de/produkte/linked-open-data",
Expand Down Expand Up @@ -245,4 +236,4 @@
}
}
]
}
}
Binary file added gatsby/lobid/static/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file added gatsby/lobid/static/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file added gatsby/lobid/static/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file added gatsby/lobid/static/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file added gatsby/lobid/static/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file added gatsby/lobid/static/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e7ebbd8

Please sign in to comment.