diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-28 12:23:43 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-28 12:23:43 +0100 |
commit | 092ad3a326145c17eb0a6967e284cc03d57c1851 (patch) | |
tree | 46f658febeb0f358d55aa5f001d69212cb07ee9b /apps/website/src/pages/projects/oneconfig.astro | |
parent | 7fcd0059ee3507886fb50be467e562c3337e62c2 (diff) | |
download | Nexus-092ad3a326145c17eb0a6967e284cc03d57c1851.tar.gz Nexus-092ad3a326145c17eb0a6967e284cc03d57c1851.tar.bz2 Nexus-092ad3a326145c17eb0a6967e284cc03d57c1851.zip |
Lots of changes + about us page
Diffstat (limited to 'apps/website/src/pages/projects/oneconfig.astro')
-rw-r--r-- | apps/website/src/pages/projects/oneconfig.astro | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index 6ad725b..51bd58a 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -32,13 +32,13 @@ import { Code } from 'astro:components'; <Paragraph size="sm" class="text-gray-400 max-w-[500px]">Modding Minecraft has always been difficult, particularly with their configuration. Remembering all of the keybinds, commands; it just isn't intuitive.</Paragraph> </div> <div slot="right" class="w-3/4 md:w-auto"> - <!-- TODO: make proper file names and alt text --> - <img src="/media/oneconfig/page_media_1.svg" alt="stuff"/> + <!-- TODO: make proper file names and alt text --> + <img src="/media/oneconfig/page_media_1.svg" alt="stuff"/> </div> </Section> <Section tabindex="0" colReverse={false}> - <div slot="left" class="w-1/2 md:w-auto"> + <div slot="left" class="w-1/2 md:w-auto flex justify-center"> <img src="/media/oneconfig/page_media_2.svg" alt="stuff"/> </div> @@ -54,12 +54,12 @@ import { Code } from 'astro:components'; <Paragraph size="sm" class="text-gray-400 max-w-[500px]">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.</Paragraph> </div> - <div slot="right" class="w-3/4 md:w-auto"> + <div slot="right" class="w-3/4 md:w-auto flex justify-center"> <img src="/media/oneconfig/page_media_3.svg" alt="stuff"/> </div> </Section> - <Section maxWidth="1120px" wrapperClass="bg-blue-100 -mb-40" wFull={false} class="pt-10 md:py-20"> + <Section maxWidth="1120px" wrapperClass="bg-blue-75 -mb-40" wFull={false} class="pt-10 md:py-20"> <div slot="left"> <!-- TODO: FIX Codeblock overflowing on mobile --> <div class="max-sm:hidden"> @@ -84,7 +84,7 @@ import { Code } from 'astro:components'; </div> </div> - <div slot="right" class="flex flex-col gap-2"> + <div slot="right" class="flex flex-col gap-2 text-left items-start"> <Header size="xl" class="text-blue-500">Written for developers</Header> <Paragraph class="text-blue-400 max-w-[500px]"> With our simple APIs and documentation, it's easier than ever to integrate your mods with OneConfig. @@ -95,8 +95,8 @@ import { Code } from 'astro:components'; </div> </Section> - <Section maxWidth="1120px" wrapperClass="bg-blue-100" wFull={false} class="py-10 md:py-20 gap-4"> - <div slot="left" class="flex flex-col gap-2"> + <Section maxWidth="1120px" wrapperClass="bg-blue-75" wFull={false} class="py-10 md:py-20 gap-4"> + <div slot="left" class="flex flex-col gap-2 text-left items-start"> <Header size="xl" class="text-blue-500">Designed for users</Header> <Paragraph class="text-blue-400 max-w-[500px]"> We take pride in having the cleanest and most intuitive UI of any mod, config library, or client out there. @@ -110,8 +110,8 @@ import { Code } from 'astro:components'; </div> </Section> - <Section class="flex-col justify-center items-center h-screen md:h-4/5 md:min-h-[600px]"> - <img src="/media/oneconfig/page_media_5.png" class="max-h-[581px] rounded-2xl"/> + <Section class="flex-col justify-center items-center h-screen max-h-96 md:h-4/5 md:min-h-[600px]"> + <img src="/media/oneconfig/page_media_5.png" class="max-h-[285px] md:max-h-96 lg:max-h-[581px] rounded-2xl"/> <Header size="xl" align="center" class="w-96">A unified HUD editor</Header> <Paragraph class="w-96 text-center text-gray-400"> 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. @@ -119,7 +119,7 @@ import { Code } from 'astro:components'; </Section> <Section wrapperClass="bg-blue-100 -mb-40" class="py-10 md:py-20 gap-4 pr-2"> - <div slot="left" class="flex flex-col gap-2"> + <div slot="left" class="flex flex-col gap-2 text-left items-start"> <Header size="xl" class="text-blue-500">With many fabulous mods</Header> <Paragraph class="text-blue-400 max-w-[500px]"> Discover a wide range of mods integrated with OneConfig to enhance your experience. |