-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode-of-conduct.html
186 lines (185 loc) · 6.99 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Sign up for the Hacktoberfest Paderborn Event!"
/>
<meta
name="twitter:card"
content="Sign up for the Hacktoberfest Paderborn Event!"
/>
<meta name="twitter:site" content="@hacktoberfestpb" />
<meta name="twitter:creator" content="@hacktoberfestpb" />
<meta
name="twitter:image"
property="twitter:image"
content="./images/ogimage.png"
/>
<meta
name="og:title"
property="og:title"
content="Hacktoberfest Paderborn"
/>
<meta
name="og:description"
property="og:description"
content="Sign up for the Hacktoberfest Paderborn Event!"
/>
<meta name="og:image" property="og:image" content="./images/ogimage.png" />
<meta name="og:type" property="og:type" content="website" />
<meta name="robots" content="index, follow" />
<title>Hacktoberfest Paderborn</title>
<link
href="https://fonts.googleapis.com/css?family=Space+Mono&display=swap"
rel="stylesheet"
/>
<!-- Bulma Version 0.7.5-->
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/css/bulma.min.css"
/>
<link rel="stylesheet" type="text/css" href="./css/hacktoberfest.css" />
<link
rel="stylesheet"
href="https://unpkg.com/bulma-modal-fx/dist/css/modal-fx.min.css"
/>
</head>
<body>
<section class="hero is-medium is-bold">
<div class="hero-head">
<nav class="navbar">
<div class="container">
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-end">
<div class="tabs is-right">
<ul>
<li>
<a class="hacktoberfest-menu-item" href="index.html"
>Home</a
>
</li>
<li>
<a class="hacktoberfest-menu-item is-active"
>Code of Conduct</a
>
</li>
<li>
<a
class="hacktoberfest-menu-item"
href="https://hacktoberfest.digitalocean.com/faq"
target="_blank"
rel="noopener"
>FAQ</a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
</section>
<section class="container">
<div class="intro column is-8 is-offset-2">
<figure class="image">
<img src="./images/HF19_PB_LOGO-3.png" alt="hacktoberfest paderborn logo" />
</figure>
</div>
<div class="intro column is-8 is-offset-2 bg1">
<h1 class="title">Code of Conduct</h1>
<br />
<p>
All organizers, attendees, speakers, sponsors and volunteers at
Hacktoberfest community events are required to agree to uphold the
following code of conduct. Hacktoberfest community event organizers
and/or DigitalOcean staff will enforce this code throughout the event.
We are expecting cooperation from all participants to help ensure a
safe environment.
</p>
<h2 class="title">The Quick Version</h2>
<p>
Hacktoberfest is dedicated to providing a harassment-free event
experience for everyone, regardless of gender, gender identity and
expression, age, sexual orientation, disability, physical appearance,
body size, race, ethnicity, religion (or lack thereof), or technology
choices. We do not tolerate harassment of event participants in any
form. Sexual language and imagery is not appropriate for any event
venue, including talks, workshops, parties, Twitter and other online
media. Event participants violating these rules may be sanctioned or
expelled from the event without a refund at the discretion of the
event organizers or DigitalOcean employees.
</p>
<h2 class="title">The Less Quick Version</h2>
<p>
Harassment includes offensive verbal comments related to gender,
gender identity and expression, age, sexual orientation, disability,
physical appearance, body size, race, ethnicity, religion, technology
choices, 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 behavior are expected to
comply immediately.
</p>
<p>
Sponsors are also subject to the anti-harassment policy. In
particular, sponsors should not use sexualized images, activities, or
other material. Sponsor staff (including volunteers) should not use
sexualised clothing/uniforms/costumes, or otherwise create a
sexualized environment.
</p>
<p>
If a participant engages in harassing behavior, the event organizers
or DigitalOcean staff may take any action they deem appropriate,
including warning the offender or expulsion from the event with no
refund.
</p>
<p>
If you are being harassed, notice that someone else is being harassed,
or have any other concerns, please contact a member of the organizing
team immediately. If you have concerns about a member of the
organizing team, please email [email protected].
</p>
<p>
Event staff will be happy to help participants contact venue 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. We expect participants to follow these rules at
all Hacktoberfest related event venues.
</p>
<br/>
<p>
Original source and credit: <a class="link" href="http://2012.jsconf.us/#/about">http://2012.jsconf.us/#/about</a> & The Ada Initiative
</p>
</div>
</section>
</section>
<footer class="footer">
<div class="container">
<div class="intro column is-8 is-offset-2 footer-content">
<a
class="link"
href="https://twitter.com/hacktoberfestpb"
target="_blank"
rel="noopener"
>@hacktoberfestpb</a
>
<a
class="link"
href="https://hacktoberfest.digitalocean.com/"
target="_blank"
rel="noopener"
>Official Website</a
>
</div>
</div>
</footer>
</body>
</html>