-
Notifications
You must be signed in to change notification settings - Fork 29
/
codeofconduct.html
209 lines (185 loc) · 11.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121199486-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121199486-2');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code of Conduct | NJACK Winter of Code</title>
<meta name="description" content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience." />
<meta NAME="Keywords" CONTENT="Njack,winter,code,nwoc,iit,iitp,patna,indian institute of technology">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="NJACK Winter of Code">
<meta itemprop="description" content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience.">
<meta itemprop="image" content="https://njackwinterofcode.github.io/nwocLogo.jpg">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@njackiitp">
<meta name="twitter:title" content="NJACK Winter of Code">
<meta name="twitter:description" content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience.">
<meta name="twitter:creator" content="@njackiitp">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https://njackwinterofcode.github.io/nwocLogo.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="NJACK Winter of Code" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://njackwinterofcode.github.io/" />
<meta property="og:image" content="https://njackwinterofcode.github.io/nwocLogo.jpg" />
<meta property="og:description" content="NWoC is a program that helps students understand the paradigm of Open Source contribution and gives them real world software development experience." />
<meta property="og:site_name" content="NWoC" />
<meta property="article:published_time" content="2018-10-11T05:59:00+01:00" />
<meta property="article:modified_time" content="2018-10-12T19:08:47+01:00" />
<meta property="article:section" content="NJACK Winter of Code is an initiative by Open Source Department of NJACK, IIT Patna for the students, who have never participated in Free or Open Source Software (FOSS) development before, to get them involved during the winter vacations and break the ice of Open Source contributions." />
<meta property="article:tag" content="NWoC" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="canonical" href="https://njackwinterofcode.github.io/codeofconduct.html"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto">
<link rel="stylesheet" href="/materialjs/material.min.css" />
<link rel="stylesheet" href="style.css" />
<script defer src="/materialjs/material.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.nwoc-drawer-item').click(function() {
$( '.mdl-layout__drawer, .mdl-layout__obfuscator' ).removeClass( 'is-visible' );
});
});
</script>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--no-desktop-drawer-button">
<header class="mdl-layout__header mdl-layout__header--scroll nwoc-header">
<div class="mdl-layout__header-row">
<a href="/" style="text-decoration:none;">
<span class="mdl-layout-title nwoc-menu-title">
<span class="nwoc-menu-njack">NJACK</span> Winter of Code
</span>
</a>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link nwoc-menu-item" href="/#register">Register</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/projects.html">Projects</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/leaderboard.html">Leaderboard</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/archive.html">Archive</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/codeofconduct.html">Conduct</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/contact.html">Contact</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/timeline.html">Timeline</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer nwoc-drawer">
<div class="nwoc-close-button-div">
<button class="mdl-button mdl-js-button nwoc-close-button nwoc-drawer-item">
<i class="material-icons">close</i>
</button>
</div>
<nav class="mdl-navigation">
<a class="mdl-navigation__link nwoc-drawer-item" href="/#register">Register</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/projects.html">Projects</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/leaderboard.html">Leaderboard</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/archive.html">Archive</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/codeofconduct.html">Conduct</a>
<a class="mdl-navigation__link nwoc-drawer-item" href="/contact.html">Contact</a>
<a class="mdl-navigation__link nwoc-menu-item" href="/timeline.html">Timeline</a>
</nav>
</div>
<main class="mdl-layout__content">
<!--
<div class="nwoc-landing-header">
<img class="nwoc-big-logo" src="images/nwoc-logo.png"/>
<div class="nwoc-slogan">
<p>NWoC helps new students understand the paradigm of Open Source contributions and
give them real world development experience.
</p>
</div>
</div>
-->
<div class="nwoc-content">
<h3>Code of Conduct</h3>
<p>NJACK is dedicated to providing a positive and harassment-free event experience for everyone, regardless of age, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, ethnicity, race, religion, nationality, or level of experience. We do not tolerate harassment of event participants in any form, nor do we tolerate any behavior that would reasonably lead to another event participant being made to feel unsafe, insecure, or frightened for their physical or emotional well-being. All communication should be appropriate for a professional audience including people of many different backgrounds.</p>
<p>Examples of encouraged behavior that contributes to a positive environment include:</p>
<ul style="font-size: 16px">
<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 everyone at the event.</li>
<li>Showing empathy towards other participants.</li>
</ul>
<p>Unacceptable behavior includes:</p>
<ul style="font-size: 16px">
<li>The use of sexualized language or imagery, or inappropriate physical contact, sexual attention, or advances.</li>
<li>Trolling, insulting or derogatory comments, personal or political attacks, or sustained disruption of talks or other events.</li>
<li>Deliberate intimidation, stalking, following, or harassing photography or recording.</li>
<li>Harassment of any kind, even in a joking or ironic manner.</li>
<li>Other conduct which could reasonably be considered inappropriate in a professional setting.</li>
</ul>
<p>Be kind to others. Do not insult or put down other participants. Behave professionally. Remember that harassment and sexist, racist, or exclusionary jokes are not appropriate at this event.</p>
<p>Thank you for helping to make this a welcoming, friendly space for all.</p>
<p>If you have any concerns, please <a href="/contact.html">contact</a> the organizers.</p>
</div>
<footer>
<svg viewBox="0 0 120 28">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="1" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 13 -9" result="goo" />
<xfeBlend in="SourceGraphic" in2="goo" />
</filter>
<path id="wave" d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</defs>
<use id="wave3" class="wave" xlink:href="#wave" x="0" y="-2" ></use>
<use id="wave2" class="wave" xlink:href="#wave" x="0" y="0" ></use>
<g class="gooeff" filter="url(#goo)">
<circle class="drop drop1" cx="20" cy="2" r="8.8" />
<circle class="drop drop2" cx="25" cy="2.5" r="7.5" />
<circle class="drop drop3" cx="16" cy="2.8" r="9.2" />
<circle class="drop drop4" cx="18" cy="2" r="8.8" />
<circle class="drop drop5" cx="22" cy="2.5" r="7.5" />
<circle class="drop drop6" cx="26" cy="2.8" r="9.2" />
<circle class="drop drop1" cx="5" cy="4.4" r="8.8" />
<circle class="drop drop2" cx="5" cy="4.1" r="7.5" />
<circle class="drop drop3" cx="8" cy="3.8" r="9.2" />
<circle class="drop drop4" cx="3" cy="4.4" r="8.8" />
<circle class="drop drop5" cx="7" cy="4.1" r="7.5" />
<circle class="drop drop6" cx="10" cy="4.3" r="9.2" />
<circle class="drop drop1" cx="1.2" cy="5.4" r="8.8" />
<circle class="drop drop2" cx="5.2" cy="5.1" r="7.5" />
<circle class="drop drop3" cx="10.2" cy="5.3" r="9.2" />
<circle class="drop drop4" cx="3.2" cy="5.4" r="8.8" />
<circle class="drop drop5" cx="14.2" cy="5.1" r="7.5" />
<circle class="drop drop6" cx="17.2" cy="4.8" r="9.2" />
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="1" />
</g>
<!-- g mask="url(#xxx)">
<path id="wave1" class="wave" d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</g>
</g -->
</svg>
<div class = "footer-text2">
<div>
© NJACK, IIT Patna 2020
<ul class="footer-contact">
<li><a href="mailto:[email protected]?subject=[NWoC]" target="_blank">[email protected]</a></li>
<li><a href="mailto:[email protected]?subject=[NWoC]" target="_blank">[email protected]</a></li>
<li><a href="https://www.facebook.com/njack.iitp/" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/njackiitp" target="_blank">Twitter</a></li>
<li><a href="https://github.com/Njack-IITP/" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
<!-- <div>done with fun - by ©<a href="www.chaba.de">Uwe Chardon</a></div> -->
</footer>
</main>
</div>
</body>
</html>