1
+ import React from 'react'
2
+ import "./Coc.scss"
3
+ const Coc = ( ) => {
4
+ return (
5
+ < section className = 'coc' >
6
+ < h1 className = 'heading' > Code of Conduct</ h1 >
7
+ < div >
8
+ < p className = 'text__bold' >
9
+ By participating in Winter Of Code, all participants agree to
10
+ abide by this Code of Conduct. Failure to comply with this Code of Conduct may result in disqualification
11
+ and expulsion from the event, and may also lead to legal action in severe cases.
12
+ </ p >
13
+ < p className = "coc__rules" >
14
+ < span className = "text__bold" > Respect: </ span >
15
+ All participants must respect each other's opinions, beliefs, and values.
16
+ Discriminatory language or behavior will not be tolerated. This includes, but is not limited to, sexism,
17
+ racism, homophobia, and ableism.
18
+ </ p >
19
+ < p className = "coc__rules" >
20
+ < span className = "text__bold" > Collaboration: </ span >
21
+ Participants should embrace collaboration and teamwork.
22
+ Any attempts to sabotage or undermine other contributors' work will not be tolerated.
23
+ </ p >
24
+ < p className = "coc__rules" >
25
+ < span className = "text__bold" > Privacy: </ span >
26
+ Participants must respect the privacy of others. Any confidential information shared
27
+ during the Winter of Code must not be disclosed
28
+ without the express consent of the person or team that shared it.
29
+ </ p >
30
+ < p className = "coc__rules" >
31
+ < span className = "text__bold" > Professionalism: </ span >
32
+ Participants should conduct themselves in a professional manner throughout the Winter of Code.
33
+ This includes dressing appropriately, refraining from using inappropriate language,
34
+ and avoiding any behavior that would be considered unprofessional.
35
+ </ p >
36
+ < p className = "coc__rules" >
37
+ < span className = "text__bold" > Safety: </ span >
38
+ Participants should prioritize their safety and the safety
39
+ of others throughout the Winter of Code. Any behavior that puts others in danger,
40
+ including but not limited to physical violence or verbal threats, will not be tolerated
41
+ </ p >
42
+ < p className = "coc__rules" >
43
+ < span className = "text__bold" > Code of Conduct Violations: </ span >
44
+ Any participant who violates the Code of Conduct may be subject to disciplinary action,
45
+ up to and including expulsion from the Winter of Code.
46
+ All participants have the right to report any Code of Conduct violations to the event organizers.
47
+ </ p >
48
+ < p className = "coc__rules" >
49
+ < span className = "text__bold" > Inclusivity: </ span >
50
+ The Winter of Code should be inclusive to all individuals regardless of gender,
51
+ ethnicity, race, religion, age, or any other characteristic.
52
+ All participants should work towards creating a safe and welcoming environment for everyone involved.
53
+ </ p >
54
+ < p className = "coc__rules" >
55
+ < span className = "text__bold" > Intellectual Property: </ span >
56
+ Participants should respect the intellectual property rights of others. Any use of copyrighted
57
+ or trademarked material must be properly attributed or cleared for use
58
+ </ p >
59
+ < p className = "coc__rules" >
60
+ < span className = "text__bold" > Compliance with Laws: </ span >
61
+ All participants must comply with all applicable laws and regulations throughout the Winter of Code.
62
+ Any illegal activities will not be tolerated.
63
+ </ p >
64
+ < p className = "coc__rules" >
65
+ < span className = "text__bold" > Accountability: </ span >
66
+ All participants are accountable for their own actions and should take responsibility
67
+ for any consequences that may arise from those actions.
68
+ </ p >
69
+ </ div >
70
+ < h1 className = 'heading' > Reporting a Breach</ h1 >
71
+ < div >
72
+ < p >
73
+ If you experience or witness a breach of the Winter of Code Code of Conduct,
74
+ we encourage you to report it immediately. You can report it in the following ways:
75
+ </ p >
76
+ < ul className = 'coc_list' >
77
+ < li >
78
+ < span className = "text__bold" > Speak with a member of the Winter of Code team: </ span >
79
+ < span > You can approach any member of the Winter of Code team and share your concerns with them.
80
+ They will take appropriate action to address the situation. The team will be identifiable by Winter of Code official t-shirts,
81
+ bearing the Winter of Code logo, along with a lanyard and identity card.</ span >
82
+ </ li >
83
+ < li >
84
+ < span className = "text__bold" > Email the Winter of Code team: </ span >
85
+ < span > You can send an email to the official Winter of Code email address</ span >
86
+ < a href = "mailto: [email protected] " > [email protected] </ a > < span > and describe the incident in detail.
87
+ We will investigate the matter and take appropriate action.</ span >
88
+ </ li >
89
+ < li > < span className = "text__bold" > Contact the following Winter of Code Representatives:</ span >
90
+ < span > If you prefer to tell us in person but the team is not near, call the lead organizers below:</ span >
91
+ < ul className = "emails" >
92
+ < li > Debojit Saha:
< a href = "mailto:[email protected] " > [email protected] </ a > </ li >
93
+ < li > Subhajit Hait:
< a href = "mailto:[email protected] " > [email protected] </ a > </ li >
94
+ < li > Manish Kumar Barnwal:
< a href = "mailto:[email protected] " > [email protected] </ a > </ li >
95
+ < li > Kajal Jaiswal:
< a href = "mailto:[email protected] " > [email protected] </ a > </ li >
96
+ </ ul >
97
+ </ li >
98
+ </ ul >
99
+ < p > < span > We take all reports of Code of Conduct breaches
100
+ seriously and will take appropriate action to address the situation.</ span >
101
+ </ p >
102
+ < p > < span > Winter of Code reserves the right to amend, make exceptions, or otherwise revise the policies either partially or fully.
103
+ If you have any questions regarding the policies, please contact us at
104
+ </ span > < a href = "mailto: [email protected] " > [email protected] </ a > < span > </ span > </ p >
105
+ </ div >
106
+ </ section >
107
+ )
108
+ }
109
+
110
+ export default Coc
0 commit comments