feature Karti presenter photo in story

This commit is contained in:
karti-ai
2026-08-13 04:56:53 -07:00
parent f22a17b9b0
commit 9568f89a16
2 changed files with 4 additions and 12 deletions
+3 -7
View File
@@ -108,11 +108,11 @@ export function Landing() {
</div>
<figure className="pod-product-frame" data-reveal>
<img
src="/media/collision-nudge.jpeg"
alt="PodMan collision alert shown during the live demo"
src="/media/karti-presenting.jpeg"
alt="Karti Tripathi presenting PodMan on stage at the AI Engineer World's Fair"
loading="lazy"
/>
<figcaption>Live demo: a collision caught before the commit.</figcaption>
<figcaption>Karti Tripathi presenting the PodMan live demo.</figcaption>
</figure>
</div>
</section>
@@ -169,10 +169,6 @@ export function Landing() {
PodMan was created by Karti Tripathi, Ramis Hasanli, Yahya Alhinai, and Shakthi
Bachala in roughly 24 hoursand presented live in San Francisco.
</p>
<figure>
<img src="/media/karti-presenting.jpeg" alt="Karti Tripathi presenting PodMan on stage" loading="lazy" />
<figcaption>Karti Tripathi presenting PodMan</figcaption>
</figure>
</div>
<ul className="pod-team-list" data-reveal>
{TEAM.map((member, index) => (
+1 -5
View File
@@ -177,7 +177,7 @@ input:focus-visible {
.pod-story h2 em { color: var(--pod-orange); font-style: normal; }
.pod-story-grid > div > p, .pod-loop-heading > p, .pod-team-copy > p { max-width: 42rem; margin: 2.4rem 0 0; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.65; }
.pod-product-frame { margin: 0; border: 1px solid var(--pod-ink); background: var(--pod-ink); }
.pod-product-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.pod-product-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 24%; }
.pod-product-frame figcaption { color: white; padding: 0.85rem 1rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.72rem; }
.pod-loop { border-top: 1px solid #d8d6d0; }
@@ -211,10 +211,6 @@ input:focus-visible {
.pod-team { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(4rem, 10vw, 11rem); }
.pod-team h2 { max-width: 10ch; font-size: clamp(3.8rem, 7vw, 8rem); line-height: 0.9; }
.pod-team-copy figure { position: relative; margin: 4rem 0 0; }
.pod-team-copy figure::before { content: ''; position: absolute; inset: -0.8rem auto auto -0.8rem; width: 36%; height: 36%; border-top: 2px solid var(--pod-blue); border-left: 2px solid var(--pod-blue); }
.pod-team-copy figure img { width: 100%; max-height: 620px; object-fit: cover; object-position: center 30%; }
.pod-team-copy figcaption { margin-top: 0.65rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.72rem; }
.pod-team-list { align-self: center; margin: 0; padding: 0; list-style: none; }
.pod-team-list li { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; border-top: 1px solid var(--pod-ink); padding: 1.8rem 0; }
.pod-team-list li:last-child { border-bottom: 1px solid var(--pod-ink); }