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/rt.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/rt.svg')
| -rw-r--r-- | static/logos/rt.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/logos/rt.svg b/static/logos/rt.svg new file mode 100644 index 0000000..c028e86 --- /dev/null +++ b/static/logos/rt.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <path d="M10 5 C10 5 12.5 3 14 5 C15.5 7 13 8 11 7 C13 9 15 8 16 10 C17.5 13 15 17 10 17 C5 17 2.5 13 4 10 C5 8 7 9 9 7 C7 8 4.5 7 6 5 C7.5 3 10 5 10 5 Z" fill="#FA320A"/> + <path d="M10 2 C10 2 11 4 13 3 C14.5 2 15 4.5 13 5" fill="#4CAF50" stroke="none"/> + <path d="M10 2 C10 2 9 4 7 3 C5.5 2 5 4.5 7 5" fill="#4CAF50" stroke="none"/> + <circle cx="8" cy="12" r="1.5" fill="#fff" opacity="0.4"/> +</svg> |
