Skip to content

Commit 5e7651e

Browse files
authored
Update og images (graphql#1542)
1 parent 38b9f88 commit 5e7651e

18 files changed

+9
-13
lines changed

src/content/blog/2023-08-24-announcing-the-schedule-for-graphqlconf.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,29 @@ permalink: /blog/2023-08-24-announcing-the-schedule-for-graphqlconf
99

1010
_The inaugural event for the GraphQL Foundation, GraphQLConf, delivers the best GraphQL content available._
1111

12-
**SAN FRANCISCO, August 24, 2023** – The GraphQL Foundation, dedicated to promoting widespread adoption and accelerating development of the surrounding ecosystem, today announced the schedule for [GraphQLConf 2023](https://graphql.org/conf/). The conference will be held in the San Francisco Bay area, CA, September 19-21, 2023.
12+
**SAN FRANCISCO, August 24, 2023** – The GraphQL Foundation, dedicated to promoting widespread adoption and accelerating development of the surrounding ecosystem, today announced the schedule for [GraphQLConf 2023](https://graphql.org/conf/). The conference will be held in the San Francisco Bay area, CA, September 19-21, 2023.
1313

14-
GraphQLConf brings together the creators of some of the most important technologies behind GraphQL. Speakers from a wide range of organizations working with GraphQL at enterprise scale will share their experience, insights and knowledge as they discuss the challenges facing the growing GraphQL ecosystem. The program was developed by a community-led committee, which selected over 60 sessions after an open CFP that produced a large and diverse set of submissions that span topics from technical challenges and deep dives to end-user stories and introductory content.
14+
GraphQLConf brings together the creators of some of the most important technologies behind GraphQL. Speakers from a wide range of organizations working with GraphQL at enterprise scale will share their experience, insights and knowledge as they discuss the challenges facing the growing GraphQL ecosystem. The program was developed by a community-led committee, which selected over 60 sessions after an open CFP that produced a large and diverse set of submissions that span topics from technical challenges and deep dives to end-user stories and introductory content.
1515

16-
“This event is a truly special moment for the GraphQL community,” said Lee Byron, Co-creator of GraphQL and Executive Director of the GraphQL Foundation. “GraphQLConf is the only vendor-agnostic, community-focused conference for developers. We’re thrilled to bring everyone together and celebrate big milestones for our projects and the spec.”
16+
“This event is a truly special moment for the GraphQL community,” said Lee Byron, Co-creator of GraphQL and Executive Director of the GraphQL Foundation. “GraphQLConf is the only vendor-agnostic, community-focused conference for developers. We’re thrilled to bring everyone together and celebrate big milestones for our projects and the spec.”
1717

1818
The GraphQLConf community-curated [schedule](https://graphql.org/conf/schedule/) will feature talks from leaders in the industry, and will focus on the most important and relevant topics facing the ecosystem, such as new specifications and features, GraphQL Gateways, GraphQL Security, interoperability between GraphQL and other API protocols, Generative AI and GraphQL performance, caching and no-code tools.
1919

2020
Keynote sessions from developer-entrepreneurs Idit Levine, Marc-Andre Giroux, Tanmai Gopal, and Theo Browne will be featured, along with workshops and breakout sessions on using GraphQL across tech stacks, languages, and deployment technologies. There will also be community-driven unconference sessions held on Sept. 19.
2121

22-
23-
### Registration
22+
### Registration
2423

2524
GraphQLConf will be held at the Hyatt Regency SFO September 19-21 and registration is open at [https://graphql.org/conf/](https://graphql.org/conf/). Attendees are encouraged to [register](https://graphql.org/conf/#attend) for in-person attendance by September 4 before prices increase.
2625

27-
2826
### Thank You to Our Sponsors
2927

3028
GraphQLConf is made possible with support from our Diamond Sponsors: [Hasura](https://hasura.io/), [Postman](https://www.postman.com/), and [The Guild](https://the-guild.dev/), Platinum Sponsors: [Hygraph](https://hygraph.com/) and [Solo.io](https://www.solo.io/), and Gold Sponsors: [StepZen](https://stepzen.com/), [Inigo](https://inigo.io/), and [The Graph](https://thegraph.com/).
3129

32-
3330
### About the GraphQL Foundation
3431

3532
The GraphQL Foundation is a neutral foundation founded by global technology and application development companies. The GraphQL Foundation encourages contributions, stewardship, and a shared investment from a broad group in vendor-neutral events, documentation, tools, and support for GraphQL.
3633

37-
GraphQL was created in 2012 and open sourced by Facebook in 2015. In 2019, Facebook and others created the GraphQL Foundation as a neutral, non-profit home for the GraphQL assets and ongoing collaboration, and hosted by The Linux Foundation. The GraphQL Foundation is a fully neutral home for the GraphQL trademark, and provides a means of collecting and distributing membership dues to support core community infrastructure and programs. For more information about the GraphQL Foundation, please visit [https://graphql.org/](https://graphql.org/).
34+
GraphQL was created in 2012 and open sourced by Facebook in 2015. In 2019, Facebook and others created the GraphQL Foundation as a neutral, non-profit home for the GraphQL assets and ongoing collaboration, and hosted by The Linux Foundation. The GraphQL Foundation is a fully neutral home for the GraphQL trademark, and provides a means of collecting and distributing membership dues to support core community infrastructure and programs. For more information about the GraphQL Foundation, please visit [https://graphql.org/](https://graphql.org/).
3835

3936
###
4037

@@ -47,4 +44,3 @@ Jory Burson
4744
Linux Foundation
4845

4946
50-

src/templates/EventOgImageTemplate.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ const EventOgImageTemplate = ({
128128
/>
129129
</svg>
130130

131-
{format(parseISO(event_start), "hh:mmaaaa") +
131+
{format(parseISO(event_start), "hh:mm aaaa") +
132132
" - " +
133-
format(parseISO(event_end), "hh:mmaaaa") +
133+
format(parseISO(event_end), "hh:mm aaaa") +
134134
" PDT"}
135135
</span>
136136
</div>

src/templates/event.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ export const EventComponent: FC<{
9090
/>
9191
</svg>
9292

93-
{format(parseISO(event.event_start), "hh:mmaaaa") +
93+
{format(parseISO(event.event_start), "hh:mm aaaa") +
9494
" - " +
95-
format(parseISO(event.event_end), "hh:mmaaaa") +
95+
format(parseISO(event.event_end), "hh:mm aaaa") +
9696
" PDT"}
9797
</span>
9898
</div>
44 Bytes
Loading
31 Bytes
Loading

static/img/__og-image/benjie3.png

61 Bytes
Loading
Loading

static/img/__og-image/dotansimha.png

4 Bytes
Loading
Loading
Loading
13 Bytes
Loading

static/img/__og-image/jamie855.png

-5 Bytes
Loading

static/img/__og-image/lyonwj1.png

362 KB
Loading
9.81 KB
Loading

static/img/__og-image/sdk.bens.png

-30 Bytes
Loading

static/img/__og-image/theo93.png

328 KB
Loading

static/img/__og-image/tristan119.png

45 Bytes
Loading

static/img/__og-image/yczhu.png

-57 Bytes
Loading

0 commit comments

Comments
 (0)