mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-22 02:12:48 +01:00
Added getting started
This commit is contained in:
parent
d8b1e58dac
commit
714d8d4518
Binary file not shown.
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user