Skip to content

Commit

Permalink
[docs] Add DoiT diamond sponsor (mui#22436)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 1, 2020
1 parent 52b79f9 commit e8e575e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Please note that `@next` will only point to pre-releases; to get the latest stab

<p style="display: flex; justify-content: center;">
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="octopus" href="https://octopus.com/?utm_source=materialui&utm_medium=referral" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://avatars3.githubusercontent.com/u/1287123?s=256" 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/?utm_source=materialui&utm_medium=referral" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://avatars3.githubusercontent.com/u/8424863?s=256" alt="doit-intl" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
</p>

Diamond Sponsors are those who have pledged \$1,500/month or more to Material-UI.
Expand Down
Binary file removed docs/public/static/images/blokt.jpg
Binary file not shown.
Binary file added docs/public/static/in-house/doit-intl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion docs/src/modules/components/DiamondSponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const useStyles = makeStyles((theme) => ({
root: {
'& a': {
display: 'block',
marginBottom: theme.spacing(1),
},
'& img': {
display: 'inline-block',
Expand Down Expand Up @@ -63,7 +64,24 @@ export default function DiamondSponsors(props) {
/>
</a>
<a
style={{ marginTop: 8 }}
data-ga-event-category="sponsor"
data-ga-event-action={spot}
data-ga-event-label="doit"
href="https://www.doit-intl.com/?utm_source=materialui&utm_medium=referral"
rel="noopener noreferrer sponsored"
target="_blank"
style={{ width: 125, height: 35 }}
>
<img
width="125"
height="35"
src={`/static/in-house/doit-intl.png`}
alt="octopus"
title="Management Platform for Google Cloud and AWS"
loading="lazy"
/>
</a>
<a
aria-label={t('diamondSponsors')}
className={classes.placeholder}
rel="noopener noreferrer"
Expand Down
3 changes: 2 additions & 1 deletion docs/src/pages/discover-more/backers/backers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ The core of Material-UI is a crowd-funded open-source project, licensed under th

<p style="display: flex; justify-content: center;">
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="octopus" href="https://octopus.com/?utm_source=materialui&utm_medium=referral" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://avatars3.githubusercontent.com/u/1287123?s=256" 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/?utm_source=materialui&utm_medium=referral" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://avatars3.githubusercontent.com/u/8424863?s=256" alt="doit-intl" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
</p>

_2/3 slots available_
_1/3 slots available_

Diamond Sponsors are those who have pledged \$1,500/month or more to Material-UI.
Please contact us at diamond@material-ui.com to subscribe to this tier.
Expand Down
6 changes: 6 additions & 0 deletions docs/src/pages/landing/QuickWord.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ const backers = [
alt: 'octopus',
title: 'Octopus - Repeatable, reliable deployments',
},
{
href:
'https://www.doit-intl.com/?utm_source=materialui&utm_medium=referral',
alt: 'doit-intl',
title: 'DoiT - Management Platform for Google Cloud and AWS',
},
];

const useStyles = makeStyles(
Expand Down
3 changes: 2 additions & 1 deletion docs/src/pages/landing/backers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ The continued development and maintenance of Material-UI is made possible by the

<p style="display: flex; justify-content: center;">
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="octopus" href="https://octopus.com/?utm_source=materialui&utm_medium=referral" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://avatars3.githubusercontent.com/u/1287123?s=256" 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/?utm_source=materialui&utm_medium=referral" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="https://avatars3.githubusercontent.com/u/8424863?s=256" alt="doit-intl" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
</p>

_2/3 slots available_
_1/3 slots available_

### Gold 🏆

Expand Down

0 comments on commit e8e575e

Please sign in to comment.