From 1c03b119f362e6d526ccfc897b2abc145bcde3b3 Mon Sep 17 00:00:00 2001 From: Tyler Flowers Date: Sat, 16 Dec 2023 21:20:05 -0500 Subject: Move OneConfig page and finish up its basics --- apps/website/public/media/index/index1.svg | 10 -- apps/website/public/media/index/index2.svg | 11 -- apps/website/public/media/index/index3.svg | 105 -------------- apps/website/public/media/index/index4.png | Bin 395136 -> 0 bytes apps/website/public/media/index/index5.png | Bin 910001 -> 0 bytes apps/website/public/media/oneconfig/logo_text.svg | 13 ++ .../public/media/oneconfig/page_media_1.svg | 10 ++ .../public/media/oneconfig/page_media_2.svg | 11 ++ .../public/media/oneconfig/page_media_3.svg | 105 ++++++++++++++ .../public/media/oneconfig/page_media_4.png | Bin 0 -> 395136 bytes .../public/media/oneconfig/page_media_5.png | Bin 0 -> 910001 bytes apps/website/src/pages/index.astro | 143 +------------------ apps/website/src/pages/projects/oneconfig.astro | 157 +++++++++++++++++++++ 13 files changed, 300 insertions(+), 265 deletions(-) delete mode 100644 apps/website/public/media/index/index1.svg delete mode 100644 apps/website/public/media/index/index2.svg delete mode 100644 apps/website/public/media/index/index3.svg delete mode 100644 apps/website/public/media/index/index4.png delete mode 100644 apps/website/public/media/index/index5.png create mode 100644 apps/website/public/media/oneconfig/logo_text.svg create mode 100644 apps/website/public/media/oneconfig/page_media_1.svg create mode 100644 apps/website/public/media/oneconfig/page_media_2.svg create mode 100644 apps/website/public/media/oneconfig/page_media_3.svg create mode 100644 apps/website/public/media/oneconfig/page_media_4.png create mode 100644 apps/website/public/media/oneconfig/page_media_5.png create mode 100644 apps/website/src/pages/projects/oneconfig.astro diff --git a/apps/website/public/media/index/index1.svg b/apps/website/public/media/index/index1.svg deleted file mode 100644 index 46c9513..0000000 --- a/apps/website/public/media/index/index1.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/apps/website/public/media/index/index2.svg b/apps/website/public/media/index/index2.svg deleted file mode 100644 index 4abfa8b..0000000 --- a/apps/website/public/media/index/index2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/apps/website/public/media/index/index3.svg b/apps/website/public/media/index/index3.svg deleted file mode 100644 index fc10294..0000000 --- a/apps/website/public/media/index/index3.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/apps/website/public/media/index/index4.png b/apps/website/public/media/index/index4.png deleted file mode 100644 index 4d6fa9f..0000000 Binary files a/apps/website/public/media/index/index4.png and /dev/null differ diff --git a/apps/website/public/media/index/index5.png b/apps/website/public/media/index/index5.png deleted file mode 100644 index 5c60392..0000000 Binary files a/apps/website/public/media/index/index5.png and /dev/null differ diff --git a/apps/website/public/media/oneconfig/logo_text.svg b/apps/website/public/media/oneconfig/logo_text.svg new file mode 100644 index 0000000..0b27025 --- /dev/null +++ b/apps/website/public/media/oneconfig/logo_text.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/apps/website/public/media/oneconfig/page_media_1.svg b/apps/website/public/media/oneconfig/page_media_1.svg new file mode 100644 index 0000000..46c9513 --- /dev/null +++ b/apps/website/public/media/oneconfig/page_media_1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/apps/website/public/media/oneconfig/page_media_2.svg b/apps/website/public/media/oneconfig/page_media_2.svg new file mode 100644 index 0000000..4abfa8b --- /dev/null +++ b/apps/website/public/media/oneconfig/page_media_2.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/apps/website/public/media/oneconfig/page_media_3.svg b/apps/website/public/media/oneconfig/page_media_3.svg new file mode 100644 index 0000000..fc10294 --- /dev/null +++ b/apps/website/public/media/oneconfig/page_media_3.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/website/public/media/oneconfig/page_media_4.png b/apps/website/public/media/oneconfig/page_media_4.png new file mode 100644 index 0000000..4d6fa9f Binary files /dev/null and b/apps/website/public/media/oneconfig/page_media_4.png differ diff --git a/apps/website/public/media/oneconfig/page_media_5.png b/apps/website/public/media/oneconfig/page_media_5.png new file mode 100644 index 0000000..5c60392 Binary files /dev/null and b/apps/website/public/media/oneconfig/page_media_5.png differ diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index a758fd1..6f88bf5 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -1,146 +1,11 @@ --- -import Header from '@components/base/Header.astro'; -import Logo from '@components/logos/Logo.astro'; +import Layout from "@layouts/Layout.astro"; import Section from '@components/base/Section.astro'; -import Button from '@components/base/Button.astro'; - -import Paragraph from '@components/base/Paragraph.astro'; -import Layout from '../layouts/Layout.astro'; - -import { Code } from 'astro:components'; - -import Slider from '@components/base/Slider.astro'; -import Card from '@components/base/Card.astro'; --- -
- -
- Meet OneConfig, the library designed for everyone. -
-
-
+

