Files
ukaiautomation/assets/images/authors/rachel-singh.svg
root 6f8a0490fc Fix: remove duplicate author-bio includes, add author images, move inline styles
- Remove author-bio.php and article-footer.php duplicate inclusions from
  inside related article cards across 17 articles (was rendering 4x per page)
- Create /assets/images/authors/ with SVG avatars for all 7 named authors
- Move inline <style> block out of author-bio.php into main.css
2026-02-22 09:58:39 +00:00

6 lines
279 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80">
<circle cx="40" cy="40" r="40" fill="#144784"/>
<circle cx="40" cy="30" r="14" fill="rgba(255,255,255,0.9)"/>
<ellipse cx="40" cy="68" rx="22" ry="18" fill="rgba(255,255,255,0.9)"/>
</svg>