Remove #TMI card and Film Independent headshot
- Removed #TMI work card, switched grid to 2-column layout - Replaced Film Independent headshot with Kweli.tv headshot - Deleted elle-headshot.jpg (Film Independent source) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
68670b9544
commit
ef7d3eb922
Binary file not shown.
|
Before Width: | Height: | Size: 872 KiB |
16
index.html
16
index.html
|
|
@ -1097,8 +1097,10 @@
|
|||
|
||||
.work-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 2rem;
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.work-card {
|
||||
|
|
@ -1368,7 +1370,7 @@
|
|||
<section class="about" id="about">
|
||||
<div class="about-grid">
|
||||
<div class="about-visual reveal">
|
||||
<img src="img/elle-headshot.jpg" alt="Elle Sam" loading="lazy" style="width:100%;height:100%;object-fit:cover;">
|
||||
<img src="img/elle-headshot-2.jpg" alt="Elle Sam" loading="lazy" style="width:100%;height:100%;object-fit:cover;">
|
||||
<span class="photo-label">Elle Sam — San Francisco</span>
|
||||
</div>
|
||||
<div class="about-text">
|
||||
|
|
@ -1663,16 +1665,6 @@
|
|||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="work-card reveal reveal-delay-2">
|
||||
<a href="https://www.imdb.com/name/nm5307406/" target="_blank" rel="noopener">
|
||||
<div class="work-visual work-visual-3"></div>
|
||||
<div class="work-body">
|
||||
<p class="work-meta">Series · Writer / Actress</p>
|
||||
<h3>#TMI</h3>
|
||||
<p class="work-description">Original series exploring intimacy, boundaries, and the messy truths of modern connection.</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="recognition-bar reveal">
|
||||
<div class="recognition-item">
|
||||
|
|
|
|||
Loading…
Reference in New Issue