diff options
author | Wyvest <wyvestbusiness@gmail.com> | 2024-01-06 11:33:26 -0500 |
---|---|---|
committer | Wyvest <wyvestbusiness@gmail.com> | 2024-01-06 11:33:26 -0500 |
commit | 5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6 (patch) | |
tree | 44c50936eeb27d5bcfee632608586668072de6ad /apps/website/src/pages | |
parent | 3a9c3585648081b0b6b972d526060c268fa6b9a6 (diff) | |
download | Nexus-5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6.tar.gz Nexus-5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6.tar.bz2 Nexus-5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6.zip |
some text modifications
Diffstat (limited to 'apps/website/src/pages')
-rw-r--r-- | apps/website/src/pages/about.astro | 4 | ||||
-rw-r--r-- | apps/website/src/pages/contact.astro | 4 | ||||
-rw-r--r-- | apps/website/src/pages/mods.astro | 4 | ||||
-rw-r--r-- | apps/website/src/pages/oss.astro | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/apps/website/src/pages/about.astro b/apps/website/src/pages/about.astro index 0126542..a74d606 100644 --- a/apps/website/src/pages/about.astro +++ b/apps/website/src/pages/about.astro @@ -10,7 +10,7 @@ import Layout from '@layouts/Layout.astro'; <Section class="flex-col justify-center items-center h-screen max-h-4/5-screen md:max-h-[600px] md:min-h-[400px]"> <div class="max-w-[600px] flex flex-col text-center justify-center items-center gap-y-2"> <Header align="center" size="xxl" class="text-navy-peony">Our journey</Header> - <Paragraph size="lg" class="text-blue-gray">From an aspring team just trying to make a cool thing, to what we now call Polyfrost, we've made a lot of progress</Paragraph> + <Paragraph size="lg" class="text-blue-gray">From an aspring team just trying to make a cool thing, to what we now call Polyfrost, we've made a lot of progress.</Paragraph> </div> </Section> @@ -110,7 +110,7 @@ import Layout from '@layouts/Layout.astro'; </Header> <div class="flex flex-col gap-y-10 max-w-xl text-lg"> <Paragraph> - Since the inception of OneConfig, since W-OVERFLOW was created, since the people that became Polyfrost first met, we have always been known for our attention and swift feedback to users and their suggestions. No matter what we do in the future, you will always be our top priority. And we mean it. + Since the inception of OneConfig and since the people that became Polyfrost first met, we have always been known for our attention and swift feedback to users and their suggestions. No matter what we do in the future, you will always be our top priority. And we mean it. </Paragraph> <Paragraph> We've grown a lot from our early days back in 2021. What used to be a small team of four has become a professional team of 12 aspiring developers and designers maintaining two libraries and 10+ mods. diff --git a/apps/website/src/pages/contact.astro b/apps/website/src/pages/contact.astro index 8f7586c..193c2be 100644 --- a/apps/website/src/pages/contact.astro +++ b/apps/website/src/pages/contact.astro @@ -29,7 +29,7 @@ import Layout from '@layouts/Layout.astro'; We love open source, so all of our projects are OSS. Anyone is welcome to contribute new features (and bugs) to our mods </Paragraph> - <Button style="secondary" iconLeft="code" size="sm" class="w-full">Contribute today</Button> + <Button style="secondary" href="http://github.com/Polyfrost/" iconLeft="code" size="sm" class="w-full">Contribute today</Button> </div> {/* Discord */} @@ -45,7 +45,7 @@ import Layout from '@layouts/Layout.astro'; Join us today! It's the easiest way to chat with other members, suggest new features, and get support with your mods </Paragraph> - <Button style="secondary" iconLeft="chat" size="sm" class="w-full">Chat with us</Button> + <Button style="secondary" href="/discord" iconLeft="chat" size="sm" class="w-full">Chat with us</Button> </div> </div> </Section> diff --git a/apps/website/src/pages/mods.astro b/apps/website/src/pages/mods.astro index 75ff2cb..8735b0e 100644 --- a/apps/website/src/pages/mods.astro +++ b/apps/website/src/pages/mods.astro @@ -43,8 +43,8 @@ const modrinthId = configConst.socials.modrinthId; <div class="flex flex-col justify-start items-center max-w-full mt-6 md:mt-10 gap-6 px-4"> <Header align="center" size="xxl" class="text-navy-peony max-w-xl">Redefining modding, one mod at a time</Header> <div class="flex flex-row justify-center items-center gap-x-2"> - <Button style="primary" iconLeft="link-external" href={`https://modrinth.com/user/${configConst.socials.modrinthId}`}>Modrinth</Button> - <Button style="primary" iconLeft="github" href={configConst.socials.github}>GitHub</Button> + <Button style="primary" iconLeft="download" href={`https://modrinth.com/user/${configConst.socials.modrinthId}`}>Download</Button> + <Button style="secondary" iconLeft="github" href={configConst.socials.github}>Source</Button> </div> <Paragraph class="text-navy-peony text-lg font-semibold max-w-screen-sm text-center mt-20"> diff --git a/apps/website/src/pages/oss.astro b/apps/website/src/pages/oss.astro index 453ea84..d302810 100644 --- a/apps/website/src/pages/oss.astro +++ b/apps/website/src/pages/oss.astro @@ -33,7 +33,7 @@ const rightCodeBlock = leftCodeBlock; </div> <div class="flex flex-col justify-center items-center gap-y-4"> <Header align="center" size="xxl" class="text-navy-peony max-w-[600px]"> - Open Source Forever + Open Source, Forever </Header> <Paragraph class="max-w-[400px] lg:max-w-[600px] text-center text-navy-peony"> We believe it is the right of the user and developer to know what code they are trusting to run behind the scenes. |