Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Add references section to home #27444

Merged
merged 20 commits into from
Jul 27, 2021

Conversation

siriwatknp
Copy link
Member

@siriwatknp siriwatknp commented Jul 26, 2021

Preview: https://deploy-preview-27444--material-ui.netlify.app/branding/home/

Screen Shot 2564-07-26 at 14 06 05

  • responsive
  • company icons added to /static/icons/*

Webflow reference
https://rebranding-demo.webflow.io/

@mui-pr-bot
Copy link

mui-pr-bot commented Jul 26, 2021

No bundle size changes (experimental)

Generated by 🚫 dangerJS against 32f6c0e

@oliviertassinari oliviertassinari added the website Pages that are not documentation-related, marketing-focused. label Jul 26, 2021
docs/public/static/icons/shutterstock.svg Outdated Show resolved Hide resolved
docs/src/icons/SvgCoursera.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

@danilo-leal danilo-leal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

docs/pages/branding/home.tsx Outdated Show resolved Hide resolved
docs/pages/branding/home.tsx Outdated Show resolved Hide resolved
@@ -46,7 +46,7 @@ const PRODUCTS = [
];

export default function HeaderNavDropdown() {
const [open, setOpen] = React.useState(true);
const [open, setOpen] = React.useState(false);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mistake from the previous PR.

@@ -156,6 +156,7 @@ export default function HeaderNavBar() {
anchorEl={productsMenuRef.current}
transition
placement="bottom-start"
style={{ zIndex: 1200 }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mistake from the previous PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might be able to poll a value from theme.zIndex?

@siriwatknp siriwatknp merged commit 50d7ffc into mui:next Jul 27, 2021
}}
>
<Grid item xs={4} md={2}>
<img src="/static/branding/pricing/coursera.svg" alt="Coursera logo" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to reorganize these assets. We could for instance use /static/company/ for the assets related to the branding of our company.

<img src="/static/branding/pricing/coursera.svg" alt="Coursera logo" />
</Grid>
<Grid item xs={4} md={2}>
<img src="/static/branding/pricing/amazon.svg" alt="Amazon logo" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good one.

@oliviertassinari
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website Pages that are not documentation-related, marketing-focused.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants