Skip to content

Commit

Permalink
Add WIP message and CC-BY
Browse files Browse the repository at this point in the history
  • Loading branch information
slowe committed Dec 10, 2024
1 parent 3ea6efd commit e14a41a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/_includes/css/oi.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ a.button:hover, button:hover, button:focus, a.button:focus { background-color: #
.b5-bg, .off label { background-color: #dfdfdf; color: black!important; }
.b6-bg { background-color: #ffffff; color: black!important; }
.warning { color: rgb(95, 82, 7); background-color: rgb(251, 245, 208); filter: drop-shadow(0px 0px 1px rgb(95, 82, 7)); }
.message { text-align: center; }
.padded { padding: 1em; }
.padded-bottom { padding: 1em; margin-bottom: 1em; }
.doublepadded { padding: 2em; }
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/partials/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
</ul>
</li>
</ul>
<p class="oi-credit">Website and visualisations created by <img src="/assets/images/oi-square-white.svg" style="height: 1.2em; padding-left: 0.25em;padding-right: 0.25em;"></a><a href="www.open-innovations.org">Open Innovations<a href="https://open-innovations.org"></a></p>
<p>Website design and visualisations &copy; 2024 <a href="https://open-innovations.org">Open Innovations</a> (<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>)</p>
</div>
</footer>
3 changes: 3 additions & 0 deletions src/_includes/partials/header.njk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<div class="message warning padded tallpadded">
<p class="holder">Warning: This is a work-in-progress.</p>
</div>
<div class="site-header header-holder">
<header class="padded b1-bg header-grid">
<a href="/"><img src="/assets/images/lcc-logo-white-01.svg" inline width='250' style="min-width: 150px;" alt="Leeds City Council"></a>
Expand Down

0 comments on commit e14a41a

Please sign in to comment.