-
Notifications
You must be signed in to change notification settings - Fork 0
GraphQL Day at FOST landing #50
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
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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?
GraphQL Day is organized by API Days and GraphQL Foundation, as | ||
part of the Future of Software Week. |
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'm not sure this is right, so please correct me.
<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 this, 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 technically have some JSON-LD in addition to usual metadata so it shows up in the search nicer.
https://developers.google.com/search/docs/appearance/structured-data/event
Description
It's not perfect, but I hope it helps get us started.
Take note that all copy here is gibberish and needs review.