diff --git a/gatsby/lobid/src/components/footer.html.js b/gatsby/lobid/src/components/footer.html.js index 5e21c00..3a93a25 100644 --- a/gatsby/lobid/src/components/footer.html.js +++ b/gatsby/lobid/src/components/footer.html.js @@ -3,48 +3,52 @@ import React from "react" import wappenPng from "./images/wappen.png"; export default class Footer extends React.Component { - render() { - return ( -
-
- - NRW-Wappen   lobid | - ein Dienst des{" "} - - hbz - - - - - {this.props.warranty} - - {" | "} - - {this.props.companyDetails} - - {" | "} - - {this.props.privacy} - - {" | "} - - Mastodon - - - GitHub - - - Blog - - + render() { + return ( +
+
+ + NRW-Wappen   lobid | + ein Dienst des{" "} + + hbz + + + + + {this.props.warranty} + + {" | "} + + {this.props.companyDetails} + + {" | "} + + {this.props.privacy} + + {" | "} + + {this.props.accessibility} + + {" | "} + + Mastodon + + + GitHub + + + Blog + + +
-
- ) - } + ) + } } diff --git a/gatsby/lobid/src/components/member.html.js b/gatsby/lobid/src/components/member.html.js index 342e544..ebb3c91 100644 --- a/gatsby/lobid/src/components/member.html.js +++ b/gatsby/lobid/src/components/member.html.js @@ -7,9 +7,9 @@ import Publications from "./publications.html"; import Products from "./products.html"; import Projects from "./projects.html"; -import "./css/lobid.css"; import "./css/bootstrap.min.css"; import "./css/font-awesome.min.css"; +import "./css/lobid.css"; import hbzLogoPng from "./images/hbz.png"; import jsonLdPng from "./images/json-ld.png"; @@ -116,7 +116,7 @@ export class Member extends React.Component {

{this.state.infoToggledProjects ? this.getFormerProjects() : ""} -
); diff --git a/gatsby/lobid/src/components/product.html.js b/gatsby/lobid/src/components/product.html.js index f74ac2a..43dba53 100644 --- a/gatsby/lobid/src/components/product.html.js +++ b/gatsby/lobid/src/components/product.html.js @@ -7,9 +7,9 @@ import Footer from "./footer.html"; import Publications from "./publications.html"; import Membership from "./membership.html"; -import "./css/lobid.css"; import "./css/bootstrap.min.css"; import "./css/font-awesome.min.css"; +import "./css/lobid.css"; import jsonLdPng from "./images/json-ld.png"; @@ -65,7 +65,7 @@ export class Product extends React.Component { {this.props.product.membership.length > 0 &&

{this.props.memberName}

} !member.endDate).map((member) => [member, getMemberDetails(this.props.members, member)])} lang={this.props.lang}/> -