diff --git a/site/public/fonts/PTSerif-Regular.ttf b/site/public/fonts/PTSerif-Regular.ttf new file mode 100644 index 0000000..f87c0f1 Binary files /dev/null and b/site/public/fonts/PTSerif-Regular.ttf differ diff --git a/site/public/gaza-drone.jpeg b/site/public/gaza-drone.jpeg new file mode 100644 index 0000000..0911479 Binary files /dev/null and b/site/public/gaza-drone.jpeg differ diff --git a/site/public/gaza_wapo.jpeg b/site/public/gaza_wapo.jpeg deleted file mode 100644 index f7b68bf..0000000 Binary files a/site/public/gaza_wapo.jpeg and /dev/null differ diff --git a/site/src/components/ContentBox.astro b/site/src/components/ContentBox.astro new file mode 100644 index 0000000..1a33890 --- /dev/null +++ b/site/src/components/ContentBox.astro @@ -0,0 +1,17 @@ +--- + +--- + +
{part.text}
+ ) : ( + part.text + ) + ) + } + + + diff --git a/site/src/layouts/ContentPageLayout.astro b/site/src/layouts/ContentPageLayout.astro new file mode 100644 index 0000000..d948ba9 --- /dev/null +++ b/site/src/layouts/ContentPageLayout.astro @@ -0,0 +1,72 @@ +--- +import OpacityOverlay from "../components/OpacityOverlay.astro"; + +interface Props { + title: string; + clip?: boolean; +} + +const { title, clip } = Astro.props; +--- + + + + + + + + +Page not found.
-- This website seeks to collect public statements from those supporting - Israel's strategy of mass displacement, starvation, and murder of the - Palestinian people, and to contrast those statements with the human - toll of that horrific campaign. -
-- An individual or group does not have to explicitly call for these - specific brutal acts to be a member of the Genocide Club. Simple - indifference to the plight of Palestinians while unquestioningly - supporting Israel's campaign is enough to implicitly condone those - actions and the resulting effects. -
-Sorry, the page you were looking for was not found.
+