diff --git a/src/components/Conf/Partners/index.tsx b/src/components/Conf/Partners/index.tsx
new file mode 100644
index 0000000000..c7c9a2213b
--- /dev/null
+++ b/src/components/Conf/Partners/index.tsx
@@ -0,0 +1,88 @@
+/* eslint-disable tailwindcss/no-custom-classname */
+import React from "react"
+import { ReactComponent as GraphQLWeekly } from "../../../../static/img/conf/Partners/GraphQLWeekly.svg"
+import { ReactComponent as GraphQLWTF } from "../../../../static/img/conf/Partners/GraphQLwtf.svg"
+import { ReactComponent as EscapeTechnologies } from "../../../../static/img/conf/Partners/EscapeTechnologies.svg"
+
+interface Image {
+ iconPath: string
+ name: string
+ link: string
+}
+
+function alphabetSort(a: Image, b: Image) {
+ if (a.name < b.name) {
+ return -1
+ }
+ if (a.name > b.name) {
+ return 1
+ }
+ return 0
+}
+
+const mediaPartners: Image[] = [
+ {
+ iconPath: GraphQLWeekly,
+ name: "GraphQLWeekly",
+ link: "https://www.graphqlweekly.com/",
+ },
+ {
+ iconPath: GraphQLWTF,
+ name: "GraphQLWTF",
+ link: "https://graphql.wtf/",
+ },
+]
+
+const communityPartners: Image[] = [
+ {
+ iconPath: EscapeTechnologies,
+ name: "EscapeTechnologies",
+ link: "https://escape.tech/",
+ },
+]
+
+const PartnersConf = () => {
+ return (
+
+
+ Partners
+
+
+ MEDIA PARTNERS
+
+
+ {mediaPartners
+ .sort((a, b) => alphabetSort(a, b))
+ .map((partner, i) => (
+
+
+
+ ))}
+
+
+ COMMUNITY PARTNERS
+
+
+ {communityPartners
+ .sort((a, b) => alphabetSort(a, b))
+ .map((partner, i) => (
+
+
+
+ ))}
+
+
+ )
+}
+
+export default PartnersConf
diff --git a/static/img/conf/Partners/EscapeTechnologies.svg b/static/img/conf/Partners/EscapeTechnologies.svg
new file mode 100644
index 0000000000..f812e64631
--- /dev/null
+++ b/static/img/conf/Partners/EscapeTechnologies.svg
@@ -0,0 +1,11389 @@
+
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/static/img/conf/Partners/GraphQLWeekly.svg b/static/img/conf/Partners/GraphQLWeekly.svg
new file mode 100644
index 0000000000..19990b6eb8
--- /dev/null
+++ b/static/img/conf/Partners/GraphQLWeekly.svg
@@ -0,0 +1,27 @@
+
diff --git a/static/img/conf/Partners/GraphQLwtf.svg b/static/img/conf/Partners/GraphQLwtf.svg
new file mode 100644
index 0000000000..d7cd758bf3
--- /dev/null
+++ b/static/img/conf/Partners/GraphQLwtf.svg
@@ -0,0 +1,19 @@
+