web/i18n/about: use section heading component
This commit is contained in:
@@ -1,19 +1,25 @@
|
||||
<script lang="ts">
|
||||
import { partners, contacts, docs } from "$lib/env";
|
||||
import SectionHeading from "$components/misc/SectionHeading.svelte";
|
||||
</script>
|
||||
|
||||
<section id="saving">
|
||||
<SectionHeading
|
||||
title="best way to save what you love"
|
||||
sectionId="saving"
|
||||
/>
|
||||
|
||||
### best way to save what you love
|
||||
cobalt lets you save anything from your favorite websites: video, audio, photos or gifs — cobalt can do it all!
|
||||
|
||||
no ads, trackers, or paywalls, no nonsense. just a convenient web app that works everywhere.
|
||||
|
||||
</section>
|
||||
|
||||
<section id="privacy">
|
||||
<SectionHeading
|
||||
title="leading privacy"
|
||||
sectionId="privacy"
|
||||
/>
|
||||
|
||||
### leading privacy
|
||||
all requests to backend are anonymous and all tunnels are encrypted.
|
||||
we have a strict zero log policy and don't track *anything* about individual people.
|
||||
|
||||
@@ -23,12 +29,14 @@ this technology is used when your request needs additional processing, such as w
|
||||
for even higher level of protection, you can [ask cobalt to always tunnel everything](/settings/privacy#tunnel).
|
||||
when enabled, cobalt will proxy everything through itself. no one will know what you download, even your network provider/admin.
|
||||
all they'll see is that you're using cobalt.
|
||||
|
||||
</section>
|
||||
|
||||
<section id="speed">
|
||||
<SectionHeading
|
||||
title="blazing speed"
|
||||
sectionId="speed"
|
||||
/>
|
||||
|
||||
### blazing speed
|
||||
since we don't rely on any existing downloaders and develop our own from ground up,
|
||||
cobalt is extremely efficient and a processing server can run on basically any hardware.
|
||||
|
||||
@@ -37,11 +45,14 @@ to reduce latency and distribute the traffic.
|
||||
|
||||
we constantly improve our infrastructure along with our long-standing partner, [royalehosting.net]({partners.royalehosting})!
|
||||
you're in good hands, and will get what you need within seconds.
|
||||
|
||||
</section>
|
||||
<section id="community">
|
||||
|
||||
### open community
|
||||
<section id="community">
|
||||
<SectionHeading
|
||||
title="open community"
|
||||
sectionId="community"
|
||||
/>
|
||||
|
||||
cobalt is used by countless artists, educators, and content creators to do what they love.
|
||||
we're always on the line with our community and work together to create even more useful tools for them.
|
||||
feel free to [join the conversation](/about/community)!
|
||||
@@ -51,11 +62,14 @@ at any time, we welcome all contributions and suggestions.
|
||||
|
||||
you can use any processing instances hosted by the community, including your own.
|
||||
if your friend hosts one, just ask them for a domain and [add it in instance settings](/settings/instances#community).
|
||||
|
||||
</section>
|
||||
<section id="local">
|
||||
|
||||
### on-device processing
|
||||
<section id="local">
|
||||
<SectionHeading
|
||||
title="on-device processing"
|
||||
sectionId="local"
|
||||
/>
|
||||
|
||||
new features, such as [remuxing](/remux), work on-device.
|
||||
on-device processing is efficient and never sends anything over the internet.
|
||||
it perfectly aligns with our future goal of moving as much processing as possible to client.
|
||||
|
||||
Reference in New Issue
Block a user