-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcode-of-conduct.html
62 lines (59 loc) · 7.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>UIK Code of Conduct</title>
<link rel="icon" type="image/png" sizes="352x352" href="assets/img/ibn_khaldoun_logo.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i">
<link rel="stylesheet" href="assets/css/untitled.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-dark navbar-custom">
<div class="container"><a class="navbar-brand" href="index.html"><img src="assets/img/ibn_khaldoun_logo.png" style="width: 36px;height: 36px;margin: 0px;margin-right: 16px;">UIK Community</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navbarResponsive"><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse" id="navbarResponsive">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"></li>
</ul>
</div>
</div>
</nav>
<section>
<div class="p-5" style="margin: 0px;padding: 0px;margin-top: 48px;">
<h6 class="display-4" style="margin-bottom: 26px;margin-top: 10px;">Code of Conduct<br></h6>
<h2 style="margin: 12;">Introduction</h2>
<p>IBN Khaldoun Community is a community intended for collaboration and learning in the student community. We value the participation of each member of the student community and want all attendees to have an enjoyable and fulfilling experience.<br><br>This
Code of Conduct looks at the actions of IBN Khaldoun community members, students, open source projects, events and code repositories and since we are humans and a local community, we can fall into communication problems and discontent.
That's why we have placed some basic rules, which we require our members to consider, to get a pleasant environment, lead to communication, collaboration, and sharing.<br><br>Accordingly, all attendees are expected to show respect and
courtesy to other attendees throughout the Events. To make clear what is expected, all attendees and speakers at this Events are required to conform to the following Code of Conduct. Organizers and University of IBN Khaldoun officials
will enforce this code throughout the event.<br></p>
<h2>The code<br></h2>
<p>All participants in these events must abide by the following Code:<br><br><strong><span style="text-decoration: underline;">Be respectful:</span></strong> We do not all have the same opinions. However, disagreement in no way excuses bad behavior
or execrable manners. We all experience frustration from time to time. However, it must not turn into a personal attack. Remember, if community members do not feel comfortable or confident, it will not be productive.<br><br><strong><span style="text-decoration: underline;">Be benevolent:</span></strong> Your work will be used by other people and you will also have to use the work of others. So you will have to make a mindset of open sharing.<br><br><strong><span style="text-decoration: underline;">Be kind:</span></strong> All members
of the Ibn Khaldoun community must feel accepted, regardless of their situation. Be courteous, respectful and polite to other members.<br><br><strong><span style="text-decoration: underline;">Communicate effectively:</span></strong> We
do not all have the same level of knowledge. To avoid misunderstandings, communicate clearly. We do not all come from the same background and, therefore, we can interpret the words differently.<br><br><strong><span style="text-decoration: underline;">Post New Ideas:</span></strong> Always post new ideas for project, event, and talks, this will have a great impact on other members to think differently.<br><br><strong><span style="text-decoration: underline;">Be excellent to each other: </span></strong>The Organizers
want the events to be an excellent experience for everyone regardless of gender identity and expression, sexual orientation, disabilities, neurodiversity, physical appearance, body size, ethnicity, nationality, race, age, religion, or
other protected category. Treat everyone with respect. Participate while acknowledging that everyone deserves to be at the event -- and each of us has the right to enjoy the experience without fear of harassment, discrimination, or condescension,
whether blatant or via micro-aggressions. Jokes shouldn’t demean others. Consider what you are saying and how it would feel if it were said to or about you.<br><br><strong><span style="text-decoration: underline;">Speak up if you see or hear something: </span></strong>Harassment
is not tolerated, and you are empowered to politely engage when you or others are disrespected. The person making you feel uncomfortable may not be aware of what they are doing, and politely bringing their behavior to their attention is
encouraged. If a participant engages in harassing or uncomfortable behavior, the Organizers may take any action they deem appropriate, including warning or expelling the offender from the event with no refund. If you are being harassed
or feel uncomfortable, notice that someone else is being harassed, or have any other concerns, please contact a member of the event staff immediately.<br><br><strong><span style="text-decoration: underline;">Harassment is not tolerated:</span></strong> Harassment includes, but is not limited to: verbal language that reinforces social structures of domination related to gender identity and expression, sexual orientation, disabilities, neurodiversity, physical appearance, body size, ethnicity,
nationality, race, age, religion, or other protected category; sexual imagery in public spaces; deliberate intimidation; stalking; following; harassing photography or recording; sustained disruption of talks or other events; offensive
verbal language; inappropriate physical contact; and unwelcome sexual attention. Participants asked to stop any harassing behavior are expected to comply immediately.<br><br><strong><span style="text-decoration: underline;">And finaly:</span></strong> Participants
asked to stop any harassing behavior are expected to comply immediately. If participants fail to comply they will be asked to leave the event.<br><br>Be careful and mindful of the words that you choose. Remember that sexist, racist, and
other exclusionary comments and hacks can be offensive to those around you.<br><br>If a participant engages in behavior that violates this code of conduct, the event organizers will take any action they deem appropriate, including warning
the offender or expulsion from the events.</p>
</div>
</section>
<footer class="py-5 bg-black">
<div class="container">
<p class="text-center text-white m-0 small">Copyright © UIK Community 2019</p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>