forked from brooklynjs/brooklynjs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc.html
126 lines (105 loc) · 4.16 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BrooklynJS | The world's most popular programming language, in New York's most popular borough</title>
<meta name="description" content="BrooklynJS | a JavaScript meetup for New York's favorite borough">
<meta name="viewport" content="width=device-width">
<link rel='stylesheet' type='text/css' href='assets/styles/layout.css' />
<link rel='stylesheet' type='text/css' href='assets/styles/coc.css' />
</head>
<body>
<a href="index.html">
<header>
Brooklyn
<span class="j">J</span>
<span class="s">S</span>
</header>
</a>
<article class='main-content'>
<h1 class='page-title'>Our Code of Conduct</h1>
<p>
At BrooklynJS all attendees, sponsors, speaker, volunteers and staff are required
to follow the <a href='http://jsconf.com/codeofconduct.html'>
JSConf Code of Conduct</a>. We take our Code of Conduct very seriously
and it will be enforced by organizers during throughout Boroughgramming,
the main BrooklynJS event, and during our post-event drinks Bevera.js.
</p>
<iframe src='http://jsconf.com/codeofconduct.html'></iframe>
<h1 class='page-title'>Need Help?</h1>
<p>
If at any point you need help or to report a Code of Conduct violation
please use one of the following methods to contact us as quickly as
possible.
</p>
<h3>Find an Event Staff</h3>
<ul class='event-staff'>
<li>
<a href='https://www.twitter.com/brianloveswords'>
<img src='assets/images/brian.png'>
<strong>Brian</strong>
</a>
</li>
<li>
<a href='https://www.twitter.com/paladique'>
<img src='assets/images/jasmine.png'>
<strong>Jasmine</strong>
</a>
</li>
<li>
<a href='https://twitter.com/zeigenvector'>
<img src='assets/images/jenna.png'>
<strong>Jenna</strong>
</a>
</li>
<li>
<a href='https://www.twitter.com/kosamari'>
<img src='assets/images/mariko.png'>
<strong>Mariko</strong>
</a>
</li>
<li>
<a href='https://www.twitter.com/modernserf'>
<img src='assets/images/justin.jpg'>
<strong>Justin</strong>
</a>
</li>
</ul>
<h3>Text Message</h3>
<p>
If you send a text message to <a href='sms:15182557262'>1 (518) BKJS-COC</a>
a pseudo-anonymous alert will ping all organizers in a private Slack
channel. While we can find out the number that texted us through the
Twilio logs in the event of an emergency, if you would like for us to
contact you back quickly please include the best way to contact you in
your message.
</p>
<p>
This text message notifier is a fork of the
<a href='https://github.com/wafflejs/conduct'>WaffleJS notifier</a>.
</p>
<h3>Twitter</h3>
<p>
We keep the <a href='https://www.twitter.com/brooklyn_js'>
@brooklyn_js</a> direct messages open to allow anyone to reach out to
us. This Twitter account is maintained by Jasmine, Jenna, Mariko, & Justin.
</p>
<h3>Email</h3>
<p>
Feel free to send us an email with any questions or concerns to
<a href='mailto:[email protected]'>[email protected]</a>.
This email is maintained by Jasmine, Jenna, Mariko, & Justin and while it is
checked frequently it is not recommended as a contact method in the
event of an emergency.
</p>
</article>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66830517-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>