-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbratislava_coc.html
121 lines (93 loc) · 5.47 KB
/
bratislava_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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Rails Girls Bratislava Code of Conduct</title>
<!-- Write a metatext. This is what will show on the Facebook page and for instance search engines. -->
<meta name="description" content="Rails Girls is returning to Munich 12th and 13th June! Join our two-day crash-course to the exciting world of building web applications with Ruby on Rails.">
<meta name="author" content="Rails Girls">
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="./css/style.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script type="text/javascript" src="//use.typekit.net/nbs6fzt.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<meta property="og:image" content="https://railsgirls.com/images/railsgirls-sq.png"/>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container_12">
<a id="logo" href="/"><img src="images/railsgirls-logo.png" alt="Rails Girls" /></a>
<nav>
<a href="./events.html">Events</a>
<a href="./materials.html">Materials</a>
<a href="./press.html">Press</a>
<a href="https://railsgirls.tumblr.com/">Blog</a>
<a href="https://guides.railsgirls.com">
Guides</a>
</nav>
</div>
</header>
<div id="container" class="container_12 page clearfix">
<hr>
<h1>Rails Girls Bratislava - Code of Conduct</h1>
<p>
<em>The following Code of Conduct is based on the example policy published
by the <a href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy">Geek Feminism wiki</a>, created by the Ada Initiative and other
volunteers.</em>
<p>
<h2>Our policy in short</h2>
<p>
Rails Girls Bratislava is dedicated to providing a harassment-free experience for everyone attending our workshops, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion. We do not tolerate harassment of conference participants in any form. Any participants violating these rules may be sanctioned or expelled from the workshop at the discretion of the workshop organizers.
</p>
<h2>Our full policy</h2>
<p>
Rails Girls Bratislava is dedicated to providing a harassment-free experience for everyone attending our workshops, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age or religion. We do not tolerate harassment of conference participants in any form. Any participants violating these rules may be sanctioned or expelled from the workshop at the discretion of the workshop organizers.
</p>
<p>
Harassment includes verbal comments that reinforce social structures of domination (related to gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, religion, or socio-economic background); 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. Participants asked to stop any harassing behavior are expected to comply immediately.
</p>
<p>
<strong>Participants include: attendees, coaches, sponsors, organisers, and everyone else involved in or helping with running the event as well as guests and visitors to the event.</strong>
</p>
<p>
Presenters and sponsors of the workshop are also subject to the anti-harassment policy. In particular, presenters and sponsors should not use sexualized images or content in any presentations or promotional materials.
</p>
<p>
If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the workshop.
</p>
<p>
<strong>If you are being harassed, notice that someone else is being harassed, or have any other concerns</strong>, please contact one of the organizers immediately.
At the event, participants will be informed which team members in particular to contact in the case of an incident, and how to contact them directly.
</p>
<p>
We expect participants to follow these rules at all conference venues and conference-related social events.
</p>
<hr>
<p>
<a href="https://railsgirls.com/bratislava">Return to the Rails Girls Bratislava event page</a>
</p>
</div>
<!-- /content -->
<footer>
<p>2010-2016, Rails Girls. <a href="./press.html">Contact us</a> or follow us on <a href="https://twitter.com/railsgirls">Twitter</a> and <a href="https://www.facebook.com/railsgirls">Facebook</a></p>
<p class="slogan">Get excited and make things!</p>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19631067-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>