-
Notifications
You must be signed in to change notification settings - Fork 3
/
codeofconduct.html
48 lines (48 loc) · 2.14 KB
/
codeofconduct.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">
<title>Code Of Conduct</title>
<link rel="shortcut icon" href="images/MLSC logo.png" type="image/x-icon">
<link rel="stylesheet" href="css/codeofconduct.css">
</head>
<body>
<section id="code_of_conduct">
<div>
<h1 class="cod_heading">CODE OF CONDUCT</h1>
</div>
<div class="container3">
<div class="aboutcodeofconduct"> <p style="text-align: justify;">
<b><a href="https://makeathon.mlsctiet.co.in/" target="_blank">Makeathon 4.0</a> is dedicated to providing a safe and comfortable environment and harassment-free experience for everyone, regardless of the following:</b>
<ul class="list-class">
<li>Gender</li>
<li>Gender identity and expression</li>
<li>Age</li>
<li>Sexual orientation</li>
<li>Disability</li>
<li>Physical appearance</li>
<li>Body size</li>
<li>Race</li>
<li>Ethnicity</li>
<li>Nationality</li>
<li>Religion</li>
<li>Political views</li>
<li>Previous hackathon attendance or lack of computing experience or lack of chosen programming language or tech stack</li>
</ul>
<b>We do not tolerate harassment of hackathon participants in any form. Sexual language and imagery is not appropriate at any hackathon venue, this includes the following:</b>
<ul class="list-class">
<li>Hacks</li>
<li>Talks, presentations, or demos</li>
<li>Workshops</li>
<li>Any parties associated to the hackathon</li>
<li>Social media</li>
<li>Any other online media</li>
</ul>
</p>
</div>
</div>
</section>
</body>
</html>