Sidebar Partner / Founder Card v2026-06-04
White attorney card: 3px Foundry #D97706 headshot ring, 4px orange top border, name 18px → role 15px → service area 14px → CALL NOW. Sam = 'FOUNDER' (Jon Hollan = Managing Partner). No street address. Two-line 'Serving Louisville, Lexington, and throughout Kentucky.' line. Legacy #F89C22 replaced with Foundry #D97706 throughout.
Source skill: sa-sidebar-partner-card · Updated 2026-06-04 17:30:56
When to use
First block at the top of a sidebar when a regional attorney's face should lead (Sam as FOUNDER for Louisville/statewide; Jon Hollan as Managing Partner for central/eastern KY). Pairs with sa-sidebar-option-a/b/c; built into Option D.
Rules & constraints
- All sidebar cards are white (#fff, 1px rgba(11,33,45,.12) border, 8px radius). Trust card uses a 4px Foundry #D97706 left border (radius 0 8px 8px 0). The only dark gradient left in the sidebar is the form Submit button. Orange is ONLY Foundry #D97706 — legacy #F89C22 is banned. CTA headline (frozen): 'Focus On Healing.' / 'We'll Handle The Rest.' Subline: 'Get Back To Living Your Best Life'. Button text 'CALL NOW' (phone in tel: href only). Form submit 'GET STARTED'. Trust item 3 reads 'Average Settlement Timeline Under 7 Months'. Checkmarks are ✓ entities. Two font variants ship in the same skill: Poppins (default, 22px CTA headline) and Georgia/Times serif (19px CTA headline) — serif is the approved exception to sa-copywriting §12 no-serif rule for this component family only.
Live reference
Deployment notes
Two font variants. Poppins (default, CTA headline 22px) shown in the HTML field. Serif variant (Georgia/Times, CTA headline 19px) is in the source skill (sa-sidebar-partner-card) references. Production blocks: blocks/partner-card-poppins.html and blocks/partner-card-serif.html. WordPress-deployable, scoped CSS, no global leak. Source skill: sa-sidebar-partner-card.
HTML
<!-- wp:html -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');
.sa-partner-poppins *{box-sizing:border-box;font-family:Poppins, sans-serif;}
.sa-partner-poppins .sa-partner-inner{background:#fff;border:1px solid rgba(11,33,45,.12);border-top:4px solid #D97706;border-radius:8px;padding:28px 22px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,0.06);}
.sa-partner-poppins .sa-partner-headshot{width:90px;height:90px;border-radius:50%;overflow:hidden;margin:0 auto 14px;border:3px solid #D97706;}
.sa-partner-poppins .sa-partner-headshot img{width:100%;height:100%;object-fit:cover;display:block;}
.sa-partner-poppins .sa-partner-name{font-size:18px;font-weight:700;color:#0B212D;margin:0 0 2px;}
.sa-partner-poppins .sa-partner-role{font-size:15px;font-weight:600;color:#D97706;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;}
.sa-partner-poppins .sa-partner-area{font-size:14px;color:#0B212D;font-weight:500;line-height:1.45;margin:0 auto 18px;max-width:200px;}
.sa-partner-poppins .sa-partner-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-weight:700;font-size:18px;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}
</style>
<div class="sa-partner-card sa-partner-poppins">
<div class="sa-partner-inner">
<div class="sa-partner-headshot">
<img src="https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Sam-Aguiar-3.jpg" alt="Sam Aguiar, Founder">
</div>
<p class="sa-partner-name">Sam Aguiar</p>
<p class="sa-partner-role">Founder</p>
<p class="sa-partner-area">Serving Louisville, Lexington, and throughout Kentucky.</p>
<a class="sa-partner-cta" href="tel:5028888888"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="width:18px;height:18px;fill:#D97706;vertical-align:middle;"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.01-.24c1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.1.31.03.66-.25 1.01l-2.2 2.2z"/></svg> CALL NOW</a>
</div>
</div>
<!-- /wp:html -->