Skip to content

Commit 98eb74e

Browse files
authored
ENG-1572 Add upcoming events section to home page (#911)
1 parent 06181bf commit 98eb74e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,35 @@ const Home = async () => {
435435
</CardHeader>
436436
<CardContent>
437437
<div className="space-y-6">
438+
<div>
439+
<h3 className="mb-2 text-xl font-semibold text-neutral-dark">
440+
Toward Modular Open Science
441+
</h3>
442+
<p className="mb-2 text-neutral-dark">
443+
March 27, 2026 | ATScience Conference, Vancouver
444+
</p>
445+
<Link
446+
href="https://bsky.app/profile/atproto.science/post/3mh6kak5agk2z"
447+
className="text-primary transition-colors hover:text-primary/80"
448+
>
449+
View event post →
450+
</Link>
451+
</div>
452+
<div>
453+
<h3 className="mb-2 text-xl font-semibold text-neutral-dark">
454+
Seminar: McGill University Quantitative Life Sciences
455+
program
456+
</h3>
457+
<p className="mb-2 text-neutral-dark">
458+
March 24, 2026 | Montreal
459+
</p>
460+
<Link
461+
href="https://www.mcgill.ca/qls/channels/event/qls-seminar-series-matthew-akamatsu-371875"
462+
className="text-primary transition-colors hover:text-primary/80"
463+
>
464+
View seminar details →
465+
</Link>
466+
</div>
438467
<div>
439468
<h3 className="mb-2 text-xl font-semibold text-neutral-dark">
440469
Metagov x Future of Science Seminar: Interoperable LLM - and

0 commit comments

Comments
 (0)