Replace logo with new 1500x1500 transparent PNG design

Fresh Tom's Java Jive logo with coffee cup, Tom's Java Jive text,
Artisan Coffee Roaster, and www.tomsjavajive.com. Bump logo display
height to 65px to suit square aspect ratio.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 19:28:09 +00:00
parent b11a274986
commit 51ca171060
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ img {
}
.logo-img {
height: 45px;
height: 65px;
width: auto;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 143 KiB

+1 -1
View File
@@ -10,7 +10,7 @@
<div class="footer-grid">
<div class="footer-brand">
<a href="/" class="logo">
<img src="/assets/images/logo.png" alt="<?= SITE_NAME ?>" style="height: 50px;">
<img src="/assets/images/logo.png" alt="<?= SITE_NAME ?>" style="height: 65px;">
</a>
<p>Premium artisan coffee beans freshly roasted and delivered to your door. Experience the perfect cup, every time.</p>
</div>