-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move the links that were on the homepage into a footer
- Loading branch information
Showing
8 changed files
with
107 additions
and
225 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import Alert from '@mui/material/Alert'; | ||
import AlertTitle from '@mui/material/AlertTitle'; | ||
import Typography from '@mui/material/Typography'; | ||
import Logo from 'components/global/logo'; | ||
import { theme } from 'theme/theme'; | ||
|
||
export default function Banner() { | ||
return ( | ||
<Alert variant={'outlined'} severity="info"> | ||
<Typography variant={'subtitle1'} color={theme.palette.neutral.contrastText}> | ||
<AlertTitle> | ||
<Logo /> is an experimental editor for{' '} | ||
<a href="https://developer.chrome.com/articles/gpu-compute/"> | ||
WebGPU compute shaders | ||
</a> | ||
. | ||
</AlertTitle> | ||
At this time, only <a href={'https://www.google.com/chrome/'}>Chrome</a> ( | ||
<a href="https://developer.chrome.com/blog/webgpu-release/">v113+</a>) is supported, | ||
as{' '} | ||
<a href="https://github.com/gpuweb/gpuweb/wiki/Implementation-Status"> | ||
WebGPU is not yet fully supported by other browsers | ||
</a> | ||
. | ||
</Typography> | ||
</Alert> | ||
); | ||
} |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import { faDiscord, faGithub } from '@fortawesome/free-brands-svg-icons'; | ||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; | ||
import Container from '@mui/material/Container'; | ||
import Grid from '@mui/material/Grid'; | ||
import Link from 'next/link'; | ||
|
||
export default function Footer() { | ||
return ( | ||
<Container maxWidth={false} sx={{ py: 3 }}> | ||
<Grid container spacing={4} justifyContent="center"> | ||
<Grid item> | ||
<Link href="https://discord.gg/pNzH6gFQ2T"> | ||
<FontAwesomeIcon icon={faDiscord} /> Join us on Discord | ||
</Link> | ||
</Grid> | ||
<Grid item> | ||
<Link href="https://github.com/compute-toys"> | ||
<FontAwesomeIcon icon={faGithub} /> Code on GitHub | ||
</Link> | ||
</Grid> | ||
</Grid> | ||
</Container> | ||
); | ||
} |
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -285,6 +285,39 @@ | |
resolved "https://registry.yarnpkg.com/@fontsource/lobster/-/lobster-4.5.11.tgz#f2d9f3583cd6c249d1b31efc059cb0d0eebc3a7f" | ||
integrity sha512-763GTn/QS42WI8LSZcmrLITvCzs8vHfTQhbltPQ8NWGYRJV9L+C8HIUm7qqL1R8+tyxkmruKlHDqdlpT+dPFXQ== | ||
|
||
"@fortawesome/[email protected]": | ||
version "6.5.1" | ||
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.5.1.tgz#fdb1ec4952b689f5f7aa0bffe46180bb35490032" | ||
integrity sha512-GkWzv+L6d2bI5f/Vk6ikJ9xtl7dfXtoRu3YGE6nq0p/FFqA1ebMOAWg3XgRyb0I6LYyYkiAo+3/KrwuBp8xG7A== | ||
|
||
"@fortawesome/fontawesome-svg-core@^6.5.1": | ||
version "6.5.1" | ||
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.5.1.tgz#9d56d46bddad78a7ebb2043a97957039fcebcf0a" | ||
integrity sha512-MfRCYlQPXoLlpem+egxjfkEuP9UQswTrlCOsknus/NcMoblTH2g0jPrapbcIb04KGA7E2GZxbAccGZfWoYgsrQ== | ||
dependencies: | ||
"@fortawesome/fontawesome-common-types" "6.5.1" | ||
|
||
"@fortawesome/free-brands-svg-icons@^6.5.1": | ||
version "6.5.1" | ||
resolved "https://registry.yarnpkg.com/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-6.5.1.tgz#e948cc02404277cb8ad40fe3573ca75f2830e876" | ||
integrity sha512-093l7DAkx0aEtBq66Sf19MgoZewv1zeY9/4C7vSKPO4qMwEsW/2VYTUTpBtLwfb9T2R73tXaRDPmE4UqLCYHfg== | ||
dependencies: | ||
"@fortawesome/fontawesome-common-types" "6.5.1" | ||
|
||
"@fortawesome/free-solid-svg-icons@^6.5.1": | ||
version "6.5.1" | ||
resolved "https://registry.yarnpkg.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.5.1.tgz#737b8d787debe88b400ab7528f47be333031274a" | ||
integrity sha512-S1PPfU3mIJa59biTtXJz1oI0+KAXW6bkAb31XKhxdxtuXDiUIFsih4JR1v5BbxY7hVHsD1RKq+jRkVRaf773NQ== | ||
dependencies: | ||
"@fortawesome/fontawesome-common-types" "6.5.1" | ||
|
||
"@fortawesome/react-fontawesome@^0.2.0": | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.0.tgz#d90dd8a9211830b4e3c08e94b63a0ba7291ddcf4" | ||
integrity sha512-uHg75Rb/XORTtVt7OS9WoK8uM276Ufi7gCzshVWkUJbHhh3svsUUeqXerrM96Wm7fRiDzfKRwSoahhMIkGAYHw== | ||
dependencies: | ||
prop-types "^15.8.1" | ||
|
||
"@humanwhocodes/config-array@^0.5.0": | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" | ||
|