From 9a6118ee09d6cc8b5211192d94304c63ca0f4921 Mon Sep 17 00:00:00 2001
From: rluzist1
Date: Mon, 19 Aug 2024 14:12:59 -0500
Subject: [PATCH 01/17] [website] add buzzoid and twicsy as gold sponsors
Will need to change how they're displayed to match our new approach, this is the initial commit to get them on the website for design review.
---
README.md | 2 +
.../material/discover-more/backers/backers.md | 2 +
.../public/static/sponsors/buzzoid-square.svg | 132 ++++++++++++++++++
docs/public/static/sponsors/twicsy-square.svg | 6 +
docs/src/components/home/GoldSponsors.tsx | 14 ++
5 files changed, 156 insertions(+)
create mode 100644 docs/public/static/sponsors/buzzoid-square.svg
create mode 100644 docs/public/static/sponsors/twicsy-square.svg
diff --git a/README.md b/README.md
index 9f373c703d8d22..5315db6e0a5ecf 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,8 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http
+
+
Gold sponsors are those who have pledged \$500/month or more to MUI.
diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md
index a88996b84f1ce1..bdbe87bdc917ef 100644
--- a/docs/data/material/discover-more/backers/backers.md
+++ b/docs/data/material/discover-more/backers/backers.md
@@ -28,6 +28,8 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi
+
+
Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold).
diff --git a/docs/public/static/sponsors/buzzoid-square.svg b/docs/public/static/sponsors/buzzoid-square.svg
new file mode 100644
index 00000000000000..9984be53f7da5c
--- /dev/null
+++ b/docs/public/static/sponsors/buzzoid-square.svg
@@ -0,0 +1,132 @@
+
+
diff --git a/docs/public/static/sponsors/twicsy-square.svg b/docs/public/static/sponsors/twicsy-square.svg
new file mode 100644
index 00000000000000..4da483cb9bba52
--- /dev/null
+++ b/docs/public/static/sponsors/twicsy-square.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx
index ef92649a1075b6..bfe858c62daac1 100644
--- a/docs/src/components/home/GoldSponsors.tsx
+++ b/docs/src/components/home/GoldSponsors.tsx
@@ -63,6 +63,20 @@ const GOLDs = [
description: 'Instagram followers, likes, views, and comments.',
href: 'https://goread.io/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
},
+ {
+ src: '/static/sponsors/buzzoid-square.svg',
+ srcSet: '/static/sponsors/buzzoid-square.svg 3x',
+ name: 'Buzzoid.com',
+ description: 'Buzzoid: Instant delivery Instagram followers',
+ href: 'https://buzzoid.com/buy-instagram-followers/',
+ },
+ {
+ src: '/static/sponsors/twicsy-square.svg',
+ srcSet: '/static/sponsors/twicsy-square.svg 3x',
+ name: 'Twicsy.com',
+ description: 'Twicsy: Instant delivery Instagram followers',
+ href: 'https://twicsy.com/buy-instagram-followers',
+ },
];
export default function GoldSponsors() {
From de3c1e2ae45ff0f58f1a3339dd191fd32372c803 Mon Sep 17 00:00:00 2001
From: zanivan
Date: Mon, 19 Aug 2024 16:51:41 -0300
Subject: [PATCH 02/17] Tweaks to gold sponsors
---
docs/data/material/discover-more/backers/backers.md | 6 ++++--
docs/src/components/home/GoldSponsors.tsx | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md
index bdbe87bdc917ef..0d7c20445d9831 100644
--- a/docs/data/material/discover-more/backers/backers.md
+++ b/docs/data/material/discover-more/backers/backers.md
@@ -28,8 +28,10 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi
-
-
+
+
From c44ff3b1822b5213f384516777695adf57b9176c Mon Sep 17 00:00:00 2001
From: Raffaella Luzi Stoutland <136349774+rluzists1@users.noreply.github.com>
Date: Tue, 20 Aug 2024 17:02:54 +0200
Subject: [PATCH 07/17] Update README.md
Co-authored-by: Olivier Tassinari
Signed-off-by: Raffaella Luzi Stoutland <136349774+rluzists1@users.noreply.github.com>
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 5315db6e0a5ecf..0014b246f4eb9e 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,6 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http
-
From 9ab19feb5788ed2c3913549ccf943f1bfc11a4b2 Mon Sep 17 00:00:00 2001
From: Olivier Tassinari
Date: Tue, 20 Aug 2024 19:22:28 +0200
Subject: [PATCH 08/17] we now rely on OpenCollective hosted image
---
.../public/static/sponsors/buzzoid-square.svg | 132 ------------------
1 file changed, 132 deletions(-)
delete mode 100644 docs/public/static/sponsors/buzzoid-square.svg
diff --git a/docs/public/static/sponsors/buzzoid-square.svg b/docs/public/static/sponsors/buzzoid-square.svg
deleted file mode 100644
index 9984be53f7da5c..00000000000000
--- a/docs/public/static/sponsors/buzzoid-square.svg
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
From 9df5c8cc46a88e0460441e6c32059bd2eeb62543 Mon Sep 17 00:00:00 2001
From: Olivier Tassinari
Date: Tue, 20 Aug 2024 19:26:08 +0200
Subject: [PATCH 09/17] add some comment to explain why
---
docs/data/material/discover-more/backers/backers.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md
index e6600b0a2372d7..15f8065726e44d 100644
--- a/docs/data/material/discover-more/backers/backers.md
+++ b/docs/data/material/discover-more/backers/backers.md
@@ -29,6 +29,11 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi
+
+
BuzzoidTwicsy
From 640037cf1bf6fe67d25602ec573d92eed78b0fde Mon Sep 17 00:00:00 2001
From: Olivier Tassinari
Date: Tue, 20 Aug 2024 19:26:51 +0200
Subject: [PATCH 10/17] fix typo
---
docs/data/material/discover-more/backers/backers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md
index 15f8065726e44d..a3c45ce199072e 100644
--- a/docs/data/material/discover-more/backers/backers.md
+++ b/docs/data/material/discover-more/backers/backers.md
@@ -32,7 +32,7 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi
Buzzoid
From e8075c0a346dd3e67ca4a1967745624c2aae7de0 Mon Sep 17 00:00:00 2001
From: zanivan
Date: Tue, 20 Aug 2024 17:13:45 -0300
Subject: [PATCH 11/17] Add backlink sponsors to website
---
docs/src/components/home/BacklinkSponsor.tsx | 36 ++++++++++++++++++++
docs/src/components/home/GoldSponsors.tsx | 18 ++++++++++
2 files changed, 54 insertions(+)
create mode 100644 docs/src/components/home/BacklinkSponsor.tsx
diff --git a/docs/src/components/home/BacklinkSponsor.tsx b/docs/src/components/home/BacklinkSponsor.tsx
new file mode 100644
index 00000000000000..bf76425cacd5e9
--- /dev/null
+++ b/docs/src/components/home/BacklinkSponsor.tsx
@@ -0,0 +1,36 @@
+import * as React from 'react';
+import { Link } from '@mui/docs/Link';
+import OpenInNewRoundedIcon from '@mui/icons-material/OpenInNewRounded';
+
+export default function BacklinkSponsor(props: {
+ item: {
+ name: string;
+ description: string;
+ href: string;
+ };
+ inView?: boolean;
+}) {
+ const { item } = props;
+ // Keep it under two rows maximum.
+ if (item.description.length > 50) {
+ throw new Error(
+ `${item.name}'s description is too long (${item.description.length} characters). It must fit into two line, so under 50 characters.`,
+ );
+ }
+
+ return (
+
+ {item.name}
+
+
+ );
+}
diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx
index ef92649a1075b6..c422074911eb26 100644
--- a/docs/src/components/home/GoldSponsors.tsx
+++ b/docs/src/components/home/GoldSponsors.tsx
@@ -6,6 +6,7 @@ import Typography from '@mui/material/Typography';
import AddRounded from '@mui/icons-material/AddRounded';
import Grid from '@mui/material/Grid2';
import SponsorCard from 'docs/src/components/home/SponsorCard';
+import BacklinkSponsor from 'docs/src/components/home/BacklinkSponsor';
import { Link } from '@mui/docs/Link';
import ROUTES from 'docs/src/route';
@@ -64,6 +65,18 @@ const GOLDs = [
href: 'https://goread.io/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
},
];
+const BACKLINKs = [
+ {
+ name: 'Buzzoid',
+ description: 'Instant delivery Instagram followers',
+ href: 'https://buzzoid.com/buy-instagram-followers/',
+ },
+ {
+ name: 'Twicsy',
+ description: 'Instant delivery Instagram followers',
+ href: 'https://twicsy.com/buy-instagram-followers',
+ },
+];
export default function GoldSponsors() {
const { ref, inView } = useInView({
@@ -142,6 +155,11 @@ export default function GoldSponsors() {
+
+ {BACKLINKs.map((item) => (
+
+ ))}
+
);
}
From 491d433ebb4929c00cdd366ddadac4892277d681 Mon Sep 17 00:00:00 2001
From: zanivan
Date: Tue, 20 Aug 2024 17:16:54 -0300
Subject: [PATCH 12/17] Add period to sentences
---
README.md | 2 +-
docs/data/material/discover-more/backers/backers.md | 4 ++--
docs/src/components/home/GoldSponsors.tsx | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 0014b246f4eb9e..3bfc034cd52325 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http
-
+
Gold sponsors are those who have pledged \$500/month or more to MUI.
diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md
index a3c45ce199072e..9564d0b32edd38 100644
--- a/docs/data/material/discover-more/backers/backers.md
+++ b/docs/data/material/discover-more/backers/backers.md
@@ -35,8 +35,8 @@ List gold sponsors that regular sponsors could feel uncomfortable being listed n
For example, it could be because the service breaks another service's Terms of service and hence is a moral minefield.
-->
Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold).
From 773831803bb6b3129daa9a997be4b2dfd9445126 Mon Sep 17 00:00:00 2001
From: Olivier Tassinari
Date: Wed, 21 Aug 2024 01:32:04 +0200
Subject: [PATCH 16/17] clean up
Signed-off-by: Olivier Tassinari
---
README.md | 1 -
docs/data/material/discover-more/backers/backers.md | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3bfc034cd52325..9f373c703d8d22 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,6 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http
-
Gold sponsors are those who have pledged \$500/month or more to MUI.
diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md
index 267efc0b2b647f..5b70efb4eeaac5 100644
--- a/docs/data/material/discover-more/backers/backers.md
+++ b/docs/data/material/discover-more/backers/backers.md
@@ -35,7 +35,7 @@ List gold sponsors that regular sponsors could feel uncomfortable being listed n
For example, it could be because the service breaks another service's Terms of service and hence is a moral minefield.
-->
From a9f164e8c0901eb5e8e00d93b78071b32b668eff Mon Sep 17 00:00:00 2001
From: Olivier Tassinari
Date: Wed, 21 Aug 2024 01:35:23 +0200
Subject: [PATCH 17/17] svg, no need for srcset
Signed-off-by: Olivier Tassinari
---
docs/data/material/discover-more/backers/backers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md
index 5b70efb4eeaac5..f1feb3e50a984a 100644
--- a/docs/data/material/discover-more/backers/backers.md
+++ b/docs/data/material/discover-more/backers/backers.md
@@ -36,7 +36,7 @@ For example, it could be because the service breaks another service's Terms of s
-->