Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Bug #7, add link to OU privacy policy in site footer [iet:10993886]
Browse files Browse the repository at this point in the history
* Plus, GDPR heading/link in README
  • Loading branch information
nfreear committed Jan 2, 2019
1 parent 6ab4970 commit 3e6bc57
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -55,15 +59,16 @@ 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/
[composer]: https://getcomposer.org/ "Dependency Manager for PHP"
[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

Expand All @@ -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]: //.
12 changes: 8 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -251,4 +251,8 @@ th.tuition,.segment.tuition {
}
.chart .row {
margin-bottom: 5px;
}
}

#site-footer {
font-size: small;
}
7 changes: 7 additions & 0 deletions site/templates/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
<div class="container">
<div class="row">
<div class="col-xs-12">

<p>
<a href="https://www.open.ac.uk">&copy; The Open University</a>
|
<a href="https://www.open.ac.uk/privacy">Privacy policy</a>
</p>

<?php
$this->renderRegion('footer');
?>
Expand Down

0 comments on commit 3e6bc57

Please sign in to comment.