-
Notifications
You must be signed in to change notification settings - Fork 1
/
conduct.html
108 lines (76 loc) · 5.7 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSFest</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalable=0">
<meta name="description" content="JSFest, JavaScript Festival">
<meta name="author" content="Mikeal Rogers">
<link rel="icon" type="image/png" href="favicon.png">
<!-- Le styles -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="themes/mikeal-eu.css">
<link href='http://fonts.googleapis.com/css?family=Averia+Sans+Libre:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
font-family: 'Libre Baskerville', serif;
padding-top: 20px;
padding-bottom: 40px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Playball', cursive;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px;
}
.container-narrow > hr {
margin: 10px 0;
}
</style>
<!-- <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet"> -->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="bootstrap/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="bootstrap/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="bootstrap/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="bootstrap/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="bootstrap/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="bootstrap/ico/favicon.png">
</head>
<body>
<div class="container-narrow">
<div class="container">
<div class="main_column">
<h1 id='code_of_conduct'>Code of Conduct</h1>
<p>All attendees, speakers, sponsors and volunteers at JSFest are required to agree with the following code of conduct. Organizers will enforce this code throughout the festival. We are expecting cooperation from all participants to help ensuring a safe environment for everybody.</p>
<p><em>tl;dr: Don’t be a Jerk</em></p>
<h2 id='need_help_contact_tiffany'>Need Help? Contact Mikeal</h2>
<p>Mikeal Rogers Twitter: <a href='http://twitter.com/mikeal'>@mikeal</a> Email: <a href='mailto:[email protected]'>[email protected]</a> Phone(US): +1 206 650 8071</p>
<h2 id='the_quick_version'>The Quick Version</h2>
<p>JSFest is dedicated to providing a harassment-free experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of participants in any form. Sexual language and imagery is not appropriate for any venue, including talks, workshops, parties, Twitter and other online media. Conference participants violating these rules may be sanctioned or expelled <em>without a refund</em> at the discretion of the organizers.</p>
<h2 id='the_less_quick_version'>The Less Quick Version</h2>
<p>Harassment includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, body size, race, religion, 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 sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p>
<p>If a participant engages in harassing behavior, the organizers may take any action they deem appropriate, including warning the offender or expulsion 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 staff immediately. </p>
<p>In case you can’t find a staff member, Mikeal Rogers is always there for you: <a href='http://twitter.com/mikeal'>@mikeal</a>, <a href='mailto:[email protected]'>[email protected]</a>, +1 206 650 8071.</p>
<p>Conference 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 festival. We value your attendance.</p>
<p>We expect participants to follow these rules at all festival related events.</p>
<h2 id='attribution'>Attribution</h2>
<p>This code of conduct is liberally stollen from <a href="http://confcodeofconduct.com/">http://confcodeofconduct.com/</a>.</p>
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</body>
</html>