From 5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6 Mon Sep 17 00:00:00 2001 From: Wyvest Date: Sat, 6 Jan 2024 11:33:26 -0500 Subject: some text modifications --- apps/website/config.ts | 14 +++++++++----- apps/website/src/pages/about.astro | 4 ++-- apps/website/src/pages/contact.astro | 4 ++-- apps/website/src/pages/mods.astro | 4 ++-- apps/website/src/pages/oss.astro | 2 +- 5 files changed, 16 insertions(+), 12 deletions(-) (limited to 'apps') diff --git a/apps/website/config.ts b/apps/website/config.ts index b8202f1..9bd4f7d 100644 --- a/apps/website/config.ts +++ b/apps/website/config.ts @@ -4,8 +4,8 @@ export const configConst = { projects: getProjects(), logos: ['oneconfig.minimal', 'polyfrost.full', 'polyfrost.minimal', 'polyfrost.minimal_bg'], socials: { - youtube: 'https://youtube.com/', - discord: 'https://discord.gg/', + youtube: 'https://youtube.com/@Polyfrost', + discord: '/discord', github: 'https://github.com/Polyfrost', modrinthId: 'a6VEZDKe', // user id of Wyvest }, @@ -46,7 +46,12 @@ export const configConst = { links: getProjects().filter(project => project.hasPage === true).map(project => ({ text: project.name, url: `/projects/${project.name.toLowerCase()}`, - })), + })).concat([ + { + text: 'Mods', + url: '/mods', + } + ]) }, { header: 'Organization', @@ -65,7 +70,7 @@ export const configConst = { }, { text: 'Documentation', - url: '/documentation', + url: 'https://docs.polyfrost.org', }, { text: 'Open source', @@ -99,7 +104,6 @@ function getProjects(): Project[] { name: 'OneConfig', description: 'The next-generation config library for Forge and Fabric', logo: 'oneconfig.minimal', - tag: 'BETA', hasPage: true, }, { 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';
Our journey
- From an aspring team just trying to make a cool thing, to what we now call Polyfrost, we've made a lot of progress + From an aspring team just trying to make a cool thing, to what we now call Polyfrost, we've made a lot of progress.
@@ -110,7 +110,7 @@ import Layout from '@layouts/Layout.astro';
- 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. 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 - +
{/* 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 - + 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;
Redefining modding, one mod at a time
- - + +
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;
- Open Source Forever + Open Source, Forever
We believe it is the right of the user and developer to know what code they are trusting to run behind the scenes. -- cgit