Background collage and minor CSS edits

pull/3/head
Rachel Kim 2020-02-24 23:18:21 -05:00
parent c5c765926a
commit ab29869113
14 changed files with 9 additions and 9 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -1,5 +1,6 @@
body, html {
background: url('books.jpg');
background: url('cover-collage-2.jpg');
background-size: 100%;
}
.content{
@ -24,10 +25,6 @@ body, html {
width:75%
}
/* h1{
margin: 0px 0px 10px 0px;
} */
input {
width: 75%;
height:30px;
@ -50,6 +47,7 @@ button{
position: -webkit-sticky;
top: 0;
}
.totheleft{
float:left;
color:white;

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,10 +1,12 @@
{% extends 'base.html' %}
{% block content %}
<!-- <div class="about"> -->
<div class="py-5 text-center">
<div class="content">
<h1>About</h1>
<p>Many books published between 1923 through 1977 may be in the public domain either because their copyright was not registered, or because their copyrights were not renewed after an initial term. Unfortunately, determining the copyright status of these books requires a review of the copyright records of registration and renewal. Unfortunately, these records were all on paper. Digital scans of these records were made, and are available from the Internet Archive, but searching the scans is not easy.</p>
<p>To make this task more manageable, work has gone underway to convert the Catalog of Copyright Entries (CCEs) into well-structured XML data. The CCEs are comprised of about 450,000 pages and are printed compilations of brief registration and renewal records. These records were published by the Copyright Office at regular intervals, ranging in length from semi-weekly to semi-annually. The CCEs are divided by classes of works, such as books, periodicals, music, drama, maps, photographs, etc. Conversion of a set of 10,000 pages of book registration records published between 1923 and 1964 has been completed, and the result is publicly <a href="https://github.com/NYPL/catalog_of_copyright_entries_project">available</a>.</p>
<p>This website serves as a user-friendly interface for librarians, archivists, and rights researchers to make use of the XML data.</p>
<!-- </div> -->
</div>
</div>
{% endblock %}

View File

@ -44,9 +44,9 @@
</ul>
</div>
</nav>
<div class="background">
{% block content %}{% endblock %}
</div>
</body>
</html>