From 3e6bc576f6d77e7e390dacd41b434a020fc300cc Mon Sep 17 00:00:00 2001 From: Nick Freear Date: Wed, 2 Jan 2019 15:49:13 +0000 Subject: [PATCH] Bug #7, add link to OU privacy policy in site footer [iet:10993886] * Plus, GDPR heading/link in README --- README.md | 12 +++++++++--- css/styles.css | 12 ++++++++---- site/templates/default.php | 7 +++++++ 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index acc968c..c891f10 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ web server which can be accessed by the workload tool. You should now be able to access the tool on the domain name linked to the web server. +## GDPR + +Details of GDPR / privacy actions can be found in [Bug #7][]. + ## Acknowledgements * Contributors: [@djitsz][] (original developer) @@ -55,7 +59,7 @@ You should now be able to access the tool on the domain name linked to the web s --- -© 2015 The Open University ([Institute of Educational Technology][iet]). +[©][c] 2015 The Open University ([Institute of Educational Technology][iet]). [blog]: http://analytics.jiscinvolve.org/wp/2016/02/09/guest-post-jisc-ou-student-workload-tool/ @@ -63,7 +67,8 @@ You should now be able to access the tool on the domain name linked to the web s [gpl]: https://gnu.org/licenses/gpl.html [src]: https://github.com/IET-OU/ [jisc]: https://jisc.ac.uk/ "formerly the Joint Information Systems Committee, UK" -[iet]: http://iet.open.ac.uk/ "Institute of Educational Technology" +[iet]: https://iet.open.ac.uk/ "Institute of Educational Technology" +[c]: https://www.open.ac.uk/copyright "Copyright © 2015-2019 The Open University (IET)" [@djitsz]: https://github.com/djitsz "Jitse van Ameijde" [swiftmailer]: https://packagist.org/packages/swiftmailer/swiftmailer @@ -75,5 +80,6 @@ You should now be able to access the tool on the domain name linked to the web s [climate]: https://codeclimate.com/github/IET-OU/jisc-workload "Code Climate score [GPA, out of 4]" [climate-icon]: https://codeclimate.com/github/IET-OU/jisc-workload/badges/gpa.svg +[bug #7]: https://github.com/IET-OU/jisc-workload/issues/7 "GDPR / privacy" -[End]: //end. +[End]: //. diff --git a/css/styles.css b/css/styles.css index 2f87ebc..eaccf4f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -67,17 +67,17 @@ margin-right: 10px; } body { - background: #F4F4DC; + background: #F4F4DC; } h1 { color: #E5B038; font-size: 24px; - font-weight: bold; + font-weight: bold; } h2 { color: #E5B038; font-size: 18px; - font-weight: bold; + font-weight: bold; } a h2:hover { color: #E5B038; @@ -251,4 +251,8 @@ th.tuition,.segment.tuition { } .chart .row { margin-bottom: 5px; -} \ No newline at end of file +} + +#site-footer { + font-size: small; +} diff --git a/site/templates/default.php b/site/templates/default.php index 11dc5d5..9940f80 100644 --- a/site/templates/default.php +++ b/site/templates/default.php @@ -58,6 +58,13 @@
+ +

+ © The Open University + | + Privacy policy +

+ renderRegion('footer'); ?>