Skip to content
Snippets Groups Projects
Commit e94f21c9 authored by Remco Tukker's avatar Remco Tukker
Browse files

Merge branch 'feature/COMP-190_slimline_footer' into 'develop'

update the footer to the latest insights

See merge request !30
parents 159ef8d8 4a25017a
No related branches found
No related tags found
1 merge request!30update the footer to the latest insights
...@@ -6,20 +6,25 @@ import EULogo from "../../images/eu_logo.png"; ...@@ -6,20 +6,25 @@ import EULogo from "../../images/eu_logo.png";
function GeantFooter(): ReactElement { function GeantFooter(): ReactElement {
return <footer className="page-footer mt-5 pt-5"> return <footer className="page-footer mt-5 pt-3">
<Container> <Container>
<Row> <Row>
<Col> <Col>
<a href="https://geant.org"> <a href="https://geant.org">
<img src={GeantLogo} className="m-3" style={{maxWidth: "150px"}}/> <img src={GeantLogo} className="m-3" style={{maxWidth: "100px"}}/>
</a> </a>
<img className="m-3" src={EULogo} /> <img src={EULogo} className="m-3" style={{maxWidth: "200px"}}/>
</Col> </Col>
<Col> <Col className="mt-4 text-end">
<p className="m-3 text-end"> <span>
The contents of this site are the sole responsibility <a className="mx-3 footer-link" href="https://geant.org/Policies/">Cookies</a>
of GÉANT and can under no circumstances be regarded <wbr/>|
as reflecting the views of the European Union</p> <a className="mx-3 footer-link" href="https://geant.org/Disclaimer/">Disclaimer</a>
<wbr/>|
<a className="mx-3 footer-link" href="https://geant.org/geant-anti-slavery-policy/">GEANT&nbsp;Anti&#8209;Slavery&nbsp;Policy</a>
<wbr/>|
<a className="mx-3 footer-link" href="https://geant.org/Privacy-Notice/">Privacy&nbsp;Policy</a>
</span>
</Col> </Col>
</Row> </Row>
</Container> </Container>
......
...@@ -99,9 +99,19 @@ ...@@ -99,9 +99,19 @@
} }
.page-footer { .page-footer {
min-height: 180px; min-height: 100px;
background-color: #3b536b; background-color: #3b536b;
color: #f5f5f5; color: white;
}
.footer-link {
color: white;
text-decoration: none;
}
.footer-link:hover {
color: white;
text-decoration: underline;
} }
.filter-dropdown-item { .filter-dropdown-item {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment