-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcommunity-guidelines.html
59 lines (46 loc) · 4.05 KB
/
community-guidelines.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tilt Community Guidelines</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="header-style.css">
<script src="src/jquery-2.1.4.min.js"></script>
<script>
$(function() {
$("#header").load("header.html");
});
</script>
</head>
<div id="header"></div>
<body>
<h1>Community Guidelines</h1>
<p>Welcome to Tilt! We’re excited to have you join our community of Tilters who are turning their awesome ideas, big and small, into reality. We want to make sure that Tilt is a safe and reliable place for people to come together and make things happen with their group, community, or the world.</p>
<p>We ask everyone who uses our services to follow these basic rules, which we call our Community Guidelines. If for any reason you don’t comply, we’ll need to take action which might involve closing your Tilt account. If you have any questions about these guidelines, please reach out to us at [email protected]!</p>
<p>Here are a few things we’d like you to keep in mind as you use Tilt.</p>
<h2>The Golden Rule is Gold</h2>
<p>Here at Tilt, we’re big believers that the golden rule is gold. When you interact with other users on Tilt, remember they are a part of the Tilt community.</p>
<h2>Please Do</h2>
<p>In addition to abiding by the golden rule, we ask that users:</p>
<ul>
<li>Follow the rules. Please comply with our terms of use and acceptable use policy. We also have some guidelines that are specific to Organizers and Contributors.</li>
<li>Be honest. Please be truthful when using TIlt and give us accurate information about yourself. If you’re organizing a tilt, be straightforward about your intentions. If you’re honest with your fellow Tilters, they’ll be more likely to tilt with you again in the future.</li>
<li>Help us maintain our community. If you see something on Tilt that violates our policies or is illegal, objectionable, or unsafe, please let us know right away. Send us an email at [email protected] about the stiuation and we’ll look into it right away.</li>
<li>Have fun. You’ll be amazed by what you can make possible with Tilt—be creative and enjoy yourself! We can’t wait to see all the ways you #gettilted.</li>
</ul>
<h2>Please Don’t</h2>
<p>In order to keep our community safe, there are certain things we can’t tolerate on Tilt. If we find out that you are engaging in any of the following behaviors, we might have to take action and potentially close your Tilt account.</p>
<ul>
<li>Abuse and harassment. We have a zero tolerance policy for abuse, harassment, threats, bullying, and stalking. If you see anyone acting out of line in these (really uncool) ways, please email us at [email protected] right away.</li>
<li>Impersonation. Please be yourself and don’t impersonate other people or companies on Tilt.</li>
<li>Fraud. Don’t use our services for fraud. If we think that you’ve sent or received fraudulent funds on our services, we’ll suspend or terminate your account and contact the authorities.</li>
<li>Spam. Nobody likes spam, so please don’t send it using our services. Please be considerate and conscientious when contacting users on Tilt.</li>
<li>Invasions of privacy. Here at Tilt, we take our users’ privacy seriously. Don’t invade the privacy of others or post any personal information—like contact information or information about someone’s personal life— without the their consent.</li>
</ul>
<h2>Our Customer Happiness Team is Here to Help!</h2>
<p>If you have any questions about these guidelines or feedback for us about anything at all, we’d love to hear from you! Contact our our friendly support team or email [email protected].</p>
</body>
</html>