From 092ad3a326145c17eb0a6967e284cc03d57c1851 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:23:43 +0100 Subject: Lots of changes + about us page --- apps/website/src/pages/about.astro | 125 +++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 apps/website/src/pages/about.astro (limited to 'apps/website/src/pages/about.astro') diff --git a/apps/website/src/pages/about.astro b/apps/website/src/pages/about.astro new file mode 100644 index 0000000..9398793 --- /dev/null +++ b/apps/website/src/pages/about.astro @@ -0,0 +1,125 @@ +--- +import Header from '@components/base/Header.astro'; +import Paragraph from '@components/base/Paragraph.astro'; +import Section from '@components/base/Section.astro'; +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 +
+
+ +
+
+
+ image of a calendar +
+
+
+ October, 2021 +
+ + We began as a small development team aimlessly trying to build something beyond us. Joining forces with W-OVERFLOW in June of 2022, Polyfrost finally had the resources to achieve our dream of unified mod configs. + +
+
+ +
+
+
+ A year of development +
+ + Our first alpha build of OneConfig released in June to a limited audience. By October of 2022, nearly a year after our first announcement, OneConfig finally became available to the whole world in open beta. + +
+ +
+ image of a code block +
+
+ +
+
+ image indicating a celebration +
+
+
+ Hey look, OneConfig's a hit +
+ + In the coming months, our little baby would independently surpass 200,000 views and our community grew by around 300%. Shortly after, our first major update releases, bringing substantial customization, new animations, design overhauls, and many bug fixes. + +
+
+ +
+
+
+ Finally, it's ready for all +
+ + It's been a long journey, with many bugs, hotfixes, mod incompatibilities, support tickets, list goes on. However, after two years of development, we finally announced the complete release of OneConfig + +
+ +
+ oneconfig logo +
+
+ +
+
+
+ image of a calendar +
+
+
+ October, 2021 +
+ + We began as a small development team aimlessly trying to build something beyond us. Joining forces with W-OVERFLOW in June of 2022, Polyfrost finally had the resources to achieve our dream of unified mod configs. + +
+
+ +
+
+
+ A year of development +
+ + Our first alpha build of OneConfig released in June to a limited audience. By October of 2022, nearly a year after our first announcement, OneConfig finally became available to the whole world in open beta. + +
+ +
+ image of a code block +
+
+
+ +
+
+ Most importantly... we believe in you. +
+
+ + 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. + + + 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. + + + We thank everyone; from the people who are just finding us, to the people who were there in the very early days, for sticking around with us. + +
+
+
+ +
-- cgit