Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<input type="checkbox" id="about-toggle" style="display: none" >
<div class="logo-container">
<a id="main_logo" href="/" class="no-hover">
<img src="/gutenberg/pg-logo-129x80.png" alt="Project Gutenberg" draggable="false" >
<img src="/gutenberg/pg-logo-145x90.png" alt="Project Gutenberg" draggable="false" >
</a>
</div>

Expand Down
12 changes: 6 additions & 6 deletions gutenberg/new_nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ header {
position: absolute;
left: 0;
top: 0;
height: 100px; /* Default height for large screens */
height: 90px; /* Default height for large screens */
display: flex;
z-index: 10;
}
Expand All @@ -32,7 +32,7 @@ header {
}

#main_logo img {
height: 100px; /* Default height for large screens */
height: 90px; /* Default height for large screens */
width: auto;
display: block;
}
Expand All @@ -43,7 +43,7 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
height: 60px;
height: 51px;
}

.search-form {
Expand Down Expand Up @@ -123,7 +123,7 @@ header {
padding: 0 8px;
display: flex;
justify-content: center;
height: 60px;
height: 39px;
align-items: center;
}

Expand Down Expand Up @@ -317,11 +317,11 @@ header {

@media (max-width: 1024px) {
.logo-container {
height: 100px; /* Restore original logo height */
height: 90px; /* Restore original logo height */
}

#main_logo img {
height: 100px; /* Restore original logo height */
height: 90px; /* Restore original logo height */
}

.search-form {
Expand Down
Binary file added gutenberg/pg-logo-145x90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions site/policy/permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ It is permitted, but not required, for our volunteer eBook producers to include
## Citing Project Gutenberg
You can use any standard bibliographic format to cite the eBooks you find in Project Gutenberg. We use "Urbana, Illinois" as the publication source, since that is the long-time home of our efforts. Note that the publication date is also known as the "release date", which is included in each Project Gutenberg eBook's header information. Include illustrators, translators etc., as you would for any book. You should not cite Project Gutenberg or any eBook producers as "editors" unless they actually say they are edited (this happens rarely), because these eBooks are usually transcriptions, more or less, from printed sources. Here is an example in an APA-type format.

Carroll, Lewis. (2006). Alice in Wonderland. Urbana, Illinois: Project Gutenberg. Retrieved February 21, 2016, from www.gutenberg.org/ebooks/19033.
Carroll, Lewis. (2006). <u>Alice's Adventures in Wonderland</u>. Urbana, Illinois: Project Gutenberg. Retrieved February 21, 2016, from [www.gutenberg.org/ebooks/19033](https://www.gutenberg.org/ebooks/19033).

To cite the entire collection or Web site:

Project Gutenberg. (n.d.). Retrieved February 21, 2016, from www.gutenberg.org.
Project Gutenberg. (n.d.). Retrieved June 21, 2025, from [https://www.gutenberg.org](www.gutenberg.org).

Of course, you should insert the actual year/date you accessed the item, and the actual year of your visit to the site.

Expand Down