v1.7
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/Icon_Favicon.png" />
|
||||
<link rel="icon" type="image/png" href="/Icon_Favicon.png" />
|
||||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no" />
|
||||
<title>Folium</title>
|
||||
</head>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="/Icon_Favicon.png" />
|
||||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no" />
|
||||
<title>Privacy Policy</title>
|
||||
</head>
|
||||
|
BIN
public/Icon.png
Before Width: | Height: | Size: 4.0 MiB |
@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><g fill="none" fill-rule="evenodd"><rect width="500" height="500" fill="#339AF0" rx="250"/><g fill="#FFF"><path fill-rule="nonzero" d="M202.055 135.706c-6.26 8.373-4.494 20.208 3.944 26.42 29.122 21.45 45.824 54.253 45.824 90.005 0 35.752-16.702 68.559-45.824 90.005-8.436 6.215-10.206 18.043-3.944 26.42 6.26 8.378 18.173 10.13 26.611 3.916a153.835 153.835 0 0024.509-22.54h53.93c10.506 0 19.023-8.455 19.023-18.885 0-10.43-8.517-18.886-19.023-18.886h-29.79c8.196-18.594 12.553-38.923 12.553-60.03s-4.357-41.436-12.552-60.03h29.79c10.505 0 19.022-8.455 19.022-18.885 0-10.43-8.517-18.886-19.023-18.886h-53.93a153.835 153.835 0 00-24.509-22.54c-8.438-6.215-20.351-4.46-26.61 3.916z"/><path d="M171.992 246.492c0-15.572 12.624-28.195 28.196-28.195 15.572 0 28.195 12.623 28.195 28.195 0 15.572-12.623 28.196-28.195 28.196-15.572 0-28.196-12.624-28.196-28.196z"/></g></g></svg>
|
Before Width: | Height: | Size: 937 B |
BIN
public/four.png
Before Width: | Height: | Size: 3.3 MiB |
BIN
public/one.png
Before Width: | Height: | Size: 3.2 MiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 6.2 MiB |
Before Width: | Height: | Size: 3.5 MiB |
Before Width: | Height: | Size: 6.0 MiB |
Before Width: | Height: | Size: 912 KiB |
Before Width: | Height: | Size: 2.8 MiB |
Before Width: | Height: | Size: 459 KiB |
Before Width: | Height: | Size: 635 KiB |
Before Width: | Height: | Size: 296 KiB |
BIN
public/three.png
Before Width: | Height: | Size: 2.4 MiB |
BIN
public/two.png
Before Width: | Height: | Size: 3.6 MiB |
@ -1,16 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no" />
|
||||
<title>Rewrite (v1.7)</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="../src/Rewrite/rewrite_main.tsx"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -1,6 +1,6 @@
|
||||
import '@mantine/core/styles.css';
|
||||
import {
|
||||
Anchor, Badge, Center, Flex,
|
||||
Anchor, Badge, Center, Button, Flex,
|
||||
MantineProvider,
|
||||
Stack, Text, Title
|
||||
} from '@mantine/core';
|
||||
@ -20,19 +20,17 @@ export default function NewHome() {
|
||||
<Text c={'dimmed'} ta={'center'}>
|
||||
Beautifully designed, high performing multi-system emulation in the palm of your hands
|
||||
</Text>
|
||||
<Center>
|
||||
<Badge color={'gold'}>
|
||||
Friday, 6th September
|
||||
</Badge>
|
||||
</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='gray' radius={'xl'} variant='filled'>Open GitHub</Button>
|
||||
<Button component='a' href='/rewrite' radius={'xl'} variant='filled'>Browse Rewrite</Button>
|
||||
<Button component='a' href='/ipas/Folium-v1.6-Sideload.ipa.zip' color='cyan' radius={'xl'} variant='filled'>Sideload</Button>
|
||||
</Flex>*/}
|
||||
<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>
|
||||
<Center>
|
||||
<Badge>
|
||||
v1.7
|
||||
</Badge>
|
||||
</Center>
|
||||
</Stack>
|
||||
</Flex>
|
||||
</MantineProvider>
|
||||
|
@ -14,8 +14,7 @@ export default defineConfig({
|
||||
rollupOptions: {
|
||||
input: {
|
||||
index: resolve(__dirname, 'index.html'),
|
||||
privacypolicy: resolve(__dirname, 'privacypolicy/index.html'),
|
||||
rewrite: resolve(__dirname, 'rewrite/index.html')
|
||||
privacypolicy: resolve(__dirname, 'privacypolicy/index.html')
|
||||
}
|
||||
}
|
||||
}
|
||||
|