mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/about/credits: add a section for thanking beta testers
This commit is contained in:
parent
31be60484d
commit
84aa9fe67a
2 changed files with 27 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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")}
|
||||
|
@ -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}).
|
||||
|
|
Loading…
Reference in a new issue