Skip to content

Commit

Permalink
added new page sections (links may need to be replaced)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimaljundi committed Aug 23, 2024
1 parent 725e8d8 commit 747c5c9
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 1 deletion.
7 changes: 7 additions & 0 deletions content/lounge/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Lounge"
date: 2020-01-25T23:11:13Z
draft: false

layout: lounge
---
47 changes: 47 additions & 0 deletions content/lounge/discord/rules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: "CCSS Discord Code of Conduct"
date: 2022-06-25T00:00:00Z
draft: false
layout: overlaypost
preview: "images/orientation2018-min.jpeg"
background: "images/orientation2018-min.jpeg"
excerpt: "The code of conduct for the CCSS Discord server."
hideBanner: false
featured: true
url: /discord/rules
author: Matthew MacRae-Bovell
---

# Discord Code of Conduct

- Our server follows the [Discord Terms of Service](https://discord.com/terms) and [Guidelines](https://discord.com/guidelines). No illegal content is allowed. In addition, our rules are an extension of the [CCSS Code of Conduct](http://ccss.carleton.ca/about/governance/).

- Treat everyone with respect. Absolutely no harassment, sexism, racism, homophobia, ableism, bigotry, or hate speech/derogatory language will be tolerated.

- No NSFW, vulgar, or profane content. This includes text, media, profile pictures, and usernames featuring profanity, lewd imagery, violence, or other disturbing content, as well as flashy, loud or unsettling content posted with a spoiler tag.

- Refrain from broaching sensitive subjects and avoid all controversial topics (including, but not limited to, political and religious views). Moderators have the right to determine what conversations are appropriate. Ping or direct message moderators to mediate topics causing discomfort.

- Do not spam messages or ping roles unless you have a good reason. Promote opportunities you think would interest CS students in the bulletin-board channel, and feel free to ping the ulletin Board role.

- Sharing code or solutions related to course evaluations is strictly prohibited. Violators of this rule will be reported to Carleton University for plagiarism.

- Respect the moderators. They’re here to keep things welcoming and civil. You must comply with their requests in a timely fashion. If you have concerns about a moderator, please contact the CCSS President.

# Strikes and Examples of Their Consequences

**Strike 1:** Warning, messages deleted, and/or mic mute.

**Strike 2:** Warning, 24h server mute (text & mic), and/or kicked from event.

**Strike 3:** Indefinite server mute (text & mic), ban without warning.

- A moderator reserves the right to apply more severe consequences regardless of the number of offences.

- A moderator reserves the right to delete any kind of message at any time. In addition, a bot is also handling automatic message deletion. Contact a moderator if you think your message was wrongfully removed for this reason.

- If you do not respond to a moderator's requests in a timely manner (i.e. 24 hours), this will likely result in an automatic ban regardless of the rule. If you missed their message, you can reach out through DMs to reverse the decision.

- Disrespecting a moderator reaching out to you may result in an additional strike, or even a ban.

- You can direct messahe the CCSS President to appeal a ban/mute/strike.
7 changes: 7 additions & 0 deletions content/lounge/governance/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Governance"
date: 2020-01-25T23:11:13Z
draft: false

layout: governance
---
6 changes: 6 additions & 0 deletions content/lounge/minutes/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Minutes"
date: 2020-01-26T23:11:13Z
draft: false
---
Minutes
6 changes: 6 additions & 0 deletions content/lounge/team/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Team"
date: 2020-01-25T23:11:13Z
draft: false
layout: team
---
6 changes: 6 additions & 0 deletions content/lounge/team/past/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Past Teams"
date: 2020-01-25T23:11:13Z
draft: false
layout: past_teams
---
2 changes: 1 addition & 1 deletion layouts/_default/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
></div>
<div class="page-section-content">
<div class="page-header-title">ABOUT US</div>
<div class="page-section-text">Your Student Body.</div>
<div class="page-section-text">Your Student .</div>
<div class="page-section-body">
The Carleton Computer Science Society is a student led
organization that represents all computer science students
Expand Down
88 changes: 88 additions & 0 deletions layouts/_default/lounge.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{{ define "main" }}
{{- partial "navbar_temp.html" . -}}
<div class="about-page page">
<div class="home-section-grid home-section-dark page-heading">
<div class="home-section">
<div class="page-section page-section-grid-priority">
<div
class="page-section-image page-section-grid-secondary"
style='background-image: url("/images/general/lounge.jpg")'
></div>
<div class="page-section-content">
<div class="page-header-title">The Lounge</div>
<div class="page-section-text">Devs Center</div>
<div class="page-section-body">
The lounge is an area where students can relax, study, ask for help and socialize with other students. There are also snacks and drinks available for purchase!
</div>
<a href="https://maps.app.goo.gl/owJ4EG8isGR98sEM9" // if there is a more appropriate link, replace this
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
</div>
</div>
</div>

</div>
<!--
<div id="mandate" class="home-section-grid home-section-light">
<div class="home-section">
<div class="page-section page-section-grid-priority">
<div class="page-section-content">
<div class="page-header-title">WHAT WE DO</div>
<div class="page-section-text">Our Mandate</div>
<div class="page-section-body">
The Carleton Computer Science Society is a student led
organization that represents all computer science students
attending Carleton University.
</div>
<a href="/about/team"
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
</div>
<div class="page-section-image page-section-grid-secondary"></div>
</div>
</div>
</div>
-->
<div id="mandate" class="home-section-grid home-section-light">
<div class="home-section">
<div class="page-section">
<div class="page-section-content page-section-grid-primary">
<div class="page-header-title">SHOP</div>
<div class="page-section-text">Explore our Lounge Items</div>
<div class="page-section-body">
The lounge offers a variety of items for purchase, including snacks, drinks, and CCSS merchandise.
</div>
<a href="https://carletoncss.myshopify.com/collections/all" // if there is a store specific to the lounge, replace this
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
</div>
<div
class="page-section-image page-section-grid-secondary"
style='background-image: url("/images/general/workshops.jpg")'
></div>
</div>
</div>
</div>
<div class="home-section-grid home-section-dark">
<div class="home-section">
<div class="page-section page-section-grid-priority">
<div
class="page-section-image page-section-grid-secondary"
style='background-image: url("/images/general/board.jpg")'
></div>
<div class="page-section-content">
<div class="page-section-text">Lounge Schedule</div>
<div class="page-section-body">
Access the schedule of the lounge, to volunteer in the lounge
</div>
<a href="/lounge/schedule" // replace with the lounge schedule
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
</div>
</div>
</div>

</div>

</div>
{{ end }}

0 comments on commit 747c5c9

Please sign in to comment.