Skip to content

Commit 03f24b1

Browse files
[website] Add Follower24 as backlink sponsor (#46085)
Signed-off-by: Olivier Tassinari <[email protected]> Co-authored-by: Olivier Tassinari <[email protected]>
1 parent 819807f commit 03f24b1

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http
9191
&nbsp;
9292
<a href="https://www.socialwick.com/instagram/followers/?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="26" width="26" src="https://images.opencollective.com/instagram-followers-socialwick/ac6033a/logo/256.png" alt="socialwick.com/instagram/followers" title="SocialWick: Buy Instagram followers." loading="lazy" />SocialWick</a>
9393
&nbsp;
94+
<a href="https://www.follower24.de/?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="26" width="26" src="https://mui.com/static/sponsors/follower24-square.svg" alt="follower24.de" title="Follower24: Social media success." loading="lazy" />Follower24</a>
95+
&nbsp;
9496
</p>
9597

9698
Gold sponsors are those who have pledged \$500/month or more to MUI.

docs/data/material/discover-more/backers/backers.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ For example, it could be because the service breaks another service's Terms of s
3636
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="views4you.com" href="https://views4you.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;"><img height="26" width="26" src="https://images.opencollective.com/buy-instagram-followers-v4y/6364714/logo/26.png" srcset="https://images.opencollective.com/buy-instagram-followers-v4y/6364714/logo/78.png 3x" alt="views4you.com" title="Views4you: Social media growth services." loading="lazy" style="margin-right: 6px;" />Views4You</a>
3737
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="poprey.com" href="https://poprey.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;"><img height="26" width="26" src="https://images.opencollective.com/instagram-likes/2a72a03/logo/26.png" srcset="https://images.opencollective.com/instagram-likes/2a72a03/logo/78.png 3x" alt="poprey.com" title="Poprey: Buy Instagram likes with crypto." loading="lazy" style="margin-right: 6px;" />Poprey</a>
3838
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="socialwick.com/followers" href="https://www.socialwick.com/instagram/followers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;"><img height="26" width="26" src="https://images.opencollective.com/instagram-followers-socialwick/ac6033a/logo/256.png" srcset="https://images.opencollective.com/instagram-followers-socialwick/ac6033a/logo/256.png 3x" alt="socialwick.com/instagram/followers" title="SocialWick: Buy Instagram followers." loading="lazy" style="margin-right: 6px;" />SocialWick</a>
39+
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="follower24.de" href="https://www.follower24.de/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;"><img height="26" width="26" src="/static/sponsors/follower24-square.svg" alt="follower24.de" title="Follower24: Social media success." loading="lazy" style="margin-right: 6px;" />Follower24</a>
3940
</p>
4041

4142
Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold).
Loading

docs/src/components/home/GoldSponsors.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ const BACKLINKs = [
6363
description: 'Buy Instagram followers.',
6464
href: 'https://www.socialwick.com/instagram/followers',
6565
},
66+
{
67+
name: 'Follower24',
68+
description: 'Social media success.',
69+
href: 'https://www.follower24.de/?utm_source=mui.com&utm_medium=referral&utm_content=homepage',
70+
},
6671
];
6772

6873
export default function GoldSponsors() {

0 commit comments

Comments
 (0)