From 0bdcc421caeb2c87e70ef1ede3263edcce327998 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:40:13 +0200 Subject: Codeblock section --- apps/website/src/pages/index.astro | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'apps/website/src/pages') diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index e752660..87ee0eb 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -6,13 +6,14 @@ import Section from "@components/base/Section.astro"; import Button from "@components/base/Button.astro"; import Paragraph from "@components/base/Paragraph.astro"; +import CodeBlock from "@components/base/CodeBlock.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. @@ -39,7 +40,7 @@ import Paragraph from "@components/base/Paragraph.astro";
-
+
@@ -60,7 +61,7 @@ import Paragraph from "@components/base/Paragraph.astro";
-
+
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. @@ -175,8 +176,20 @@ import Paragraph from "@components/base/Paragraph.astro";
-
- test +
+
+ +
+ +
+
Written for developers
+ + OneConfig's API was designed to give developers all of the tools available in the simplest way possible + +
+
+
-- cgit