-
Notifications
You must be signed in to change notification settings - Fork 0
/
code-of-conduct.html
executable file
·98 lines (82 loc) · 5.59 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
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<title>HackTalks Code of Conduct</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,800,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="static/css/hacktalks.css">
</head>
<body>
<!-- LASTYEAR -->
<div class="box">
<div id="lastyear">
<div class="title">
<h2>Code of Conduct</h2>
</div>
<div>
<p>
Be respectful. Harassment and abuse are never tolerated. If you are in a situation that makes you uncomfortable at an officially Junction event, if the event itself is creating an unsafe or inappropriate environment, or if interacting with a Junction representative or event organizer makes you uncomfortable, please report it using the procedures included in this Document.
</p><p>
Junction stands for inclusivity. We believe that every single person has the right to hack in a safe and welcoming environment.
</p><p>
Harassment includes but is not limited to offensive verbal or written comments related to gender, age, 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. If what you’re doing is making someone feel uncomfortable, that counts as harassment and is enough reason to stop doing it.
</p><p>
Participants asked to stop any harassing behavior are expected to comply immediately. Sponsors, judges, mentors, volunteers, organizers, Junction staff and anyone else at the event are also subject to the anti-harassment policy. In particular, attendees should not use sexualised images, activities, or other material both in their hacks and during the event. Booth staff (including volunteers) should not use sexualised clothing/uniforms/costumes, or otherwise create a sexualised environment.
</p><p>
If a participant engages in harassing behavior, Junction may take any action Junction deems appropriate, including warning the offender or expulsion from the event with no eligibility for reimbursement or refund of any type.
</p><p>
If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact Junction using the reporting procedures defined below.
</p><p>
Junction representatives will be happy to help participants contact campus security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the event. We value your attendance.
</p><p>
We expect participants to follow these rules at all hackathon venues, online interactions in relation to the event, hackathon-related social events, and on hackathon supplied Transportation.
</p><p>
<strong>REPORTING PROCEDURES</strong>
</p><p>
If you feel uncomfortable or think there may be a potential violation of the code Of Conduct, please report it immediately using one of the following methods. All reporters have the right to remain anonymous.
</p><p>
Feel free to report to the following person listed below.
</p><p>
Anna Brchisky, +358 41 5458441, [email protected]
</p><p>
Junction reserves the right to revise, make exceptions to, or otherwise amend these policies in whole or in part. If you have any questions regarding these policies, please contact Junction by e-mail at [email protected]
</p>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="ft">
<div class="more">
<h5>More about Junction</h5>
<a href="https://hackjunction.com/">Website</a>
<br>
<a href="https://www.facebook.com/hackjunction">Facebook</a>
<br>
<a href="https://www.instagram.com/hackjunction/">Instagram</a>
<br>
<a href="https://twitter.com/hackjunction">Twitter</a>
<br>
<p style="font-family: 'Lato'; font-weight: 600;">[email protected]</p>
</div>
<div class="more">
<h5>More about Heltech</h5>
<a href="http://www.heltech.org/#/">Website</a>
<br>
<a href="https://www.facebook.com/HELTechMeetup/">Facebook</a>
<br>
<a href="https://www.instagram.com/hel.tech/">Instagram</a>
<br>
<a href="https://twitter.com/HEL_Tech">Twitter</a>
<br>
<p style="font-family: 'Lato'; font-weight: 600;">[email protected]</p>
</div>
<div class="more">
<h5>Information</h5>
<a href="/code-of-conduct.html" target="_blank">Code of Conduct</a> <br>
<a href="https://staging.hackjunction.com/wp-content/uploads/2018/05/Junction-Oy-Terms-of-Service-24052018.pdf">Terms of Service</a> <br>
<a href="https://staging.hackjunction.com/wp-content/uploads/2018/05/Junction-Oy-Privacy-Policy-24052018.pdf">Privacy Policy</a>
</div>
</div>
</body>
</html>