Skip to content

Commit

Permalink
Add a preliminary Code of Conduct page
Browse files Browse the repository at this point in the history
  • Loading branch information
lfranchi committed Mar 1, 2014
1 parent 357cef8 commit feaa67f
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 1 deletion.
111 changes: 111 additions & 0 deletions conduct.html
@@ -0,0 +1,111 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.url }}/feed.xml">
<link href='https://fonts.googleapis.com/css?family=Helvetica:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>!!con</title>
</head>

<body>
<div id="container">
<div class="inner">

<header>
← go back <a href="/">home</a>.
</header>

<hr>

<section id="main_content">
<p>
<h3>Code of Conduct</h3>
!!Con (BangBangCon) is a fun and friendly conference intended for networking and collaboration in the programming community.
</p>
<p>
We value the participation of each member of the programming community and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees throughout the conference and at all conference events, whether officially sponsored by !!Con or not.
</p>

<p>
To make clear what is expected, all delegates/attendees, speakers, exhibitors, organizers and volunteers at any !!Con event are required to conform to the following Code of Conduct. Organizers will enforce this code throughout the event.
</p>

</section>

<section id="coc_summary">
<p><h4>The Short Version</h4></p>
<p>!!Con is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of conference participants in any form.</p>


<p>All communication should be appropriate for a professional audience including people of many different backgrounds. Sexual language and imagery is not appropriate for any conference venue, including talks.</p>


<p>Be kind to others. Do not insult or put down other attendees. Behave professionally. Remember that harassment and sexist, racist, or exclusionary jokes are not appropriate for !!Con.</p>


<p>Attendees violating these rules may be asked to leave the conference at the sole discretion of the conference organizers.</p>


<p>Thank you for helping make this a welcoming, friendly event for all.</p>
</section>

<section id="coc_detail">
<p><h4>The Longer Version</h4></p>
<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, derisive comments regarding technical background, and unwelcome sexual attention.</p>


<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>


<p>Be careful in the words that you choose. Remember that sexist, racist, and other exclusionary jokes can be offensive to those around you. Excessive swearing and offensive jokes are not appropriate for !!Con.</p>


<p>If a participant engages in behavior that violates the anti-harassment policy, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference.</p>


<p>In addition to having a code of conduct as an anti-harassment policy, we have a small set of social rules we follow. We (the organizers) learned and lifted these rules from Hacker School where we felt like they contributed enormously to a supportive, productive, and fun learning environment. We'd like !!Con to share that environment. These rules are intended to be lightweight, and to make more explicit certain social norms that are normally implicit. Most of our social rules really boil down to "don't be a jerk" or "don't be annoying." Of course, almost nobody sets out to be a jerk or annoying, so telling people not to be jerks isn't a very productive strategy.</p>


<p>Unlike the anti-harassment policy, violation of these rules will not result in expulsion from the conference or a strong warning from conference organizers, these are merely designed to provide some lightweight social structure for conference attendees to use when interacting with each other.</p>

<p>You can read about the specific social rules <a href="https://github.com/hausdorff/bangbangcon.github.io/wiki/Social-Rules" target="_blank">here</a>.</p>
</section>

<section id="contact">
<h4>Contact Information</h4>
<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff. Conference staff will be wearing "!!Con Staff" t-shirts. You may also contact hotel staff and ask to be put in touch with the conference chair - [TODO].</p>

<p>If the matter is especially urgent, please call/contact any of these individuals:</p>

<ul>
<li>First Name - (777) 123 1234</li>
<li>First Name - (777) 123 1234</li>
<li>First Name - (777) 123 1234</li>
</ul>

<p>Conference staff will be happy to help participants contact local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
</section>

<section id="License">
<p><h4>License</h4></p>
<p>This Code of Conduct was inspired by <a href="https://us.pycon.org/2014/about/code-of-conduct/" target="_blank">PyCon's code of conduct</a> and <a href="https://hackerschool.com" target="_blank">Hacker School</a>'s social rules.</p>

<img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by/3.0/88x31.png">
<p>Conference Code of Conduct by <a href="http://bangbangcon.com/conduct.html" target="_blank">http://bangbangcon.com/conduct.html</a> is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution 3.0 Unported License</a>.</p>
</section>
<footer>
<a href="docs.html">About us</a> • Hosted on <a href="https://github.com/hausdorff/bangbangcon.github.io" target="_source">GitHub Pages</a>
</footer>


</div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -31,7 +31,7 @@ <h3>May 17th & 18th &mdash; NYC</h3>

<center>
<p>
<a href="" target="_rsvp">Register!</a><a href="" target="_present">Submit a talk!</a>
<a href="" target="_rsvp">Register!</a><a href="" target="_present">Submit a talk!</a><a href="conduct.html" target="_present">Code of Conduct</a>
</p>
</center>

Expand Down

0 comments on commit feaa67f

Please sign in to comment.