diff --git a/cce_search/static/collage.docx b/cce_search/static/collage.docx new file mode 100644 index 0000000..fcc5064 Binary files /dev/null and b/cce_search/static/collage.docx differ diff --git a/cce_search/static/cover-collage-2.jpg b/cce_search/static/cover-collage-2.jpg new file mode 100644 index 0000000..4f4d3ba Binary files /dev/null and b/cce_search/static/cover-collage-2.jpg differ diff --git a/cce_search/static/cover-collage.jpg b/cce_search/static/cover-collage.jpg new file mode 100644 index 0000000..466b182 Binary files /dev/null and b/cce_search/static/cover-collage.jpg differ diff --git a/cce_search/static/garside_career.jpg b/cce_search/static/garside_career.jpg new file mode 100644 index 0000000..2940172 Binary files /dev/null and b/cce_search/static/garside_career.jpg differ diff --git a/cce_search/static/in_the_days_of_giants.jpg b/cce_search/static/in_the_days_of_giants.jpg new file mode 100644 index 0000000..032df4b Binary files /dev/null and b/cce_search/static/in_the_days_of_giants.jpg differ diff --git a/cce_search/static/little_women.jpg b/cce_search/static/little_women.jpg new file mode 100644 index 0000000..c95b7e5 Binary files /dev/null and b/cce_search/static/little_women.jpg differ diff --git a/cce_search/static/ocean_steamships.jpg b/cce_search/static/ocean_steamships.jpg new file mode 100644 index 0000000..8fa7fc6 Binary files /dev/null and b/cce_search/static/ocean_steamships.jpg differ diff --git a/cce_search/static/sailor_in_spite_of_himself.jpg b/cce_search/static/sailor_in_spite_of_himself.jpg new file mode 100644 index 0000000..b686d42 Binary files /dev/null and b/cce_search/static/sailor_in_spite_of_himself.jpg differ diff --git a/cce_search/static/styles.css b/cce_search/static/styles.css index fcd3bbc..e0fffff 100644 --- a/cce_search/static/styles.css +++ b/cce_search/static/styles.css @@ -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; diff --git a/cce_search/static/the_black_troopers.jpg b/cce_search/static/the_black_troopers.jpg new file mode 100644 index 0000000..355403c Binary files /dev/null and b/cce_search/static/the_black_troopers.jpg differ diff --git a/cce_search/static/the_border_boys_on_the_trail.jpg b/cce_search/static/the_border_boys_on_the_trail.jpg new file mode 100644 index 0000000..f4d28dc Binary files /dev/null and b/cce_search/static/the_border_boys_on_the_trail.jpg differ diff --git a/cce_search/static/where_animals_talk.jpg b/cce_search/static/where_animals_talk.jpg new file mode 100644 index 0000000..238707a Binary files /dev/null and b/cce_search/static/where_animals_talk.jpg differ diff --git a/cce_search/templates/about.html b/cce_search/templates/about.html index f171f52..730cdbd 100644 --- a/cce_search/templates/about.html +++ b/cce_search/templates/about.html @@ -1,10 +1,12 @@ {% extends 'base.html' %} {% block content %} - +
+

About

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.

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 available.

This website serves as a user-friendly interface for librarians, archivists, and rights researchers to make use of the XML data.

- +
+
{% endblock %} \ No newline at end of file diff --git a/cce_search/templates/base.html b/cce_search/templates/base.html index 664b6b3..29eccde 100644 --- a/cce_search/templates/base.html +++ b/cce_search/templates/base.html @@ -44,9 +44,9 @@ - +
{% block content %}{% endblock %} - +
\ No newline at end of file