-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
342d8db
commit fccfb4c
Showing
4 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
import Layout from "../layouts/Layout.astro"; | ||
--- | ||
|
||
<Layout> | ||
<h1 class="ml-2 mb-4 text-6xl font-bold">Code of Conduct</h1> | ||
<h2 class="ml-2 mb-2 text-4xl font-semibold">Expected Behavior</h2> | ||
<ul class="ml-4 mb-4 text-xl list-disc"> | ||
<li class="mb-2">Be Respectful - Pretty Obvious</li> | ||
<li class="mb-2">Communicate with kindness and empathy.</li> | ||
<li class="mb-2">Don't do anything that you wouldn't do on campus or any other school space.</li> | ||
</ul> | ||
|
||
<h2 class="ml-2 mb-2 text-4xl font-semibold">Unacceptable Behavior</h2> | ||
<ul class="ml-4 mb-4 text-xl list-disc"> | ||
<li class="mb-2">Refrain from any form of harassment or discrimination.</li> | ||
<li class="mb-2">Borrowing items from the UPL without a coordinator's permission</li> | ||
</ul> | ||
|
||
<ul class="ml-4 mb-4 text-xl list-disc"> | ||
<li class="mb-2">First few offenses will receive verbal warnings, repeat offenders can be removed as members at the discretion of the coordinators</li> | ||
<li class="mb-2">Report any inappropriate behavior to the moderators at [email protected]</li> | ||
</ul> | ||
</Layout> |