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

Commit e1f5131

Browse files
committed
Add deprecation banner
1 parent ffa4ef4 commit e1f5131

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

_layouts/default.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
{% include head.html %}
55

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

814
{{ content }}
915

_sass/_base.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,3 +617,13 @@ footer {
617617
}
618618
}
619619
}
620+
621+
.deprecation-banner {
622+
background-color: $green;
623+
color: black;
624+
padding: 10px;
625+
626+
a {
627+
color: black;
628+
}
629+
}

0 commit comments

Comments
 (0)