From a2c76e966b39bfc13413cc46d8d034293fe8b7d3 Mon Sep 17 00:00:00 2001 From: anonymous <anonymous> Date: Tue, 22 Jan 2019 13:07:39 +0100 Subject: [PATCH] ODPSH-262: insert links --- ckanext/odsh/public/odsh.css | 3 +++ ckanext/odsh/templates/footer.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css index 18ed18f8..624fb748 100644 --- a/ckanext/odsh/public/odsh.css +++ b/ckanext/odsh/public/odsh.css @@ -775,6 +775,9 @@ label:after { max-width: 1280px; margin: auto; } +.footer a{ + color:white; +} @media (max-width: 767px){ .footer{ border-top:0px; diff --git a/ckanext/odsh/templates/footer.html b/ckanext/odsh/templates/footer.html index 26ba016e..52266b68 100644 --- a/ckanext/odsh/templates/footer.html +++ b/ckanext/odsh/templates/footer.html @@ -13,9 +13,9 @@ <div class="footer-left"> <div class="footer-icon">© {{g.site_title}}</div> <div class="footer-right"> - <div class='footer-icon'>Kontakt</div> - <div class='footer-icon'>Impressum</div> - <div class='footer-icon last'>Datenschutz</div> + <div class='footer-icon'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Kontakt/kontakt_node.html '>Kontakt</a></div> + <div class='footer-icon'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Impressum/impressum_node.html'>Impressum</a></div> + <div class='footer-icon last'><a href='https://www.schleswig-holstein.de/DE/Serviceseiten/Datenschutzerklaerung/datenschutz_node.html'>Datenschutz</a></div> </div> </div> </div> -- GitLab