-
Notifications
You must be signed in to change notification settings - Fork 3
/
coc.html
140 lines (122 loc) · 5.17 KB
/
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Code of Conduct - NSLondon</title>
<link rel="stylesheet" href="minimal/stylesheets/styles.css">
<link rel="stylesheet" href="minimal/stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
@media (prefers-color-scheme: dark) {
h1 {
color:#F3EFFF;
}
h2, body {
color:#E8E0FF;
}
body {
background-color:#180236;
}
a {
color:#a977fa;
}
a:hover {
color:#7b3dde;
}
}
@media (prefers-color-scheme: light) {
h1 {
color:#260554;
}
h2, body {
color:#593887;
}
body {
background-color:#FDFCFF;
}
a {
color:#904bff;
}
a:hover {
color:#6534b4;
}
}
body {
font:15px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
font-weight:400;
text-decoration:none;
}
.speakers ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.speakers li {
float: left;
margin-right: 50px;
}
.speakers img {
border-radius: 50px;
}
.venue {
clear: both;
}
.venue h4 {
padding-top: 30px;
}
.highlight {
background-color: #ffa !important;
}
</style>
<!-- Icons -->
<!-- Favicon -->
<link rel="shortcut icon" href="./meta/favicon.ico" />
<!-- Apple/Safari icon -->
<link rel="apple-touch-icon" sizes="57x57" href="./meta/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="./meta/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./meta/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="./meta/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./meta/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="./meta/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./meta/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="./meta/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./meta/apple-icon-180x180.png" />
<!-- Android Chrome -->
<link rel="icon" type="image/png" sizes="192x192" href="./meta/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="96x96" href="./meta/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./meta/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./meta/favicon-16x16.png" />
<!-- END Icons -->
</head>
<body>
<div class="wrapper">
<header>
<h1>Code of Conduct</h1>
</header>
<section>
<p>All attendees, speakers, sponsors and volunteers at our meetup are required to agree with the following code of conduct. Team members will enforce this code throughout the event. 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>
<p>Our meetup is dedicated to providing a harassment-free experience for everyone, regardless of gender, age, 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 parts of our events, including talks, workshops, Twitter and other online media. Attendees violating these rules may be sanctioned or expelled from this meetup and/or any future meetups at the discretion of the usergroup organisers.</p>
<h1>Need Help?</h1>
<p>Please tweet/DM us at <a href="https://twitter.com/NSLondonMeetup">@NSLondonMeetup</a>, or <a href="mailto:hello@nslondon.com">mail us</a> directly.</p>
<p>Adapted from <a href="http://up.front.ug">up.front.ug</a> <a href="http://up.front.ug/codeofconduct.html">Code of Conduct</a> based on <a href="http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy">The Ada Initiative</a></p>
</section>
<footer>
<p><a href="https://nslondon.com">Home</a></p>
<p><small>The Apple logo is a trademark of Apple Inc., registered in the U.S. and other countries and regions.</small>
<br>
<small>Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="minimal/javascripts/scale.fix.js"></script>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script>
</body>
</html>