web/i18n/about: use section heading component

This commit is contained in:
wukko
2024-09-18 16:17:22 +06:00
parent 521eb4b643
commit 02267b4db4
4 changed files with 88 additions and 39 deletions

View File

@@ -1,10 +1,14 @@
<script lang="ts">
import { contacts, docs } from "$lib/env";
import SectionHeading from "$components/misc/SectionHeading.svelte";
</script>
<section id="meowbalt">
<SectionHeading
title="meowbalt"
sectionId="meowbalt"
/>
### meowbalt
meowbalt is cobalt's speedy mascot. he is an extremely expressive cat that loves fast internet.
all amazing drawings of meowbalt that you see in cobalt were made by [GlitchyPSI](https://glitchypsi.xyz/).
@@ -13,11 +17,14 @@ he is also the original designer of the character.
you cannot use or modify GlitchyPSI's artworks of meowbalt without his explicit permission.
you cannot use or modify the meowbalt character design commercially or in any form that isn't fan art.
</section>
<section id="licenses">
### cobalt licenses
<section id="licenses">
<SectionHeading
title="cobalt licenses"
sectionId="licenses"
/>
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}).
@@ -25,5 +32,4 @@ we decided to use this license to stop grifters from profiting off our work & fr
we rely on many open source libraries, create & distribute our own.
you can see the full list of dependencies on [github]({contacts.github}).
</section>