Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Add deprecation banner
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nut committed Sep 23, 2024
1 parent ffa4ef4 commit e1f5131
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
{% include head.html %}

<body>
<div class="deprecation-banner">
<div class="deprecation-banner__content">
Diese Website ist Teil eines abgeschlossenen Projekts der Open Knowledge Foundation Deutschland und wird nicht mehr aktualisiert.
Das gültige Impressum und die Datenschutzerklärung finden sich auf <a href="https://okfn.de/impressum">okfn.de/impressum</a>.
</div>
</div>

{{ content }}

Expand Down
10 changes: 10 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -617,3 +617,13 @@ footer {
}
}
}

.deprecation-banner {
background-color: $green;
color: black;
padding: 10px;

a {
color: black;
}
}

0 comments on commit e1f5131

Please sign in to comment.