-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'remotes/origin/upateInfrastrukturinitia…
…tive' into 507-fix-accessibility-issues-reported
- Loading branch information
Showing
31 changed files
with
7,712 additions
and
3,516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
import React from "react"; | ||
import { graphql } from "gatsby"; | ||
import Header from "../components/header.html"; | ||
import Footer from "../components/footer.html"; | ||
import "../components/css/lobid.css"; | ||
import "../components/css/bootstrap.min.css"; | ||
import "../components/css/font-awesome.min.css"; | ||
|
||
export default function Template({ data, pageContext }) { | ||
|
||
const { markdownRemark } = data | ||
const { frontmatter, html } = markdownRemark | ||
return ( | ||
<div className="container"> | ||
<Header | ||
publications={pageContext.lang==="de"?"Publikationen":"Publications"} | ||
language={pageContext.lang==="de"?"English":"Deutsch"} | ||
languageTooltip={pageContext.lang==="de"?"Switch language to English":"Wechsel zur deutschen Version"} | ||
teamLink={pageContext.lang==="de"?"/team-de":"/team-en"} | ||
/> | ||
<div> | ||
<div className="page-header"> | ||
<h1>{frontmatter.title}</h1> | ||
</div> | ||
<div className="toc" dangerouslySetInnerHTML={{ __html: data.markdownRemark.tableOfContents }} /> | ||
<div dangerouslySetInnerHTML={{ __html: html }} /> | ||
</div> | ||
<Footer | ||
companyDetails={pageContext.lang==="de"?"Impressum":"Imprint"} | ||
privacy={pageContext.lang==="de"?"Datenschutz":"Privacy"} | ||
contactPointId="mailto:[email protected]" | ||
warranty={pageContext.lang==="de"?"Gewährleistung":"Warranty"} | ||
/> | ||
</div> | ||
) | ||
} | ||
|
||
export const query = graphql` | ||
query($slug: String!) { | ||
markdownRemark(frontmatter: { slug: { eq: $slug } }) { | ||
html | ||
tableOfContents | ||
frontmatter { | ||
slug | ||
title | ||
} | ||
} | ||
} | ||
` |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ | |
<ul class="dropdown-menu"> | ||
<li><a href="/team-de/">Team</a></li> | ||
<li><a href="mailto:[email protected]?subject=Feedback%20zu%20lobid.org">Feedback</a></li> | ||
<li><a href="/usage-policy">Richtlinien API-Nutzung</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
@@ -87,14 +88,14 @@ | |
<div class="panel-body"> | ||
<span class="pull-left"> | ||
<img src='/images/wappen.png' alt="NRW-Wappen" /> | ||
lobid | LOD-Dienste des <a href="https://www.hbz-nrw.de/produkte/linked-open-data">hbz — | ||
Hochschulbibliothekszentrum des Landes NRW</a> | ||
lobid | ein Dienst des <a href="https://www.hbz-nrw.de/produkte/linked-open-data">hbz</a> | ||
</span> | ||
<span class="pull-right"> | ||
<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> | ||
<a href="https://github.com/hbz/lobid"><i class="fa fa-github" aria-hidden="true"></i> GitHub</a> | ||
<a href="https://openbiblio.social/@lobid"><i class="fa-brands fa-mastodon" aria-hidden="true"></i> Mastodon</a> | ||
<a href="https://github.com/hbz/lobid"><i class="fa-brands fa-github" aria-hidden="true"></i> GitHub</a> | ||
<a href="http://blog.lobid.org"><i class="fa fa-pencil" aria-hidden="true"></i> Blog</a> | ||
</span> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ | |
<ul class="dropdown-menu"> | ||
<li><a href="team-en">Team</a></li> | ||
<li><a href="mailto:[email protected]?subject=Feedback%20zu%20lobid.org">Feedback</a></li> | ||
<li><a href="/usage-policy">Usage Policy</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
@@ -88,14 +89,14 @@ | |
<div class="panel-body"> | ||
<span class="pull-left"> | ||
<img src='/images/wappen.png' alt="NRW-Wappen" /> | ||
lobid | LOD services by <a href="https://www.hbz-nrw.de/produkte/linked-open-data">hbz — | ||
Hochschulbibliothekszentrum des Landes NRW</a> | ||
lobid | a service by <a href="https://www.hbz-nrw.de/produkte/linked-open-data">hbz</a> | ||
</span> | ||
<span class="pull-right"> | ||
<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> | ||
<a href="https://github.com/hbz/lobid"><i class="fa fa-github" aria-hidden="true"></i> GitHub</a> | ||
<a href="https://openbiblio.social/@lobid"><i class="fa-brands fa-mastodon" aria-hidden="true"></i> Mastodon</a> | ||
<a href="https://github.com/hbz/lobid"><i class="fa-brands fa-github" aria-hidden="true"></i> GitHub</a> | ||
<a href="http://blog.lobid.org"><i class="fa fa-pencil" aria-hidden="true"></i> Blog</a> | ||
</span> | ||
</div> | ||
|
Oops, something went wrong.