-
Notifications
You must be signed in to change notification settings - Fork 6
/
code-of-conduct.html
87 lines (69 loc) · 4.38 KB
/
code-of-conduct.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width initial-scale=1.0">
<!-- gh-pages likes to cache for 24h, let's disable that -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Thu, 01 Jan 1970 13:37:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>NodeBotsAU - The Rise of JS Robotics Australia</title>
<link href='http://fonts.googleapis.com/css?family=Monda:400,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="./img/favicon.png" >
<link rel="stylesheet" media="screen" href="./css/main.css" >
</head>
<body>
<header id="header">
<div class="nodebot">
<div class="icon">
<div class="bobble"></div>
<div class="antenna"></div>
<div class="head">
<div class="eye left"></div>
<div class="eye right"></div>
</div>
<div class="neck"></div>
<div class="neck"></div>
</div>
</div> <!-- end nodebot -->
<h1><a href="/">NodeBotsAU</a></h1>
<h2>Robots powered by JavaScript</h2>
<a href="./index.html#nextevent">
<aside class="notice">
<h1>
International<br/>
NodeBots Day
</h1>
<p>22nd July<br>
2017</p>
</aside>
</a>
</header>
<div class="content">
<h2 id="events">NodeBots Day AU Event Code of Conduct</h2>
<p>This Code of Conduct applies to all NodeBots Day events run in Australia.</p>
<p>Harassment includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.</p>
<p>Participants asked to stop any harassing behaviour are expected to comply immediately.</p>
<p>Sponsors are also subject to this anti-harassment policy. In particular, sponsors should not use sexualised images, activities, or other material. Sponsor attendees should not use sexualised clothing/uniforms/costumes, or otherwise create a sexualised environment.</p>
<p>If a participant engages in harassing behaviour, the event organisers may take any action they deem appropriate, including warning the offender or expulsion from the event with no refund.</p>
<h2>If you are removed from a NodeBots Day event</h2>
<ul>
<li>You will not be welcome at any future events.</li>
<li>You will not be entitled to a refund.</li>
<li>Your behaviour may be communicated to other event organisers.</li>
</ul>
<p>We have been very proud of the NodeBots community for being mostly mature and well-behaved at our events thus far, and hopefully we will never have to enact any disciplinary measures. It is the purpose of this code of conduct to ensure everyone knows that we do not tolerate harassment or otherwise offensive behaviour and we want to know immediately if it's happening at one of our events.</p>
<h2>Who to contact</h2>
<p>If you'd like to report an issue, do not hesitate to approach <a href="http://twitter.com/ajfisher">Andrew Fisher</a>, <a href="http://twitter.com/annagerber">Anna Gerber</a> or <a href="http://twitter.com/damonoehlman">Damon Oehlman</a> with any and all issues. Alternatively email us at at <a href="mailto:[email protected]">[email protected]</a>. We take every issue seriously.</p>
<p>If you feel this Code of Conduct could be improved, <a href="http://github.com/nodebotsau/nbdau">we welcome your feedback</a>.</p>
</div>
<footer id="footer">
<div class="badges">
<a class="github" href="https://github.com/nodebotsau/nbdau" title="Code on GitHub"></a>
<a class="twitter" href="https://twitter.com/nodebotsau" title="News on Twitter"></a>
</div>
</footer>
</body>
</html>