Skip to content

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

Closed
wants to merge 6 commits into from

Conversation

hasparus
Copy link
Owner

@hasparus hasparus commented May 7, 2025

Description

I'm not editing the previous PR because this actually requires updating sections.

Copy link

vercel bot commented May 7, 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 5:36pm

@@ -141,27 +137,16 @@ function GraphQLLogo(props: React.SVGProps<SVGSVGElement>) {
}

function BackdropBlur() {
const mask = "linear-gradient(to bottom, #000 0% 50%, transparent 50% 100%)"
const edgeMask =
Copy link
Owner Author

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.

image

@@ -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">
Copy link
Owner Author

Choose a reason for hiding this comment

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

@saihaj lmk if you think this should have a syntax like navbar-strip:bg-white/40 dark:navbar-strip:bg-blk/40 powered by matchUtilities (probably not worth it? I'm not sure)

Copy link
Collaborator

Choose a reason for hiding this comment

The 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

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.

2 participants