-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode-of-conduct.html
More file actions
140 lines (138 loc) · 5.4 KB
/
code-of-conduct.html
File metadata and controls
140 lines (138 loc) · 5.4 KB
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
<html>
<head>
<title>
London Python Project Nights - Code of Conduct
</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="/assets/css/suggestions-welcome.css">
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
</head>
<body>
<span id="suggestions-welcome">
<a href="https://github.com/london-python-project-nights/london-python-project-nights.github.io">
Suggestions welcome!
</a>
</span>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar"
aria-expanded="false"
aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<span>
<img src="/assets/png/Logo.png" alt="Logo">
</span>
<span> London Python Project Nights </span>
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/events">Events</a></li>
<li><a href="/code-of-conduct">Conduct</a></li>
<li><a href="/mail">Mailing List</a></li>
<li><a href="/tweets">Tweets</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="starter-template">
<div class="card">
<h1 class="heading">
London Python Project Nights' Statement on Diversity and Conduct
</h1>
<div class="content">
<p>
Happily, London's Python community is diverse and maintains a
reputation as friendly, welcoming and dynamic.
</p>
<p>
We trust that attendees of London Python Project Nights will
treat each other in a way that reflects the widely held view
that diversity and friendliness are strengths of our community
to be celebrated and fostered.
</p>
<p>
Furthermore, we believe attendees have a right to:
</p>
<ul>
<li>
be treated with courtesy, dignity and respect;
</li>
<li>
be free from any form of discrimination, victimisation,
harassment or bullying;
</li>
<li>
enjoy an environment free from unwelcome behaviour,
inappropriate language and unsuitable imagery.
</li>
</ul>
<p>
We also make the following requests in order to foster a
welcoming environment for new projects and their contributors:
</p>
<ul>
<li>
please choose a license for your project;
</li>
<li>
please contribute to a project;
</li>
<li>
if it's your own project make it clear what forms of
contribution are welcome from others;
</li>
<li>
if it's another's project please respect their wishes;
</li>
<li>
please offer any insights from your own experience, but do
so respectfully and bear in mind that the recipient of your
advice is free to disagree.
</li>
</ul>
<p>
If problems covered by this code of conduct arise, please
contact a London Python Project Nights organiser directly and in
private. Any complaint will remain confidential, be taken
seriously, investigated, and dealt with appropriately.
</p>
<p>
London Python Project Nights reserves the right to carry out any
of the following actions relating to a complaint:
</p>
<ul>
<li>
The person concerned may be told to stop/modify their
behaviour appropriately and a warning will be issued;
</li>
<li>
The person concerned may be warned that enforcement action
may be taken if the behaviour continues;
</li>
<li>
The person concerned may be asked to leave the venue
immediately and/or will be prohibited from continuing to
attend London Python Project Nights;
</li>
<li>
The incident may be reported to the Police.
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>