diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-09 01:45:13 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-09 01:45:13 -0700 |
| commit | bc0df9c764f27118d9d6b475e85f38b7e235db35 (patch) | |
| tree | ae4fc720bc440baffb913ec2c55c479527158a77 /static/logos/imdb.svg | |
| parent | 2f3a891d0944a3b200d3dda949475bf9e1742f56 (diff) | |
Show ratings inline with year/director using brand logos
IMDb, Rotten Tomatoes, and Metacritic scores now appear on the same
row as the subtitle with SVG brand logos instead of plain text chips.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'static/logos/imdb.svg')
| -rw-r--r-- | static/logos/imdb.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/logos/imdb.svg b/static/logos/imdb.svg new file mode 100644 index 0000000..e57848d --- /dev/null +++ b/static/logos/imdb.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="38" height="20" viewBox="0 0 38 20"> + <rect width="38" height="20" rx="3" fill="#F5C518"/> + <text x="19" y="15" text-anchor="middle" font-family="Arial Black, Impact, sans-serif" font-size="11" font-weight="900" fill="#000000">IMDb</text> +</svg> |
