-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcoc.html
48 lines (47 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<script src="js/loadhtml.js"></script>
<link rel="stylesheet" text="type/css" href="css/coc.css"/>
<title>Code of Conduct</title>
</head>
<body>
<div w3-include-html="common/navbar.html"></div>
<section class="container">
<h1>Code of Conduct</h1>
<p>For our hackathons to take place smoothly and safely, WeHack requires all participants to adhere to our Code of Conduct:</p>
<h2>Do</h2>
<ul>
<li>Always be friendly, harmonious, and polite with everyone.</li>
<li>Respect the Judges, Advisory Boards, and Sponsors; without their help, there would be no meaningful hackathons for all of us.</li>
<li>Show respect to each individual inside and outside the group.</li>
<li>Complete the assigned tasks following the rules and deadlines given by the hackathon.</li>
<li>Actively and confidently participate in hackathons activities.</li>
<li>Develop creativity by yourself and the whole team in the spirit of solidarity</li>
</ul>
<h2>Don't</h2>
<ul>
<li>Discrimination, disrespect, harassment, and impolite behavior towards other group members.</li>
<li>Be disrespectful towards the Jury, Advisory Board, Sponsors, and Organizers.</li>
<li>Physically and mentally abusive behavior towards other members through various forms.</li>
<li>Using negative language and images in the process of participating and creating products in various forms.</li>
<li>Failure to comply with the regulations of the organizer.</li>
<li>Plagiarize existing ideas and products on social networking sites and many other forms.</li>
<li>Hackathon participants who violate our Code of Conduct will be warned, sanctioned, or expelled from the hackathon at the organizer's discretion.</li>
</ul>
<p>If you need any assistance, please notify the Contest Organizer or Advisory Board directly. In addition, you can contact us through the following forms:</p>
<ul>
<li>Phone number: 033 594 4507</li>
<li>Email: wedo.organization22@gmail.com </li>
</ul>
</section>
<div w3-include-html="common/footer.html"></div>
<script>
includeHTML();
</script>
</body>
</html>