Event Page (#36)

* created event block component, tabs wip

* adding icons and changing type to EventPost

* refactor event block to tailwind (antoine help)

* revert nav bar to black

* using tabs from skeleton

* Fix Event tabs CSS classses and create Tab Control component

* adding space between the tabs

* created EventTabPanel component

* small styling fix

* sorting events by date

---------

Co-authored-by: Antoine Phan <antoine.phan@mail.mcgill.ca>
This commit is contained in:
Mel
2025-08-28 20:30:31 -04:00
committed by GitHub
parent 9acc9b1ae1
commit 984e7895e8
15 changed files with 884 additions and 179 deletions

View File

@@ -6,8 +6,8 @@
--color-ecsess-400: #5c8a5c;
--color-ecsess-600: #3b6a3a;
--color-ecsess-800: #0a3d2a;
--color-ecsess-black: #1f1f1f;
--color-ecsess-black-hover: #2c2c2c;
--color-ecsess-black: #1F1F1F;
--color-ecsess-black-hover: #168059;
}
* {
@@ -184,3 +184,7 @@ h2 {
@apply mt-3 text-sm leading-5;
}
}
.event{
@apply grid gap-6;
}