forked from Real-Dev-Squad/website-welcome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code-of-conduct.html
43 lines (41 loc) · 2.62 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
<!DOCTYPE html>
<HTML lang="en">
<HEAD>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code of Conduct</title>
<link rel="stylesheet" href="./css/common/main.css"></link>
<link rel="stylesheet" href="./css/pages/coc.css"></link>
<link rel="stylesheet" href="css/pages/navbar.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap" rel="stylesheet">
</HEAD>
<BODY>
<nav>
<input type="checkbox" id="nav-toggle">
<label for="nav-toggle" class="burger-menu">
<img src="img/logos/burger.jpg" width="35px" height="auto" alt="">
</label>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="code-of-conduct.html">Code of Conduct</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="discord.html">Discord</a></li>
</ul>
</nav>
<h1 class="welcome-title">Code of conduct at RDS</h1>
<p class="coc-header"> We are dedicated to building a positive environment that inculcates open learning and high respect for one another. So we expect our members to maintain a certain decorum.</p>
<ul class="coc-list">
<li class="coc-list-elements">No trolling of members on the group. We are here to learn and help each other grow. </li>
<li class="coc-list-elements">No spamming off topic stuff. Time is the most important resource. Lets save it in manifolds by reducing off topic content. </li>
<li class="coc-list-elements">Avoid Direct Messages. Do not hesitate to ask your queries on the #support discord channel. Aids in quicker response. </li>
<li class="coc-list-elements">Avoid using tags @everyone and @here until it is very important.</li>
<li class="coc-list-elements">Google your queries before you seek help. </li>
<li class="coc-list-elements">When seeking help, submit the code in an easy-to-evaluate fashion. Share a <a href="https://codepen.io/" target="_blank" rel="nopener norefer">Codepen </a>link instead of a <a href="https://github.com/" target="_blank" rel="nopener norefer">Github </a>link.</li>
<li class="coc-list-elements">Overall challenge yourself. Take up tasks proactively and update your progress</li>
<li class="coc-list-elements">It helps to have a picture of yourself on your Discord & Github profiles.</li>
</ul>
<footer >
<p class="info-repo">The contents of this website are deployed from this <a href="https://github.com/Real-Dev-Squad/website-welcome" target="_blank" rel="nopener norefer"> open source repository </a></p>
</footer>
</BODY>
</HTML>