-
Notifications
You must be signed in to change notification settings - Fork 55
/
coc.html
264 lines (252 loc) · 15.6 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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PyCon India 2017</title>
<link rel="icon" href="images/favicon.png" type="images/png" sizes="16x16">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/customScrollbar.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/jquery.fullpage.css">
<link rel="stylesheet" href="css/transitions.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/colors/color-3.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="js/wow/wow.min.js"></script>
<script src="js/wow/init.wow.js"></script>
<style>
html,
body{height: auto;}
</style>
</head>
<body class="tg-home tg-homeone">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--************************************
Wrapper Start
*************************************-->
<div id="tg-wrapper" class="tg-wrapper tg-haslayout">
<!--************************************
Header Start
*************************************-->
<!--************************************
Header Start
*************************************-->
<header id="tg-header" class="tg-header tg-haslayout">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<strong class="tg-logo"><a href="index.html"><img src="images/logo.png" alt="company logo here"></a></strong>
<div class="tg-navigationarea">
<nav id="tg-nav" class="tg-nav">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#tg-navigation" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="tg-navigation" class="collapse navbar-collapse tg-navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="/2017/#speakers">Speakers</a></li>
<li><a href="/2017/#schedule">Schedule</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li class="menu-item-has-children">
<a href="javascript:void(0);">More</a>
<ul class="sub-menu">
<li><a href="childcare.html">Childcare</a></li>
<li><a target="_blank" href="https://in.pycon.org/cfp/2017/proposals">View Proposals</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="coc.html">Code of Conduct</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!--************************************
Header Stop
*************************************-->
<!--************************************
Inner Baner Start
*************************************-->
<div class="tg-innerbanner tg-haslayout tg-bgparallax">
<div class="container">
<div class="tg-innerbannercontent">
<div class="tg-pagetitle">
<h1 class="animated fadeInDown">Code Of Conduct</h1>
</div>
<ol class="tg-breadcrumb">
<li><a href="#">Home</a></li>
<li class="tg-active">Code Of Conduct</li>
</ol>
</div>
</div>
</div>
<!--************************************
Inner Baner End
*************************************-->
<!--************************************
Main Start
*************************************-->
<main id="tg-main" class="tg-main tg-haslayout">
<!--************************************
Sponsor End
*************************************-->
<div class="tg-sectionspace tg-haslayout">
<div class="container">
<div class="row">
<div class="col-xs-offset-0 col-xs-12 col-sm-offset-0 col-sm-12 col-md-offset-2 col-md-10 col-lg-offset-2 col-lg-8">
<div class="tg-sectionhead-sponsor">
<div class="tg-description">
<p>PyCon India is a community organized conference intended for advocating the use and adoption of the Python programming language in India. It is also a platform for fostering networking and collaboration among the Python developer community in India.</p><br>
<p> We value the participation of every member of the Python community and want all attendees to have an enjoyable and rewarding experience. Accordingly, every attendee of the conference is expected to show respect and courtesy to every other attendee throughout the conference and at all conference related events, whether officially organized by PyCon India or not.</p><br>
<p>To make clear what is expected, all delegates/attendees, speakers, exhibitors, organizers and volunteers at PyCon India are required to conform to the following Code of Conduct. Organizers will enforce this code throughout the event.</p><br>
<h3>Short Version</h3>
<p>PyCon India is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, race, religion or employment. We don't tolerate harassment of attendees in any form.</p>
<p>All communication should be appropriate for a professional audience, including people from many different backgrounds.</p><br>
<h4>Code for Speakers:</h4>
<p>Sexual language or imagery is inappropriate for your talks or slides. Refrain from using sexist, racist or exclusionary language anywhere in your content.</p><br>
<h4>Code for Exhibitors and Sponsors:</h4>
<p>Exhibitors in the expo hall, sponsor or vendor booths, are subject to the anti-harassment policy. </p>
<p>Exhibitors should not use sexualized images, activities, or other material.</p>
<p>Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p><br>
<h4>Code for Participants:</h4>
<p>Be kind and sensitive to the people around you and avoid any kind of offensive behavior. Sexist, racist or any other form of exclusionary or offensive jokes or excessive public swearing are not appropriate at any venue of PyCon India.</p>
<p>Attendees violating these rules may be asked to leave the conference without a refund at the sole discretion of the conference organizers.</p>
<p>Thank you for your consideration and help in making PyCon India a welcoming, friendly event for all of us.</p><br>
<h3>Long Version</h3>
<p>PyCon India is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, race, religion or employment.</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, and unwelcome sexual attention. We have zero tolerance on harassment of conference participants in any form, including, but not limited to the activities mentioned here.</p>
<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>
<p>Exhibitors in the expo hall, sponsor or vendor booths, or similar activities are also subject to the anti-harassment policy. In particular, exhibitors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p>
<p>All communication should be appropriate for a professional audience, including people from many different backgrounds. Sexual language or imagery is inappropriate for all aspects of the conference, including talks. Remember that sexist, racist or any other form of exclusionary or offensive jokes or excessive public swearing are not appropriate at any venue of PyCon India.</p>
<p>Do not insult or put down attendees or engage in any action that violates the open, welcoming and sharing spirit of the conference. Be kind and sensitive to the people around you when you are attending the conference, and avoid any kind of offensive or degrading behavior.</p>
<p>If a participant engages in behavior that violates this code of conduct, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund.</p>
<p>Thank you for helping to make PyCon India a welcoming, friendly event for all.</p><br>
<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 "PyCon India Staff" or "PyCon India Volunteer" badges.</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 conference. We value your attendance.</p><br>
<h4>License</h4>
<p>This Code of Conduct was forked from PSF Code of Conduct by Python Software Foundation which is under a Creative Commons Attribution 3.0 Unported License.</p>
<p>PyCon India Conference Code of Conduct is licensed under a Creative Commons Attribution 3.0 Unported License.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--************************************
Sponsor End
*************************************-->
</main>
<!--************************************
Main End
*************************************-->
<!--************************************
Footer Start
*************************************-->
<footer id="tg-footer" class="tg-footer tg-haslayout">
<div class="tg-foorterbar">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<p class="tg-copyrights">Copyright © 2017 Python Software Society of India</p>
<ul class="tg-socialicons">
<li class="tg-facebook"><a href="https://www.facebook.com/PyConIndia/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="tg-twitter"><a href="https://twitter.com/pyconindia" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="tg-linkedin"><a href="https://webchat.freenode.net/?channels=%23pyconindia" target="_blank"><i class="fa fa-comments"></i></a></li>
<li class="tg-googleplus"><a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
<strong class="tg-logo"><a href="index.html"><img src="images/logo.png" alt=""></a></strong>
</div>
</div>
</div>
</div>
</footer>
<!--************************************
Footer End
*************************************-->
</div>
<!--************************************
Wrapper End
*************************************-->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.3/moment.min.js"></script>
<script type="text/javascript" src="js/vendor/twitter-post-fetcher.js"></script>
<script type="text/javascript" src="js/vendor/twitter-post-fetcher-config.js"></script>
<script src="js/vendor/jquery-library.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCR-KEWAVCn52mSdeVeTqZjtqbmVJyfSus&language=en"></script>
<script src="js/customScrollbar.min.js"></script>
<script src="js/packery.pkgd.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/jquery.vide.min.js"></script>
<script src="js/jquery.fullpage.js"></script>
<script src="js/isotope.pkgd.js"></script>
<script src="js/prettyPhoto.js"></script>
<script src="js/countdown.js"></script>
<script src="js/countTo.js"></script>
<script src="js/appear.js"></script>
<script src="js/gmap3.js"></script>
<script src="js/feed.js"></script>
<script src="js/markdown-it.min.js"></script>
<script src="js/main.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-60420410-1','auto');ga('send','pageview');
</script>
<script>
$(document).ready(function(){
// Add scrollspy to <body>
$('body').scrollspy({target: ".navbar", offset: 50});
// Add smooth scrolling on all links inside the navbar
$("#tg-navigation a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>