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

Commit

Permalink
Revert "Banner"
Browse files Browse the repository at this point in the history
This reverts commit 493554f.
  • Loading branch information
7emansell committed Nov 6, 2024
1 parent 493554f commit 56e4b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ <h2>Credits</h2>
</ul>
</div>

<div class="archive-banner">
As of October 2024, Navigating the Green Book will no longer be updated by NYPL and will soon be archived. <br/>
Maps and other site functionality will be limited once archived.
<br/> The source code for the site is available here: <a href="https://github.com/nypl-publicdomain/greenbook-map" target="_blank">https://github.com/nypl-publicdomain/greenbook-map</a>.
<br/>Data extracted from the Green Books can be found here: <a href="https://github.com/NYPL-publicdomain/greenbooks" target="_blank">https://github.com/NYPL-publicdomain/greenbooks</a>
<br/> and the digitized Green Books are available for viewing here: <a href="https://digitalcollections.nypl.org/collections/the-green-book" target="_blank">https://digitalcollections.nypl.org/collections/the-green-book</a>.
</div>

<div class="nypl-header">
<a href="http://nypl.org" target="_blank" title="open nypl.org in a new window"><span class="lion">The New York Public Library</span></a>
&nbsp;&nbsp;
Expand All @@ -114,8 +106,6 @@ <h2>Credits</h2>
<a href="//github.com/nypl-publicdomain/greenbook-map">View source code</a>.
</div>



<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
22 changes: 2 additions & 20 deletions scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,32 +115,14 @@ button {
}
}

.archive-banner {
width: 100%;
height: auto;
background: #F9E08E;
position: fixed;
z-index: 100000;
top: 0;
left: 0;
text-align: center;
color: $black;
font-size: 16px;
padding: 8px;
a {
text-decoration: underline;
color: $black;
}
}

.nypl-header {
width: 100%;
height: $headerHeight;
line-height: $headerHeight;
background: $greenDark;
position: fixed;
z-index: 10;
top: $headerHeight;
z-index: 1000000;
top: 0;
left: 0;
text-align: center;
overflow: hidden;
Expand Down

0 comments on commit 56e4b1a

Please sign in to comment.