This repository has been archived on 2020-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
site/code-of-conduct.php

104 lines
5.3 KiB
PHP

<!DOCTYPE HTML>
<html>
<head>
<title>YourTilde - Code Of Conduct</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine&amp;v1" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<img src="images/yourtildelogo.png" alt="YourTilde" width="140" height="140">
<div class="slogan"></div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="current" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.php">Home</a></li>
<li><a href="faq.php">Faq</a></li>
<li><a href="othertildes.php">Other Tildes</a></li>
<li class="current"><a href="signup/">Sign Up</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div id="sidebar_container">
<img class="paperclip" src="style/paperclip.png" alt="paperclip" />
<div class="sidebar">
<!-- insert your sidebar items here -->
<h3>Latest News</h3>
<h4>Tildeverse news(NNTP) service</h4>
<h5>14 November 2020</h5>
<p>We have setup a news (NNTP) server and linked it to the tildeverse news network connect to <b>yourtilde.com</b> with your favorite news client.</p>
<br>
<h4>Ok back in action!</h4>
<h5>1st November 2020</h5>
<p>YourTilde is back and lots of great things planned. Your accounts are as they were. Everything should be functioning as expected. Let us know if there is any issues in the #YourTilde channel on IRC.</p>
</div>
<img class="paperclip" src="style/paperclip.png" alt="paperclip" />
<div class="sidebar">
<h3>Mailing List</h3>
<p>To subscribe to our mailing list<br> <a href="mailto:yourtilde-join@lists.tildeverse.org?subject=Subscribe">click here</a></p>
</div>
</div>
<div id="content">
<!-- insert the page content here -->
<h1>YourTilde Code of Conduct!</h1>
<h4>1. Be inclusive.</h4>
<br>
<p>We welcome and support people of all backgrounds and identities. This includes, but is not limited to members of any sexual orientation,
gender identity and expression, race, ethnicity, culture, national origin, social and economic class, educational level, color, immigration
status, sex, age, size, family status, political belief, religion, and mental and physical ability.</p>
<h4>2. Be considerate.</h4>
<br>
<p>We all depend on each other to produce the best work we can as a community. Your decisions will affect other people,
and you should take those consequences into account when making decisions.</p>
<h4>3. Be respectful.</h4>
<br>
<p>We won't all agree all the time, but disagreement is no excuse for disrespectful behavior. We will all experience frustration from time to time,
but we cannot allow that frustration become personal attacks. An environment where people feel uncomfortable or threatened
is not a productive or creative one.</p>
<h4>4. Choose your words carefully.</h4>
<br>
<p>Always participate in an authentic way. Be kind to others. Do not insult or put down others. Harassment and exclusionary behavior
aren't acceptable. This includes, but is not limited to:</p>
<p>
<ul>
<li>Threats of violence.</li>
<li>Discriminatory jokes and language.</li>
<li>Sharing sexually explicit or violent material via electronic devices or other means.</li>
<li>Personal insults, especially those using racist or sexist terms.</li>
<li>Unwelcome sexual attention.</li>
<li>Advocating for, or encouraging, any of the above behavior.</li>
</ul>
</p>
<h4>5. Don't harass.</h4>
<br>
<p>In general, if someone asks you to stop something, then stop. When we disagree, try to understand why. Differences of opinion
and disagreements are mostly unavoidable. What is important is that we resolve disagreements and differing views constructively.</p>
<h4>6. Make differences into strengths.</h4>
<br>
<p>We can find strength in diversity. Different people have different perspectives on issues, and that can be valuable for solving problems
or generating new ideas. Being unable to understand why someone holds a viewpoint doesnt mean that theyre wrong.
Dont forget that we all make mistakes, and blaming each other doesnt get us anywhere.
Instead, focus on resolving issues and learning from mistakes.</p>
<p>7. You also need to agree to <br><a href="https://tilde.chat/wiki/etiquette" target="_blank">tilde.chat etiquette guidelines</a></p>
<br>
</div>
</div>
<div id="footer">
<a href="https://tilde.zone/@yourtilde">Mastodon</a> | <a href="https://tildegit.org/yourtilde/site">Source</a>
<br><a href="http://www.html5webtemplates.co.uk">design from HTML5webtemplates.co.uk</a></p>
</div>
</div>
</body>
</html>