Merge Calendar to main branch #5

Merged
shing.hung merged 7 commits from calendar into main 2025-01-16 16:32:57 +00:00
Showing only changes of commit 597cc76c99 - Show all commits

View file

@ -1,8 +1,10 @@
--- ---
import OH from "./OH.astro" import OAH from "./OAH.astro";
import BuildingLocation from "./BuildingLocation.astro";
--- ---
<div class="w-full flex justify-evenly px-[10%]"> <div class="w-full flex justify-evenly px-[10%]">
<OH title="Check out our calendar!" subtitle="Each officer has their own OAH" image="/calendar.png" /> <OAH />
<OH title="Check out our location!" subtitle="We are located in EBU1-4710" image="/map.png" />
<BuildingLocation />
</div> </div>