-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc.html
64 lines (60 loc) · 4.12 KB
/
coc.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Hack the Vote - reaching out to young voters
</title>
<meta charset="utf-8">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="article">
<meta property="og:title" name="twitter:title" content="Hack the Vote - reaching out to young voters">
<meta property="og:description" name="twitter:description" content="Hack the Vote is an event aimed at bring like minded technical, design, and political experts together to work on the challenging problem of registering young people to vote">
<meta property="og:image" name="twitter:image" content="http://hackthevote-dev.s3-website-eu-west-1.amazonaws.com/assets/hackthevotelogo.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700italic,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href="stylesheets/style.css" media="screen, projection" rel="stylesheet" type="text/css">
</head>
<body>
<div class="sections-container event-info">
<div class="section find-out-more">
<a href="/index.html" class="header-link">
<h2 class="find-out-more__heading">Hack Europe</h2>
</a>
</div>
<div class="section info-boxes">
<div class="info-box">
<div class="info-box__header">code of conduct</div>
<div class="info-box__text">
<p>HackEurope is dedicated to providing a respectful, harassment-free community for everyone. We do not
tolerate harassment or bullying of any community member in any form. This does not only extend to
members of HackEurope, but to anyone who chooses to become involved in the larger
community of event attendees and volunteers through events or interactions.</p>
<p>Harassment includes offensive verbal/electronic comments related to personal characteristics or
choices, sexual images or comments in public or online spaces, deliberate intimidation, bullying,
stalking, following, harassing photography or recording, sustained disruption of presentations,
Slack chats, electronic meetings, physical meetings or other events, inappropriate physical
contact, or unwelcome sexual attention. Participants asked to stop any harassing or bullying
behavior are expected to comply immediately.</p>
<p>If a participant engages in harassing behavior, representatives of the community may take
reasonable action they deem appropriate, including warning the offender, expulsion from any
HackEurope event, or expulsion from mailing lists, Slack communities, discussion boards and other electronic
communications channels to resolve the issue.</p>
<p>If you are being harassed, notice that someone else is being harassed, or have any other
concerns, please act to intercede or ask for help from an administrator of HackEurope community,
Slack admins or organizers/representatives of any physical events put on under the auspices of
HackEurope.</p>
This Code of Conduct has been adapted from <a
href="http://www.pyladies.com/CodeOfConduct/">PyLadies</a> and <a
href="http://plone.org/foundation/materials/foundation-resolutions/code-of-conduct">Plone
Foundation</a> and is licensed under a <a
href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0
Unported license</a>
</div>
</div>
</div>
</div>
</body>
</html>