diff --git a/index.html b/index.html index 92bb51d..2dce13d 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Folium diff --git a/privacypolicy/index.html b/privacypolicy/index.html index 4a6a4f6..a6c6b2e 100644 --- a/privacypolicy/index.html +++ b/privacypolicy/index.html @@ -3,7 +3,7 @@ - + Privacy Policy diff --git a/public/Icon.png b/public/Icon.png deleted file mode 100644 index 1442645..0000000 Binary files a/public/Icon.png and /dev/null differ diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 22bab82..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/four.png b/public/four.png deleted file mode 100644 index f1ebe9a..0000000 Binary files a/public/four.png and /dev/null differ diff --git a/public/ipas/Folium-v1.6-Sideload.ipa.zip b/public/ipas/folium-v1.7-sideload.ipa.zip similarity index 72% rename from public/ipas/Folium-v1.6-Sideload.ipa.zip rename to public/ipas/folium-v1.7-sideload.ipa.zip index b7f91a2..4c8a5f4 100644 Binary files a/public/ipas/Folium-v1.6-Sideload.ipa.zip and b/public/ipas/folium-v1.7-sideload.ipa.zip differ diff --git a/public/one.png b/public/one.png deleted file mode 100644 index ee13bbc..0000000 Binary files a/public/one.png and /dev/null differ diff --git a/public/rewrite/authentication.png b/public/rewrite/authentication.png deleted file mode 100644 index 73021e3..0000000 Binary files a/public/rewrite/authentication.png and /dev/null differ diff --git a/public/rewrite/camera.png b/public/rewrite/camera.png deleted file mode 100644 index 25aadc3..0000000 Binary files a/public/rewrite/camera.png and /dev/null differ diff --git a/public/rewrite/core_settings.png b/public/rewrite/core_settings.png deleted file mode 100644 index 9257c94..0000000 Binary files a/public/rewrite/core_settings.png and /dev/null differ diff --git a/public/rewrite/cytrus.png b/public/rewrite/cytrus.png deleted file mode 100644 index b2a0649..0000000 Binary files a/public/rewrite/cytrus.png and /dev/null differ diff --git a/public/rewrite/game_settings.png b/public/rewrite/game_settings.png deleted file mode 100644 index 8f999a7..0000000 Binary files a/public/rewrite/game_settings.png and /dev/null differ diff --git a/public/rewrite/grape.png b/public/rewrite/grape.png deleted file mode 100644 index 4f647e4..0000000 Binary files a/public/rewrite/grape.png and /dev/null differ diff --git a/public/rewrite/library.png b/public/rewrite/library.png deleted file mode 100644 index 66b0c3b..0000000 Binary files a/public/rewrite/library.png and /dev/null differ diff --git a/public/rewrite/mango.png b/public/rewrite/mango.png deleted file mode 100644 index 584f53b..0000000 Binary files a/public/rewrite/mango.png and /dev/null differ diff --git a/public/rewrite/search.png b/public/rewrite/search.png deleted file mode 100644 index 7240bad..0000000 Binary files a/public/rewrite/search.png and /dev/null differ diff --git a/public/rewrite/settings.png b/public/rewrite/settings.png deleted file mode 100644 index 791e764..0000000 Binary files a/public/rewrite/settings.png and /dev/null differ diff --git a/public/three.png b/public/three.png deleted file mode 100644 index 6e94945..0000000 Binary files a/public/three.png and /dev/null differ diff --git a/public/two.png b/public/two.png deleted file mode 100644 index e4ac87e..0000000 Binary files a/public/two.png and /dev/null differ diff --git a/rewrite/index.html b/rewrite/index.html deleted file mode 100644 index 9b3df40..0000000 --- a/rewrite/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - Rewrite (v1.7) - - - -
- - - - \ No newline at end of file diff --git a/src/NewHome/NewHome.tsx b/src/NewHome/NewHome.tsx index c0a813d..62521fb 100644 --- a/src/NewHome/NewHome.tsx +++ b/src/NewHome/NewHome.tsx @@ -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() { Beautifully designed, high performing multi-system emulation in the palm of your hands -
- - Friday, 6th September - -
- {/* - - - - */} + + + +
+ + v1.7 + +
diff --git a/vite.config.ts b/vite.config.ts index 604e8ab..e02224c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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') } } }