Skip to content

Commit 2f64956

Browse files
committed
polish by Benjie suggestions
1 parent f26a0c1 commit 2f64956

File tree

1 file changed

+16
-16
lines changed
  • src/pages/blog/2024-06-08-announcing-new-graphql-website

1 file changed

+16
-16
lines changed

src/pages/blog/2024-06-08-announcing-new-graphql-website/index.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,54 @@
22
title: Announcing New GraphQL Website
33
tags: [announcements]
44
date: 2024-06-08
5-
byline: Dimitri POSTOLOV & Uri GOLDSHTEIN
5+
byline: Dimitri Postolov & Uri Goldshtein
66
---
77

8-
Hi, everyone! I'm [Dimitri POSTOLOV](https://x.com/dimaMachina_) from
8+
Hi, everyone! I'm [Dimitri Postolov](https://x.com/dimaMachina_) from
99
[The Guild](https://the-guild.dev), and today I'm excited to announce the new
1010
[GraphQL.org](/) website.
1111

12-
2 months ago, we released a new GraphQL website. We've been working on this for
13-
about 2 months, and we're excited to share it with you.
12+
2 months ago, we released a new GraphQL website after 8 weeks period of development, we're excited
13+
to share with you the reasons behind the changes and what you can expect going forward.
1414

1515
## A Little Dive into History
1616

17-
An initial version of GraphQL.ORG v0 was created
17+
An initial version of graphql.org v0 was created
1818
[almost 8 years ago](https://github.com/graphql/graphql.github.io/pull/76) by
19-
[Lee BYRON](https://x.com/leeb) in 2016.
19+
[Lee Byron](https://x.com/leeb) in 2016.
2020

21-
![Screenshot of initial version of GraphQL.ORG v0](./graphql-org-v0.gif)
21+
![Screenshot of initial version of graphql.org v0](./graphql-org-v0.gif)
2222

23-
<p className="text-center">An initial version of GraphQL.ORG v0</p>
23+
<p className="text-center">An initial version of graphql.org v0</p>
2424

2525
Later,
2626
[after 4 years in 2020](https://github.com/graphql/graphql.github.io/pull/896),
2727
the website was migrated to Gatsby by The Guild members
2828
[Saihajpreet SINGH](https://x.com/singh_saihaj) and
2929
[Arda TANRIKULU](https://x.com/ardatanrikulu).
3030

31-
![Screenshot of GraphQL.ORG v1 with Gatsby](./graphql-org-v1.gif)
31+
![Screenshot of graphql.org v1 with Gatsby](./graphql-org-v1.gif)
3232

33-
<p className="text-center">GraphQL.ORG v1 x Gatsby</p>
33+
<p className="text-center">graphql.org v1 x Gatsby</p>
3434

3535
All of us GraphQL developers spent a lot of time learning this language from the
3636
"Learn" page, which is shown below, and you definitely remember it!
3737

3838
> Also, we all hated visiting this page at night due to the lack of a night
3939
> theme. <span className="not-italic">😅</span>
4040
41-
![Screenshot of GraphQL.ORG v1 learn page](./graphql-org-v1-learn-page.png)
41+
![Screenshot of graphql.org v1 learn page](./graphql-org-v1-learn-page.png)
4242

43-
<p className="text-center">GraphQL.ORG Learn page x Gatsby</p>
43+
<p className="text-center">graphql.org Learn page x Gatsby</p>
4444

4545
With the new website, we've made a lot of improvements, including a dark theme,
4646
below how the "Learn" page looks like:
4747

4848
{/* prettier-ignore */}
4949
<div className="mt-6 dark:even:[&_img]:hidden odd:[&_img]:hidden dark:odd:[&_img]:block">
50-
<>![Screenshot of GraphQL.ORG v2 learn page](./graphql-org-v2-learn-page-light.png)</>
51-
<>![Screenshot of GraphQL.ORG v2 learn page](./graphql-org-v2-learn-page-dark.png)</>
52-
<p className="text-center">GraphQL.ORG Learn page x Nextra</p>
50+
<>![Screenshot of graphql.org v2 learn page](./graphql-org-v2-learn-page-light.png)</>
51+
<>![Screenshot of graphql.org v2 learn page](./graphql-org-v2-learn-page-dark.png)</>
52+
<p className="text-center">graphql.org Learn page x Nextra</p>
5353
</div>
5454

5555
## What's New
@@ -81,7 +81,7 @@ A search was migrated from Algolia to Nextra's built-in search
8181

8282
### Light and Dark Themes
8383

84-
For the first time, since the creation of GraphQL.ORG, we have a dark theme! You
84+
For the first time, since the creation of graphql.org, we have a dark theme! You
8585
can switch between light and dark themes using the toggle in the top right
8686
corner.
8787

0 commit comments

Comments
 (0)