Compare commits

...

3 commits

3 changed files with 95 additions and 4 deletions

View file

@ -37,6 +37,6 @@
though accounts will still require systematic approval.</p>
</div>
</div>
<div id="footer">Site contents ©2024 by fennel kora under MIT License. Kyushu Starscape Panorama CC BY-NC-SA 4.0 by Xiphos</div>
<div id="footer"><a href="tos.html">Terms of Service</a><a href=privacy.html>Privacy Policy</a><a href="contact.html">Contact</a><br>Site contents <a href=https://git.zoner.work/fen/zonerwww/src/branch/origin>available</a> under MIT License. • Kyushu Starscape Panorama CC BY-NC-SA 4.0 by Xiphos</div>
</body>
</html>

View file

@ -22,10 +22,11 @@ body {
justify-content: space-around;
}
p {
p, ul, li {
padding: 0px;
margin: 0.8em;
font-size: 0.9em
font-size: 0.9em;
list-style-type: none;
}
#linkblock {
@ -62,10 +63,20 @@ hr {
#footer {
display: block;
position: fixed;
bottom: 0;
bottom: 3px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 0.8em;
width: 100%;
}
#longcontentfooter {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 0.8em;
margin-top: 20px;
width: 100%;
}

80
tos.html Normal file
View file

@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>landing</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="wrapper">
<div id="header">
<header>
<h1>zoner.work</h1>
<p><a href="https://status.zoner.work">Status Page</a></p>
</header>
</div>
<div id="linkblock">
<h3>social</h3>
<p><a href="https://zoner.work">Sharkey</a></p>
<p><a href="https://wf.zoner.work">Writefreely</a></p>
<p><a href="https://m.zoner.work">Matrix</a></p>
</div>
<div id="linkblock">
<h3>a/v</h3>
<p><a href="https://inv.zoner.work">Invidious</a></p>
</div>
<div id="linkblock">
<h3>utility</h3>
<p><a href="https://nc.zoner.work">Nextcloud</a></p>
<p><a href="https://search.zoner.work">SearXNG</a></p>
<p><a href="https://git.zoner.work">Forgejo</a></p>
</div>
<div id="description">
<hr>
<p>Welcome to zoner.work, a network of services located at https://zoner.work and subdomains. zoner.work (“the platform”, “we”, “us”, “our”) is hosted in Germany and seeks to comply with applicable law in all appropriate jurisdictions.</p>
<p>By accessing services provided by zoner.work you agree to the following terms:</p>
<p><ul><li>Eligibility:<br>
<p>Our site, products and services are all directed to people who are at least 13 years old. If you are under the age of 13 do not use this site.</p></li>
<li>
Usage:<br>
<p>You may access the platform through intended means and in an intended manner (eg web browser interface, compatible software application) for the purposes of viewing content, posting content, and communicating with other users on the platform and instances that are federated with the platform. Usage or accessing of the platform in any manner not intended without the consent of the platforms owners or staff constitutes a violation of these terms.</p></li>
<li>
Content:<br>
<p>You are solely responsible for any content you post to the platform. By posting to the platform, you attest that you have the right to the content you are posting, and that said content does not violate any law or the rights of any outside party.</p></li>
<li>
Content Moderation:<br>
<p>The platform may moderate or remove content according to but not limited to reasons outlined in the zoner.work Community Guidelines. Notice of action taken may or may not be provided at staff discretion.</p></li>
<li>
External Content:<br>
<p>The platform federates with other compatible instances via the ActivityPub protocol and therefore provides access to third-party content. We do not endorse or control any third-party content. Effort will be made to limit the visibility of such content in accordance with the platforms Code of Conduct, Terms of Service, and Privacy Policy where applicable.</p></li>
<li>
Warranty:<br>
<p>The platform and its services are provided on an “as-is” and “as-available” basis, with no warranties either express or implied.</p></li>
<li>
User Information:<br>
<p>The platform may collect data in accordance with its Privacy Policy. If you do not consent to data collection in accordance with this policy, do not use this platform. The platform with make effort to comply with the COPPA, GDPR, and other user data regulation as applicable.</p></li>
<li>
User Accounts:<br>
<p>You may create a user account for the purposes of accessing the platform. You are responsible for maintaining the confidentiality of your credentials, and maintain sole responsibility for any content that is posted or any activity that occurs by your account.</p></li>
<li>
Funding:<br>
<p>The platform is not-for-profit and is funded in majority by its staff. Any donations received via ko-fi or other user-based funding platforms will be used toward hosting and maintenance costs for the platform.</p></li>
<li>
Limitation of Liability:<br>
<p>At no point is the platform liable for any damages arising in connection with your use of the platform's service, indirect, incidental, special, or consequential.</p></li>
<li>
Termination:<br>
<p>We maintain the right to terminate your access to the platform at any time, for any reason, with or without notice.</p></li>
<li>
Change of Terms:<br>
<p>Platform Staff reserve the right to alter or update this agreement at any time. Notice of change to this document will be provided in writing publicly via the platform a minimum of one (1) week prior to enforcement.</p></li>
</ul></p>
<p>Legal and Data Contact: Any requests regarding content hosted on https://zoner.work, including retrieval and removal, must be sent by email to legal@zoner.work.</p>
<p>This document originally adapted from structure and content by blahaj.zone and tech.lgbt.</p>
</div>
</div>
<div id="longcontentfooter"><a href="#">Terms of Service</a><a href=privacy.html>Privacy Policy</a><a href="contact.html">Contact</a><br>Site contents <a href=https://git.zoner.work/fen/zonerwww/src/branch/origin>available</a> under MIT License. • Kyushu Starscape Panorama CC BY-NC-SA 4.0 by Xiphos</div>
</body>
</html>