diff --git a/aries-site/src/pages/demo.js b/aries-site/src/pages/demo.js deleted file mode 100644 index 7bd90319f..000000000 --- a/aries-site/src/pages/demo.js +++ /dev/null @@ -1,150 +0,0 @@ -import React, { useContext } from 'react'; -import { - Box, - Button, - Grid, - Heading, - PageContent, - Paragraph, - PageHeader, - ResponsiveContext, - ThemeContext, - Card, - CardBody, - Text, - Meter, -} from 'grommet'; -import { AppsRounded, Configure, PlayFill, ShareRounded } from 'grommet-icons'; -import { Meta } from '../components'; -import { aries } from '../themes/aries'; -import { Card as TemplateCard } from '../examples'; - -const title = 'Design Tokens Demo'; - -const BriefCard = ({ description, title, icon, ...rest }) => ( - {}} {...rest}> - - - - {title} - - - {description} - - - {icon} - - -); - -const MeterCard = () => ( - - - - - - - - - High severity - - - - Medium severity - - - - Low severity - - - - -); - -const Demo = () => { - const size = useContext(ResponsiveContext); - - return ( - <> - - - - - - - - } - /> - - } - /> - - - - - - Capacity - - - Volume - - - - 32%{' '} - - used (240 of 750 TiB) - - - - - - - - - - } - /> - } - /> - - - - Learn about the new HPE GreenLake Console experience - -