From e9d485fe3b5db8c426ac03b30ed8917df0baa62d Mon Sep 17 00:00:00 2001 From: Pauline Date: Sun, 26 Nov 2023 17:13:07 -0500 Subject: feat(lint): switch to eslint config and formatting (use vscode for autoformat) --- apps/website/src/pages/index.astro | 133 +++++++++++++++++++++---------------- 1 file changed, 74 insertions(+), 59 deletions(-) (limited to 'apps/website/src/pages') diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index 30b3ee6..6466d03 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -1,73 +1,88 @@ --- -import Header from "@components/base/Header.astro"; -import Layout from "../layouts/Layout.astro"; -import Logo from "@components/logos/Logo.astro"; -import Section from "@components/base/Section.astro"; -import Button from "@components/base/Button.astro"; +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 CodeBlock from "@components/base/CodeBlock.astro"; +import Paragraph from '@components/base/Paragraph.astro'; +import Layout from '../layouts/Layout.astro'; ---- +import { Code } from 'astro:components'; - -
- -
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 + +
+ +
+ Meet OneConfig, the library designed for everyone. +
+
+
-
-
- stuff -
+
+
+
+
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 +
+
-
-
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. -
-
+
+
+ stuff +
-
-
-
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. -
+
+
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. +
+
-
- stuff -
-
+
+
+
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 +
+
-
-
Written for developers
- - With Polyfrost's simple APIs, it's easy to integrate your mods into Polyfrost something - -
-
-
-
- + +
+
Written for developers
+ + With Polyfrost's simple APIs, it's easy to integrate your mods into Polyfrost something + +
+
+
+
+
+
-- cgit