500

+

Internal Staff Error

+

(placeholder until I start copying over the old index page)

- -
-
-
-
Forge is complicated
- Modding Minecraft has always been difficult, particularly with their configuration. Remembering all of the keybinds, commands; it just isn't intuitive. -
-
- - stuff -
-
- -
-
- stuff -
- -
-
Clients are locked-down
- While they improve usability, they're slow to adopt new mods absent from the community and force unwanted features onto users to profit off of them. -
-
- -
-
-
Best of both worlds
- OneConfig brings the simplicity of a client to the everyday user, gives advanced users and developers complete control over everything, while remaining free and open-source. -
- -
- stuff -
-
- -
-
- { - // Do stuff here - }); - } -}`} lang={'java'}/> -
- -
-
Written for developers
- - With Polyfrost's simple APIs, it's easy to integrate your mods into Polyfrost something - -
-
-
-
- -
-
-
Designed for users
- - Lorem ipsum dolor sit amet consectetur. Viverra a pulvinar eu pharetra. Porta feugiat purus blandit mauris ipsum eu. - -
-
-
-
- - -
-
- -
- -
A unified HUD editor
- - Lorem ipsum dolor sit amet consectetur. Viverra a pulvinar eu pharetra. Porta feugiat purus blandit mauris ipsum eu. - -
- -
-
-
With many fabulous mods
- - Discover a wide range of mods integrated with OneConfig to enhance your experience. - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - -
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro new file mode 100644 index 0000000..321243a --- /dev/null +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -0,0 +1,157 @@ +--- +import Header from '@components/base/Header.astro'; +import Logo from '@components/logos/Logo.astro'; +import Section from '@components/base/Section.astro'; +import Button from '@components/base/Button.astro'; + +import Paragraph from '@components/base/Paragraph.astro'; +import Layout from '@layouts/Layout.astro'; + +import { Code } from 'astro:components'; + +import Slider from '@components/base/Slider.astro'; +import Card from '@components/base/Card.astro'; +--- + + +
+ +
+ Meet OneConfig, the library designed for everyone. +
+
+
+
+ +
+
+
+
Forge is complicated
+ Modding Minecraft has always been difficult, particularly with their configuration. Remembering all of the keybinds, commands; it just isn't intuitive. +
+
+ + stuff +
+
+ +
+
+ stuff +
+ +
+
Clients are locked-down
+ While they improve usability, they're slow to adopt new mods absent from the community and force unwanted features onto users to profit off of them. +
+
+ +
+
+
Best of both worlds
+ OneConfig brings the simplicity of a client to the everyday user, gives advanced users and developers complete control over everything, while remaining free and open-source. +
+ +
+ stuff +
+
+ +
+
+ { + // Do stuff here + }); + } +}`} lang={'java'}/> +
+ +
+
Written for developers
+ + With Polyfrost's simple APIs, it's easy to integrate your mods into Polyfrost something + +
+
+
+
+ +
+
+
Designed for users
+ + Lorem ipsum dolor sit amet consectetur. Viverra a pulvinar eu pharetra. Porta feugiat purus blandit mauris ipsum eu. + +
+
+
+
+ + +
+
+ +
+ +
A unified HUD editor
+ + Lorem ipsum dolor sit amet consectetur. Viverra a pulvinar eu pharetra. Porta feugiat purus blandit mauris ipsum eu. + +
+ +
+
+
With many fabulous mods
+ + Discover a wide range of mods integrated with OneConfig to enhance your experience. + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+
+
+
-- cgit