web/about/credits: add a section for thanking beta testers

This commit is contained in:
wukko 2024-09-30 22:39:52 +06:00
parent 31be60484d
commit 84aa9fe67a
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2
2 changed files with 27 additions and 2 deletions

View File

@ -26,5 +26,6 @@
"heading.cloudflare": "web privacy & security", "heading.cloudflare": "web privacy & security",
"heading.responsibility": "user responsibilities", "heading.responsibility": "user responsibilities",
"heading.abuse": "reporting abuse", "heading.abuse": "reporting abuse",
"heading.motivation": "motivation" "heading.motivation": "motivation",
"heading.testers": "beta testers"
} }

View File

@ -21,6 +21,29 @@ you cannot use or modify GlitchyPSI's artworks of meowbalt without his explicit
you cannot use or modify the meowbalt character design commercially or in any form that isn't fan art. you cannot use or modify the meowbalt character design commercially or in any form that isn't fan art.
</section> </section>
<section id="testers">
<SectionHeading
title={$t("about.heading.testers")}
sectionId="testers"
/>
huge shoutout to our thing breakers for testing updates early and making sure they're stable.
they also helped us ship cobalt 10!
- codfish246
- [damir](https://otomir23.me/)
- Hunter
- [hyperdefined](https://hyper.lol/)
- [KwiatekMiki](https://kwiatekmiki.com/)
- [Lao](https://lao.ooo/)
- lostdusty
- [noblereign](https://fursona.directory/@frost)
- [Spax](https://spax.zone/)
- [synzr](https://synzr.space/)
- [vimae](https://mae.wtf/)
all links are external and lead to their personal websites or social media.
</section>
<section id="licenses"> <section id="licenses">
<SectionHeading <SectionHeading
title={$t("about.heading.licenses")} title={$t("about.heading.licenses")}
@ -30,7 +53,8 @@ you cannot use or modify the meowbalt character design commercially or in any fo
cobalt processing server is open source and licensed under [AGPL-3.0]({docs.apiLicense}). cobalt processing server is open source and licensed under [AGPL-3.0]({docs.apiLicense}).
cobalt frontend is [source first](https://sourcefirst.com/) and licensed under [CC-BY-NC-SA 4.0]({docs.webLicense}). cobalt frontend is [source first](https://sourcefirst.com/) and licensed under [CC-BY-NC-SA 4.0]({docs.webLicense}).
we decided to use this license to stop grifters from profiting off our work & from creating malicious clones that deceive people and hurt our public identity. we decided to use this license to stop grifters from profiting off our work
& from creating malicious clones that deceive people and hurt our public identity.
we rely on many open source libraries, create & distribute our own. we rely on many open source libraries, create & distribute our own.
you can see the full list of dependencies on [github]({contacts.github}). you can see the full list of dependencies on [github]({contacts.github}).