From 1c03b119f362e6d526ccfc897b2abc145bcde3b3 Mon Sep 17 00:00:00 2001 From: Tyler Flowers Date: Sat, 16 Dec 2023 21:20:05 -0500 Subject: Move OneConfig page and finish up its basics --- apps/website/public/media/oneconfig/page_media_4.png | Bin 0 -> 395136 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 apps/website/public/media/oneconfig/page_media_4.png (limited to 'apps/website/public/media/oneconfig/page_media_4.png') diff --git a/apps/website/public/media/oneconfig/page_media_4.png b/apps/website/public/media/oneconfig/page_media_4.png new file mode 100644 index 0000000..4d6fa9f Binary files /dev/null and b/apps/website/public/media/oneconfig/page_media_4.png differ -- cgit From fa189e92efa35b887530d3c3c6eb64b0e95aec63 Mon Sep 17 00:00:00 2001 From: Wyvest Date: Mon, 18 Dec 2023 11:33:44 +0900 Subject: some stuff --- .../public/media/oneconfig/page_media_4.png | Bin 395136 -> 1511576 bytes .../public/media/oneconfig/page_media_5.png | Bin 910001 -> 3713034 bytes .../src/components/icons/impl/crashpatch.svg | 5 ++ .../src/components/icons/impl/damage-tint.svg | 17 ------- .../src/components/icons/impl/evergreenhud.svg | 10 ++++ .../components/icons/impl/overflowanimations.svg | 8 +++ .../src/components/icons/impl/polysprint.svg | 13 +++++ .../website/src/components/icons/impl/polytime.svg | 11 +++++ .../src/components/icons/impl/polyweather.svg | 12 +++++ .../src/components/icons/impl/vanillahud.svg | 5 ++ apps/website/src/pages/projects/oneconfig.astro | 54 ++++++++++----------- 11 files changed, 91 insertions(+), 44 deletions(-) create mode 100644 apps/website/src/components/icons/impl/crashpatch.svg delete mode 100644 apps/website/src/components/icons/impl/damage-tint.svg create mode 100644 apps/website/src/components/icons/impl/evergreenhud.svg create mode 100644 apps/website/src/components/icons/impl/overflowanimations.svg create mode 100644 apps/website/src/components/icons/impl/polysprint.svg create mode 100644 apps/website/src/components/icons/impl/polytime.svg create mode 100644 apps/website/src/components/icons/impl/polyweather.svg create mode 100644 apps/website/src/components/icons/impl/vanillahud.svg (limited to 'apps/website/public/media/oneconfig/page_media_4.png') diff --git a/apps/website/public/media/oneconfig/page_media_4.png b/apps/website/public/media/oneconfig/page_media_4.png index 4d6fa9f..ca30cad 100644 Binary files a/apps/website/public/media/oneconfig/page_media_4.png and b/apps/website/public/media/oneconfig/page_media_4.png differ diff --git a/apps/website/public/media/oneconfig/page_media_5.png b/apps/website/public/media/oneconfig/page_media_5.png index 5c60392..0d7c5b9 100644 Binary files a/apps/website/public/media/oneconfig/page_media_5.png and b/apps/website/public/media/oneconfig/page_media_5.png differ diff --git a/apps/website/src/components/icons/impl/crashpatch.svg b/apps/website/src/components/icons/impl/crashpatch.svg new file mode 100644 index 0000000..a0baa3e --- /dev/null +++ b/apps/website/src/components/icons/impl/crashpatch.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/apps/website/src/components/icons/impl/damage-tint.svg b/apps/website/src/components/icons/impl/damage-tint.svg deleted file mode 100644 index 88ba6a7..0000000 --- a/apps/website/src/components/icons/impl/damage-tint.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/apps/website/src/components/icons/impl/evergreenhud.svg b/apps/website/src/components/icons/impl/evergreenhud.svg new file mode 100644 index 0000000..3a33db7 --- /dev/null +++ b/apps/website/src/components/icons/impl/evergreenhud.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/apps/website/src/components/icons/impl/overflowanimations.svg b/apps/website/src/components/icons/impl/overflowanimations.svg new file mode 100644 index 0000000..642974c --- /dev/null +++ b/apps/website/src/components/icons/impl/overflowanimations.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/apps/website/src/components/icons/impl/polysprint.svg b/apps/website/src/components/icons/impl/polysprint.svg new file mode 100644 index 0000000..3480b7f --- /dev/null +++ b/apps/website/src/components/icons/impl/polysprint.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/apps/website/src/components/icons/impl/polytime.svg b/apps/website/src/components/icons/impl/polytime.svg new file mode 100644 index 0000000..e06cfd7 --- /dev/null +++ b/apps/website/src/components/icons/impl/polytime.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/apps/website/src/components/icons/impl/polyweather.svg b/apps/website/src/components/icons/impl/polyweather.svg new file mode 100644 index 0000000..85dae03 --- /dev/null +++ b/apps/website/src/components/icons/impl/polyweather.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/apps/website/src/components/icons/impl/vanillahud.svg b/apps/website/src/components/icons/impl/vanillahud.svg new file mode 100644 index 0000000..5bfb9c6 --- /dev/null +++ b/apps/website/src/components/icons/impl/vanillahud.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index 321243a..7766f12 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -20,8 +20,8 @@ import Card from '@components/base/Card.astro'; Meet OneConfig, the library designed for everyone.
-
@@ -62,7 +62,10 @@ import Card from '@components/base/Card.astro';
Written for developers
- With Polyfrost's simple APIs, it's easy to integrate your mods into Polyfrost something + With our simple APIs and documentation, it's easier than ever to integrate your mods with OneConfig.
-
@@ -89,10 +92,10 @@ import Card from '@components/base/Card.astro';
Designed for users
- Lorem ipsum dolor sit amet consectetur. Viverra a pulvinar eu pharetra. Porta feugiat purus blandit mauris ipsum eu. + We take pride in having the cleanest and most intuitive UI of any mod, config library, or client out there.
-
@@ -105,7 +108,7 @@ import Card from '@components/base/Card.astro';
A unified HUD editor
- Lorem ipsum dolor sit amet consectetur. Viverra a pulvinar eu pharetra. Porta feugiat purus blandit mauris ipsum eu. + Thanks to OneConfig's HUD API, you can customize any OneConfig-powered HUD to your liking, without having to worry about the hassle of finding the right command or keybind. @@ -120,27 +123,24 @@ import Card from '@components/base/Card.astro';
+ - - - - - - - - - + + + + + + + - - - - - - - - - + + + + + + +
@@ -149,7 +149,7 @@ import Card from '@components/base/Card.astro';
-
-- cgit