-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcode-of-conduct.html
244 lines (215 loc) · 8.68 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="google-site-verification"
content="rp2DfFK_iSAW48ZmK_ZoOKNj5LRjp71YUZddM1-cCGU"
/>
<meta charset="utf-8" />
<title>UHACK19</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0,
viewport-fit=cover"">
<meta name=" apple-mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#091822" />
<meta name="apple-mobile-web-app-status-bar-style" content="#091822" />
<script>
document.addEventListener("DOMContentLoaded", function() {
if (
navigator.userAgent.indexOf("Safari") != -1 &&
navigator.userAgent.indexOf("Chrome") == -1
) {
let illustration = document.getElementById("landing-illustration");
illustration.setAttribute("src", "./assets/img/v6-tower.png");
}
});
</script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-109906061-2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-109906061-2");
</script>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"
/>
<link rel="stylesheet" href="assets/css/styles.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.9/typed.min.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.4.1/js/all.js"
integrity="sha384-L469/ELG4Bg9sDQbl0hvjMq8pOcqFgkSpwhwnslzvVVGpDjYJ6wJJyYjvG3u8XW7"
crossorigin="anonymous"
></script>
<link rel="icon" type="image/png" href="img/RED.png" />
</head>
<body>
<progress value="0" id="progressBar">
<div class="progress-container"></div>
</progress>
<section class="stats-container">
<h1 class="section-title" data-entrance="fade">
<span class="underline schedule">Code Of Conduct</span>
</h1>
<br /><br />
<div>
<div style="text-align: left;" class="container">
<h1
class="social-good-text"
data-entrance="fade"
style="text-align:center; margin-bottom: 30px;"
>
<span class="underline hack">Our Pledge</span>
</h1>
<p class="social-good-text" data-entrance="fade">
In the interest of fostering an open and welcoming environment, we
as contributors and maintainers pledge to making participation in
our project and our community a harassment-free experience for
everyone, regardless of age, body size, disability, ethnicity,
gender identity and expression, level of experience, nationality,
personal appearance, race, religion, or sexual identity and
orientation.
</p>
<h1
class="social-good-text"
data-entrance="fade"
style="text-align:center; margin-bottom: 30px;"
>
<span class="underline hack">Our Standards</span>
</h1>
<p>
Examples of behavior that contributes to creating a positive
environment include:
</p>
<ul data-entrance="fade" style="color:white;list-style:inside;">
<li>Using welcoming and inclusive language</li>
<li>Being respectful of differing viewpoints and experiences</li>
<li>Gracefully accepting constructive criticism</li>
<li>Focusing on what is best for the community</li>
<li>Showing empathy towards other community members</li>
</ul>
<p>Examples of unacceptable behavior by participants include:</p>
<ul data-entrance="fade" style="color:white;list-style:inside;">
<li>
The use of sexualized language or imagery and unwelcome sexual
attention or advances
</li>
<li>
Trolling, insulting/derogatory comments, and personal or political
attacks
</li>
<li>Public or private harassment</li>
<li>
Publishing others' private information, such as a physical or
electronic address, without explicit permission
</li>
<li>
Other conduct which could reasonably be considered inappropriate
in a professional setting
</li>
</ul>
<h1
class="social-good-text"
data-entrance="fade"
style="text-align:center; margin-bottom: 30px;"
>
<span class="underline hack">Our Responsibilities</span>
</h1>
<p class="social-good-text" data-entrance="fade">
Project maintainers are responsible for clarifying the standards of
acceptable behavior and are expected to take appropriate and fair
corrective action in response to any instances of unacceptable
behavior.
</p>
<p class="social-good-text" data-entrance="fade">
Project maintainers have the right and responsibility to remove,
edit, or reject comments, commits, code, wiki edits, issues, and
other contributions that are not aligned to this Code of Conduct, or
to ban temporarily or permanently any contributor for other
behaviors that they deem inappropriate, threatening, offensive, or
harmful.
</p>
<h1
class="social-good-text"
data-entrance="fade"
style="text-align:center; margin-bottom: 30px;"
>
<span class="underline hack">Scope</span>
</h1>
<p class="social-good-text" data-entrance="fade">
This Code of Conduct applies both within project spaces and in
public spaces when an individual is representing the project or its
community. Examples of representing a project or community include
using an official project e-mail address, posting via an official
social media account, or acting as an appointed representative at an
online or offline event. Representation of a project may be further
defined and clarified by project maintainers.
</p>
<h1
class="social-good-text"
data-entrance="fade"
style="text-align:center; margin-bottom: 30px;"
>
<span class="underline hack">Enforcement</span>
</h1>
<p class="social-good-text" data-entrance="fade">
All complaints will be reviewed and investigated and will result in
a response that is deemed necessary and appropriate to the
circumstances. The project team is obligated to maintain
confidentiality with regard to the reporter of an incident. Further
details of specific enforcement policies may be posted separately.
</p>
<p class="social-good-text" data-entrance="fade">
Project maintainers who do not follow or enforce the Code of Conduct
in good faith may face temporary or permanent repercussions as
determined by other members of the project's leadership.
</p>
</div>
</div>
</section>
<section class="contact-container">
<a href="index.html#landing">
<img src="img/RED.png" alt="logo" class="logo-picture" />
</a>
<div id="footer-content">
<a href="mailto:[email protected]">
<i class="fa fa-envelope fa-sm" aria-hidden="true"></i>
</a>
<a
href="https://www.facebook.com/infoxpression"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-facebook fa-sm" aria-hidden="true"></i>
</a>
<a
href="https://www.instagram.com/infoxggsipu/"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram fa-sm" aria-hidden="true"></i>
</a>
</div>
<!-- <div id="copyright">
<span>Made with ☕️ & 💛 By HackDelhi</span>
</div> -->
</section>
<a href="index.html#landing" id="scroll-to-top">
<i class="icon-chevron-up"></i>
</a>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="assets/js/bundle.js"></script>
</body>
</html>