diff --git a/docs/about/attribution.md b/docs/about/attribution.md index 291bcf0..aeb8149 100644 --- a/docs/about/attribution.md +++ b/docs/about/attribution.md @@ -14,8 +14,12 @@ This site, and all StarCat Systems projects, products, and services make use of - [StageLink](https://stagelink.cloud) logo - adapted from [slider](https://thenounproject.com/icon/slider-2309209/) by [DinosoftLabs](https://thenounproject.com/creator/dinosoftlab/) from Noun Project. - [PostLine](https://postline.email) logo - adapted from [Group Mail](https://thenounproject.com/icon/group-mail-1571732/) by [Smashicons](https://thenounproject.com/creator/smashicons/) from Noun Project. - [OpenHost](https://openho.st) logo - adapted from [Blockchain](https://thenounproject.com/icon/blockchain-7881143/) by [Hermanto](https://thenounproject.com/creator/kak.her1992/) from Noun Project. +- [PostLine](https://postline.email) website icons - from [Octicons](https://octicons.github.com/). ## Images - [StarCat Systems](https://starcat.systems) landing page background - generated with [Haikei](https://haikei.app/). -- [StageLink](https://stagelink.cloud) landing page background - generated with [BGJar](https://bgjar.com). \ No newline at end of file +- [StageLink](https://stagelink.cloud) landing page background - generated with [BGJar](https://bgjar.com). + +## Fonts +- \ No newline at end of file diff --git a/docs/policies/.nav.yml b/docs/policies/.nav.yml index 1cfbb67..faf2f27 100644 --- a/docs/policies/.nav.yml +++ b/docs/policies/.nav.yml @@ -1,3 +1,9 @@ title: Policies nav: - - index.md \ No newline at end of file + - index.md + - terms.md + - privacy.md + - aup.md + - subprocessors.md + - dmca.md + - refund.md \ No newline at end of file diff --git a/docs/policies/aup.md b/docs/policies/aup.md new file mode 100644 index 0000000..38792a0 --- /dev/null +++ b/docs/policies/aup.md @@ -0,0 +1 @@ +# Acceptable Use Policy \ No newline at end of file diff --git a/docs/policies/dmca.md b/docs/policies/dmca.md new file mode 100644 index 0000000..7da4a37 --- /dev/null +++ b/docs/policies/dmca.md @@ -0,0 +1 @@ +# DMCA Policy \ No newline at end of file diff --git a/docs/policies/index.md b/docs/policies/index.md index 371ec25..b35c1f4 100644 --- a/docs/policies/index.md +++ b/docs/policies/index.md @@ -1,11 +1,14 @@ # Policies -!!! abstract "Placeholder Page" - This is a placeholder page. Please see the site navigation for any sub-pages that exist. +This `policies` section contains important legal information regarding our products. You should read and userstand all of this information before using any StarCat Systems product or service. ---- +!!! info "These policies apply to all StarCat products" + Unless otherwise noted, these policies apply to all products and services built and provided by StarCat Systems. If there are any variations to policies for specific products, we'll make a note on that product's policies pages. -!!! example "Work in Progress" - This page is not complete, and is subject to change. - - Want to help with this page? Please see [:octicons-arrow-right-16: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about) for this site. \ No newline at end of file +## Our Policies +- [Terms of Service](terms.md) +- [Privacy Policy](privacy.md) +- [Acceptable Use Policy](aup.md) +- [Sub-processors](subprocessors.md) +- [DMCA Policy](dmca.md) +- [Refund Policy](refund.md) \ No newline at end of file diff --git a/docs/policies/privacy.md b/docs/policies/privacy.md new file mode 100644 index 0000000..10abea8 --- /dev/null +++ b/docs/policies/privacy.md @@ -0,0 +1 @@ +# Privacy Policy \ No newline at end of file diff --git a/docs/policies/refund.md b/docs/policies/refund.md new file mode 100644 index 0000000..53529a0 --- /dev/null +++ b/docs/policies/refund.md @@ -0,0 +1 @@ +# Refund Policy \ No newline at end of file diff --git a/docs/policies/subprocessors.md b/docs/policies/subprocessors.md new file mode 100644 index 0000000..3fbb881 --- /dev/null +++ b/docs/policies/subprocessors.md @@ -0,0 +1,3 @@ +# Sub-processors +StarCat Systems uses the following sub-processors to assist in providing our services. + diff --git a/docs/policies/terms.md b/docs/policies/terms.md new file mode 100644 index 0000000..d41cdeb --- /dev/null +++ b/docs/policies/terms.md @@ -0,0 +1 @@ +# Terms of Service \ No newline at end of file