-
Notifications
You must be signed in to change notification settings - Fork 0
new conf design — better navbar #15
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
Changes from all commits
201f768
5214190
1626ddb
6abca31
9e66889
5173e22
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,23 +22,23 @@ export default function Page() { | |
return ( | ||
<main className="gql-all-anchors-focusable antialiased"> | ||
<Hero /> | ||
<div className="gql-conf-container text-neu-900"> | ||
<div className="gql-conf-container gql-conf-navbar-strip before:dark:bg-blk/30 text-neu-900 before:bg-white/40"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @saihaj lmk if you think this should have a syntax like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is fine. Eventually when we migrate the full site this would get cleaned up |
||
<RegisterToday className="md:mb-8 md:mt-24" /> | ||
<WhatToExpectSection className="md:mb-8 md:mt-24" /> | ||
<TopMindsSection className="md:mb-8 md:mt-24" hasSpeakersPage={false} /> | ||
</div> | ||
<GetYourTicket /> | ||
<div className="gql-conf-container text-neu-900"> | ||
<div className="gql-conf-navbar-strip before:bg-white/40 before:dark:bg-pri-dark/[0.45]"> | ||
<GetYourTicket /> | ||
</div> | ||
<div className="gql-conf-container gql-conf-navbar-strip before:dark:bg-blk/30 text-neu-900 before:bg-white/50"> | ||
<RegisterSection /> | ||
<Sponsors heading="Thanks to our 2024 sponsors!" /> | ||
<CallForProposals /> | ||
</div> | ||
<div className="container my-20 flex flex-col gap-20 md:my-32 md:gap-32 [.light_&_.text-white]:text-neu-900 [.light_&_[alt='Grafbase_logo']]:invert"> | ||
<Sponsor /> | ||
<Register /> | ||
<Venue /> | ||
</div> | ||
<div className="gql-conf-container text-neu-900"> | ||
<div className="container my-20 flex flex-col gap-20 md:my-32 md:gap-32 [.light_&_.text-white]:text-neu-900 [.light_&_[alt='Grafbase_logo']]:invert"> | ||
<Sponsor /> | ||
<Register /> | ||
<Venue /> | ||
</div> | ||
<FAQ /> | ||
</div> | ||
</main> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the glass "depth" in favor of a simple border, because making "ridges" separating the times would take me a bit, and I actually like it better with the border — less fancy and Apple-like, more brutalist.