sa-approved-sam-portrait-assets v2026-06-14
Approved Sam Aguiar portrait asset registry entry. Includes the transparent WebP portrait uploaded 2026-06-14 and the current homepage portrait Sam-Website-Home-1.webp for reusable site components.
Source skill: sa-element-registry; WordPress Media Library · Updated 2026-06-14 20:01:26
When to use
Use when a page element needs an approved image of Sam Aguiar, including CTA blocks, bylines, founder cards, office anchoring modules, and homepage-adjacent sections. Use the transparent cutout for compositing and the homepage image when matching existing site treatment.
Rules & constraints
- Approved image URLs as of 2026-06-14:
- Transparent WebP portrait: https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/sam-aguiar-alt-transparent-approved-2026-06-14.webp
- Homepage portrait: https://aguiarinjurylawyers.com/wp-content/uploads/2026/01/Sam-Website-Home-1.webp
- Use the transparent portrait when a composited cutout is needed on dark, image, or gradient sections.
- Use the homepage portrait when matching existing homepage or BSG framed portrait treatment.
- Alt text default: Sam Aguiar, Kentucky personal injury attorney.
- Do not replace homepage imagery without Sam approval.
- Do not use unapproved AI-generated Sam likenesses as substitutes.
Live reference
Deployment notes
Transparent portrait uploaded to WordPress media library on 2026-06-14 as media ID 74731 with image/webp MIME type and transparent alpha preserved. Source PNG and registry backup are saved in the sail-marketing website-backups session folder for rollback/readback. Homepage image was already live and verified by HTTP 200 before registry inclusion.
HTML
<section class="sa-approved-sam-images" aria-labelledby="sa-approved-sam-images-title">
<h2 id="sa-approved-sam-images-title">Approved Sam Aguiar Image Assets</h2>
<div class="sa-approved-sam-images__grid">
<figure class="sa-approved-sam-images__item">
<img src="https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/sam-aguiar-alt-transparent-approved-2026-06-14.webp" alt="Sam Aguiar, Kentucky personal injury attorney" width="1728" height="2304" loading="lazy">
<figcaption>Transparent WebP portrait, approved 2026-06-14</figcaption>
</figure>
<figure class="sa-approved-sam-images__item">
<img src="https://aguiarinjurylawyers.com/wp-content/uploads/2026/01/Sam-Website-Home-1.webp" alt="Sam Aguiar, Kentucky personal injury attorney" width="520" height="640" loading="lazy">
<figcaption>Homepage portrait, approved existing site image</figcaption>
</figure>
</div>
</section>
CSS
.sa-approved-sam-images{font-family:Poppins,system-ui,sans-serif;background:#0B212D;color:#fff;padding:40px 24px}.sa-approved-sam-images *{box-sizing:border-box}.sa-approved-sam-images h2{margin:0 0 24px;text-align:center;text-transform:uppercase;color:#fff;font-size:clamp(24px,3vw,36px);font-weight:700}.sa-approved-sam-images__grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.sa-approved-sam-images__item{margin:0;background:#071823;border:2px solid #D97706;border-radius:4px;overflow:hidden}.sa-approved-sam-images__item img{display:block;width:100%;height:auto;object-fit:contain;background:transparent}.sa-approved-sam-images__item figcaption{padding:14px 16px;color:#fff;font-size:14px;font-weight:600;text-align:center}@media(max-width:760px){.sa-approved-sam-images__grid{grid-template-columns:1fr}}