-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoc.html
More file actions
69 lines (66 loc) · 1.88 KB
/
coc.html
File metadata and controls
69 lines (66 loc) · 1.88 KB
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
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="icon" href="assets/va_transparent.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Code of Conduct - vulpineawoo</title>
</head>
<body>
<ul id="hnav">
<li><a href=".">Home</a></li>
<li><a href="coc.html">CoC</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="news">News</a></li>
<li><a href="https://vulpineawoo.statuspage.io">Status</a></li>
</ul>
<div id="heading">Code of Conduct</div>
<div class="wrapper">
<div class="box">
<h1>be nice</h1>
<p>
channel ops can usually administrate their channels
how they want to, but in general just assume good
intentions and have good intentions
</p>
<h1>follow the law</h1>
<p>
vulpineawoo is based in the united states, and as such
has to follow laws from there
</p>
<h1>no bigotry</h1>
<p>
racism, sexism, homophobia, transphobia, ableism, etc
are not tolerated
</p>
<p>
respect people's pronouns, and if you do not know them,
default to neutral ones such as they/them
</p>
<h1>no doxxing</h1>
<p>
avoid sharing/collecting non-public information about
people without their consent
</p>
<p>
additionally, privacy should be expected by default. if
this is not the case, for example if a channel is being
logged to a website, it should be mentioned where new
users can easily see, such as the channel topic. do not
share chatlogs without consent
</p>
</div>
</div>
<div id="footer">
<ul id="fnav">
<li><a href=".">Home</a></li>
<li><a href="coc.html">CoC</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="news">News</a></li>
<li><a href="https://vulpineawoo.statuspage.io">Status</a></li>
</ul>
<br>
copyright © 2023 vulpineawoo irc network
</div>
</body>
</html>