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/src/pages/projects/oneconfig.astro | 157 ++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 apps/website/src/pages/projects/oneconfig.astro (limited to 'apps/website/src/pages/projects') 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