|
2 | 2 | slug: "restage-of-rape-of-nanking" |
3 | 3 | title: 'Restage of "Rape of Nanking"' |
4 | 4 | date: "2025-12-13" |
5 | | -summary: 'Restage of "Rape of Nanking"' |
6 | | -cardImageSrc: "/home/Nanjing Massacre Memorial Day Poster.png" |
| 5 | +summary: 'Join us on Saturday, December 13, 2025, for a commemoration of the 1937 Nanjing Massacre. This event marks the 80th anniversary of Japan''s surrender in World War II and the victory in the War of Resistance. To honour and commemorate the victims, we will feature a screening of the award-winning documentary film "Iris Chang and the Nanjing Massacre," produced by ALPHA Education.' |
| 6 | +cardImageSrc: "/event/2025-12-13/poster.en.png" |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | import { InfoTable } from "@/components/events/info-table"; |
10 | 10 | import { PosterToggle } from "@/components/events/poster-toggle"; |
11 | 11 | import { AnimatedFillButton } from "@/components/primitives/animated-fill-button"; |
12 | 12 | import { PageHeader } from "@/components/primitives/page-header"; |
| 13 | +import { SmartLink } from "@/components/primitives/smart-link"; |
13 | 14 | import { Hero } from "@/components/sections/hero"; |
| 15 | +import { siteConfig } from "@/lib/config"; |
14 | 16 |
|
15 | | -<Hero |
16 | | - slides={[{ imageSrc: frontmatter.cardImageSrc, content: "" }]} |
17 | | - heightClassName="h-[20rem]" |
18 | | -/> |
19 | | - |
20 | | -<section className="mx-auto max-w-4xl space-y-6"> |
| 17 | +<section className="mx-auto max-w-4xl space-y-10"> |
21 | 18 | <PageHeader |
22 | 19 | title={frontmatter.title} |
23 | | - description={frontmatter.summary} |
| 20 | + descriptionClassName="text-primary mt-4" |
| 21 | + description={ |
| 22 | + <> |
| 23 | + Join us on Saturday, December 13, 2025, for a commemoration of the 1937 Nanjing Massacre. |
| 24 | + This event marks the 80th anniversary of Japan's surrender in World War II and the victory in the War of Resistance. |
| 25 | + To honour and commemorate the victims, we will feature a screening of the award-winning documentary film |
| 26 | + <i>“Iris Chang and the Nanjing Massacre,”</i> produced by{" "} |
| 27 | + <SmartLink |
| 28 | + href={siteConfig.parentOrg} |
| 29 | + className="hover:underline" |
| 30 | + > |
| 31 | + ALPHA Education. |
| 32 | + </SmartLink> |
| 33 | + </> |
| 34 | + } |
24 | 35 | /> |
25 | 36 |
|
26 | 37 | <PosterToggle |
27 | 38 | posters={[ |
28 | | - { code: "en", label: "English", src: frontmatter.cardImageSrc }, |
29 | | - { code: "zh", label: "中文", src: frontmatter.cardImageSrc }, |
| 39 | + { code: "en", label: "English", src: "/event/2025-12-13/poster.en.png" }, |
| 40 | + { code: "zh", label: "中文", src: "/event/2025-12-13/poster.zh.png" }, |
30 | 41 | ]} |
31 | 42 | initialLanguageCode="en" |
32 | 43 | alt={frontmatter.title + " event poster"} |
|
0 commit comments