-
Notifications
You must be signed in to change notification settings - Fork 0
/
code-conduct.html
411 lines (388 loc) · 14.8 KB
/
code-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
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>JSHacks 2019 - EduTech Edition</title>
<meta name="author" content="JSHacks.io" />
<meta name="Title" content="JSHacks.io" />
<meta
name="description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta
name="keywords"
content="community, javascript, hackathon, framework, angularjs bucharest, jsgirls, bucharestjs, reactjs, vuejs"
/>
<meta property="og:title" content="jshacks.io" />
<meta property="og:url" content="https://jshacks.io/" />
<meta
property="og:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta name="Language" content="EN" />
<meta name="country" content="Romania" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="jshacks.io" />
<meta
itemprop="description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta itemprop="image" content="https://jshacks.io/img/cover.png" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="JSHacks.io" />
<meta name="twitter:site" content="@jshacksio" />
<meta name="twitter:title" content="jshacks.io" />
<meta
name="twitter:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta name="twitter:creator" content="@jshacksio" />
<meta name="twitter:image:src" content="https://jshacks.io/img/cover.png" />
<!-- Open Graph data -->
<meta property="og:title" content="JSHacks.io" />
<meta property="og:type" content="post" />
<meta property="og:url" content="https://jshacks.io/" />
<meta property="og:image" content="https://jshacks.io/img/cover.png" />
<meta
property="og:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta property="og:site_name" content="JSHacks.io" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="fonts/flaticon/flaticon.css" />
<link
href="https://fonts.googleapis.com/css?family=Poppins&display=swap"
rel="stylesheet"
/>
<!-- Booooooootstrap -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>
window.html5 ||
document.write('<script src="js/vendor/html5shiv.js"><\/script>');
</script>
<![endif]-->
</head>
<body>
<main class="main">
<div class="stars"></div>
<div class="blobs toright hidden-xs hidden-sm">
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
</div>
<header>
<nav
class="navbar navbar-inverse transparent navbar-expand-md fixed-top"
>
<div class="container">
<a class="navbar-brand" href="https://jshacks.io/">
<img src="img/logo-blue.png" height="20" alt="image" />
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav3"
aria-controls="navbarNav3"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="text-white">
<i class="fa fa-bars"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav3">
<ul class="navbar-nav ml-auto justify-content-end">
<li class="nav-item">
<a href="index.html" class="nav-link">home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">about</a>
</li>
<li class="nav-item">
<a href="index.html#agenda" class="nav-link">agenda</a>
</li>
<li class="nav-item">
<a href="index.html#mentors" class="nav-link">mentors</a>
</li>
<li class="nav-item">
<a href="index.html#partners" class="nav-link">partners</a>
</li>
<li class="nav-item">
<a href="team.html" class="nav-link">team</a>
</li>
<li class="nav-item">
<a href="index.html#contact" class="nav-link">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="fadein relative">
<div class="row mt-10">
<div class="col-md-12 mt-5">
<h1
class="f2 text-purple font-nasa mt-5"
data-rellax-speed="-4"
>
Code of Conduct
</h1>
<h2
class="f5 font-nasa mt-3 jsh-sm-text-white"
data-rellax-speed="-4"
>
last updated 20.09.2019
</h2>
</div>
<div
class="offset-md-6 col-md-6 hidden-xs hidden-sm"
style="margin-top:-12rem;"
>
<div class="rellax" data-rellax-speed="5">
<img src="img/swags/hero-edu.png" class="w-100" />
</div>
</div>
</div>
</div>
</div>
</header>
<section class="h-30vh"></section>
<!-- <section class="h-90vh hidden-md hidden-lg"></section> -->
<!-- text -->
<section class="mb-10em">
<div class="container">
<div class="row">
<div class="col-md-12 text-left text-justify">
<p>
Everyone at JSHacks should feel welcome and safe. That’s why
we’d like you to read our code of conduct, so you know what’s
expected from all our attendees.
</p>
<p>
All attendees, trainers, sponsors, partners, jury at JSHacks are
required to agree with the following code of conduct. The
JSHacks organizers and the community will enforce this code
throughout the events.
</p>
<p>
The JSHacks team commits to providing a safe and friendly
facility for the event, respecting every person in the
community. We expect to treat everyone with respect and
harassment or bullying in any form have no place at our events.
We do not tolerate harassment of event participants in any form
and we expect all participants to conduct themselves in a
professional and appropriate manner.
</p>
<p>
Participants that are asked to stop any bad behavior are
expected to do so immediately and they may be expelled from the
further events aswell, without a refund. We reserve the rights
to refuse the participants violeting this code of conduct to
attend at our future events or to still accept their
participation.
</p>
<p>
Please, bring any concerns to the immediate attention of the
event staff, or contact us at [email protected]
</p>
</div>
</div>
</div>
</section>
<div class="jsl-spaceman">
<div class="col-md-2 text-right align-self-center pr-0">
<h6>
JSHacks 2019 is proudly organized by the
<a href="https://jsleague.ro" target="_blank" class="text-orange"
>JSLeague</a
>
team.
</h6>
</div>
<div class="col-md-2 text-left">
<a href="https://jsleague.ro" target="_blank" class="highlighted">
<img src="img/swags/spaceman.png" class="w-75" />
</a>
</div>
</div>
<div class="relative o-hidden">
<div class="stars full" style="height: 500px;"></div>
<svg
version="1.1"
id="Layer_1"
class="jsh-swooosh"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="1800px"
height="321.829px"
viewBox="0 0 1800 321.829"
enable-background="new 0 0 1800 321.829"
xml:space="preserve"
>
<path
fill="#08112B"
d="M703.731,185.495C293.502,136.274,87.615,187.899,0,224.085V0.001l1799.999,0v294.773
C1500.028,327.082,1179.88,242.432,703.731,185.495z M1799.999,0.001H0v321.828h1799.999V0.001z"
/>
</svg>
</div>
<section id="contact" class="bg-inversed" style="margin-top:-10px;">
<div class="container pb-2">
<div class="row">
<div class="col-md-8 col-xs-12 contact-btns">
<a href="https://jshacks.io" class="hack-link" target="_blank"
>jshacks.io</a
>
•
<a
href="https://2018.jshacks.io"
class="hack-link"
target="_blank"
>2018
</a>
•
<a
href="https://2017.jshacks.io"
class="hack-link"
target="_blank"
>2017
</a>
•
<a
href="https://2016.jshacks.io"
class="hack-link"
target="_blank"
>2016
</a>
</div>
<div class="col-md-4 col-xs-12 social-btns f5">
<a
href="https://www.facebook.com/jshacks/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-facebook mr-1" aria-hidden="true"></i>
</a>
<a
href="https://twitter.com/jshacksio"
class="hack-slink"
target="_blank"
>
<i class="fa fa-twitter mr-1" aria-hidden="true"></i>
</a>
<a
href="https://www.instagram.com/jshacksio/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-instagram mr-1" aria-hidden="true"></i>
</a>
<a
href="https://github.com/jshacks/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-github mr-1" aria-hidden="true"></i>
</a>
<a
href="https://www.youtube.com/watch?v=ee7jihHD03o"
class="hack-slink"
target="_blank"
>
<i class="fa fa-youtube mr-1" aria-hidden="true"></i>
</a>
<a
href="https://jshacks.slack.com/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-slack" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="row">
<div class="col-12 col-md-12 jsh-sm-text-center">
<a href="terms-and-conditions.html" class="hack-link">
Terms & Conditions
</a>
•
<a href="privacy-policy.html" class="hack-link">
Privacy Policy
</a>
•
<a href="code-conduct.html" class="hack-link">
Code of Conduct
</a>
•
<a
href="mailto:[email protected]"
class="hack-link"
target="_blank"
>
</div>
</div>
</div>
</section>
</main>
<!-- javascript -->
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="js/rellax.min.js"></script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js"
></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script>
// Need DEBUG for old version of Rellax.js
var DEBUG = false;
var rellax = new Rellax(".rellax");
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-148368793-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-148368793-1");
</script>
</body>
</html>