Add golf ball logo with card suits and fix server shutdown hang

- Add SVG golf ball logo with dimples and card suit symbols (♣♦♠♥)
- Place logo to the left of the golfer emoji in header
- Fix server shutdown hanging by removing custom signal handlers
  that intercepted SIGINT/SIGTERM without triggering uvicorn shutdown

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-27 12:31:21 -05:00
parent 546e63ffed
commit d2e78da7d2
4 changed files with 112 additions and 12 deletions

View File

@@ -77,6 +77,15 @@ body {
filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.15));
}
/* Golf ball logo with card suits */
.golfball-logo {
width: 1.1em;
height: 1.1em;
vertical-align: middle;
margin-right: 0.1em;
filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.25));
}
/* Golfer swing animation */
.golfer-swing {
display: inline-block;