Update: Results are out

This commit is contained in:
2026-04-01 11:00:00 -04:00
parent e7527ac879
commit 64d2cb2978
2 changed files with 15 additions and 6 deletions

View File

@@ -46,20 +46,29 @@
</div>
</div>
<!-- Right: Council Photo -->
<!-- Right: Featured Video for April Fool's Day -->
<div class="relative flex w-full items-center justify-center lg:max-w-none">
<div
class="ring-ecsess-400/20 ring-offset-ecsess-900/50 relative flex items-center justify-center overflow-hidden rounded-2xl shadow-2xl ring-1 ring-offset-2"
class="ring-ecsess-400/20 ring-offset-ecsess-900/50 relative flex aspect-video w-full items-center justify-center overflow-hidden rounded-2xl shadow-2xl ring-1 ring-offset-2"
>
<div
class="from-ecsess-500/10 absolute inset-0 rounded-2xl bg-linear-to-br to-transparent"
aria-hidden="true"
></div>
<img
<!-- <img
src={data.councilPhoto}
alt="ECSESS Council"
class="relative h-full w-full object-contain object-center"
/>
/> -->
<iframe
class="block h-full w-full"
src="https://www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1&controls=1&playsinline=1&rel=0"
title="Rick Astley - Never Gonna Give You Up"
allow="autoplay; encrypted-media; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
</div>