From d5d3236e02f803d00783bab99c4419f94c9062c4 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 25 Jul 2026 20:18:20 -0400 Subject: [PATCH] add ToS --- src/content/docs/tos.mdx | 31 +++++++++++++++++++++++++++++++ src/pages/register.astro | 14 +++++--------- 2 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 src/content/docs/tos.mdx diff --git a/src/content/docs/tos.mdx b/src/content/docs/tos.mdx new file mode 100644 index 0000000..0e91ab6 --- /dev/null +++ b/src/content/docs/tos.mdx @@ -0,0 +1,31 @@ +--- +title: Terms of Service +--- + +## Eligibility + +You must be at least 13 years old to create an account or use the Service. By creating an account or using the Service, you represent and warrant that you are at least 13 years of age. + +## Code of Conduct + +You agree to comply with the Federated Nexus Code of Conduct. Violations may result in warnings, suspension, or termination of your account. + +## Matrix Federation + +Federated Nexus participates in the Matrix federation network. Messages, media, and account identifiers you send may be transmitted to and stored by other Matrix homeservers, which operate independently and under their own policies. + +## Account Suspension and Termination + +We may suspend or terminate accounts that violate these Terms, the Code of Conduct, or applicable law, or where necessary to protect the security and operation of the service. + +## Disclaimer + +The Service is provided "as is" and "as available" without warranties of any kind, to the fullest extent permitted by applicable law. + +## Changes to These Terms + +We may update these Terms from time to time. Continued use of the Service after changes take effect constitutes acceptance of the revised Terms. + +## Contact + +For questions about these Terms, contact: info@federated.nexus \ No newline at end of file diff --git a/src/pages/register.astro b/src/pages/register.astro index 329c0a1..bb2ce9d 100644 --- a/src/pages/register.astro +++ b/src/pages/register.astro @@ -32,15 +32,11 @@ import "../styles/page.css" - -