Skip to content

Commit

Permalink
Put an archival notice at the top of every page
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Aug 24, 2016
1 parent 651b822 commit c68565c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<div class="banner">
<a href="/2016/06/16/sunset/">U.S. Open Data concluded in July 2016. This is an archival website.</a>
</div>
<div class="main-nav">
<div class="row navbar">
<ul id="menu-main" class="twelve columns">
Expand Down
10 changes: 10 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,13 @@ article.single-post {
}

}

.banner {
text-align: center;
padding: 10px 10px;
background-color: #000;
font-weight: bold;
}
.banner a {
color: #fff;
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<div class="banner">
<a href="/2016/06/16/sunset/">U.S. Open Data concluded in July 2016. This is an archival website.</a>
</div>
<!-- START: Site Header -->
<div class="main-nav">
<div class="row navbar">
Expand Down

0 comments on commit c68565c

Please sign in to comment.