forked from girlscript/GirlScript-Summer-of-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code-of-conduct.html
98 lines (81 loc) · 5.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Code of Conduct | GirlScript Foundation India</title>
<meta name="description" content="Girlscript Summer Of Code is a 3-month long open source project under Girlscript Foundation India to build the main website of GirlScript, GirlScript mobile app and websites for various GirlScript Chapters. Not only for the accolades we have in our batch but also for the people new to opensource. Right from word go, be it basic git skills, first timers only issues or helping mentors hone their team leading and guiding skills - be it the rookie or the veteran dev - GirlScript Summer of Code offers something for everyone.">
<!-- META -->
<meta name="application-name" content="GirlScript Foundation India">
<meta name="author" content="GirlScript Summer of Code 2021">
<meta name="msapplication-tooltip" content="Girlscript Summer Of Code is a 3-month long open source project under Girlscript Foundation India">
<meta name="apple-mobile-web-app-title" content="GirlScript Summer of Code 2021">
<meta name="og:site_name" content="gssoc.tech" />
<meta name="og:title" content="GirlScript Summer of Code 2021" />
<meta name="og:url" content="https://gssoc.tech/" />
<meta name="og:image" content="images/favicon/favicon.png"/>
<!-- ICONS -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="images/favicon/site.webmanifest">
<link rel="mask-icon" href="images/favicon/safari-pinned-tab.svg" color="#EF6E00">
<link rel="shortcut icon" href="images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="images/favicon/browserconfig.xml">
<meta name="theme-color" content="#EF6E00">
<!-- FONTS -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.12.0/css/all.css" integrity="sha384-ekOryaXPbeCpWQNxMwSWVvQ0+1VrStoPJq54shlYhR8HzQgig1v5fas6YgOqLoKz" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans|Nunito:300,400,700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="css/common/materialize.min.css">
<link rel="stylesheet" href="css/common/nav.css"> <!-- common for all pages -->
<link rel="stylesheet" href="css/common/footer.css"> <!-- common for all pages -->
<link rel="stylesheet" href="css/common/common.css"> <!-- common for all pages -->
<link rel="stylesheet" href="css/code-of-conduct.css"> <!-- only for this page -->
<!-- SCRIPTS -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/common/materialize.min.js"></script>
<script src="js/common/init.js"></script> <!-- common for all pages -->
<!-- Tracking code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134247465-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-134247465-1');
</script>
</head>
<body>
<!--================================ NAV v2 ================================-->
<div id="header"></div>
<!--================================ NAV v2 end ================================-->
<!-- CODE OF CONDUCT -->
<section id="code-of-conduct">
<div class="container">
<div class="row">
<h2 class="section-heading center"><b>Code of Conduct</b></h2>
<ol class="gradient-list">
<li>Participate in a supporting and active way: In doing so, you contribute to the health and longevity of this community.</li>
<li>Exercise consideration and respect in your speech and actions.</li>
<li>Attempt collaboration before conflict.</li>
<li>Refrain from demeaning, discriminatory, or harassing behavior and speech.</li>
<li>Be mindful of your surroundings and of your fellow participants. Alert the trust committee if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential.</li>
</ol>
<h3 class="section-subheading left-align center-margin">If You Witness or are Subject to <b>Unacceptable Behavior?</b></h3>
<p class="section-text">If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a member of the trust committee as soon as possible. Additionally, members of the trust committee are available to help community members engage with local law enforcement or to otherwise help those experiencing unacceptable behavior feel safe. In the context of in-person events, organizers will also provide escorts as desired by the person experiencing distress.</p>
</div>
</div>
</section>
<!-- CODE OF CONDUCT end -->
<!--================================ FOOTER v2 ================================-->
<div id="footer"></div>
<!--================================ FOOTER v2 end ================================-->
<!-- SCRIPTS -->
</body>
</html>