diff --git a/src/components/sections/announcements.tsx b/src/components/sections/announcements.tsx index 3b39323..6d84dd0 100644 --- a/src/components/sections/announcements.tsx +++ b/src/components/sections/announcements.tsx @@ -22,7 +22,7 @@ const homepageEventAnnouncements = [ title: "Theory Day: Foundations of Computer Science", href: "/events/theory-day-2026", summary: - "Registration is open for Theory Day on 17 June 2026. Schedule, talk titles, and abstracts will be announced soon.", + "Theory Day is on 17 June 2026. The schedule and venue information are now available.", isExternal: false, }, ]; diff --git a/src/data/events.ts b/src/data/events.ts index 303c686..3637b5f 100644 --- a/src/data/events.ts +++ b/src/data/events.ts @@ -48,7 +48,7 @@ export const departmentEvents: DepartmentEvent[] = [ startDate: "2026-06-17", organizer: "Department of Computer Science & Engineering, IIT Gandhinagar", description: - "A one-day Theory Day focused on foundations of computer science. The schedule, talk titles, and abstracts will be announced soon.", + "A one-day Theory Day focused on foundations of computer science. The schedule, talk titles, abstracts, and venue information are available online.", source: "CSE archive", sourceLabel: "Event page", sourceUrl: "/events/theory-day-2026", diff --git a/src/pages/events/theory-day-2026.astro b/src/pages/events/theory-day-2026.astro index 5efc4b4..75d995d 100644 --- a/src/pages/events/theory-day-2026.astro +++ b/src/pages/events/theory-day-2026.astro @@ -10,6 +10,8 @@ import { import DefaultLayout from "@/layouts/DefaultLayout.astro"; const registrationLink = "https://forms.gle/sqqoh4JftBfKYA1b8"; +const scheduleLink = "https://gmanoj.people.iitgn.ac.in/schedule.html"; +const venueInfoLink = "https://gmanoj.people.iitgn.ac.in/info.html"; const eventDate = "17 June 2026"; const registrationDeadline = "14 June 2026"; --- @@ -35,19 +37,29 @@ const registrationDeadline = "14 June 2026";

- Register now + View schedule - Registration deadline: {registrationDeadline} + Venue and campus information + + + Register now
@@ -73,7 +85,32 @@ const registrationDeadline = "14 June 2026";