fix(contact): lead with Outfitr over full-time roles#933
fix(contact): lead with Outfitr over full-time roles#933rudrakshbhandari wants to merge 2 commits into
Conversation
🔗 Deploy Previewhttps://66548e04.rudrakshbhandari-portfolio.pages.dev Built from b626fe5 on branch |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ae128376f3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| padding: 3.5rem calc(1.25rem + env(safe-area-inset-left, 0px)) 3.75rem | ||
| calc(1.25rem + env(safe-area-inset-right, 0px)); |
There was a problem hiding this comment.
Use the correct safe-area inset on each side
On mobile devices with asymmetric safe areas, such as landscape iPhones, this new padding applies safe-area-inset-left to the right side and safe-area-inset-right to the left side. That leaves the notch side without the extra inset and can place the founder-proof content underneath the cutout; swap the inset variables so each horizontal side pads against its own safe area.
Useful? React with 👍 / 👎.
ae12837 to
21a0e2f
Compare
|
Rebased onto current Still valid on today’s site:
Taste call still open (original draft intent): proof-pill wording, founder-proof section placement/tone, and how hard to de-emphasize recruiting. |
Flip the contact status and CTA so investor/partner conversations come first, with full-time roles as secondary.
21a0e2f to
933ca4d
Compare
|
Slimmed this PR down hard after feedback that too much was changing. Kept: contact status priority + CTA copy only ( Dropped: hero rewrite, proof pills, founder-proof section, CSS additions, animation timing. |
CTA already says Talk about Outfitr; keep the status line focused on who conversations are open to.
Summary
Scope
Intentionally copy-only in the contact section. Dropped the earlier hero rewrite, proof pills, founder-proof section, and animation/layout changes.
Validation