-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoc.html
143 lines (121 loc) · 5.13 KB
/
coc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OrbitHub - Code of Conduct</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<style>
.coc p {
padding-bottom: 1rem;
}
</style>
</head>
<body>
<header>
<div class="obj-width">
<a href="index.html"><img class="logo" src="images/logo.gif" alt=""></a>
<i class='bx bx-menu' id="bar"></i>
<ul id="navbar">
<li><a href="#">Home</a></li>
<li><a href="contact.html">About</a></li>
<li><a id="w-btn" href="forms/welcomeform.html"><i class='bx bx-user'></i></a></li>
</ul>
</div>
</header>
<section class="coc obj-width sec-space extra-space">
<h1>Code of Conduct</h1>
<p>Our Code of Conduct outlines the expected behavior and guidelines for all members of our open source and
open science community. It is essential to maintain a welcoming, respectful, and collaborative environment
for everyone involved in our projects.</p>
<br><br>
<h3>Be Respectful</h3>
<p>Treat all community members, contributors, and users with respect, regardless of their background,
experience, or beliefs. Refrain from engaging in any form of harassment, discrimination, or offensive
behavior.</p>
<h3>Inclusive Community</h3>
<p>Foster an inclusive and diverse community where individuals from all backgrounds and perspectives are
welcome. Encourage contributions from people with varied experiences and ideas.</p>
<h3>Collaborative and Constructive Communication</h3>
<p>Engage in open and constructive communication. Provide feedback and criticism in a respectful and
considerate manner. Focus on the merits of ideas, not personal attacks.</p>
<h3>Mindful Language</h3>
<p>Use inclusive and respectful language in all interactions within our community. Avoid offensive
or
inappropriate comments, slurs, or derogatory language.</p>
<h3>Respect Privacy</h3>
<p>Respect the privacy and confidentiality of others. Do not share personal or sensitive
information without
consent.</p>
<h3>Acceptance of Diverse Perspectives</h3>
<p>Acknowledge that different people have different perspectives. Be open to discussions and
debates that
may
involve varying opinions and approaches.</p>
<h3>Contact Us</h3>
<p>If you have questions, concerns, or need clarification regarding this Code of Conduct,
please contact our
community administrators or designated representatives.
This comprehensive Code of Conduct sets clear expectations for behavior within your
open source and open
science community, emphasizing inclusivity, respect, and collaboration while providing
mechanisms for
addressing violations and maintaining a safe and welcoming environment for all
participants.</p>
</section>
<footer class="footer">
<div class="obj-width">
<div class="top">
<div>
<img class="logo" src="images/logo.gif" alt="">
<p>Search your desiered jobs.</p>
</div>
<div>
<a href="#">
<i class='bx bxl-facebook-square'></i>
</a>
<a href="#">
<i class='bx bxl-instagram-alt'></i>
</a>
<a href="#">
<i class='bx bxl-github'></i>
</a>
<a href="#">
<i class='bx bxl-reddit'></i>
</a>
</div>
</div>
<div class="bottom">
<div>
<h3>Project</h4>
<a href="#">Changelog</a>
<a href="#">Status</a>
<a href="#">License</a>
<a href="#">All Versions</a>
</div>
<div>
<h3>Community</h3>
<a href="#">GitHub</a>
<a href="#">Issues</a>
<a href="#">Project</a>
<a href="#"> Twitter</a>
</div>
<div>
<h3>Help</h3>
<a href="#">Support</a>
<a href="#">Troubleshooting</a>
<a href="#">Contact Us</a>
</div>
<div>
<h3>Others</h3>
<a href="#">Terms of Service</a>
<a href="#">Privacy Policy</a>
<a href="#">License</a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>