This commit is contained in:
Henry Hiles 2026-07-25 20:18:20 -04:00
commit d5d3236e02
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 36 additions and 9 deletions

31
src/content/docs/tos.mdx Normal file
View file

@ -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

View file

@ -32,15 +32,11 @@ import "../styles/page.css"
</label>
<label class="checkbox">
<input name="code" type="checkbox" value="yes" required />
I have read and agree to the <a href="../code/">Code of Conduct</a>.
</label>
<label class="checkbox">
<input name="policy" type="checkbox" value="yes" required />
I have read and agree to the <a href="../privacy-policy/"
>Privacy Policy</a
>.
<input name="agreement" type="checkbox" required />
I confirm that I am at least 13 years of age and agree to the
<a href="../tos/">Terms of Service</a>,
<a href="../privacy-policy/">Privacy Policy</a>, and
<a href="../code/">Code of Conduct</a>.
</label>
<button type="submit"><span>Submit</span></button>