Skip to content

Commit

Permalink
[website] Update DoiT International logo and links with new brand (mu…
Browse files Browse the repository at this point in the history
  • Loading branch information
ofir5300 authored and felipe.richter committed Dec 6, 2022
1 parent 24a95d0 commit 7c0f3b8
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -8875,7 +8875,7 @@ _Sep 6, 2020_
A big thanks to the 14 contributors who made this release possible.
Here are some highlights ✨:

- 💎 A new diamond sponsor: [DoiT](https://www.doit-intl.com/), thank you!
- 💎 A new diamond sponsor: [DoiT](https://www.doit.com/), thank you!
- 📚 Include the default value of the props in IntelliSense (#22447) @eps1lon
- ⚛️ More source migrated to TypeScript and testing-library (#22441) @baterson
- And many more 🐛 bug fixes and 📚 improvements.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -121,7 +121,7 @@ Visit our [`styled-engine` guide](https://mui.com/material-ui/guides/styled-engi

<p align="center">
<a href="https://octopus.com/?utm_source=MUI&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://i.ibb.co/w0HF0Nz/Logo-Blue-140px-rgb.png" alt="octopus" title="Repeatable, reliable deployments" loading="lazy" /></a>
<a href="https://www.doit-intl.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://avatars.githubusercontent.com/u/8424863?s=256" alt="doit-intl" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
<a href="https://www.doit.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://avatars.githubusercontent.com/u/8424863?s=256" alt="doit" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
<a href="https://www.zesty.io/integrations/mui-nextjs/?utm_source=mui&utm_medium=referral&utm_campaign=sponsor" rel="noopener sponsored" target="_blank"><img height="90" width="90" src="https://brand.zesty.io/zesty-io-logo.svg" alt="zesty.io" title="The only Next.js CMS you need" loading="lazy" /></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/data/material/discover-more/backers/backers.md
Expand Up @@ -10,7 +10,7 @@ The core of MUI is a crowd-funded open-source project, licensed under the permis

<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap;">
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="octopus" href="https://octopus.com/?utm_source=MUI&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://i.ibb.co/w0HF0Nz/Logo-Blue-140px-rgb.png" srcset="https://i.ibb.co/w0HF0Nz/Logo-Blue-140px-rgb.png 2x" alt="octopus" title="Repeatable, reliable deployments" loading="lazy" /></a>
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="doit-intl" href="https://www.doit-intl.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" style="margin-right: 24px;"><img height="128" width="128" src="https://avatars.githubusercontent.com/u/8424863?s=128" srcset="https://avatars.githubusercontent.com/u/8424863?s=256 2x" alt="doit-intl" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="doit" href="https://www.doit.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" style="margin-right: 24px;"><img height="128" width="128" src="https://avatars.githubusercontent.com/u/8424863?s=128" srcset="https://avatars.githubusercontent.com/u/8424863?s=256 2x" alt="doit" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="zesty.io" href="https://www.zesty.io/integrations/mui-nextjs/?utm_source=mui&utm_medium=referral&utm_campaign=sponsor" rel="noopener sponsored" target="_blank"><img height="90" width="90" src="https://brand.zesty.io/zesty-io-logo.svg" alt="zesty.io" title="The only Next.js CMS you need" loading="lazy" /></a>
</p>

Expand Down
6 changes: 6 additions & 0 deletions docs/public/static/sponsors/doit-dark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/public/static/sponsors/doit-light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/public/static/sponsors/doit-square.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions docs/public/static/sponsors/doit.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/components/home/DiamondSponsors.tsx
Expand Up @@ -22,7 +22,7 @@ const DIAMONDs = [
srcSet: '/static/sponsors/doit-square.svg',
name: 'Doit International',
description: 'Management platform for Google Cloud and AWS.',
href: 'https://www.doit-intl.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
href: 'https://www.doit.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
},
{
src: 'https://brand.zesty.io/zesty-io-logo.svg',
Expand Down
6 changes: 3 additions & 3 deletions docs/src/modules/components/DiamondSponsors.js
Expand Up @@ -95,14 +95,14 @@ export default function DiamondSponsors() {
data-ga-event-category="sponsor"
data-ga-event-action="drawer"
data-ga-event-label="doit"
href="https://www.doit-intl.com/flexsave/?utm_source=materialui&utm_medium=referral"
href="https://www.doit.com/flexsave/?utm_source=materialui&utm_medium=referral"
rel="noopener noreferrer sponsored"
target="_blank"
>
<img
height="26"
src="/static/sponsors/doit.svg"
alt="doit-intl"
src={`/static/sponsors/doit-${theme.palette.mode}.svg`}
alt="doit"
title="Management Platform for Google Cloud and AWS"
loading="lazy"
/>
Expand Down

0 comments on commit 7c0f3b8

Please sign in to comment.