-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodeofconduct.html
More file actions
executable file
·284 lines (234 loc) · 12.5 KB
/
codeofconduct.html
File metadata and controls
executable file
·284 lines (234 loc) · 12.5 KB
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116372589-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116372589-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Levels Conf 2018</title>
<meta name="description" content="Levels Conference 2018 - Junior Developer Conference" />
<meta name="keywords" content="technology, conference, juniors, coding" />
<meta property="og:title" content="Levels Conf 2018 - A Conference for Junior Developers">
<meta property="og:description" content="Crafted for building technical careers, from the very beginning.">
<meta property="og:image" content="http://www.levelsconf.com/assets/thumbnail.png">
<meta property="og:url" content="http://www.levelsconf.com/">
<meta name="og:type" content="image/png">
<link rel="icon" type="image/png" href="assets/img/wheel.png">
<link rel="stylesheet" href="assets/css/master.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/levels.css">
</head>
<body>
<!--=== Wrapper Start ===-->
<div class="wrapper">
<!--=== Header Start ===-->
<nav class="navbar navbar-fixed bootsnav">
<div class="container">
<!--=== Start Header Navigation ===-->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="mdi mdi-menu"></i>
</button>
<a class="lvl-nav--links lvl-nav--home lvl-nav-min" href="index.html">Levels Conf 2018</a>
<a class="lvl-nav-min lvl-tickets-button lvl-tickets-button--nav" href="https://ti.to/levels/2018" target="_blank" >Tickets</a>
</div>
<!--=== End Header Navigation ===-->
<!--=== Collect the nav links, forms, and other content for toggling ===-->
<div class="collapse navbar-collapse" id="navbar-menu">
<a class="lvl-nav--links lvl-nav-max" href="index.html">Levels Conf 2018</a>
<a class="lvl-nav-max lvl-tickets-button lvl-tickets-button--nav" href="https://ti.to/levels/2018" target="_blank">Tickets</a>
<ul class="nav navbar-nav navbar-right">
<li><a class="lvl-nav--links page-scroll" href="speakers.html">Speakers</a></li>
<li><a class="lvl-nav--links page-scroll" href="ontheday.html">On the day</a></li>
<!-- <li><a class="lvl-nav--links page-scroll" href="sendyourjuniors.html">Send Your Juniors</a></li> -->
<li><a class="lvl-nav--links page-scroll" href="opportunity.html">Opportunity Program</a></li>
<!-- <li><a class="lvl-nav--links page-scroll" href="accessibility.html">Accessibility</a></li> -->
<!-- <li><a class="lvl-nav--links page-scroll" href="talksubmission.html">Talk Submission</a></li> -->
<!-- <li><a class="lvl-nav--links page-scroll" href="codeofconduct.html">Code of Conduct</a></li> -->
</ul>
</div>
<!--=== /.navbar-collapse ===-->
</div>
</nav>
<!--=== Header End ===-->
<!--=== Welcome Start ===-->
<section class="pt-160 pb-70">
<div class="container lvl-page-header--supporting-text">
<div class="row">
<div class="text-center">
<h1 class="font-700">Code of Conduct</h1>
<h3>We are an independent technology conference, welcoming and inclusive for all.</h3>
</div>
</div>
</div>
</section>
<!--=== Welcome End ===-->
<!--=== Code of Conduct Start ===-->
<section class="pt-70 pb-10">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>We're all in it together</h2>
<p class="lvl-indent-content">The following has been influenced by other communities we respect and believe hold strong
values. This code applies to all Levels Conf initiatives both online and irl. Organisers will adhere to this code
throughout all the Levels Conf interactions and we expect cooperation from all participants to help ensure a safe
environment for e.v.e.r.y.b.o.d.y!</p>
</div>
</div>
</div>
</section>
<section class="pt-0 pb-10">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 id="somedosbeforethedonts">Some dos before the don’ts</h2>
<p class="lvl-indent-content">This is all about bringing together Junior Developers of all kinds to share in experiences,
learn about each other and make lasting friendships. Some tips to help this happen include…</p>
<ul class="lvl-indent-content">
<li>Stand in open circles (a.k.a the Pac-Man rule). It can be hard enough approaching strangers without physical barriers. Try
to stand in circles with gaps, so other people can join you.</li>
<li>Talk to someone you don’t know. Even if you've got your whole crew at Levels we're sure you can relate to
those that don't know too many faces in the crowd. Make all feel welcome by saying hi!</li>
<li>Keep an open mind to all the tech stacks. Let’s leave the trash talk to the trolls. Levels isn’t aligned to any particular
tech and we like to treat all stacks with <img src="./assets/img/heartx3.svg" class="lvl-inline-emoji" alt="heart emoji">
</ul>
</div>
</div>
</div>
</section>
<section class="pt-0 pb-10">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 id="usingmanymorewords">Our guidelines</h2>
<p class="lvl-indent-content">Levels is dedicated to providing a harassment-free experience for everyone, regardless of…</p>
<ul class="lvl-indent-content">
<li>Gender identity and expression</li>
<li>Age </li>
<li>Sexual orientation</li>
<li>Disability</li>
<li>Physical appearance, body size, race, ethnicity</li>
<li>Religion (or lack thereof)</li>
<li>Technology choices</li>
</ul>
<p class="lvl-indent-content">We do not tolerate harassment of participants in any form! The following behaviour will not be tolerated
<img src="./assets/img/noGood.svg" class="lvl-inline-emoji" alt="no good emoji"> ...</p>
<ul class="lvl-indent-content">
<li>Use of sexual language and imagery.</li>
<li>Deliberate intimidation.</li>
<li>Stalking, following.</li>
<li>Harassing photography or recording. It’s not OK to record someone's whole talk without their consent.
Listen to people when they say they don’t want to be photographed.</li>
<li>Constantly interrupting speakers. We will not be taking questions during or after talks. If you have any questions please engage
with the speaker in one of the break out times (i.e. morning tea, lunch, afternoon tea).</li>
<li>Inappropriate physical contact.</li>
<li>Unwelcome sexual attention.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="pt-0 pb-10">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 id="whatwegunadoboutit">What action will be taken</h2>
<p class="lvl-indent-content">If you are being harassed, notice that someone else is being harassed, or have any other concerns, please
contact an organiser immediately in person for immediate action. All volunteers will be wearing clearly marked Levels volunteer t-shirts.
Alternatively, after the incident you can contact the levels team at any time through the following channels…</p>
<ul class="lvl-indent-content">
<li>Email us at hello@LevelsConf.com</li>
<li>DM on Twitter @LevelsConf</li>
</ul class="lvl-indent-content">
<p class="lvl-indent-content">If a participant engages in harassing behaviour, the organisers will take any action they deem appropriate,
including verbal warning, suspension or expulsion from the community and event venue.</p>
<p class="lvl-indent-content">Privacy and dignity of the incident reporter and person being harassed is our primary focus. We will act
in support of the victim and not force any action that is not agreed upon by them. </p>
</div>
</div>
</div>
</section>
<section class="pt-0 pb-40">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 id="ifithasbeendeemedthatyouactedinappropriately">If it has been deemed that you acted inappropriately</h2>
<ul class="lvl-indent-content">
<li>Listen to the complaint with an open mind</li>
<li>Don’t be dismissive of the complainant </li>
<li>Understand any advice given on how to act in the future</li>
<li>Comply with the directions of the Levels Conf organisers</li>
</ul>
<p class="lvl-indent-content">We strive to make Levels Conf a positive and safe space for all. Failure to comply with the above
code of conduct may result in expulsion from Levels Conf. This expulsion will not result in any refunds for tickets purchased.</p>
</div>
</div>
</div>
</section>
<!--=== Code of Conduct End ===-->
<!--=== Contact Start ===-->
<section class="pt-10 pb-10">
<div class="container">
<div class="lvl-contact-container row">
<div class="col-md-8">
<h3 class="font-700">Get in touch.</h3>
<p>If you’d like to discuss the guidelines above please reach out.</p>
</div>
<div class="col-md-4">
<h3><a href="mailto:hello@levelsconf.com">hello@LevelsConf.com</a></h3>
<h3><a href="https://www.twitter.com/levelsconf" target="_blank">@LevelsConf</a></h3>
</div>
</div>
</div>
</section>
<!--=== Contact End ===-->
<!--=== About Start ===-->
<section class="pt-70 pb-70">
<div class="container">
<div class="row lvl-side-by-side--container">
<div class="col-md-4 lvl-side-by-side--emoji">
<img src="assets/LevelsLongForWebSite.svg" class="emoji" alt="100 percent">
</div>
<div class="col-md-8">
<h2 class="font-700 mb-0">Junior Devs Come First!</h2>
<h3>We're Australia's first conference crafted for building technical careers, from the very beginning.</h3>
<p>Our goal is to bring together the Developer community of Australia and beyond. We
aim to give people a platform to share, grow and connect, regardless of experience level.</p>
<a href="https://ti.to/levels/2018" target="_blank">Grab your ticket today!</a>
</div>
</div>
</div>
</section>
<!--=== About End ===-->
<!--=== Footer Start ===-->
<footer class="footer">
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="lvl-copy-right">© Levels Conf 2018</h3>
<h4>
<a class="lvl-nav--links page-scroll" href="accessibility.html">Accessibility</a>
<a class="lvl-nav--links page-scroll" href="codeofconduct.html">Code of Conduct</a>
</h4>
</div>
</div>
</div>
</div>
</footer>
<!--=== Footer End ===-->
</div>
<!--=== Wrapper End ===-->
<!--=== Javascript Plugins ===-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/plugins.js"></script>
<!--=== Javascript Plugins End ===-->
</body>
</html>