-
Notifications
You must be signed in to change notification settings - Fork 2
/
code-of-conduct.html
249 lines (206 loc) · 11.7 KB
/
code-of-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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>BelPy 2024 | Code Of Conduct</title>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex">
<div class="logo mr-auto">
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="pyhack.html">PyHack</a></li>
<li><a href="pyexpo.html">PyExpo</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="team.html">Team</a></li>
<li class="active"><a href="code-of-conduct.html">Code Of Conduct</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<body>
<main id="main">
<img src="assets/img/bg2.png" alt="" class="bg-img" data-aos="fade-down">
<section id="code-of-conduct" class="code-of-conduct features">
<div class="container">
<div class="section-title" data-aos="fade-up">
<p>Code Of Conduct</p>
</div>
<div class="icon-box" data-aos="fade-up">
<div>
<p>BelPy is a community virtual conference intended for networking and collaboration in the developer
community.
</p>
<p>We value the participation of each member of the Python 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.</p>
<p>To make clear what is expected, all staff, attendees, speakers, exhibitors, organizers, and volunteers at
any BelPy event are required to conform to the following Code of Conduct, as set forth by the Python
Software Foundation. Organizers will enforce this code throughout the event.</p>
</div>
</div>
<div class="icon-box text-left" data-aos="fade-up">
<h4 class="font-weight-bold text-center mb-3">Our Community</h4>
<p>Members of the Python community are <b>open, considerate, and respectful</b>. Behaviors that reinforce
these values contribute to a positive environment, and include:
</p>
<ul>
<li><b>Being open.</b> Members of the community are open to collaboration, whether it’s on PEPs, patches,
problems, or otherwise.</li>
<li><b>Focusing on what is best for the community.</b> We’re respectful of the processes set forth in the
community, and we work within them.
</li>
<li><b>Acknowledging time and effort.</b> We’re respectful of the volunteer efforts that permeate the Python
community. We’re thoughtful when addressing the efforts of others, keeping in mind that often times the
labor was completed simply for the good of the community</li>
<li><b>Being respectful of differing viewpoints and experiences.</b> We’re receptive to constructive
comments and criticism, as the experiences and skill sets of other members contribute to the whole of our
efforts.</li>
<li><b>Showing empathy towards other community members.</b> We’re attentive in our communications, whether
in person or online, and we’re tactful when approaching differing views.</li>
<li><b>Being considerate.</b> Members of the community are considerate of their peers – other Python users.
</li>
<li><b>Being respectful.</b> We’re respectful of others, their positions, their skills, their commitments,
and their efforts.</li>
<li><b>Gracefully accepting constructive criticism.</b> When we disagree, we are courteous in raising our
issues.</li>
<li><b>Using welcoming and inclusive language.</b> We’re accepting of all who wish to take part in our
activities, fostering an environment where anyone can participate and everyone can make a difference.</li>
</ul>
</div>
<div class="icon-box text-left" data-aos="fade-up">
<h4 class="font-weight-bold text-center mb-3">Misconduct</h4>
<p><b>Unacceptable behavior includes but is not limited to:</b></p>
<ul>
<li>Intimidating, harassing, abusive, discriminatory, derogatory, or demeaning speech or actions.</li>
<li>Harmful or prejudicial verbal or written comments or visual images related to gender, sexual
orientation, race, religion, disability, or other personal characteristics, including those protected by
law.</li>
<li>Inappropriate use of nudity and/or sexual images.</li>
<li>The real or implied threat of professional or financial damage or harm.</li>
<li>Inappropriate disruption of meetings or events.</li>
<li>Presentations, postings, and messages should not contain promotional materials, special offers, job
offers, product announcements, or solicitation for services. BelPy reserves the right to remove such
messages and potentially ban sources of those solicitations.</li>
</ul>
<p>Downloading, taking screenshots, photography, video, or audio recording of oral or poster presentations and
slides is prohibited.</p>
<p><b>Consequences of misconduct may include:</b></p>
<ul>
<li>Immediate removal from meetings or events without warning.</li>
<li>Restrictions from future BelPy meetings and events.</li>
</ul>
</div>
<div class="icon-box text-left" data-aos="fade-up">
<h4 class="text-center"><b><u>Volunteer</u></b></h4>
<h5 class="text-center">Revati K</h5>
<h5 class="text-center">Anish V</h5>
<h5 class="text-center">Ranjita B</h5>
<h5 class="text-center">Aditi B</h5>
</div>
<div class="icon-box text-left" data-aos="fade-up">
<h4 class="text-center font-weight-bold">Contact Information</h4>
<p>If you believe that someone is violating the code of conduct, or have any other concerns, please contact a
member of the event staff immediately. They can be reached by emailing <a
href="mailto:[email protected]">[email protected]</a>. </p>
<p>
In case of a conflict of interest, you can individually contact:
<ul>
<li><b>Gajendra Deshpande</b> (Co-Chair) - <a
href="mailto:[email protected]">[email protected]</a></li>
<!--li><b>Prithvi Gudodagi</b> - <a href="mailto:[email protected]">[email protected]</a></li>
<li><b>Shikha Shetgeri</b> - <a href="mailto:[email protected]">[email protected]</a-->
</li>
</ul>
</p>
</div>
<div class="text-center">
<small>Adapted from: <a href="https://pycon-archive.python.org/2020/about/code-of-conduct/"
target="_blank">PyCon US</a> and <a
href="https://www.asbmb.org/meetings-events/virtual-events-webinars/code-of-conduct" target="_blank">ASBMB
virtual events</a> websites.
</small>
</div>
</div>
</section>
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<img class="d-none d-lg-block" src="assets/img/footer.png" alt="" width="600"
style="position: absolute; right: 0; margin-top: 20px;">
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="200">
<h4>Follow Us on Social Media</h4>
<div class="social-links mt-3">
<a target="_blank" href="https://twitter.com/Belpy2021?s=08" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a target="_blank" href="https://www.facebook.com/Belpy2021-100165431927686/" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/belpy24" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/belpy" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="mailto:[email protected]" class="google-plus"><i class="bx bx-mail-send"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="300">
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="code-of-conduct.html">Code Of Conduct</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="call-for-proposals.html">Call For Proposals</a></li>
<!--li><i class="bx bx-chevron-right"></i> <a href="ambassadors.html">Ambassadors</a></li-->
<li><i class="bx bx-chevron-right"></i> <a href="sponsorship.html">Sponsorship</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="schedule.html">Schedule</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="speakers.html">Speakers</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pyhack.html">PyHack</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
<small>Inspired by <a href="https://bootstrapmade.com/">BootstrapMade</a></small> | © Copyright
<strong><span>BelPy 2024</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>