From 954b8c51f627bd30ab24e8d578190fa7779e8b45 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:01:41 +0200 Subject: Stuff --- apps/website/src/pages/index.astro | 174 +++++++++++++++++++++++++++++++++++-- 1 file changed, 166 insertions(+), 8 deletions(-) (limited to 'apps/website/src/pages') diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index 6cf0165..e752660 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -5,20 +5,178 @@ import Logo from "@components/logos/Logo.astro"; import Section from "@components/base/Section.astro"; import Button from "@components/base/Button.astro"; -import Icon from "@components/icons/Icon.astro"; +import Paragraph from "@components/base/Paragraph.astro"; + --- -
+
Meet OneConfig, the library designed for everyone.
-
-
- -
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. +
+
+ + + + + + + + + + +
+
+ +
+
+ + + + + + + + + + + +
+ +
+
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. +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ test +
+
-- cgit