Skip to content

Commit

Permalink
web/about/credits: add a section for thanking beta testers
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Sep 30, 2024
1 parent 31be604 commit 84aa9fe
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web/i18n/en/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"heading.cloudflare": "web privacy & security",
"heading.responsibility": "user responsibilities",
"heading.abuse": "reporting abuse",
"heading.motivation": "motivation"
"heading.motivation": "motivation",
"heading.testers": "beta testers"
}
26 changes: 25 additions & 1 deletion web/i18n/en/about/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</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">
<SectionHeading
title={$t("about.heading.licenses")}
Expand All @@ -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 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.
you can see the full list of dependencies on [github]({contacts.github}).
Expand Down

0 comments on commit 84aa9fe

Please sign in to comment.