From afd29e77a9dbc427902ecb7c04a5d218ab39fd6b Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:46:03 +0100 Subject: Index page --- apps/website/src/pages/index.astro | 167 ++++++++++++++++++++++++++++++++++++- 1 file changed, 163 insertions(+), 4 deletions(-) (limited to 'apps/website/src/pages') diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index ccc6852..3b09bf9 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -1,11 +1,170 @@ --- +import Button from '@components/base/Button.astro'; +import Header from '@components/base/Header.astro'; +import Link from '@components/base/Link.astro'; +import Paragraph from '@components/base/Paragraph.astro'; import Section from '@components/base/Section.astro'; +import Icon from '@components/icons/Icon.astro'; +import configConst from '@config'; import Layout from '@layouts/Layout.astro'; --- -
-

500

-

Internal Staff Error

-

(placeholder until I start copying over the old index page)

+
+
+ + + + + + + + + +
+
+
+
+ Introducing OneConfig 1.0 + +
+
+
+
+ Passionate creators redefining the modding community +
+ + With a dedicated team of developers and a passionate community of players, Polyfrost continues to push the boundaries of what's possible in Minecraft modding. + +
+ + +
+
+
+
+ + + + + + + + + +
+
+
+
+ +
+
+ +
+ OneConfig has
finally arrived. +
+
+ + Learn more about what OneConfig is, and how it's revolutionized modding and user experience. + +
+ + +
+
+
+ OneConfig Screenshot +
+
+
+
+ +
+
+
+
+
Who we are
+ + We're a group of passionate, self-driven designers, developers, and modders creating mods and libraries for the Minecraft community. + +
+
+ +
+
+
+
+
+
+ Our commitment +
+ + Above all, we're committed to bringing quality, open sourced tools built
around usability, accessibility to the greater modding community. +
+
+ + +
+
+
+
+ -- cgit