Skip to content

Commit

Permalink
content: update exhibitions
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrobertbrooks committed Nov 28, 2024
1 parent d99e117 commit f37f92b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const GOOGLE_TAG_MANAGER_ID = 'GTM-M2SX39M';

export const SITE_HAS_GLOBAL_BANNER = false;

export const SITE_HAS_UPCOMING_EXHIBITIONS = false;
export const SITE_HAS_UPCOMING_EXHIBITIONS = true;
20 changes: 16 additions & 4 deletions src/pages/Exhibitions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,24 @@ export const Exhibitions = () => (
>
<H1>Exhibitions</H1>
{/*
<H2 className="mb-4">Current</H2>
<Divider />
<H2 className="mb-4">Current</H2>
<Divider />
*/}
<H2 className="mb-4">Upcoming</H2>
<Paragraph>No upcoming exhibitions.</Paragraph>

<Exhibition
title="Art, Ecology, and the Resilience of a Maine Island: The Monhegan Wildlands"
dates="December 12, 2024 - June 1, 2025"
location="Bowdoin College Museum of Art (Brunswick, ME)"
link="https://www.bowdoin.edu/art-museum/exhibitions/2024/monhegan-wildlands.html"
/>
<Exhibition
title="Art, Ecology, and the Resilience of a Maine Island: The Monhegan Wildlands"
dates="July 1, 2025 – September 30, 2025"
location="Monhegan Museum of Art & History (Monhegan, ME)"
link="https://monheganmuseum.org/upcoming-exhibition-wildlands"
/>
{/* <Paragraph>No upcoming exhibitions.</Paragraph> */}
<Divider />
<H2 className="mb-4">Past</H2>
<Exhibition
Expand Down

0 comments on commit f37f92b

Please sign in to comment.