Skip to content

new conf design — cfp #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: new-conf-design--sponsors
Choose a base branch
from

Conversation

hasparus
Copy link
Owner

@hasparus hasparus commented May 1, 2025

Description

I'm not 100% sure about the text sections in here and dark mode variant is TBD.

image image image

Copy link

vercel bot commented May 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fabulous-isomorphism ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2025 4:31pm

@hasparus hasparus requested a review from saihaj May 1, 2025 20:56
Comment on lines 375 to 396
<div
role="tablist"
className="flex divide-sec-dark border-b border-sec-dark *:flex-1 max-md:sr-only md:divide-x"
>
{tabsInOrder.map((tab, i) => (
<TabButton
tab={tab}
tabIndex={i === 0 ? 0 : -1}
activeTab={activeTab}
setActiveTab={setActiveTab}
/>
))}
</div>
<div className="flex flex-1 justify-center overflow-hidden max-md:flex-col md:items-center">
{tabsInOrder.map(tab => (
<>
<TabButton
tab={tab}
activeTab={activeTab}
setActiveTab={setActiveTab}
className="md:hidden"
aria-hidden
/>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tabs are twice in the DOM, once in a tablist for desktop and screen readers, and the second time for mobiles (aria-hidden) to make it look like an accordion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant