add ToS
This commit is contained in:
parent
91157ce6ae
commit
d5d3236e02
2 changed files with 36 additions and 9 deletions
31
src/content/docs/tos.mdx
Normal file
31
src/content/docs/tos.mdx
Normal 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
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue