Added getting started

This commit is contained in:
Jarrod Norwell 2024-09-07 02:42:18 +08:00
parent d8b1e58dac
commit 714d8d4518
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import '@mantine/core/styles.css';
import {
Anchor, Badge, Center, Button, Flex,
Anchor, Badge, Button, Center, Flex,
MantineProvider,
Stack, Text, Title
} from '@mantine/core';
@ -20,15 +20,22 @@ export default function NewHome() {
<Text c={'dimmed'} ta={'center'}>
Beautifully designed, high performing multi-system emulation in the palm of your hands
</Text>
<Center>
<Button color='grape' component='a' href='https://jarrodnorwell.gitbook.io/folium/getting-started' radius={'xl'}>
Getting Started
</Button>
</Center>
{/*
<Flex align={'center'} gap={'md'} justify={'center'} direction={'row'} wrap={'wrap'}>
<Button component='a' href='https://apps.apple.com/au/app/folium/id6498623389' color='blue' radius={'xl'} variant='filled'>Open App Store</Button>
<Button component='a' href='https://discord.gg/jv3wmCUTw7' color='violet' radius={'xl'}>Join Discord</Button>
<Button component='a' href='https://github.com/folium-app' color='dark' radius={'xl'} variant='filled'>Getting Started</Button>
<Button component='a' href='https://github.com/folium-app' color='dark' radius={'xl'} variant='filled'>Open GitHub</Button>
<Button component='a' href='ipas/folium-v1.7-sideload.ipa.zip' color='teal' radius={'xl'} variant='filled'>Sideload</Button>
</Flex>
</Flex>*/}
<Center>
<Badge>
v1.7
Waiting for Review
</Badge>
</Center>
</Stack>