-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconduct.html
91 lines (76 loc) · 3.91 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>Code of Conduct</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="images/favi.png">
</head>
<body>
<div class="nav-menu">
<ul>
<li><a class="link" href="index.html">Home</a></li>
<li><a class="link" href="tickets.html">Tickets</a></li>
<li><a class="link" href="sponsors.html">Sponsors</a></li>
<li><a class="link" href="about.html">About</a></li>
<li><a class="link" href="conduct.html">Conduct</a></li>
<li><a class="link" href="sign_in.html">Sign in / Sign up</a></li>
</ul>
</div>
<br>
<main>
<br>
<h1 class="title" style="margin-top:50px"> >>>Code of<strong> Conduct</strong></h1><br>
<p class="about-Pycon-Africa">PyCon Africa is governed by a formal code of conduct. In short, participants are expected to contribute to an environment that is <strong style="color: #3F79A8">open</strong> and welcoming, <strong style="color: #3F79A8">considerate</strong> and <strong style="color: #3F79A8">respectful</strong>.</p>
<br/>
<p class="about-Pycon-Africa">All attendees are expected to show respect and courtesy to others throughout the conference and at all conference events.<br/>
All communication should be appropriate for a general audience, which will include people from many different backgrounds.
Sexual language and imagery are not welcome.
</p>
<br>
<p class="about-Pycon-Africa"><strong>PyCon Africa will not tolerate:</strong></p><br>
<p class="about-Pycon-Africa">
<ol><strong style="color: #3F79A8">◉</strong> Sexist, racist or other exclusionary language, imagery or behaviour</ol>
<ol><strong style="color: #3F79A8">◉</strong> Intimidating or threatening language or behaviour</ol>
<ol><strong style="color: #3F79A8">◉</strong> Insulting or unpleasant language or behaviour</ol>
<ol><strong style="color: #3F79A8">◉</strong> Harassment or unwanted attention of any form</ol>
</p>
<br>
<p class="about-Pycon-Africa"><strong>If there is a problem</strong></p><br>
<p class="about-Pycon-Africa">
If you are troubled by the behaviour of another attendee at the conference, or are concerned that another attendee may be in distress, please speak immediately to any member of conference staff.<br/><br>
Your concern will be heard in confidence and taken seriously.
Conference staff - volunteers and organisers - will be on hand throughout the conference. Any concern, whatever it is, will be immediately passed on to a member of the conference committee.
The committee will investigate promptly and if necessary will take appropriate action.</p>
</main>
<footer class="footer-distributed">
<div class="footer-left">
<img src="images/sds.png">
</div>
<div class="footer-center">
<p class="footer-company-about">
<span>Contact us</span>
</p>
<div class="footer-icons">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Get Social</span>
</p>
<div class="footer-icons">
<a href="https://instagram.com/pyconafrica" class="fa fa-instagram"></a>
<a href="https://facebook.com/pyconafrica" class="fa fa-facebook"></a>
<a href="https://twitter.com/pyconafrica" class="fa fa-twitter"></a>
</div>
</div>
<br>
<br>
<p style="text-align: center;">Python/Django web hosting for PyCon Africa is generously donated by <a href="https://divio.com">Divio</a> Cloud.</p>
</footer>
</body>
</html>