feat: rules

This commit is contained in:
TheClashFruit 2024-01-13 14:24:32 +01:00
parent 1a3607237f
commit d2b3e04260
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204
5 changed files with 207 additions and 4 deletions

View file

@ -67,12 +67,20 @@ main h3 {
margin-bottom: 0.5rem;
line-height: 1.5rem;
}
main ol, main ul {
main ol {
margin-bottom: 1rem;
line-height: 1.5rem;
list-style: lower-alpha inside;
}
main ol > li, main ul > li {
main ol > li {
margin-bottom: 0.1rem;
}
main ul {
margin-bottom: 1rem;
line-height: 1.5rem;
list-style: disc inside;
}
main ul > li {
margin-bottom: 0.1rem;
}
main p {

View file

@ -1 +1 @@
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAQ;AAER;EACE;EACA;EAEA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EAEA;EAEA;EAEA;;;AAGF;EACE;EAEA;;AAEA;EACE;;;AAIJ;EACE;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;EAEA;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;;AAKN;EACE;EAEA;EAEA;EAEA;EACA;EAEA;EAEA;;AAEA;EACE;EAEA;;AAGF;EACE;EAEA;;AAGF;EACE;EAEA;EAEA;;AAEA;EACE;;AAIJ;EACE;EAEA;;AAGF;EACE;EAEA;EAEA;EACA;EAEA;;;AAIJ;EACE;;AAEA;EACE;EAEA;EACA;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAGF;EACE;EAEA;EACA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAEA;EACE;;AAEA;EACE;EAEA;EAEA;;AAKN;EACE;EAEA;;;AAOV;EACE;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;EAEA;EAEA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EAEA;EAEA;;;AAKN;EACE;IACE;IACA;;EAGF;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAMQ;IACE;;;AASd;EACE;IACE;;EAGE;IACE;IAEA;;EAKN;IACE;IAEA;;EAGF;IACE;;EAIA;IACE;IAEA;IACA;IAEA;IAEA;;EAEA;IACE;;EAGF;IACE;IAEA;IAEA;IAEA","file":"style.css"}
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAQ;AAER;EACE;EACA;EAEA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EAEA;EAEA;EAEA;;;AAGF;EACE;EAEA;;AAEA;EACE;;;AAIJ;EACE;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;EAEA;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;;AAKN;EACE;EAEA;EAEA;EAEA;EACA;EAEA;EAEA;;AAEA;EACE;EAEA;;AAGF;EACE;EAEA;;AAGF;EACE;EAEA;EAEA;;AAEA;EACE;;AAIJ;EACE;EAEA;EAEA;;AAEA;EACE;;AAIJ;EACE;EAEA;;AAGF;EACE;EAEA;EAEA;EACA;EAEA;;;AAIJ;EACE;;AAEA;EACE;EAEA;EACA;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAGF;EACE;EAEA;EACA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAEA;EACE;;AAEA;EACE;EAEA;EAEA;;AAKN;EACE;EAEA;;;AAOV;EACE;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;EAEA;EAEA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EAEA;EAEA;;;AAKN;EACE;IACE;IACA;;EAGF;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAMQ;IACE;;;AASd;EACE;IACE;;EAGE;IACE;IAEA;;EAKN;IACE;IAEA;;EAGF;IACE;;EAIA;IACE;IAEA;IACA;IAEA;IAEA;;EAEA;IACE;;EAGF;IACE;IAEA;IAEA;IAEA","file":"style.css"}

View file

@ -96,7 +96,7 @@ main {
line-height: 1.5rem;
}
ol, ul {
ol {
margin-bottom: 1rem;
line-height: 1.5rem;
@ -108,6 +108,18 @@ main {
}
}
ul {
margin-bottom: 1rem;
line-height: 1.5rem;
list-style: disc inside;
> li {
margin-bottom: 0.1rem;
}
}
p {
margin-bottom: 0.5rem;

BIN
img/rules_social.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

183
legal/rules.html Normal file
View file

@ -0,0 +1,183 @@
<!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="https://theclashfruit.page/legal/privacy.html">
Privacy
</a>
</li>
<li>
<a href="https://theclashfruit.page/legal/terms.html">
Terms
</a>
</li>
<li>
<a href="https://theclashfruit.page/legal/rules.html">
Rules
</a>
</li>
</ul>
</div>
<div>
<label>Resources</label>
<ul>
<li>
<a href="https://theclashfruit.page/docs/">
Docs
</a>
</li>
<li>
<a href="https://git.theclashfruit.me/Forgejo/Community/issues">
Issues
</a>
</li>
<li>
<a href="https://bstatus.theclashfruit.me/">
Status
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>