Skip to content

new conf design — location #2002

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

Merged
merged 7 commits into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/conf/2024/venue.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TrainIcon, AroundIcon, ParkingIcon, BusIcon } from "@/icons"
import { TrainIcon, AroundIcon, ParkingIcon } from "@/icons"
import NextImage from "next-image-export-optimizer"
import cityViewImage from "./sf-city-view.jpeg"

Expand Down
9 changes: 5 additions & 4 deletions src/app/conf/2025/components/call-for-proposals.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
"use client"
import clsx from "clsx"

import { useState, useEffect, ReactNode, Fragment } from "react"
import clsx from "clsx"
import { useState, useEffect, Fragment } from "react"
import Link from "next/link"
import { Button } from "../../_design-system/button"
import ArrowDownIcon from "../pixelarticons/arrow-down.svg?svgr"

import ArrowDownIcon from "@/app/conf/_design-system/pixelarticons/arrow-down.svg?svgr"
import { Button } from "@/app/conf/_design-system/button"

function DatesTab() {
return (
Expand Down
4 changes: 2 additions & 2 deletions src/app/conf/2025/components/hero/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Image from "next-image-export-optimizer"

import { Button } from "../../../_design-system/button"
import { CalendarIcon } from "../../pixelarticons/calendar-icon"
import { CalendarIcon } from "../../../_design-system/pixelarticons/calendar-icon"
import { GET_TICKETS_LINK } from "../../links"
import { PinIcon } from "../../pixelarticons/pin-icon"
import { PinIcon } from "../../../_design-system/pixelarticons/pin-icon"
import graphqlFoundationWordmarkSvg from "../../assets/graphql-foundation-wordmark.svg"

import { ImageLoaded } from "../image-loaded"
Expand Down
7 changes: 3 additions & 4 deletions src/app/conf/2025/components/marquee-rows/index.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { clsx } from "clsx"
import { Fragment, ReactNode } from "react"

import { Marquee } from "@/app/conf/_design-system/marquee"

import CodeIcon from "../../pixelarticons/code.svg?svgr"
import CodeIcon from "@/app/conf/_design-system/pixelarticons/code.svg?svgr"
import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"

import blurWave from "./blur.webp"
import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"
import { clsx } from "clsx"

export interface MarqueeRowsProps extends React.HTMLAttributes<HTMLDivElement> {
items: ReactNode[][]
Expand Down
5 changes: 2 additions & 3 deletions src/app/conf/2025/components/navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
"use client"

import { ReactElement, useCallback, useEffect, useState } from "react"
import NextLink from "next/link"
import { clsx } from "clsx"
import { usePathname } from "next/navigation"

import { Badge } from "../../_components/badge"

import MenuIcon from "../pixelarticons/menu.svg?svgr"
import CloseIcon from "../pixelarticons/close.svg?svgr"
import MenuIcon from "@/app/conf/_design-system/pixelarticons/menu.svg?svgr"
import CloseIcon from "@/app/conf/_design-system/pixelarticons/close.svg?svgr"
import { GraphQLConfLogoLink } from "./graphql-conf-logo-link"
import { Anchor } from "../../_design-system/anchor"

Expand Down
2 changes: 1 addition & 1 deletion src/app/conf/2025/components/sponsors.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr"

import { clsx } from "clsx"
import { ChevronRight } from "../pixelarticons/chevron-right"
import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"

interface Sponsor {
icon: React.FC<React.SVGProps<SVGElement>>
Expand Down
152 changes: 152 additions & 0 deletions src/app/conf/2025/components/venue/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
import { clsx } from "clsx"

import { Button } from "@/app/conf/_design-system/button"
import { Accordion } from "@/app/conf/_design-system/accordion"

import locationPhoto from "./location-photo.webp"

export interface VenueProps extends React.HTMLAttributes<HTMLElement> {}

export function Venue(props: VenueProps) {
return (
<section
{...props}
style={{
...({ "--photo": `url(${locationPhoto.src})` } as {}),
...props.style,
backgroundBlendMode: "overlay, normal",
}}
className={clsx(
"gql-conf-section relative bg-[linear-gradient(0deg,hsl(var(--color-sec-light))_0%,hsl(var(--color-sec-light))_100%),var(--photo)] dark:bg-[linear-gradient(180deg,#344303_0%,#344303_120%),var(--photo)] md:bg-cover",
props.className,
)}
>
<div className="relative flex gap-x-12 gap-y-10 bg-white/10 p-4 dark:bg-blk/10 max-lg:flex-col lg:p-16 xl:*:flex-1">
<div
className="absolute inset-0 backdrop-blur-3xl"
style={{
maskImage:
"radial-gradient(circle at center, #fff 65%, rgb(255 0 0/.8) 99%)",
WebkitMaskImage:
"radial-gradient(circle at center, #fff 65%, rgb(255 0 0/.8) 99%)",
}}
/>
<article className="relative flex shrink-0 flex-col gap-6 max-xl:max-w-[476px]">
<h2 className="typography-h2">
A place of innovation &&nbsp;creation
</h2>
<p className="typography-body-lg">
A former warehouse, located in an industrial area near the Amsterdam
city centre, changed into a place of culture & business.
</p>
<div className="flex-1" />
<p className="typography-body-lg">
Pakhuis De Zwijger <br />
Piet Heinkade 179, 1019 HC <br />
Amsterdam, Netherlands
</p>
<Button href="https://maps.app.goo.gl/W7nX1NejhWw9PqxF7">
Google Maps
</Button>
</article>
<div className="relative flex-1">
<h3 className="mb-6 typography-h3">How to get to the venue?</h3>
<Accordion
className="[&_svg]:fill-neu-900"
items={[
{
title: "Public Transportation",
description: (
<>
Take tram 26 from Amsterdam Central Station to the
"Kattenburgerstraat" stop.
<br />
The venue is in front of the tram stop.
</>
),
},
{
title: "Airport Information",
description:
"Amsterdam Airport Schiphol is about 20 km from the venue. Take a direct train to Amsterdam Central Station, then follow the public transportation instructions.",
},
{
title: "Parking at venue",
description: (
<>
Limited parking is available at the venue. We recommend
using public transportation when possible. Learn more about
parking at{" "}
<a
className="typography-link"
href="https://dezwijger.nl/about-us-en/contact"
target="_blank"
>
Pakhuis de Zwijger
</a>
. If&nbsp;you require an accessible parking spot, park at
Vriesseveem 4 or Withoedenveem 16 where you can park if you
have a Disability Parking Card.
</>
),
},
]}
/>
<h3 className="my-6 typography-h3">Where to stay?</h3>
<Accordion
className="[&_svg]:fill-neu-900"
items={[
{
title: "Mövenpick Hotel Amsterdam City Centre",
link: "https://movenpick.accor.com/en/europe/netherlands/amsterdam/hotel-amsterdam.html?utm_source=google&utm_medium=local&utm_campaign=hotel-MHR-Amsterdam-city-center&y_source=1_MTUzNjI2OTgtNzE1LWxvY2F0aW9uLndlYnNpdGU%3D",
description: (
<>
Piet Heinkade 11
<br />
1019 BR Amsterdam, Netherlands
<br />
Phone:{" "}
<a className="typography-link" href="tel:+31 20 519 1200">
+31 20 519 1200
</a>
</>
),
},
{
title: "Inntel Hotels Amsterdam Landmark",
link: "https://www.inntelhotelsamsterdamlandmark.nl/",
description: (
<>
VOC-kade 600
<br />
1018 LG Amsterdam, Netherlands
<br />
Phone:{" "}
<a className="typography-link" href="tel:+31 20 227 2550">
+31 20 227 2550
</a>
</>
),
},
{
title: "DoubleTree by Hilton Amsterdam Central Station",
link: "https://www.hilton.com/en/hotels/amscsdi-doubletree-amsterdam-centraal-station/?SEO_id=GMB-EMEA-DI-AMSCSDI",
description: (
<>
Oosterdoksstraat 4 <br />
1011 DK Amsterdam, Netherlands
<br />
Phone:{" "}
<a className="typography-link" href="tel:+31 20 530 0800">
+31 20 530 0800
</a>
</>
),
},
]}
/>
</div>
</div>
</section>
)
}
Binary file not shown.
3 changes: 2 additions & 1 deletion src/app/conf/2025/faq.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import clsx from "clsx"
import ArrowDown from "./pixelarticons/arrow-down.svg?svgr"

import ArrowDown from "@/app/conf/_design-system/pixelarticons/arrow-down.svg?svgr"

const FAQS = [
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/conf/2025/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from "next"
import { BecomeASponsor } from "./components/become-a-sponsor"
import { Venue } from "./venue"
import { Venue } from "./components/venue"
import { FAQ } from "./faq"
import { CallForProposals } from "./components/call-for-proposals"
import { RegisterToday } from "./components/register-today"
Expand Down
116 changes: 0 additions & 116 deletions src/app/conf/2025/venue.tsx

This file was deleted.

Loading