You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><strong>Last Updated:</strong> 23rd May 2024</p>
69
+
);
70
+
71
+
// Separate Sections as Components
72
+
constOurPledge=()=>(
73
+
<Sectiontitle="Our Pledge">
74
+
<p>We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.</p>
75
+
<p>We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.</p>
76
+
</Section>
77
+
);
78
+
79
+
// Separate Sections as Components
80
+
constOurStandards=()=>(
81
+
<Sectiontitle="Our Standards">
82
+
<p>Examples of behavior that contributes to a positive environment for our community include:</p>
83
+
<StyledUl>
84
+
<StyledLi>Demonstrating empathy and kindness toward other people</StyledLi>
85
+
<StyledLi>Being respectful of differing opinions, viewpoints, and experiences</StyledLi>
86
+
<StyledLi>Giving and gracefully accepting constructive feedback</StyledLi>
87
+
<StyledLi>Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience</StyledLi>
88
+
<StyledLi>Focusing on what is best not just for us as individuals, but for the overall community</StyledLi>
89
+
</StyledUl>
90
+
<p>Examples of unacceptable behavior include:</p>
91
+
<StyledUl>
92
+
<StyledLi>The use of sexualized language or imagery, and sexual attention or advances of any kind</StyledLi>
93
+
<StyledLi>Trolling, insulting or derogatory comments, and personal or political attacks</StyledLi>
94
+
<StyledLi>Public or private harassment</StyledLi>
95
+
<StyledLi>Publishing others' private information, such as a physical or email address, without their explicit permission</StyledLi>
96
+
<StyledLi>Other conduct which could reasonably be considered inappropriate in a professional setting</StyledLi>
97
+
</StyledUl>
98
+
</Section>
99
+
);
100
+
101
+
// Separate Sections as Components
102
+
constEnforcementResponsibilities=()=>(
103
+
<Sectiontitle="Enforcement Responsibilities">
104
+
<p>Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.</p>
105
+
<p>Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.</p>
106
+
</Section>
107
+
);
108
+
109
+
// Separate Sections as Components
110
+
constScope=()=>(
111
+
<Sectiontitle="Scope">
112
+
<p>This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.</p>
113
+
</Section>
114
+
);
115
+
116
+
// Separate Sections as Components
117
+
constEnforcement=()=>(
118
+
<Sectiontitle="Enforcement">
119
+
<p>Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at Email. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident.</p>
120
+
</Section>
121
+
);
122
+
123
+
// Separate Sections as Components
124
+
constEnforcementGuidelines=()=>(
125
+
<Sectiontitle="Enforcement Guidelines">
126
+
<p>Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:</p>
127
+
<StyledOl>
128
+
<ListItem
129
+
title="Correction"
130
+
description={
131
+
<>
132
+
<strong>Community Impact:</strong> Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
133
+
<br/>
134
+
<strong>Consequence:</strong> A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
135
+
</>
136
+
}
137
+
/>
138
+
<ListItem
139
+
title="Warning"
140
+
description={
141
+
<>
142
+
<strong>Community Impact:</strong> A violation through a single incident or series of actions.
143
+
<br/>
144
+
<strong>Consequence:</strong> A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
145
+
</>
146
+
}
147
+
/>
148
+
<ListItem
149
+
title="Temporary Ban"
150
+
description={
151
+
<>
152
+
<strong>Community Impact:</strong> A serious violation of community standards, including sustained inappropriate behavior.
153
+
<br/>
154
+
<strong>Consequence:</strong> A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
155
+
</>
156
+
}
157
+
/>
158
+
<ListItem
159
+
title="Permanent Ban"
160
+
description={
161
+
<>
162
+
<strong>Community Impact:</strong> Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
163
+
<br/>
164
+
<strong>Consequence:</strong> A permanent ban from any sort of public interaction within the community.
165
+
</>
166
+
}
167
+
/>
168
+
</StyledOl>
169
+
</Section>
170
+
);
171
+
172
+
// Separate Sections as Components
173
+
constAttribution=()=>(
174
+
<Sectiontitle="Attribution">
175
+
<p>This Code of Conduct is adapted from the <ahref="https://www.contributor-covenant.org/"target="_blank"rel="noopener noreferrer">Contributor Covenant</a>, version 2.0, available at <ahref="https://www.contributor-covenant.org/version/2/0/code_of_conduct/"target="_blank"rel="noopener noreferrer">https://www.contributor-covenant.org/version/2/0/code_of_conduct.html</a>.</p>
176
+
<p>Community Impact Guidelines were inspired by <ahref="https://github.com/mozilla/inclusion"target="_blank"rel="noopener noreferrer">Mozilla's code of conduct enforcement ladder</a>.</p>
177
+
<p>For answers to common questions about this code of conduct, see the FAQ at <ahref="https://www.contributor-covenant.org/faq/"target="_blank"rel="noopener noreferrer">https://www.contributor-covenant.org/faq/</a>. Translations are available at <ahref="https://www.contributor-covenant.org/translations"target="_blank"rel="noopener noreferrer">https://www.contributor-covenant.org/translations</a>.</p>
<p><strong>Last Updated:</strong> 23rd May 2024</p>
69
+
);
70
+
71
+
// Separate Sections as Components
72
+
constMission=()=>(
73
+
<Sectiontitle="Our Mission">
74
+
<p>Welcome to CodeHarborHub. Our mission is to provide accessible and comprehensive educational resources to learners of all levels. This Cookie Policy explains how we use cookies on our website.</p>
75
+
</Section>
76
+
);
77
+
78
+
// Separate Sections as Components
79
+
constWhatAreCookies=()=>(
80
+
<Sectiontitle="What Are Cookies?">
81
+
<p>Cookies are small text files stored on your device when you visit a website. They help the site to remember your preferences and activities over time.</p>
82
+
</Section>
83
+
);
84
+
85
+
// Separate Sections as Components
86
+
constHowWeUseCookies=()=>(
87
+
<Sectiontitle="How We Use Cookies">
88
+
<p>We use cookies to:</p>
89
+
<StyledUl>
90
+
<StyledLi>Enhance your user experience</StyledLi>
91
+
<StyledLi>Analyze our website traffic</StyledLi>
92
+
<StyledLi>Provide personalized content and advertisements</StyledLi>
93
+
</StyledUl>
94
+
</Section>
95
+
);
96
+
97
+
// Separate Sections as Components
98
+
constTypesOfCookies=()=>(
99
+
<Sectiontitle="Types of Cookies We Use">
100
+
<StyledOl>
101
+
<ListItem
102
+
title="Essential Cookies"
103
+
description="These cookies are necessary for our website to function properly and cannot be switched off in our systems."
104
+
/>
105
+
<ListItem
106
+
title="Performance Cookies"
107
+
description="These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously."
108
+
/>
109
+
<ListItem
110
+
title="Functionality Cookies"
111
+
description="These cookies enable the website to provide enhanced functionality and personalization based on your interactions."
112
+
/>
113
+
<ListItem
114
+
title="Targeting/Advertising Cookies"
115
+
description="These cookies are used to deliver ads more relevant to you and your interests. They may be set by us or by third-party providers."
116
+
/>
117
+
</StyledOl>
118
+
</Section>
119
+
);
120
+
121
+
// Separate Sections as Components
122
+
constManagingCookies=()=>(
123
+
<Sectiontitle="Managing Cookies">
124
+
<p>You can manage or disable cookies through your browser settings. For more information on how to do this, visit your browser’s help section.</p>
125
+
</Section>
126
+
);
127
+
128
+
// Separate Sections as Components
129
+
constThirdPartyCookies=()=>(
130
+
<Sectiontitle="Third-Party Cookies">
131
+
<p>We may use third-party cookies for various purposes such as analytics and advertising. These cookies are governed by the privacy policies of the respective third parties.</p>
132
+
</Section>
133
+
);
134
+
135
+
// Separate Sections as Components
136
+
constCookiePolicyUpdates=()=>(
137
+
<Sectiontitle="Cookie Policy Updates">
138
+
<p>We may update this Cookie Policy from time to time. We will notify you of any significant changes by posting the new policy on our website and updating the date at the top of this page.</p>
139
+
</Section>
140
+
);
141
+
142
+
// Separate Sections as Components
143
+
constContactUs=()=>(
144
+
<Sectiontitle="Contact Us">
145
+
<p>If you have any questions or concerns about our Cookie Policy, please contact us at:</p>
0 commit comments