-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodeofconduct.html
100 lines (91 loc) · 5.67 KB
/
codeofconduct.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
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<title>Code of Conduct | nwHacks 2015</title>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/fontello.css">
<link rel="icon" type="image/png" href="favicon.png">
<script src="js/jquery.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/skrollr.js"></script>
<script src="js/min/scripts.min.js"></script>
<meta
name="viewport"
content="
width=device-width,
initial-scale=1,
minimum-scale=1,
maximum-scale=1
"
/>
</head>
<body>
<header class="sponsor-header">
<div id="hero" class="sponsor-hero"><h2>Code of Conduct</h2></div>
<div class="triangle"><img class="small" src="img/darkgreentriangle.png" alt=""><img class="big" src="img/lightgreentriangle.png" alt=""></div>
</header>
<section id="about">
<article class="grid-container grid-parent">
<a href="http://www.nwhacks.com/"><img src="/img/logotxt_green.jpg" class="grid-20 suffix-80 tablet-grid-30 tablet-suffix-70 mobile-grid-60 mobile-suffix-40"></a>
<h2 class="grid-100">The Quick Version</h2>
<p class="grid-100">
nwHacks is dedicated to providing a harassment-free experience for everyone, regardless of gender, age, sexual orientation, mental or physical disability, physical appearance, body size, race, ethnicity, place of origin, religion, marital status, previous club attendance or computing experience (or lack of any of the aforementioned), or membership in any other group protected by the <a href="http://www.bclaws.ca/Recon/document/ID/freeside/00_96210_01">B.C. Human Rights Code</a>.
</p>
<p class="grid-100">
We do not tolerate harassment of hackathon participants in any form. Sexual language and imagery is not appropriate at any hackathon venue, including hacks, talks, workshops, parties, social media and other online media. Hackathon participants violating these rules may be sanctioned or expelled from the hackathon without a refund (if applicable) at the discretion of the hackathon organisers.
</p>
</article>
<article class="grid-container grid-parent">
<h2 class="grid-100"> The Less Quick Version </h2>
<p class="grid-100">
Harassment includes offensive verbal comments related to gender, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, nationality, religion, sexual images in public spaces, deliberate intimidation, stalking, following, photography or audio/video recording against reasonable consent, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.
</p>
<p class="grid-100">
Photography is encouraged, but other participants must be given a reasonable chance to opt out from being photographed. If they object to the taking of their photograph, comply with their request. It is inappropriate to take photographs in contexts where people have a reasonable expectation of privacy (in bathrooms or where participants are sleeping).
</p>
<p class="grid-100">
Participants asked to stop any harassing behaviour are expected to comply immediately.
</p>
<p class="grid-100">
As this is a hackathon we like to explicitly note that the hacks created at our hackathon are equally subjective to the anti-harassment policy.
</p>
<p class="grid-100">
Sponsors and partners are also subject to the anti-harassment policy. In particular, sponsors should not use sexualised images, activities, or other material. Sponsor representatives (including volunteers) should not use sexualised clothing/uniforms/costumes, or otherwise create a sexualised environment.
</p>
<p class="grid-100">
If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of hackathon staff immediately.
</p>
<p class="grid-100">
Hackathon staff will be happy to help participants contact <a href="http://www.ams.ubc.ca/services/safewalk/">AMS Safewalk</a>, UBC Security, or the RCMP, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the hackathon. We value your attendance.
</p>
<p class="grid-100">
If a participant engages in harassing behavior, the hackathon organisers may take any action they deem appropriate, including warning the offender or expulsion from the hackathon with no refund (if applicable)..
</p>
<p class="grid-100">
We expect participants to follow these rules at hackathon and workshop venues and hackathon-related social events.
</p>
<i>Copy adapted from the <a href="http://hackcodeofconduct.org">Hack Code of Conduct</a></i>
</p>
</article>
</section>
<footer class="grid-parent">
<nav class="grid-container">
<a href="/sponsors">Become a Sponsor</a> <a href="mailto:sponsorship@nwhacks.io">Email us</a> <a href="/codeofconduct">Our Code of Conduct </a>
</nav>
<p class="grid-container">nwhacks 2015 - Organised and held by <a href="http://www.startupstorm.org/" target="_blank">StartupStorm</a>
</p>
<p class="grid-container">Designed with care by <a href="https://twitter.com/Jamie_Quade">Jamie Quade</a></p>
<div class="imgcont"><a href="/"><img class src="img/logotxt.png" alt=""></a></div>
</footer>
<script src="js/min/scripts.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53890324-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>