-
Notifications
You must be signed in to change notification settings - Fork 1.5k
GraphQL Day at Future of Software Technology #2108
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
Conversation
@hasparus is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
import { PinIcon } from "../../../_design-system/pixelarticons/pin-icon" | ||
import { CtaCardSection } from "../../components/cta-card-section" | ||
|
||
import heroPhoto from "./hero-photo.webp" |
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.
<p className="typography-body-lg mx-auto max-w-2xl text-pretty text-center"> | ||
GraphQL Day is organized by API Days and GraphQL Foundation, as | ||
part of the Future of Software Week. | ||
{/* todo: link to some FOST page? */} |
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.
Does a landing for the whole week with some links to events exist?
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.
The closest we have right now is https://www.apidays.global/events/paris but that uses the old branding. I'll ask if there is a new one.
<iframe | ||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d57929.22297036571!2d2.1992477079806285!3d48.896253935132876!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66502128aae1f%3A0xe5e22af4aa16ed38!2sWestfield%20CNIT!5e0!3m2!1sen!2spl!4v1756923974711!5m2!1sen!2spl" | ||
width="100%" | ||
height="450" | ||
allowFullScreen | ||
loading="lazy" | ||
referrerPolicy="no-referrer-when-downgrade" | ||
className="mt-4" | ||
/> |
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.
We could use Leaflet and style the map, but it was easy to embed and I don't hate it.
export const metadata: Metadata = { | ||
title: "GraphQL Day at FOST", | ||
} |
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.
We could potentially have some JSON-LD in addition to basic metadata so it shows up in the search nicer.
https://developers.google.com/search/docs/appearance/structured-data/event
The latest updates on your projects. Learn more about Vercel for GitHub.
|
width={1920} | ||
height={560} | ||
alt="five speakers at GraphQLConf 2024" | ||
className="mx-auto h-[560px] w-[1920px] max-w-full object-cover" |
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.
next-image-export-optimizer
doesn't know about object-cover
so the picture resizes on load and it looks a bit off. I'll fiddle with the width and height, maybe add an srcset.
Description
It's not perfect, but I hope it helps get us started.
Take note that all copy here is gibberish and needs review.
Preview: graphql-github-io-git-fork-haspa-7d4e89-the-graph-ql-foundation.vercel.app