-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[website] homepage rebranding (#27488)
- Loading branch information
1 parent
873e79c
commit 2ca54d5
Showing
84 changed files
with
4,139 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
import * as React from 'react'; | ||
import { ThemeProvider } from '@material-ui/core/styles'; | ||
import ThemeProvider from 'docs/src/modules/ThemeContext'; | ||
import CssBaseline from '@material-ui/core/CssBaseline'; | ||
import Typography from '@material-ui/core/Typography'; | ||
import Divider from '@material-ui/core/Divider'; | ||
import AppHeader from 'docs/src/layouts/AppHeader'; | ||
import Container from '@material-ui/core/Container'; | ||
import Hero from 'docs/src/components/home/Hero'; | ||
import brandingTheme from 'docs/src/modules/brandingTheme'; | ||
import References from 'docs/src/components/home/References'; | ||
import ReferencesCore from 'docs/src/components/home/ReferencesCore'; | ||
import ProductSuite from 'docs/src/components/home/ProductSuite'; | ||
import ValueProposition from 'docs/src/components/home/ValueProposition'; | ||
import DesignSystemComponents from 'docs/src/components/home/DesignSystemComponents'; | ||
import Testimonials from 'docs/src/components/home/Testimonials'; | ||
import Sponsors from 'docs/src/components/home/Sponsors'; | ||
import HeroEnd from 'docs/src/components/home/HeroEnd'; | ||
import AppFooter from 'docs/src/layouts/AppFooter'; | ||
|
||
export default function Home() { | ||
return ( | ||
<ThemeProvider theme={brandingTheme}> | ||
<ThemeProvider> | ||
<CssBaseline /> | ||
<AppHeader /> | ||
<Hero /> | ||
<Container sx={{ py: 8 }}> | ||
<References /> | ||
<Typography | ||
variant="body2" | ||
color="grey.800" | ||
textAlign="center" | ||
sx={{ mt: 4, mx: 'auto', maxWidth: 360 }} | ||
> | ||
From startups to Fortune 500s, the world's best teams leverage MUI to build their | ||
UIs. | ||
</Typography> | ||
</Container> | ||
<ReferencesCore /> | ||
<ProductSuite /> | ||
<ValueProposition /> | ||
<DesignSystemComponents /> | ||
<Testimonials /> | ||
<Sponsors /> | ||
<HeroEnd /> | ||
<Divider /> | ||
<AppFooter /> | ||
</ThemeProvider> | ||
); | ||
} |
2 changes: 1 addition & 1 deletion
2
...public/static/branding/pricing/amazon.svg → ...blic/static/branding/companies/amazon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...blic/static/branding/pricing/coursera.svg → ...ic/static/branding/companies/coursera.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.