Skip to content

Commit

Permalink
Change twitter for discourse, remove twitter related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Mar 21, 2024
1 parent d86dabf commit 7cd3879
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 53 deletions.
88 changes: 44 additions & 44 deletions gatsby/lobid/src/components/footer.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,48 @@ import React from "react"
import wappenPng from "./images/wappen.png";

export default class Footer extends React.Component {
render() {
return (
<div className="panel panel-default footer">
<div className="panel-body">
<span className="pull-left">
<img src={wappenPng} alt="NRW-Wappen" /> &nbsp; lobid |
ein Dienst des{" "}
<a href="https://www.hbz-nrw.de/produkte/linked-open-data">
hbz
</a>
</span>
<span className="pull-right">
<a href="/warranty">
{this.props.warranty}
</a>
{" | "}
<a href="https://www.hbz-nrw.de/impressum">
{this.props.companyDetails}
</a>
{" | "}
<a href="https://github.com/hbz/lobid/blob/master/conf/Datenschutzerklaerung_lobid.textile">
{this.props.privacy}
</a>
{" | "}
<a
href="https://twitter.com/lobidorg"
style={{ marginRight: "12px" }}
>
<i className="fa fa-twitter" aria-hidden="true"></i> Twitter
</a>
<a
href="https://github.com/hbz/lobid"
style={{ marginRight: "12px" }}
>
<i className="fa fa-github" aria-hidden="true"></i> GitHub
</a>
<a href="http://blog.lobid.org" style={{ marginRight: "12px" }}>
<i className="fa fa-pencil" aria-hidden="true"></i> Blog
</a>
</span>
</div>
render() {
return (
<div className="panel panel-default footer">
<div className="panel-body">
<span className="pull-left">
<img src={wappenPng} alt="NRW-Wappen" /> &nbsp; lobid |
ein Dienst des{" "}
<a href="https://www.hbz-nrw.de/produkte/linked-open-data">
hbz
</a>
</span>
<span className="pull-right">
<a href="/warranty">
{this.props.warranty}
</a>
{" | "}
<a href="https://www.hbz-nrw.de/impressum">
{this.props.companyDetails}
</a>
{" | "}
<a href="https://github.com/hbz/lobid/blob/master/conf/Datenschutzerklaerung_lobid.textile">
{this.props.privacy}
</a>
{" | "}
<a
href="https://metadaten.community/c/software-und-tools/lobid/10"
style={{ marginRight: "12px" }}
>
<img style={{ height: "1em" }} src="/logos/discourse.svg" className="fa" aria-hidden="true"></img> Discourse
</a>
<a
href="https://github.com/hbz/lobid"
style={{ marginRight: "12px" }}
>
<i className="fa fa-github" aria-hidden="true"></i> GitHub
</a>
<a href="http://blog.lobid.org" style={{ marginRight: "12px" }}>
<i className="fa fa-pencil" aria-hidden="true"></i> Blog
</a>
</span>
</div>
)
}
}
</div >
)
}
}
1 change: 1 addition & 0 deletions gatsby/lobid/static/logos/discourse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions gatsby/lobid/static/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
{
"type": "ContactPoint",
"image": "/images/Twitter_logo_blue.png",
"id": "http://twitter.com/lobidorg",
"image": "/logos/discourse.svg",
"id": "https://metadaten.community/c/software-und-tools/lobid/10",
"contactType": {
"en": "Twitter",
"de": "Twitter"
"en": "Discourse",
"de": "Discourse"
}
},
{
Expand Down Expand Up @@ -57,7 +57,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 +245,4 @@
}
}
]
}
}
3 changes: 1 addition & 2 deletions gatsby/lobid/static/team/ap.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"http://orcid.org/0000-0001-9083-7442",
"https://d-nb.info/gnd/14326723X",
"http://viaf.org/viaf/164750950",
"https://twitter.com/acka47",
"https://oerworldmap.org/resource/urn:uuid:1fc889ad-28eb-496d-ad6a-3020b1380850",
"https://github.com/acka47",
"https://openbiblio.social/@acka47",
Expand All @@ -29,4 +28,4 @@
"http://www.wikidata.org/entity/Q273263",
"http://www.wikidata.org/entity/Q54166"
]
}
}
1 change: 0 additions & 1 deletion gatsby/lobid/static/team/pc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"https://www.dr0i.de/lib/files/foaf.rdf#me",
"https://github.com/dr0i",
"https://gitlab.com/dr0i",
"https://twitter.com/dr0ide",
"https://openbiblio.social/@dr0i"
],
"image": "https://www.dr0i.de/lib/grafik/wiki_icon_trans_dr0i.de.gif",
Expand Down

0 comments on commit 7cd3879

Please sign in to comment.