From 1ff554fefe5a960e544c49fdd47fd1f0963e8ebc Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:43:56 +0100 Subject: Pretty much finished the mods page except for images / svgs --- apps/website/src/pages/mods.astro | 159 ++++++++++++++++++++++++++++++-------- 1 file changed, 128 insertions(+), 31 deletions(-) (limited to 'apps/website/src/pages') diff --git a/apps/website/src/pages/mods.astro b/apps/website/src/pages/mods.astro index 4409583..27ef018 100644 --- a/apps/website/src/pages/mods.astro +++ b/apps/website/src/pages/mods.astro @@ -1,44 +1,141 @@ --- +import Button from '@components/base/Button.astro'; import Card from '@components/base/Card.astro'; import Header from '@components/base/Header.astro'; +import Paragraph from '@components/base/Paragraph.astro'; import Section from '@components/base/Section.astro'; import Slider from '@components/base/Slider.astro'; import Layout from '@layouts/Layout.astro'; +import { Code } from 'astro:components'; --- -
-
-
-
- - - - - - - - - - - - - - - - - - - - -
-
- -
-
Redefining modding, one mod at a time
-
-
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+
+ +
+
Redefining modding, one mod at a time
+
+ + +
+ + + 10+ mods. Unparalleled new features. OneConfig. We combine our groundbreaking library with mods with no equivalent anywhere else. + +
+
+
+ +
+
+
+
13 maintained mods
+ + OneConfig is a revolutionary new way to configure mods. It allows you to configure all of your mods in one place, with a beautiful UI. + +
+
+ +
+
+ +
+
+
We listen to community feedback
+ + No more are the days where developers ignore your great new idea. Some of our best mods and ideas are user-suggested, such as BehindYouV3, various Chatting features, and more. + +
+
+ +
+
+ +
+ { + // Do stuff here + }); + } +}` +} + lang="java"/> +
+
+ +
+
Open source
+ + All of our mods are open source, and will continue to be open source. Anyone can learn, contribute, or take from our code (as long as it follows our license). + +
+
+
+
+ +
+
+
Powered by OneConfig
+ + 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 +
+
+ +
+
+
Get our mods, available on Modrinth and GitHub.
+
+ + +
+
+
+
-- cgit