diff --git a/src/components/EventElement.astro b/src/components/EventElement.astro index 635d5ae..a27718a 100644 --- a/src/components/EventElement.astro +++ b/src/components/EventElement.astro @@ -30,7 +30,7 @@ if (past) {

-
+
diff --git a/src/events/GA.md b/src/events/GA.md index 1de7837..fc811d3 100644 --- a/src/events/GA.md +++ b/src/events/GA.md @@ -1,12 +1,13 @@ --- title: General Assembly -date: 7th of October 2024 +date: 11th of October @ 16:00 past: false -location: TBA +location: SP 365.01 --- First General Assembly of the 2024-2025 year, new executive positions will be voted on, and plans for the followings year's events will be discussed. +To join online, please join by zoom at [this link](https://concordia-ca.zoom.us/j/82240906877)
diff --git a/src/pages/index.astro b/src/pages/index.astro index beb0f41..d8451d7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,19 +7,17 @@ import DefaultLayout from "../layouts/defaultLayout.astro"
-

CUBCAPS

+

CUBCAPS

-
-

- +

+

+ Welcome to our newly-established page.

-

- Who are they?
-
-
- What are they hiding? + +

+ Here you can find various information about who we are, what we do, and how to reach us.

diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index d9bd2a5..82920c9 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -3,6 +3,14 @@ @tailwind utilities; @layer base { + p a { + @apply decoration-accent-400; + @apply dark:decoration-accent-500; + @apply max-w-full; + @apply underline; + @apply underline-offset-4 ; + @apply decoration-2; + } p { @apply font-normal }