Skip to content

Commit 2c34c83

Browse files
authored
ENG-1620 Add video and event sections to home page (#942)
- Integrated a YouTube video for the HCIL Brown Bag Speaker Series featuring Matt Akamatsu. - Added a section for the keynote talk "Towards Modular Open Science" with a link to the Atmosphere Conf VODs. - Enhanced the layout with responsive design elements for better user experience.
1 parent 9d14ba5 commit 2c34c83

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

apps/website/app/(home)/page.tsx

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,44 @@ const Home = async () => {
623623
Karola Kirsanow, NYC Protocol Labs Research Seminar
624624
</p>
625625
</div>
626+
627+
<div className="space-y-4">
628+
<div className="relative aspect-video">
629+
<iframe
630+
className="absolute inset-0 h-full w-full rounded-lg"
631+
src="https://www.youtube-nocookie.com/embed/JOn_dJ-g3vY"
632+
title="HCIL Brown Bag Speaker Series: Matt Akamatsu (February 2026)"
633+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
634+
allowFullScreen
635+
/>
636+
</div>
637+
<h3 className="text-xl font-semibold text-neutral-dark">
638+
HCIL Brown Bag Speaker Series: Matt Akamatsu
639+
</h3>
640+
<p className="text-neutral-dark">Matt Akamatsu</p>
641+
</div>
642+
643+
<div className="space-y-4">
644+
<div className="flex aspect-video items-center justify-center rounded-lg bg-neutral-100 p-6 text-center">
645+
<div className="space-y-3">
646+
<p className="text-sm text-neutral-dark">
647+
Hosted on Atmosphere Conf VODs
648+
</p>
649+
<Link
650+
href="https://atmosphereconf-vods.wisp.place/videos/keynote-towards-modular-open-science"
651+
className="inline-block rounded-md bg-primary px-4 py-2 text-sm font-semibold text-white transition hover:text-white"
652+
>
653+
Watch talk →
654+
</Link>
655+
</div>
656+
</div>
657+
<h3 className="text-xl font-semibold text-neutral-dark">
658+
Keynote: Towards Modular Open Science
659+
</h3>
660+
<p className="text-neutral-dark">
661+
Rowan Cockett, Matt Akamatsu
662+
</p>
663+
</div>
626664
</div>
627665
</CardContent>
628666
</Card>

0 commit comments

Comments
 (0)