Update: Results are out
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
import { slide } from 'svelte/transition';
|
import { slide } from 'svelte/transition';
|
||||||
let menuHidden = $state(true);
|
let menuHidden = $state(true);
|
||||||
|
|
||||||
const announcementIntro = 'ECSESS Election: Voting period is happening! Vote now: ';
|
const announcementIntro = 'ECSESS Election results are out! Check them out here: ';
|
||||||
const announcementLinkUrl = 'https://ssmu.simplyvoting.com';
|
const announcementLinkUrl = 'https://ssmu.simplyvoting.com/voting/guest/elections/286648/results';
|
||||||
const announcementLinkText = 'ssmu.simplyvoting.com';
|
const announcementLinkText = 'ssmu.simplyvoting.com';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -46,20 +46,29 @@
|
|||||||
</div>
|
</div>
|
||||||
</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="relative flex w-full items-center justify-center lg:max-w-none">
|
||||||
<div
|
<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
|
<div
|
||||||
class="from-ecsess-500/10 absolute inset-0 rounded-2xl bg-linear-to-br to-transparent"
|
class="from-ecsess-500/10 absolute inset-0 rounded-2xl bg-linear-to-br to-transparent"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
></div>
|
></div>
|
||||||
<img
|
|
||||||
|
<!-- <img
|
||||||
src={data.councilPhoto}
|
src={data.councilPhoto}
|
||||||
alt="ECSESS Council"
|
alt="ECSESS Council"
|
||||||
class="relative h-full w-full object-contain object-center"
|
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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user