Skip to content

Commit

Permalink
switching lightbox dependency
Browse files Browse the repository at this point in the history
switching lightbox dependency
  • Loading branch information
ehinrichs committed May 31, 2024
1 parent c1ebe88 commit bfd7975
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 249 deletions.
17 changes: 8 additions & 9 deletions content/pages/gallery/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: "/gallery"
import photoJSON from "/static/photo-gallery/gallery-metadata.json"
import PhotoGallery from "/src/components/image-gallery/Gallery.js"
import "/src/components/image-gallery/styles.css"
import { Box, Grid} from "theme-ui"
import { Box, Grid, Text } from "theme-ui"

<div>
<Text children={`Image Gallery`} sx={{ fontSize: [6], fontWeight: `bold`, color: `heading` }}/>
Expand All @@ -16,18 +16,17 @@ import { Box, Grid} from "theme-ui"
</div>

---
### Contaminant Transport at Legacy Waste Sites

<PhotoGallery photos={photoJSON["photoGalleryRTM"]} />
<PhotoGallery photos={photoJSON["photoGalleryRTM"]} title="Contaminant Transport at Legacy Waste Sites" />

### Matrix-Fracture Flow and Transport

<PhotoGallery photos={photoJSON["photoGalleryMF"]} />

### Thermal Hydrology in the Arctic
<PhotoGallery photos={photoJSON["photoGalleryMF"]} title="Matrix-Fracture Flow and Transport" />

<PhotoGallery photos={photoJSON["photoGalleryArctic"]} />

### Watersheds

<PhotoGallery photos={photoJSON["photoGalleryWatersheds"]} />
<PhotoGallery photos={photoJSON["photoGalleryArctic"]} title="Thermal Hydrology in the Arctic" />



<PhotoGallery photos={photoJSON["photoGalleryWatersheds"]} title="Watersheds" />
215 changes: 53 additions & 162 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bfd7975

Please sign in to comment.