From 9568f89a16bb5d605940aa706562d3e708be78aa Mon Sep 17 00:00:00 2001
From: karti-ai <176560021+karti-ai@users.noreply.github.com>
Date: Thu, 13 Aug 2026 04:56:53 -0700
Subject: [PATCH] feature Karti presenter photo in story
---
frontend/src/Landing.tsx | 10 +++-------
frontend/src/index.css | 6 +-----
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/frontend/src/Landing.tsx b/frontend/src/Landing.tsx
index 76ee23c..8666760 100644
--- a/frontend/src/Landing.tsx
+++ b/frontend/src/Landing.tsx
@@ -108,11 +108,11 @@ export function Landing() {
- Live demo: a collision caught before the commit.
+ Karti Tripathi presenting the PodMan live demo.
@@ -169,10 +169,6 @@ export function Landing() {
PodMan was created by Karti Tripathi, Ramis Hasanli, Yahya Alhinai, and Shakthi
Bachala in roughly 24 hours—and presented live in San Francisco.
-
-
- Karti Tripathi presenting PodMan
-
{TEAM.map((member, index) => (
diff --git a/frontend/src/index.css b/frontend/src/index.css
index 6b58f89..d9f2d90 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -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); }