pages/legal/rules.html
2024-01-13 14:33:06 +01:00

183 lines
5.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>TheClashFruit's Forgejo &bull; Rules</title>
<link rel="icon" href="/favicon.ico" />
<meta name="name" content="TheClashFruit's Forgejo &bull; Rules" />
<meta name="description" content="A painless, self-hosted Git service." />
<meta name="keywords" content="TheClashFruit, tcf, blokkok, the, clash, fruit, forgejo, static, hosting, pages, git, gitea, gay, codeberg" />
<meta name="theme-color" content="#3B0764" />
<meta property="og:site_name" content="TheClashFruit's Forgejo" />
<meta property="og:title" content="Rules" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_UK" />
<meta property="og:url" content="https://theclashfruit.page" />
<meta property="og:image" content="https://theclashfruit.page/img/rules_social.png" />
<meta property="og:description" content="A painless, self-hosted Git service." />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="theclashfruit.page" />
<meta property="twitter:url" content="https://theclashfruit.page" />
<meta name="twitter:title" content="TheClashFruit's Forgejo &bull; Rules" />
<meta name="twitter:description" content="A painless, self-hosted Git service." />
<meta name="twitter:image" content="https://theclashfruit.page/img/rules_social.png" />
<link rel="stylesheet" href="/css/style.css" />
</head>
<body>
<header>
<div>
<div class="title">
<svg width="3rem" height="3rem" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15ZM18 15V8C18 7.46957 17.7893 6.96086 17.4142 6.58579C17.0391 6.21071 16.5304 6 16 6H13M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9ZM6 9V16C6 16.5304 6.21071 17.0391 6.58579 17.4142C6.96086 17.7893 7.46957 18 8 18H11" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<h1>TheClashFruit's Forgejo</h1>
</div>
</div>
</header>
<main>
<div>
<h2>Rules</h2>
<h3>1. Respect Others</h3>
<ul>
<li>Treat fellow users with respect and courtesy.</li>
<li>Avoid offensive language, discrimination, or harassment.</li>
</ul>
<h3>2. Compliance with Laws</h3>
<ul>
<li>Users must adhere to all applicable local, national, and international laws.</li>
</ul>
<h3>3. Account Security</h3>
<ul>
<li>Keep your account credentials secure and do not share them with others.</li>
<li>Report any unauthorized access to your account immediately.</li>
</ul>
<h3>4. Code of Conduct</h3>
<ul>
<li>Do not engage in any malicious activities, including but not limited to hacking, data breaches, or any form of cyberattacks.</li>
<li>Respect the integrity and security of the TheClashFruit's Forgejo platform.</li>
</ul>
<h3>5. Intellectual Property</h3>
<ul>
<li>Respect the intellectual property rights of others.</li>
<li>Do not upload or distribute code or content that infringes on copyrights or trademarks.</li>
</ul>
<h3>6. Prohibited Content</h3>
<ul>
<li>Do not upload, share, or promote content that is illegal, harmful, or violates any applicable laws.</li>
</ul>
<h3>7. Server Resources</h3>
<ul>
<li>Use TheClashFruit's Forgejo's server resources responsibly.</li>
<li>Do not engage in activities that may lead to excessive server load or disruptions.</li>
</ul>
<h3>8. Reporting Violations</h3>
<ul>
<li>Users are encouraged to report any violations of these rules promptly.</li>
</ul>
<h3>9. Account Termination</h3>
<ul>
<li>TheClashFruit's Forgejo reserves the right to suspend or terminate accounts that violate these rules.</li>
</ul>
<h3>10. Updates to Rules</h3>
<ul>
<li>These rules may be updated, and users are responsible for keeping informed of any changes.</li>
</ul>
</div>
</main>
<footer>
<div class="footerInner">
<div class="footerText">
<p>
Copyright &copy; 2024 TheClashFruit.
</p>
<label>
Powered by <a href="https://git.gay/gitgay/pages-server">git.gay pages-server</a>.
</label>
<p>
<a href="https://git.theclashfruit.me">
TheClashFruit's Forgejo
</a>
</p>
</div>
<div class="footerLinks">
<div>
<label>Legal</label>
<ul>
<li>
<a href="/legal/privacy.html">
Privacy
</a>
</li>
<li>
<a href="/legal/terms.html">
Terms
</a>
</li>
<li>
<a href="/legal/rules.html">
Rules
</a>
</li>
</ul>
</div>
<div>
<label>Resources</label>
<ul>
<li>
<a href="/docs/">
Docs
</a>
</li>
<li>
<a href="https://git.theclashfruit.me/Forgejo/Community/issues">
Issues
</a>
</li>
<li>
<a href="https://status.theclashfruit.me/">
Status
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>