From 476072a34699a0291d4fe7476ecae3c19dd14c4c Mon Sep 17 00:00:00 2001 From: beerose Date: Mon, 26 Jun 2023 18:49:13 +0200 Subject: [PATCH 1/3] GraphQL Conf: Add Hygraph as platinum sponsor --- src/assets/css/_css/brand.less | 2 +- src/components/Conf/Sponsors/index.tsx | 20 ++++++++++------ static/img/conf/Sponsors/Hygraph.svg | 32 ++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 static/img/conf/Sponsors/Hygraph.svg diff --git a/src/assets/css/_css/brand.less b/src/assets/css/_css/brand.less index 0f9913c070..4d5b5d6a9e 100644 --- a/src/assets/css/_css/brand.less +++ b/src/assets/css/_css/brand.less @@ -269,7 +269,7 @@ .zoom-platinum { transition: transform .2s; /* Animation */ width: 300px; - height: 153px; + max-height: 153px; cursor: pointer; } .zoom-platinum:hover { diff --git a/src/components/Conf/Sponsors/index.tsx b/src/components/Conf/Sponsors/index.tsx index b969a46cb0..48554379a1 100644 --- a/src/components/Conf/Sponsors/index.tsx +++ b/src/components/Conf/Sponsors/index.tsx @@ -6,6 +6,7 @@ import { ReactComponent as Solo } from "../../../../static/img/conf/Sponsors/Sol import { ReactComponent as Hasura } from "../../../../static/img/conf/Sponsors/Hasura.svg" import { ReactComponent as TheGraph } from "../../../../static/img/conf/Sponsors/TheGraph.svg" import { ReactComponent as TheGuild } from "../../../../static/img/conf/Sponsors/TheGuild.svg" +import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/Hygraph.svg" interface Image { iconPath: string @@ -47,6 +48,11 @@ const sponsorPlatinum: Image[] = [ name: "Solo.io", link: "https://www.solo.io/", }, + { + iconPath: Hygraph, + name: "Hygraph", + link: "https://hygraph.com/", + }, ] const sponsorGold: Image[] = [ @@ -70,7 +76,6 @@ const workshopDaySponsors: Image[] = [ iconPath: TheGuild, name: "The Guild", link: "https://the-guild.dev/", - workshopSponsor: true, }, ] @@ -98,13 +103,13 @@ const SponsersConf = () => {

PLATINUM

-
+
{sponsorPlatinum .sort((a, b) => alphabetSort(a, b)) .map((sponsor, i) => ( @@ -148,14 +153,15 @@ const SponsersConf = () => { ))}
-

+ +

Workshop Day Sponsor -

-
+ +
{workshopDaySponsors.map((sponsor, i) => ( diff --git a/static/img/conf/Sponsors/Hygraph.svg b/static/img/conf/Sponsors/Hygraph.svg new file mode 100644 index 0000000000..a0aa022e66 --- /dev/null +++ b/static/img/conf/Sponsors/Hygraph.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file From 40f09cb68ce445607bc5512b4e61a6ee45896209 Mon Sep 17 00:00:00 2001 From: beerose Date: Mon, 26 Jun 2023 18:55:38 +0200 Subject: [PATCH 2/3] Add StepZen as sponsor --- src/components/Conf/Sponsors/index.tsx | 8 ++- static/img/conf/Sponsors/StepZen.svg | 77 ++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 static/img/conf/Sponsors/StepZen.svg diff --git a/src/components/Conf/Sponsors/index.tsx b/src/components/Conf/Sponsors/index.tsx index 48554379a1..54413a48bc 100644 --- a/src/components/Conf/Sponsors/index.tsx +++ b/src/components/Conf/Sponsors/index.tsx @@ -7,6 +7,7 @@ import { ReactComponent as Hasura } from "../../../../static/img/conf/Sponsors/H import { ReactComponent as TheGraph } from "../../../../static/img/conf/Sponsors/TheGraph.svg" import { ReactComponent as TheGuild } from "../../../../static/img/conf/Sponsors/TheGuild.svg" import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/Hygraph.svg" +import { ReactComponent as StepZen } from "../../../../static/img/conf/Sponsors/StepZen.svg" interface Image { iconPath: string @@ -61,6 +62,11 @@ const sponsorGold: Image[] = [ name: "The Graph", link: "https://thegraph.com/", }, + { + iconPath: StepZen, + name: "StepZen", + link: "https://stepzen.com/", + }, ] const sponsorSilver: Image[] = [ @@ -121,7 +127,7 @@ const SponsersConf = () => {

GOLD

-
+
{sponsorGold .sort((a, b) => alphabetSort(a, b)) .map((sponsor, i) => ( diff --git a/static/img/conf/Sponsors/StepZen.svg b/static/img/conf/Sponsors/StepZen.svg new file mode 100644 index 0000000000..353786a5e9 --- /dev/null +++ b/static/img/conf/Sponsors/StepZen.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 54eb08d5911a1679daaea67d62d5c8acbdba8735 Mon Sep 17 00:00:00 2001 From: beerose Date: Mon, 26 Jun 2023 19:04:12 +0200 Subject: [PATCH 3/3] Increase gap --- src/components/Conf/Sponsors/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Conf/Sponsors/index.tsx b/src/components/Conf/Sponsors/index.tsx index 54413a48bc..0ef75ff493 100644 --- a/src/components/Conf/Sponsors/index.tsx +++ b/src/components/Conf/Sponsors/index.tsx @@ -145,7 +145,7 @@ const SponsersConf = () => {

SILVER

-
+
{sponsorSilver .sort((a, b) => alphabetSort(a, b)) .map((sponsor, i) => (