-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrules.html
90 lines (84 loc) · 5.49 KB
/
rules.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylerules.css">
<title>Hackathon Code of Conduct</title>
</head>
<body>
<header>
<div class="nav-container">
<div class="nav-socials">
<a href="https://www.example.com" target="_blank" rel="noreferrer">
<img src="./icons/twitter.svg" alt="Example Logo" width="24" height="24">
</a>
<a href="https://www.twitter.com/example" target="_blank" rel="noreferrer">
<img src="./icons/discord.svg" alt="Twitter Logo" width="24" height="24">
</a>
<a href="https://www.facebook.com/example" target="_blank" rel="noreferrer">
<img src="./icons/youtube.svg" alt="Facebook Logo" width="24" height="24">
</a>
</div>
<nav id="navigation">
<ul class="nav-main">
<li><a href="./index.html" class="nav-link">Home</a></li>
<li><a href="#schedule" class="nav-link">Schedule</a></li>
<li><a href="#speaker" class="nav-link">Speakers</a></li>
<li><a href="#prizes" class="nav-link">Prizes</a></li>
<li><a href="./meet_the_team.html" class="nav-link">Team</a></li>
<li><a href="./rules.html" class="nav-link">Rules</a></li>
<li><a href="./faq.html" class="nav-link">FAQs</a></li>
</ul>
</nav>
</div>
</header>
<div>
<header id="title">
<h1 class="heading">Code of Conduct</h1>
</header>
<section class="rule-box">
<p>Do not spam. If any member is found spamming on this server, then they will face severe consequences. Spamming includes excessive copy-pastes, picture/ meme/ links/ GIF spam, reaction spam, any form of phishing link/NSFW/obscene content, and walls of text.</p>
</section>
<section class="rule-box">
<p>Do not harass or insult other members. This includes threats, internet attacks,gender-based insults, and cyberbullying. If such actions are reported to the organizers, then actions will be taken.</p>
</section>
<section class="rule-box">
<p>Do not promote other Discord servers, send invite links or promote any YouTube channels/videos. Promotional content is not permitted without notifying the organizers.</p>
</section>
<section class="rule-box">
<p>Every channel in this server is created for a specific purpose. Make sure you convey the message in the right channel. Always keep within the designated topic of every channel.</p>
</section>
<section class="rule-box">
<p>You can post your queries regarding the program in the #general or #doubts channels of the server. Use corresponding project channels if the query is project-specific.</p>
</section>
<section class="rule-box">
<p>Once you have created a username for yourself, maintain the same throughout the program. If any participant changes his/her username, then the username which is not registered with the organizing committee will cease to be a part of the program.</p>
</section>
<section class="rule-box">
<p>If any participant leaves the server at any time before the conclusion of the program in May, then he/she or anyone else will not be allowed to continue with the program further.</p>
</section>
<section class="rule-box">
<p>Please do not create official or unofficial groups on WhatsApp, Signal, Telegram, Slack, or any other social networking apps without the sole permission of the organizers.</p>
</section>
<section class="rule-box">
<p>Do not disrespect moderators, team members, organizers, sponsors, admins, mentors, contributors, and industry professionals or anyone else in the server as it is not allowed to disrespect anyone</p>
</section>
<section class="rule-box">
<p>Abstain from Direct Messaging to moderators, organizers, sponsors, admins, mentors, contributors, and industry professionals other than the team members without prior permission.</p>
</section>
<section class="rule-box">
<p>You are expected to have a patient and a motivating nature throughout the program as that what opensource is about. Always maintain good behavior by respecting your fellow teammates, mentors, admins, and the organizing members.</p>
</section>
<section class="rule-box">
<p>The mentors are required to fully commit themselves to the program. They are expected to provide their assistance to budding open-source enthusiasts throughout the three months.</p>
</section>
<section class="rule-box">
<p>Failure to maintain the code of conduct will result in termination of participation in WOC. If you're removed at any point you will not be added back to program so be careful.</p>
</section>
<footer>
<p>© 2023 Tech Researchers Club VIT'C. Made with 🖤️ by Tech Researchers Club VIT'C. All rights reserved.</p>
</footer>
</div>
</body>
</html>