maybe all before first release
This commit is contained in:
parent
ebf9f2a4d2
commit
61400bf53e
4 changed files with 19 additions and 12 deletions
|
@ -30,7 +30,7 @@ if (past) {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-neutral-800 dark:text-neutral-100 font-normal">
|
<div class="link_underline text-neutral-800 dark:text-neutral-100 font-normal">
|
||||||
<Fragment set:html={description} />
|
<Fragment set:html={description} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
---
|
---
|
||||||
title: General Assembly
|
title: General Assembly
|
||||||
date: 7th of October 2024
|
date: 11th of October @ 16:00
|
||||||
past: false
|
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.
|
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)
|
||||||
|
|
||||||
<br >
|
<br >
|
||||||
|
|
||||||
|
|
|
@ -7,19 +7,17 @@ import DefaultLayout from "../layouts/defaultLayout.astro"
|
||||||
|
|
||||||
|
|
||||||
<div class="my-20 flex justify-center">
|
<div class="my-20 flex justify-center">
|
||||||
<h2 class="text-6xl">CUBCAPS</h2>
|
<h2 style="font-weight:800" class="cubcaps_text text-6xl text-primary-800 dark:text-primary-100 ">CUBCAPS</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="font-normal py-20 justify-center align-middle mx-12 md:mx-40 text-lg">
|
<div class="font-normal py-10 justify-center align-middle mx-12 md:mx-40 text-lg">
|
||||||
<p class="text-center">
|
<p class="text-xl md:text-left text-center">
|
||||||
|
Welcome to our newly-established page.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
Who are they?
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
|
||||||
<br>
|
<p class="">
|
||||||
What are they hiding?
|
Here you can find various information about who we are, what we do, and how to reach us.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@layer base {
|
@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 {
|
p {
|
||||||
@apply font-normal
|
@apply font-normal
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue