This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcodeofconduct.html
128 lines (118 loc) · 5.54 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="HandheldFriendly" content="true" />
<meta name="title" content="Summer Hacks" />
<meta name="description" content="Summer Hacks by SOA Code Room" />
<meta property="og:image" content="https://raw.githubusercontent.com/SOACodeRoom/Summer-Hacks/main/img/header.png" />
<meta name="author" content="SOA Code Room" />
<meta name="keywords" content="SOA Code Room" />
<title>Summer Hacks</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="./css/nav.css">
</head>
<body>
<div id="particles-js"></div>
<nav>
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<ul class="nav-links">
<li><a id="pure-virtual-sticker" style="display:block;max-width:100px;min-width:100px;position:fixed;left:10px;top: 10px;width:10%;z-index:10000" href="#" target="_blank"><img src="./img/pure-virtual-sticker.svg" alt="" style="width:100%"></a>
<li><a href="index.html">HOME</a></li>
<li><a href="theme.html">THEMES</a></li>
<li><a href="events.html">EVENTS</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="apply.html" id="apply_button">APPLY🚀</a></li>
</li>
</ul>
</nav>
<section>
<h1 class="sub-heading-theme diagonal-text orange" style="padding: 2em 0 1em 0;">Code of Conducts</h1>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="container nexa">
<!-- Change from here -->
<br />
Most of our Code of Conducts are based on <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH’s Code of Conduct</a>. Our hackathon is dedicated to providing a safe and comfortable environment and harassment-free experience for everyone, regardless of the following:
<br />
<span>•</span> gender;
<br />
<span>•</span> gender identity and expression;
<br />
<span>•</span> age;
<br />
<span>•</span> sexual orientation;
<br />
<span>•</span> disability;
<br />
<span>•</span> physical appearance;
<br />
<span>•</span> body size;
<br />
<span>•</span> race;
<br />
<span>•</span> ethnicity;
<br />
<span>•</span> nationality;
<br />
<span>•</span> religion;
<br />
<span>•</span> political views;
<br />
<span>•</span> previous hackathon experience or lack of;
<br />
<span>•</span> coding experience or lack of. <br />
<br />
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:
<br />
<span>•</span> hacks;
<br />
<span>•</span> talks, presentations, or demos;
<br />
<span>•</span> workshops;
<br />
<span>•</span> any parties associated to the hackathon;
<br />
<span>•</span> social media;
<br />
<span>•</span> any other online media. <br />
<br />
Hackathon participants violating these rules may be sanctioned or expelled from the hackathon at the discretion of the hackathon organisers.
<br />
If you are experiencing any kind of problem, the please contact <a href="mailto:[email protected]?subject=Problem%20during%20hackathon.">here</a>.
</p>
</div>
</div>
</section>
<section class="diagonal-section black-bg" style="height: 4em; opacity: 1;"></section>
<section class="footer-section black-bg">
<div style="padding-top: 0;">
<div class="small text-center white">
<div class="social d-flex justify-content-center"></div>
<div class="white mb-4 sub-heading-small">
Copyright © SOA Code Room 2021
</div>
</div>
<section>
<script src="js/script.js"></script>
<script src="./js/particles.js"></script>
<script src="./js/app.js"></script>
<script src="./js/nav.js"></script>
<body>
<html></html>
</body>
</section>
</div>
</section>
</html>