Skip to content

Commit

Permalink
[docs] Add Octopus diamond sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 13, 2020
1 parent 70aaac4 commit 844e6bc
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 15 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -48,7 +48,11 @@ Please note that `@next` will only point to pre-releases; to get the latest stab

### Diamond 💎

Diamond Sponsors are those who have pledged $1,500/month or more to Material-UI.
<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>
</p>

Diamond Sponsors are those who have pledged \$1,500/month or more to Material-UI.

### Gold 🏆

Expand Down
Binary file added docs/public/static/in-house/octopus-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/static/in-house/octopus-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/public/static/in-house/sencha-125x35-dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/public/static/in-house/sencha-125x35-light.svg

This file was deleted.

Binary file removed docs/public/static/in-house/sencha-256x256.png
Binary file not shown.
18 changes: 8 additions & 10 deletions docs/src/modules/components/DiamondSponsors.js
Expand Up @@ -53,26 +53,24 @@ export default function DiamondSponsors(props) {
<Typography variant="caption" color="textSecondary" display="block" gutterBottom>
{t('diamondSponsors')}
</Typography>
{randomSencha < 0.001 ? (
<a
<a
data-ga-event-category="sponsor"
data-ga-event-action={spot}
data-ga-event-label="sencha"
href="https://www.sencha.com/products/extreact/extreact-for-material-ui/?utm_source=materialui&utm_medium=referral&utm_content=product-200429-extreactmaterialui"
data-ga-event-label="octopus"
href="https://octopus.com/?utm_source=materialui&utm_medium=referral"
rel="noopener noreferrer sponsored"
target="_blank"
style={{ marginLeft: 8, width: 125, height: 35 }}
style={{ width: 125, height: 35 }}
>
<img
width="125"
height="35"
src={`/static/in-house/sencha-125x35-${theme.palette.type}.svg`}
alt="sencha"
title="UI Components for Productive Dev Teams"
src={`/static/in-house/octopus-${theme.palette.type}.png`}
alt="octopus"
title="Repeatable, reliable deployments"
loading="lazy"
/>
</a>
) : null}
</a>
<a
style={{ marginTop: 8 }}
aria-label={t('diamondSponsors')}
Expand Down
6 changes: 5 additions & 1 deletion docs/src/pages/discover-more/backers/backers.md
Expand Up @@ -8,7 +8,11 @@ The core of Material-UI is a crowd-funded open-source project, licensed under th

### Diamond 💎

*3/3 slots available*
<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>
</p>

_2/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
5 changes: 5 additions & 0 deletions docs/src/pages/landing/QuickWord.js
Expand Up @@ -22,6 +22,11 @@ const backers = [
alt: 'callemall',
title: 'Call-Em-All - The easy way to message your group',
},
{
href: 'https://octopus.com/?utm_source=materialui&utm_medium=referral',
alt: 'octopus',
title: 'Octopus - Repeatable, reliable deployments',
},
];

const useStyles = makeStyles(
Expand Down
6 changes: 5 additions & 1 deletion docs/src/pages/landing/backers.md
Expand Up @@ -4,7 +4,11 @@ The continued development and maintenance of Material-UI is made possible by the

### Diamond 💎

*3/3 slots available*
<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>
</p>

_2/3 slots available_

### Gold 🏆

Expand Down

0 comments on commit 844e6bc

Please sign in to comment.